:root {
  --warm-ivory: #F6F1E8;
  --soft-sand: #E8DFD2;
  --stone-taupe: #CFC3B3;
  --charcoal: #171717;
  --graphite: #111315;
  --muted-brass: #B08D57;
  --deep-bronze: #7B5E3B;
  --white: #fffaf2;
  --line: rgba(23, 23, 23, 0.14);
  --soft-line: rgba(246, 241, 232, 0.18);
  --shadow: 0 18px 48px rgba(17, 19, 21, 0.12);
  --serif: Arial, Helvetica, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --motion-editorial-duration: 260ms;
  --motion-editorial-fast: 180ms;
  --motion-editorial-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

details.is-disclosure-animating,
.is-layout-animating {
  overflow: clip;
}

/* Mobile configuration comparison keeps two SKU-level options visible at once. */
@media (max-width: 720px) {
  .product-family-compare-dialog {
    height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.75rem;
  }

  .product-family-compare-dialog .product-family-overlay-header {
    align-items: center;
    margin: -0.75rem -0.75rem 0.75rem;
    padding: 0.7rem 0.75rem;
    top: -0.75rem;
  }

  .product-family-compare-dialog .product-family-overlay-header > div {
    min-width: 0;
  }

  .product-family-compare-dialog .product-family-overlay-header .eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-family-compare-dialog .product-family-overlay-header h2 {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    letter-spacing: -0.035em;
    line-height: 0.96;
    max-width: 13ch;
  }

  .product-family-compare-dialog .product-family-overlay-header .icon-button {
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .product-family-compare-grid {
    align-items: stretch;
    display: grid;
    gap: 0.5rem;
    grid-auto-columns: calc((100dvw - 2rem) / 2);
    grid-auto-flow: column;
    grid-auto-rows: max-content;
    grid-template-columns: none;
    min-height: auto;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 0 0.55rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .product-family-compare-card {
    align-self: stretch;
    grid-template-rows: auto 1fr auto;
    height: auto;
    max-height: none;
    scroll-snap-align: start;
  }

  .product-family-card-image {
    aspect-ratio: 1 / 0.82;
    height: auto;
  }

  .product-family-current-badge {
    border-radius: 999px;
    font-size: 0.58rem;
    left: 0.45rem;
    padding: 0.28rem 0.4rem;
    top: 0.45rem;
  }

  .product-family-card-copy {
    align-content: start;
    gap: 0.35rem;
    padding: 0.62rem;
  }

  .product-family-card-copy .product-brand {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
  }

  .product-family-card-copy h3 {
    font-size: 0.98rem;
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .product-family-card-copy dl {
    gap: 0;
    margin-top: 0.15rem;
    padding-top: 0.42rem;
  }

  .product-family-card-copy dl div {
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    gap: 0.08rem;
    padding: 0.34rem 0;
  }

  .product-family-card-copy dl div:last-child {
    border-bottom: 0;
  }

  .product-family-card-copy dt {
    font-size: 0.55rem;
    letter-spacing: 0.04em;
  }

  .product-family-card-copy dd {
    font-size: 0.7rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .product-family-card-price {
    font-size: 0.95rem;
    margin-top: 0.15rem;
  }

  .product-family-card-copy > small {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .product-family-card-actions {
    gap: 0.4rem;
    padding: 0 0.62rem 0.62rem;
  }

  .product-family-card-actions .button {
    font-size: 0.68rem;
    line-height: 1.1;
    min-height: 42px;
    padding: 0.55rem 0.35rem;
  }

  .product-family-card-actions svg {
    height: 15px;
    width: 15px;
  }
}

/* Mobile product pages: editorial configuration workflow. */
.mobile-product-configurator,
.mobile-purchase-summary {
  display: none;
}

@media (max-width: 720px) {
  body[data-page="product"],
  body[data-page="product-shopify-preview"] {
    --mobile-purchase-height: 112px;
  }

  body[data-page="product"] #app,
  body[data-page="product-shopify-preview"] #app {
    padding-bottom: calc(var(--mobile-purchase-height) + env(safe-area-inset-bottom));
  }

  body[data-page="product"] .product-page,
  body[data-page="product-shopify-preview"] .product-page {
    padding-top: 0.8rem;
  }

  body[data-page="product"] .breadcrumb,
  body[data-page="product-shopify-preview"] .breadcrumb {
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
  }

  body[data-page="product"] .product-layout,
  body[data-page="product-shopify-preview"] .product-layout {
    gap: 1.55rem;
    padding-bottom: 2.2rem;
  }

  body[data-page="product"] .gallery,
  body[data-page="product-shopify-preview"] .gallery {
    gap: 0.6rem;
  }

  body[data-page="product"] .gallery-main,
  body[data-page="product-shopify-preview"] .gallery-main {
    aspect-ratio: 1 / 1;
    border-color: rgba(23, 23, 23, 0.14);
    border-radius: 2px;
    touch-action: pan-y;
  }

  body[data-page="product"] .gallery-main img,
  body[data-page="product-shopify-preview"] .gallery-main img {
    object-fit: contain;
  }

  body[data-page="product"] .gallery-frame-note,
  body[data-page="product-shopify-preview"] .gallery-frame-note {
    backdrop-filter: blur(12px);
    background: rgba(246, 241, 232, 0.9);
    border: 0;
    border-radius: 0;
    bottom: 0;
    font-size: 0.58rem;
    font-weight: 600;
    gap: 0.55rem;
    left: 0;
    letter-spacing: 0.07em;
    padding: 0.62rem 0.72rem;
    text-transform: uppercase;
  }

  body[data-page="product"] .gallery-zoom-button,
  body[data-page="product-shopify-preview"] .gallery-zoom-button {
    background: rgba(17, 19, 21, 0.82);
    border-radius: 0;
    bottom: 0;
    font-size: 0.56rem;
    font-weight: 600;
    gap: 0.35rem;
    letter-spacing: 0.08em;
    padding: 0.62rem 0.72rem;
    right: 0;
    text-transform: uppercase;
  }

  body[data-page="product"] .gallery-thumbs,
  body[data-page="product-shopify-preview"] .gallery-thumbs {
    gap: 0.5rem;
    grid-auto-columns: 68px;
    grid-auto-flow: column;
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body[data-page="product"] .gallery-thumbs::-webkit-scrollbar,
  body[data-page="product-shopify-preview"] .gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  body[data-page="product"] .gallery-thumbs button,
  body[data-page="product-shopify-preview"] .gallery-thumbs button {
    border-radius: 2px;
    scroll-snap-align: start;
  }

  body[data-page="product"] .gallery-thumbs.has-hidden-thumbs:not(.is-expanded) button.is-extra,
  body[data-page="product-shopify-preview"] .gallery-thumbs.has-hidden-thumbs:not(.is-expanded) button.is-extra {
    display: block;
  }

  body[data-page="product"] .gallery-thumbs .gallery-thumb-more,
  body[data-page="product-shopify-preview"] .gallery-thumbs .gallery-thumb-more {
    display: none;
  }

  body[data-page="product"] .gallery-lightbox-panel,
  body[data-page="product-shopify-preview"] .gallery-lightbox-panel {
    touch-action: none;
  }

  body[data-page="product"] .product-info,
  body[data-page="product-shopify-preview"] .product-info {
    counter-reset: mobile-product-option;
    padding-bottom: 0;
  }

  body[data-page="product"] .product-title-row,
  body[data-page="product-shopify-preview"] .product-title-row {
    border-top: 1px solid rgba(23, 23, 23, 0.2);
    padding-top: 1rem;
  }

  body[data-page="product"] .product-info .product-brand,
  body[data-page="product-shopify-preview"] .product-info .product-brand {
    color: var(--deep-bronze);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }

  body[data-page="product"] .product-info h1,
  body[data-page="product-shopify-preview"] .product-info h1 {
    font-size: clamp(2.75rem, 13vw, 3.45rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.88;
    margin-bottom: 0.9rem;
    max-width: none;
  }

  body[data-page="product"] .product-price,
  body[data-page="product-shopify-preview"] .product-price {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
  }

  body[data-page="product"] .product-sku,
  body[data-page="product-shopify-preview"] .product-sku {
    font-size: 0.61rem;
    letter-spacing: 0.08em;
    margin: 0 0 1.15rem;
  }

  body[data-page="product"] .product-description,
  body[data-page="product-shopify-preview"] .product-description {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  body[data-page="product"] .product-dimensions-summary > span,
  body[data-page="product-shopify-preview"] .product-dimensions-summary > span {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  body[data-page="product"] .mobile-product-configurator,
  body[data-page="product-shopify-preview"] .mobile-product-configurator {
    background: rgba(246, 241, 232, 0.97);
    border-bottom: 1px solid rgba(23, 23, 23, 0.24);
    border-top: 1px solid rgba(23, 23, 23, 0.24);
    display: block;
    margin: 1.5rem -1rem 0;
    position: sticky;
    top: 66px;
    transition: top 220ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 18;
  }

  body.site-header-hidden[data-page="product"] .mobile-product-configurator,
  body.site-header-hidden[data-page="product-shopify-preview"] .mobile-product-configurator {
    top: 0;
  }

  .mobile-product-configurator-heading {
    align-items: center;
    border-bottom: 1px solid rgba(23, 23, 23, 0.14);
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    padding: 0 1rem;
  }

  .mobile-product-configurator-heading span {
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-product-configurator-heading small {
    color: rgba(23, 23, 23, 0.48);
    font-size: 0.56rem;
    letter-spacing: 0.04em;
  }

  .mobile-product-configurator-preview {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 104px;
  }

  .mobile-product-configurator-preview > img {
    align-self: stretch;
    background: #fff;
    border-right: 1px solid rgba(23, 23, 23, 0.14);
    height: 104px;
    object-fit: contain;
    width: 104px;
  }

  .mobile-product-configurator-preview > div {
    align-content: center;
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem 1rem;
  }

  .mobile-product-configurator-preview span {
    color: rgba(23, 23, 23, 0.46);
    font-size: 0.54rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mobile-product-configurator-preview strong {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.22;
  }

  .mobile-product-configurator-preview small {
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.64rem;
    line-height: 1.25;
  }

  body[data-page="product"] .selector-group,
  body[data-page="product-shopify-preview"] .selector-group {
    counter-increment: mobile-product-option;
    padding: 1.2rem 0 1.35rem;
  }

  body[data-page="product"] .selector-group > p,
  body[data-page="product-shopify-preview"] .selector-group > p {
    align-items: center;
    color: rgba(23, 23, 23, 0.78);
    display: flex;
    font-size: 0.67rem;
    font-weight: 700;
    gap: 0.55rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }

  body[data-page="product"] .selector-group > p::before,
  body[data-page="product-shopify-preview"] .selector-group > p::before {
    color: var(--deep-bronze);
    content: "0" counter(mobile-product-option);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  body[data-page="product"] .product-info .swatch-options,
  body[data-page="product"] .product-info .segmented-options,
  body[data-page="product-shopify-preview"] .product-info .swatch-options,
  body[data-page="product-shopify-preview"] .product-info .segmented-options {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="product"] .swatch-options button,
  body[data-page="product"] .segmented-options button,
  body[data-page="product-shopify-preview"] .swatch-options button,
  body[data-page="product-shopify-preview"] .segmented-options button {
    border-color: rgba(23, 23, 23, 0.2);
    border-radius: 1px;
    font-size: 0.84rem;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0.72rem 0.78rem;
    position: relative;
    text-align: left;
  }

  body[data-page="product"] .swatch-options button.is-selected,
  body[data-page="product"] .segmented-options button.is-selected,
  body[data-page="product-shopify-preview"] .swatch-options button.is-selected,
  body[data-page="product-shopify-preview"] .segmented-options button.is-selected {
    background: var(--charcoal);
    border-color: var(--charcoal);
    box-shadow: none;
    color: var(--warm-ivory);
  }

  body[data-page="product"] .swatch-options button.is-selected::after,
  body[data-page="product"] .segmented-options button.is-selected::after,
  body[data-page="product-shopify-preview"] .swatch-options button.is-selected::after,
  body[data-page="product-shopify-preview"] .segmented-options button.is-selected::after {
    background: var(--warm-ivory);
    border-radius: 50%;
    content: "";
    height: 5px;
    margin-left: auto;
    width: 5px;
  }

  body[data-page="product"] .segmented-options button.is-selected small,
  body[data-page="product-shopify-preview"] .segmented-options button.is-selected small {
    color: rgba(246, 241, 232, 0.66);
  }

  body[data-page="product"] .configuration-copy-option.is-selected::after,
  body[data-page="product-shopify-preview"] .configuration-copy-option.is-selected::after {
    position: absolute;
    right: 0.72rem;
    top: 0.72rem;
  }

  body[data-page="product"] .selected-options,
  body[data-page="product-shopify-preview"] .selected-options {
    display: none;
  }

  body[data-page="product"] .product-family-tools,
  body[data-page="product-shopify-preview"] .product-family-tools {
    margin-top: 0;
  }

  body[data-page="product"] .stock-notice,
  body[data-page="product-shopify-preview"] .stock-notice {
    border-radius: 0;
    margin-top: 0.85rem;
  }

  body[data-page="product"] .purchase-actions,
  body[data-page="product-shopify-preview"] .purchase-actions {
    background: rgba(246, 241, 232, 0.97);
    border-top: 1px solid rgba(23, 23, 23, 0.24);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(17, 19, 21, 0.08);
    display: grid;
    gap: 0.45rem;
    grid-template-columns: 58px minmax(0, 1fr) 46px;
    left: 0;
    margin: 0;
    padding: 0.55rem 1rem max(0.55rem, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translateY(calc(100% + 12px));
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 42;
  }

  body.mobile-product-purchase-visible[data-page="product"] .purchase-actions,
  body.mobile-product-purchase-visible[data-page="product-shopify-preview"] .purchase-actions {
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-purchase-summary {
    align-items: baseline;
    display: flex;
    gap: 0.75rem;
    grid-column: 1 / -1;
    justify-content: space-between;
    min-width: 0;
  }

  .mobile-purchase-summary strong {
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-purchase-summary small {
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.55rem;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[data-page="product"] .purchase-actions .quantity-stepper,
  body[data-page="product-shopify-preview"] .purchase-actions .quantity-stepper {
    border-radius: 1px;
    min-height: 48px;
    padding: 0.25rem 0.5rem;
  }

  body[data-page="product"] .purchase-actions .quantity-stepper span,
  body[data-page="product-shopify-preview"] .purchase-actions .quantity-stepper span {
    font-size: 0.54rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  body[data-page="product"] .purchase-actions .quantity-stepper input,
  body[data-page="product-shopify-preview"] .purchase-actions .quantity-stepper input {
    font-size: 0.82rem;
  }

  body[data-page="product"] .purchase-actions .add-to-cart,
  body[data-page="product-shopify-preview"] .purchase-actions .add-to-cart {
    border-radius: 1px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    min-height: 48px;
    text-transform: uppercase;
  }

  body[data-page="product"] .purchase-actions .product-wishlist-button,
  body[data-page="product-shopify-preview"] .purchase-actions .product-wishlist-button {
    border-radius: 1px;
    min-height: 48px;
    width: 46px;
  }
}

/* Native pickers can retain focus after closing, especially in iOS webviews. */
.sort-field select:focus,
.sort-field select:focus-visible {
  box-shadow: none;
  outline: 0;
}

html[data-input-modality="keyboard"] .sort-field select:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 3px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-ivory);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

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

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

button,
select,
input {
  color: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 3px;
}

.announcement-bar {
  align-items: center;
  background: var(--graphite);
  color: var(--warm-ivory);
  display: flex;
  font-size: 0.82rem;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 1rem;
  text-align: center;
}

#site-header {
  min-height: 78px;
}

.site-header {
  align-items: center;
  background: rgba(246, 241, 232, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 78px;
  padding: 0 3rem;
  position: fixed;
  right: 0;
  top: var(--site-header-top, 0px);
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  z-index: 20;
  backdrop-filter: blur(16px);
}

body.site-header-hidden .site-header {
  transform: translate3d(0, calc(-100% - 2px), 0);
}

body.catalog-filter-repositioning .site-header {
  transform: translate3d(0, calc(-100% - 2px), 0);
}

body.search-open .site-header,
body.cart-open .site-header,
body.mobile-menu-open .site-header,
body.filters-open .site-header,
.site-header:focus-within {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}

.brand-mark,
.footer-brand {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: 2.35rem;
  justify-content: center;
  white-space: nowrap;
}

.primary-nav a {
  border-radius: 999px;
  color: rgba(23, 23, 23, 0.72);
  display: inline-flex;
  font-size: clamp(0.88rem, 0.78vw, 0.98rem);
  line-height: 1;
  padding: 0.64rem 0.88rem;
  position: relative;
  transition: background 180ms ease, color 180ms ease;
}

.primary-nav a::after {
  background: var(--muted-brass);
  border-radius: 999px;
  bottom: 0.3rem;
  content: "";
  height: 2px;
  left: 0.9rem;
  opacity: 0;
  position: absolute;
  right: 0.9rem;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  background: rgba(232, 223, 210, 0.72);
  color: var(--charcoal);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  justify-content: flex-end;
}

.icon-button,
.wishlist-button,
.gallery-thumbs button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
}

.icon-button {
  border-radius: 50%;
  height: 42px;
  width: 42px;
}

.icon-button:hover {
  border-color: var(--line);
  background: var(--soft-sand);
}

svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 20px;
}

.hero {
  min-height: 74vh;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-scrim {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  animation: lumenhausHeroDrift 14s ease-in-out infinite alternate;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.055) translate3d(-1.3%, -0.4%, 0);
  transform-origin: 50% 44%;
  will-change: transform;
}

.hero-scrim {
  background: linear-gradient(90deg, rgba(17, 19, 21, 0.66), rgba(17, 19, 21, 0.28) 43%, rgba(17, 19, 21, 0.03) 72%);
}

.hero-image-credit {
  bottom: 1.25rem;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: absolute;
  right: 1.5rem;
  text-transform: uppercase;
  transition: color 180ms ease;
  z-index: 2;
}

.hero-image-credit:hover {
  color: var(--warm-ivory);
}

.hero-content {
  color: var(--warm-ivory);
  max-width: 680px;
  padding: 7.6rem 3rem 6.2rem;
  position: relative;
  z-index: 1;
}

@keyframes lumenhausHeroDrift {
  0% {
    transform: scale(1.055) translate3d(-1.3%, -0.4%, 0);
  }

  45% {
    transform: scale(1.075) translate3d(0.2%, 0.15%, 0);
  }

  100% {
    transform: scale(1.095) translate3d(1.4%, 0.65%, 0);
  }
}

.eyebrow {
  color: var(--deep-bronze);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.hero .eyebrow,
.footer-grid h2 {
  color: var(--muted-brass);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  font-size: 4.5rem;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.45rem;
  margin-bottom: 0;
}

.hero-content p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.86);
  font-size: 1.07rem;
  max-width: 520px;
}

.hero-actions,
.catalog-toolbar,
.product-meta-row,
.header-actions,
.newsletter-form > div {
  display: flex;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  gap: 0.55rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.15rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-dark {
  background: var(--graphite);
  color: var(--warm-ivory);
}

.button-dark:hover {
  background: var(--charcoal);
}

.button-light {
  background: rgba(246, 241, 232, 0.92);
  border-color: rgba(246, 241, 232, 0.42);
  color: var(--graphite);
}

.button-light:hover {
  background: var(--white);
}

.trust-strip {
  background: var(--graphite);
  color: var(--warm-ivory);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  align-items: center;
  background: rgba(246, 241, 232, 0.035);
  display: flex;
  gap: 0.75rem;
  min-height: 74px;
  padding: 1rem 1.4rem;
}

.trust-item span {
  align-items: center;
  border: 1px solid var(--soft-line);
  border-radius: 50%;
  color: var(--muted-brass);
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.trust-item svg {
  height: 17px;
  width: 17px;
}

.trust-item p {
  margin: 0;
}

.section {
  padding: 5.8rem 3rem;
}

.section,
.editorial-band,
.outlet-banner,
.newsletter-section,
.catalog-section,
.content-section {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.section-sand {
  background: var(--soft-sand);
}

.section-heading {
  margin: 0 auto 2.1rem;
  max-width: 760px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.72);
  margin: 0 auto;
  max-width: 580px;
}

.room-grid,
.collection-grid,
.product-grid {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 1360px;
}

.room-grid {
  grid-template-columns: repeat(4, 1fr);
}

.collection-grid {
  grid-template-columns: repeat(4, 1fr);
}

.image-card {
  aspect-ratio: 0.78;
  background: var(--soft-sand);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.image-card::after {
  background: linear-gradient(180deg, rgba(17, 19, 21, 0.02), rgba(17, 19, 21, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.image-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
  width: 100%;
}

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

.image-card span {
  bottom: 0;
  color: var(--warm-ivory);
  display: grid;
  gap: 0.3rem;
  left: 0;
  padding: 1.1rem;
  position: absolute;
  right: 0;
  z-index: 1;
}

.image-card strong {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.image-card small {
  color: rgba(246, 241, 232, 0.78);
  font-size: 0.9rem;
}

.collection-card {
  aspect-ratio: 1.04;
}

.home-brands-section {
  background: #f2ede4;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  overflow: hidden;
  padding: clamp(2.8rem, 4vw, 4rem) 0 clamp(2rem, 3vw, 3rem);
}

.home-brands-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  margin: 0 auto clamp(1.7rem, 2.8vw, 2.7rem);
  max-width: 1760px;
  padding: 0 clamp(1rem, 3vw, 3rem);
}

.home-brands-heading-copy {
  display: grid;
  gap: 0.55rem;
}

.home-brands-heading-copy .eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin: 0;
}

.home-brands-heading h2 {
  font-size: clamp(2.2rem, 3.2vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
}

.home-brands-heading h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.home-brands-all-link {
  align-items: center;
  border-bottom: 1px solid rgba(23, 23, 23, 0.42);
  display: inline-flex;
  font-size: 0.86rem;
  gap: 0.5rem;
  padding: 0.35rem 0 0.3rem;
  transition: border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.home-brands-all-link:hover {
  border-color: var(--muted-brass);
  color: var(--deep-bronze);
}

.home-brands-all-link svg {
  height: 15px;
  width: 15px;
}

.home-brands-rail-shell {
  width: 100%;
}

.home-brands-rail {
  cursor: grab;
  display: grid;
  gap: 0;
  grid-auto-columns: clamp(230px, 20vw, 380px);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 clamp(1rem, 3vw, 3rem);
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.home-brands-rail::-webkit-scrollbar {
  display: none;
}

.home-brands-rail.is-dragging,
.home-brands-rail.is-wheel-scrolling {
  cursor: grabbing;
  scroll-behavior: auto;
}

.home-brands-rail > .catalog-loading {
  padding: 2rem 0;
}

.home-brand-card {
  background: transparent;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  border-left: 1px solid rgba(23, 23, 23, 0.18);
  border-top: 1px solid rgba(23, 23, 23, 0.18);
  color: var(--charcoal);
  display: grid;
  grid-template-rows: minmax(125px, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  transition: background 260ms ease, color 260ms ease;
}

.home-brand-card:last-child {
  border-right: 1px solid rgba(23, 23, 23, 0.18);
}

.home-brand-card:hover,
.home-brand-card:focus-visible {
  background: var(--charcoal);
  color: var(--warm-ivory);
}

.home-brand-card-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: clamp(130px, 11vw, 170px);
  padding: clamp(1.6rem, 2.8vw, 2.7rem);
  position: relative;
}

.home-brand-index {
  color: rgba(23, 23, 23, 0.45);
  font-size: 0.64rem;
  left: 0.85rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0.7rem;
  transition: color 260ms ease;
}

.home-brand-card-logo img {
  filter: grayscale(1) contrast(1.08);
  max-height: 58px;
  max-width: 68%;
  object-fit: contain;
  transition: filter 260ms ease, transform 260ms ease;
  width: auto;
}

.home-brand-card:hover .home-brand-card-logo img,
.home-brand-card:focus-visible .home-brand-card-logo img {
  filter: grayscale(1) contrast(1.08) invert(1);
  transform: scale(1.025);
}

.home-brand-card:hover .home-brand-index,
.home-brand-card:focus-visible .home-brand-index {
  color: rgba(246, 241, 232, 0.5);
}

.home-brand-wordmark {
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-align: center;
  transition: transform 260ms ease;
}

.home-brand-card:hover .home-brand-wordmark,
.home-brand-card:focus-visible .home-brand-wordmark {
  transform: scale(1.025);
}

.home-brand-card-meta {
  align-items: center;
  border-top: 1px solid currentColor;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 48px;
  padding: 0.65rem 0.85rem;
}

.home-brand-card-meta small {
  color: currentColor;
  font-size: 0.75rem;
  grid-column: 1;
  grid-row: 1;
  opacity: 0.5;
}

.home-brand-card-meta svg {
  grid-column: 2;
  grid-row: 1;
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.home-brand-card:hover .home-brand-card-meta svg,
.home-brand-card:focus-visible .home-brand-card-meta svg {
  transform: translateX(4px);
}

.home-brands-rail-footer {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 1rem;
  padding: 0 clamp(1rem, 3vw, 3rem);
}

.home-brands-rail-footer > span {
  color: rgba(23, 23, 23, 0.46);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-brands-progress {
  background: rgba(23, 23, 23, 0.12);
  cursor: pointer;
  height: 1px;
  position: relative;
}

.home-brands-progress > span {
  background: var(--muted-brass);
  height: 2px;
  left: 0;
  min-width: 32px;
  position: absolute;
  top: -0.5px;
  transform-origin: left center;
}

.home-brands-progress:focus-visible {
  outline: 1px solid var(--deep-bronze);
  outline-offset: 5px;
}

.home-brands-progress.is-dragging > span {
  background: var(--deep-bronze);
}

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

.home-product-rail-section {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.home-product-rail-section > .section-heading {
  padding-left: 3rem;
  padding-right: 3rem;
}

.home-product-rail-shell {
  margin: 0;
  max-width: none;
  width: 100%;
}

.product-grid.home-product-rail {
  display: grid;
  gap: 0.4rem;
  cursor: grab;
  grid-auto-columns: calc((100vw - 1.2rem) / 4);
  grid-auto-flow: column;
  grid-template-columns: none;
  margin: 0;
  max-width: none;
  overflow-x: auto;
  overscroll-behavior-x: none;
  overscroll-behavior-inline: none;
  padding: 0 0 0.55rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  user-select: none;
  width: 100%;
}

.product-grid.home-product-rail.is-dragging,
.product-grid.home-product-rail.is-wheel-scrolling {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

@media (min-width: 721px) {
  #featured-product-rail {
    scroll-snap-type: none;
  }
}

.home-product-rail::-webkit-scrollbar {
  display: none;
}

.home-product-rail .product-card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.home-product-rail .product-card a,
.home-product-rail .product-card img {
  -webkit-user-drag: none;
}

.home-product-rail .product-card-media,
.home-new-arrivals-grid .product-card-media {
  border-radius: 8px;
}

.home-product-rail .product-card-compact .product-card-media,
.home-new-arrivals-grid .product-card-compact .product-card-media {
  aspect-ratio: 0.72;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-product-rail .product-card-compact .product-card-body,
.home-new-arrivals-grid .product-card-compact .product-card-body {
  display: grid;
  font-family: Arial, Helvetica, sans-serif;
  gap: 0.26rem;
  padding: 0.8rem 0.75rem 0;
}

.home-product-rail .product-card-compact h3,
.home-new-arrivals-grid .product-card-compact h3 {
  align-items: baseline;
  color: rgba(23, 23, 23, 0.62);
  display: flex;
  font-family: inherit;
  font-size: clamp(0.78rem, 0.65vw, 0.92rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-product-rail .product-card-compact .product-card-name-link,
.home-new-arrivals-grid .product-card-compact .product-card-name-link {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-title-separator {
  flex: 0 0 auto;
  margin: 0 0.24em;
}

.product-card-brand-link {
  flex: 0 0 auto;
}

.home-product-rail .product-card-compact .price-line,
.home-new-arrivals-grid .product-card-compact .price-line {
  color: rgba(23, 23, 23, 0.52);
  font-size: clamp(0.76rem, 0.62vw, 0.88rem);
  font-weight: 400;
  line-height: 1.3;
}

.home-product-rail-footer {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.7rem 1rem 0;
}

.home-product-rail-progress {
  cursor: ew-resize;
  height: 18px;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: 100%;
}

.home-product-rail-progress::before {
  background: rgba(123, 94, 59, 0.16);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.home-product-rail-progress span {
  background: var(--muted-brass);
  display: block;
  height: 2px;
  left: 0;
  min-width: 32px;
  position: absolute;
  top: calc(50% - 1px);
  transition: background 160ms ease;
  width: 32px;
}

.home-product-rail-progress:hover span,
.home-product-rail-progress:focus-visible span,
.home-product-rail-progress.is-dragging span {
  background: var(--deep-bronze);
}

.home-product-rail-more {
  align-items: center;
  border: 1px solid rgba(23, 23, 23, 0.32);
  border-radius: 999px;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  gap: 0.42rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 34px;
  padding: 0.42rem 0.82rem;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.home-product-rail-more:hover {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--warm-ivory);
}

.home-product-rail-more svg {
  height: 14px;
  width: 14px;
}

.home-new-arrivals-section {
  padding-left: clamp(1rem, 2vw, 2rem);
  padding-right: clamp(1rem, 2vw, 2rem);
}

@media (min-width: 721px) {
  .home-new-arrivals-section > .section-heading {
    max-width: 1100px;
  }

  .home-new-arrivals-section > .section-heading h2 {
    white-space: nowrap;
  }
}

/* Progressive catalogue rendering keeps the first view light while preserving
   access to the complete live assortment. */
.catalog-progressive-loader {
  display: flex;
  justify-content: center;
  min-height: 1px;
  padding: clamp(1.25rem, 3vw, 2.5rem) 0;
}

.catalog-progressive-loader[hidden] {
  display: none;
}

.catalog-load-more-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(18, 18, 18, .24);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .82rem;
  gap: .65rem;
  padding: .7rem 1.1rem;
}

.catalog-load-more-button span {
  color: var(--muted);
  font-size: .72rem;
}

.catalog-load-more-button:hover,
.catalog-load-more-button:focus-visible {
  border-color: var(--ink);
}

.product-grid.home-new-arrivals-grid {
  display: grid;
  gap: clamp(3rem, 5vw, 6rem) clamp(0.8rem, 2vw, 2rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.home-new-arrivals-shell {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.home-new-arrivals-grid .product-card {
  min-width: 0;
}

.home-new-arrivals-grid .product-card-compact .product-card-body {
  padding-left: 0;
  padding-right: 0;
}

.home-new-arrivals-footer {
  display: flex;
  justify-content: center;
  padding: clamp(2.5rem, 4vw, 4rem) 1rem 0;
}

.home-new-arrivals-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.catalog-results .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  max-width: none;
}

.product-card {
  min-width: 0;
  transition: transform 220ms ease;
}

.product-card-media {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.product-card-media a,
.product-card-media img {
  height: 100%;
  width: 100%;
}

.product-card-media a {
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.product-card-media img {
  background: #fff;
  inset: 0;
  object-fit: contain;
  position: absolute;
  transition: opacity 320ms ease, transform 520ms ease;
}

.product-card-media img.is-cover-image {
  object-fit: cover;
}

/*
 * Collection packshots share one deterministic editorial backdrop. The image
 * blend replaces flat white pixels while preserving photographed/lifestyle
 * cards, which are marked with .is-cover-image.
 */
body[data-page="collection"] .catalog-results .product-card-media > a {
  background: radial-gradient(
    circle at 50% 48%,
    #fbfaf7 0%,
    #f8f6f2 40%,
    #f0efec 72%,
    #e7e7e4 100%
  );
  isolation: isolate;
}

body[data-page="collection"] .catalog-results .product-image-primary:not(.is-cover-image) {
  mix-blend-mode: multiply;
}

.product-image-primary {
  opacity: 1;
}

.product-card-media .product-image-secondary {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.045);
}

@media (hover: hover) and (pointer: fine) {
  .product-card:has(.product-card-media:hover) {
    transform: translateY(-3px);
  }

  .product-card.has-hover-image .product-card-media:hover .product-image-primary {
    opacity: 0;
    transform: scale(1.045);
  }

  .product-card.has-hover-image .product-card-media:hover .product-image-secondary {
    opacity: 1;
    transform: scale(1.015);
  }
}

.badge-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  left: 0.7rem;
  position: absolute;
  right: 3.3rem;
  top: 0.7rem;
}

.badge {
  background: rgba(246, 241, 232, 0.92);
  border: 1px solid rgba(176, 141, 87, 0.24);
  border-radius: 4px;
  color: var(--deep-bronze);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.32rem 0.5rem;
}

.badge.badge-made-to-order {
  background: var(--deep-bronze);
  border-color: var(--deep-bronze);
  border-radius: 999px;
  color: var(--warm-ivory);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.5rem 0.78rem;
  text-transform: uppercase;
}

.wishlist-button {
  background: rgba(246, 241, 232, 0.88);
  border-color: rgba(23, 23, 23, 0.10);
  border-radius: 50%;
  color: var(--charcoal);
  height: 40px;
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  width: 40px;
}

.wishlist-button:hover {
  background: var(--white);
  border-color: rgba(176, 141, 87, 0.46);
  color: var(--deep-bronze);
}

.wishlist-button.is-active,
.wishlist-button[aria-pressed="true"],
.wishlist-wide.is-active,
.wishlist-wide[aria-pressed="true"] {
  background: var(--deep-bronze);
  border-color: var(--deep-bronze);
  color: var(--warm-ivory);
}

.product-card-body {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem 0.15rem 0;
}

.product-brand {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.22rem;
}

.brand-filter-link {
  color: inherit;
  opacity: 0.92;
  text-decoration: none;
  transition: color 160ms ease, opacity 160ms ease;
}

.brand-filter-link:hover,
.brand-filter-link:focus-visible {
  color: var(--deep-bronze);
  opacity: 1;
}

.product-card h3 a:hover {
  color: var(--deep-bronze);
}

.product-card h3 a {
  display: inline-block;
  padding-block: 0.18rem;
}

.product-card-context {
  color: rgba(23, 23, 23, 0.50);
  font-size: 0.82rem;
  margin: 0.1rem 0 0;
}

.product-meta-row {
  align-items: center;
  gap: 0.8rem;
  justify-content: space-between;
  min-width: 0;
}

.price-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}

.compare-price {
  color: rgba(23, 23, 23, 0.46);
  text-decoration: line-through;
}

.variant-dots {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 0.26rem;
  min-width: 0;
}

.variant-dots button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  padding: 0;
  width: 20px;
}

.variant-dots button.is-selected {
  box-shadow: 0 0 0 1px rgba(123, 94, 59, 0.42);
}

.variant-dots button:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 2px;
}

.variant-dots-more {
  align-items: center;
  border: 1px solid rgba(23, 23, 23, 0.24);
  border-radius: 50%;
  color: var(--graphite);
  display: inline-flex;
  flex: 0 0 20px;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 20px;
}

.variant-dots-more:hover,
.variant-dots-more:focus-visible {
  background: var(--graphite);
  color: var(--warm-ivory);
}

.variant-dots-more:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 2px;
}

.variant-dots button span,
.variant-dots > span,
.swatch-options span {
  background: var(--dot);
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.editorial-band {
  align-items: center;
  background: var(--graphite);
  color: var(--warm-ivory);
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
}

.editorial-image {
  min-height: 560px;
}

.editorial-image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  width: 100%;
}

.heritage-image {
  position: relative;
}

.heritage-image-caption {
  background: rgba(17, 19, 21, 0.78);
  bottom: 1.25rem;
  color: rgba(246, 241, 232, 0.9);
  font-size: 0.75rem;
  left: 1.25rem;
  padding: 0.5rem 0.7rem;
  position: absolute;
}

.editorial-copy {
  padding: 4rem;
}

.editorial-copy h2,
.outlet-banner h2,
.newsletter-section h2 {
  font-size: 3.4rem;
}

.editorial-copy p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.76);
}

.heritage-links,
.about-heritage-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}

.heritage-credit {
  display: block;
  line-height: 1.5;
  margin-top: 1.4rem;
}

.home-heritage-band .heritage-credit {
  color: rgba(246, 241, 232, 0.5);
}

.text-link {
  align-items: center;
  color: var(--muted-brass);
  display: inline-flex;
  gap: 0.45rem;
  font-weight: 700;
  min-height: 36px;
}

.outlet-banner {
  align-items: center;
  background: var(--stone-taupe);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: 4.2rem 3rem;
}

.outlet-banner > div {
  max-width: 760px;
}

.outlet-banner p:last-child {
  color: rgba(23, 23, 23, 0.68);
  margin-bottom: 0;
}

.newsletter-section {
  align-items: center;
  background: var(--warm-ivory);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  padding: 5rem 3rem;
}

.newsletter-form {
  display: grid;
  gap: 0.65rem;
}

.newsletter-form label {
  color: rgba(23, 23, 23, 0.64);
  font-size: 0.9rem;
}

.newsletter-form > div {
  gap: 0.6rem;
}

.newsletter-form input {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 48px;
  min-width: 0;
  padding: 0 0.95rem;
  width: 100%;
}

.form-feedback {
  color: var(--deep-bronze);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  min-height: 1.4em;
  opacity: 0;
  transition: opacity 180ms ease;
}

.form-feedback.is-visible {
  opacity: 1;
}

.page-intro,
.product-page {
  padding: 1.25rem 3rem 0;
}

.breadcrumb {
  align-items: center;
  color: rgba(23, 23, 23, 0.62);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.58rem;
  margin: 0 auto 0.75rem;
  max-width: 1360px;
}

.breadcrumb a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  min-height: 34px;
  padding-inline: 0.28rem;
}

.breadcrumb a:hover {
  color: var(--deep-bronze);
}

.collection-hero {
  align-items: stretch;
  background: var(--graphite);
  border-radius: 8px;
  color: var(--warm-ivory);
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  height: clamp(150px, 15vw, 185px);
  margin: 0 auto;
  max-width: 1360px;
  min-height: 150px;
  overflow: hidden;
}

.collection-hero > div {
  align-self: center;
  padding: 1.2rem 2.2rem;
}

.collection-hero h1 {
  font-size: clamp(2.25rem, 3.6vw, 3rem);
  margin-bottom: 0.35rem;
}

.collection-hero p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.78);
  max-width: 560px;
}

.collection-hero img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.outlet-hero {
  background: var(--soft-sand);
  color: var(--charcoal);
}

.outlet-hero p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.70);
}

.catalog-section {
  padding: 1.8rem 3rem 5.5rem;
}

.category-shortcuts {
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: column;
  grid-auto-columns: 112px;
  justify-content: start;
  margin: 0 auto 1.6rem;
  max-width: 1360px;
  overflow-x: auto;
  padding: 0.15rem 0 0.25rem;
  scrollbar-width: thin;
}

.category-shortcuts.is-centered {
  justify-content: center;
}

.category-shortcuts a {
  align-items: center;
  color: rgba(23, 23, 23, 0.72);
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  min-width: 112px;
  text-align: center;
}

.category-shortcuts span {
  align-items: center;
  background: linear-gradient(180deg, rgba(246, 241, 232, 0.9), rgba(232, 223, 210, 0.72));
  border: 1px solid rgba(123, 94, 59, 0.22);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 22px rgba(17, 19, 21, 0.045);
  display: inline-flex;
  height: 78px;
  justify-content: center;
  overflow: visible;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 78px;
}

.category-shortcuts svg {
  height: 42px;
  stroke: var(--deep-bronze);
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  stroke-width: 1.05;
  width: 42px;
}

.category-shortcuts strong {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.category-shortcuts a:hover span,
.category-shortcuts a.is-active span {
  background: rgba(176, 141, 87, 0.16);
  border-color: rgba(123, 94, 59, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 20px rgba(17, 19, 21, 0.055);
}

.catalog-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1360px;
}

.catalog-results {
  min-width: 0;
}

.filters {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  margin: 0;
  max-height: calc(100vh - 110px);
  max-width: none;
  overflow: auto;
  padding: 1rem;
  position: sticky;
  top: 1rem;
}

.filter-rail-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: -0.15rem 0 0;
  padding-bottom: 0.8rem;
}

.filter-rail-heading .eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  margin: 0;
}

.filter-rail-heading .eyebrow span {
  align-items: center;
  background: var(--charcoal);
  border-radius: 999px;
  color: var(--warm-ivory);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.72rem;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 0.35rem;
}

.filter-rail-heading .text-link {
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  cursor: pointer;
  font-size: 0.78rem;
  padding: 0;
}

.filter-facets {
  display: grid;
  gap: 0;
}

.filter-facet {
  border-bottom: 1px solid var(--line);
  padding: 0.05rem 0;
}

.filter-facet summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 44px;
  padding: 0.15rem 0;
}

.filter-facet summary::-webkit-details-marker {
  display: none;
}

.filter-facet summary span:last-child {
  color: rgba(23, 23, 23, 0.44);
  height: 16px;
  position: relative;
  width: 16px;
}

.filter-facet summary span:last-child::before,
.filter-facet summary span:last-child::after {
  background: currentColor;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--motion-editorial-fast) var(--motion-editorial-ease), transform var(--motion-editorial-fast) var(--motion-editorial-ease);
}

.filter-facet summary span:last-child::before {
  height: 1px;
  width: 12px;
}

.filter-facet summary span:last-child::after {
  height: 12px;
  width: 1px;
}

.filter-facet[open]:not(.is-disclosure-closing) summary span:last-child::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.filter-options {
  display: grid;
  gap: 0.18rem;
  padding: 0.25rem 0 0.9rem;
}

.facet-option {
  align-items: center;
  color: rgba(23, 23, 23, 0.82);
  cursor: pointer;
  display: grid;
  font-size: 0.86rem;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  min-height: 34px;
}

.facet-option.is-extra {
  display: none;
}

.facet-option span:nth-child(2) {
  color: rgba(23, 23, 23, 0.34);
  font-size: 0.8rem;
}

.facet-option input {
  appearance: none;
  background: var(--soft-sand);
  border: 1px solid rgba(123, 94, 59, 0.18);
  border-radius: 3px;
  height: 18px;
  margin: 0;
  width: 18px;
}

.facet-option input:checked {
  background: var(--deep-bronze);
  border-color: var(--deep-bronze);
  box-shadow: inset 0 0 0 4px var(--warm-ivory);
}

.price-range-control {
  display: grid;
  gap: 0.7rem;
  padding: 0.25rem 0 1rem;
}

.price-range-values {
  align-items: center;
  color: rgba(23, 23, 23, 0.52);
  display: grid;
  font-size: 0.8rem;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.price-range-values output {
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--charcoal);
  min-height: 34px;
  padding: 0.45rem 0.55rem;
}

.price-range-values output:last-child {
  text-align: right;
}

.price-range-slider {
  height: 30px;
  position: relative;
}

.price-range-track,
.price-range-selection {
  border-radius: 999px;
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 13px;
}

.price-range-track {
  background: var(--soft-sand);
  border: 1px solid rgba(123, 94, 59, 0.16);
}

.price-range-selection {
  background: var(--deep-bronze);
  left: var(--price-min-position);
  right: calc(100% - var(--price-max-position));
}

.price-range-slider input[type="range"] {
  appearance: none;
  background: transparent;
  height: 30px;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.price-range-slider input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: var(--warm-ivory);
  border: 2px solid var(--deep-bronze);
  border-radius: 50%;
  cursor: grab;
  height: 20px;
  margin-top: -8px;
  pointer-events: auto;
  width: 20px;
}

.price-range-slider input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.price-range-slider input[type="range"]::-moz-range-thumb {
  background: var(--warm-ivory);
  border: 2px solid var(--deep-bronze);
  border-radius: 50%;
  cursor: grab;
  height: 16px;
  pointer-events: auto;
  width: 16px;
}

.price-range-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
  outline: 3px solid rgba(166, 123, 65, 0.28);
  outline-offset: 2px;
}

.filter-overflow-fade {
  appearance: none;
  background: linear-gradient(to bottom, rgba(246, 241, 232, 0), rgba(246, 241, 232, 0.94) 58%, var(--warm-ivory) 100%);
  border: 0;
  cursor: pointer;
  grid-column: 1 / -1;
  height: 58px;
  justify-self: stretch;
  margin-top: -42px;
  padding: 0;
  position: relative;
  transition: opacity var(--motion-editorial-fast) var(--motion-editorial-ease);
  width: 100%;
  z-index: 2;
}

.filter-overflow-fade::after {
  border-bottom: 1px solid rgba(23, 23, 23, 0.62);
  border-right: 1px solid rgba(23, 23, 23, 0.62);
  bottom: 9px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  transition: border-color var(--motion-editorial-fast) var(--motion-editorial-ease), transform var(--motion-editorial-fast) var(--motion-editorial-ease);
  width: 8px;
}

.filter-overflow-fade:hover::after {
  border-color: var(--deep-bronze);
  transform: translate(-50%, 2px) rotate(45deg);
}

.filter-overflow-fade:focus-visible {
  outline: 2px solid rgba(123, 94, 59, 0.34);
  outline-offset: 2px;
}

.filter-field,
.sort-field {
  display: grid;
  gap: 0.35rem;
}

.filter-field span,
.sort-field span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

select {
  appearance: none;
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 42px;
  padding: 0 2rem 0 0.75rem;
}

.check-filter {
  align-items: center;
  align-self: end;
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0 0.75rem;
}

.check-filter input {
  accent-color: var(--deep-bronze);
  height: 16px;
  width: 16px;
}

.catalog-toolbar {
  align-items: end;
  justify-content: space-between;
  margin: 0 0 1.4rem;
  max-width: none;
}

.catalog-toolbar p {
  color: rgba(23, 23, 23, 0.62);
  margin: 0;
}

.sort-field {
  min-width: 220px;
}

.related-section {
  border-top: 1px solid var(--line);
  padding-top: 4rem;
}

.outlet-notes {
  background: var(--graphite);
  color: var(--warm-ivory);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.4rem;
}

.outlet-notes div {
  background: rgba(246, 241, 232, 0.035);
  display: grid;
  gap: 0.2rem;
  padding: 1.4rem 3rem;
}

.outlet-notes strong {
  color: var(--muted-brass);
}

.outlet-notes span {
  color: rgba(246, 241, 232, 0.72);
}

.product-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.74fr);
  margin: 0 auto;
  max-width: 1360px;
  padding-bottom: 4.8rem;
}

.gallery {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-rows: auto;
}

.gallery-main {
  aspect-ratio: 1.04;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: zoom-in;
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  position: relative;
}

.gallery-main:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 4px;
}

html[data-input-modality="pointer"] .gallery-main:focus-visible {
  outline: 0;
}

.gallery-main img {
  background: #fff;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 180ms ease;
  width: 100%;
}

.gallery-frame-note {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(246, 241, 232, 0.78);
  border: 1px solid rgba(246, 241, 232, 0.42);
  border-radius: 999px;
  bottom: 1rem;
  color: rgba(23, 23, 23, 0.72);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.7rem;
  left: 1rem;
  padding: 0.52rem 0.75rem;
  position: absolute;
}

.gallery-frame-note span:first-child {
  color: var(--charcoal);
}

.gallery-zoom-button {
  align-items: center;
  background: rgba(17, 19, 21, 0.76);
  border-radius: 999px;
  bottom: 1rem;
  color: var(--warm-ivory);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.42rem;
  opacity: 0;
  padding: 0.52rem 0.78rem;
  position: absolute;
  right: 1rem;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-zoom-button svg {
  height: 15px;
  width: 15px;
}

.gallery-main:hover .gallery-zoom-button,
.gallery-main:focus-visible .gallery-zoom-button {
  opacity: 1;
  transform: translateY(0);
}

.gallery-thumbs {
  align-content: start;
  display: grid;
  gap: 0.7rem;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: 1fr;
}

.gallery-thumbs.has-hidden-thumbs:not(.is-expanded) button.is-extra {
  display: none;
}

.gallery-thumbs button {
  aspect-ratio: 1;
  background: #fff;
  border-color: var(--line);
  border-radius: 6px;
  overflow: hidden;
  padding: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gallery-thumbs button.is-active {
  border-color: var(--muted-brass);
  box-shadow: inset 0 0 0 1px var(--muted-brass);
}

.gallery-thumbs button:hover {
  border-color: rgba(123, 94, 59, 0.48);
  transform: translateY(-1px);
}

.gallery-thumbs .gallery-thumb-more {
  align-items: center;
  background: var(--warm-ivory);
  border-style: dashed;
  color: var(--muted-brass);
  display: inline-flex;
  flex-direction: column;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.2rem;
  justify-content: center;
}

.gallery-thumbs .gallery-thumb-more svg {
  height: 20px;
  width: 20px;
}

.gallery-thumbs.is-expanded .gallery-thumb-more {
  display: none;
}

.gallery-thumbs img {
  background: #fff;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-lightbox {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 0;
  position: fixed;
  z-index: 95;
}

body.lightbox-open .gallery-lightbox {
  display: flex;
}

.gallery-lightbox-backdrop {
  background: rgba(17, 19, 21, 0.9);
  border: 0;
  inset: 0;
  position: absolute;
}

.gallery-lightbox-panel {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: zoom-out;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100dvh;
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100dvw;
  z-index: 1;
}

.gallery-lightbox-header {
  display: none;
}

.gallery-lightbox-header span {
  font-weight: 700;
}

.gallery-lightbox-header .icon-button {
  background: var(--warm-ivory);
  border-color: var(--line);
  color: var(--ink);
}

.gallery-lightbox-close,
.lightbox-nav {
  align-items: center;
  background: rgba(250, 246, 238, 0.82);
  border: 1px solid rgba(250, 246, 238, 0.45);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: fixed;
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 42px;
  z-index: 3;
}

.gallery-lightbox-close {
  right: 1rem;
  top: 1rem;
}

.gallery-lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(250, 246, 238, 0.96);
}

.gallery-lightbox-close svg,
.lightbox-nav svg {
  height: 18px;
  width: 18px;
}

#lightbox-image {
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.lightbox-nav-group {
  bottom: 1.25rem;
  display: flex;
  gap: 0.55rem;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 3;
}

.lightbox-nav {
  position: static;
}

.lightbox-prev {
  left: auto;
}

.lightbox-prev svg {
  transform: rotate(180deg);
}

.lightbox-next {
  right: auto;
}

.product-info {
  align-self: start;
  background: var(--warm-ivory);
  border-left: 1px solid var(--line);
  padding-left: 2rem;
  position: sticky;
  top: 110px;
}

.product-info h1 {
  font-size: clamp(2.45rem, 3.15vw, 3.25rem);
  line-height: 1.06;
  margin-bottom: 0.72rem;
  max-width: 14ch;
}

body[data-page="product-shopify-preview"] .product-info h1 {
  font-size: clamp(2.35rem, 2.85vw, 2.95rem);
  line-height: 1.08;
  max-width: 15ch;
}

.product-price {
  font-size: clamp(1.45rem, 1.65vw, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.15rem;
}

.product-description {
  color: rgba(23, 23, 23, 0.70);
  font-size: 1.02rem;
  line-height: 1.48;
  max-width: 45rem;
}

.product-dimensions-summary > span {
  font-size: 1.02rem;
  line-height: 1.48;
}

.selected-size-dimensions {
  align-items: baseline;
  color: rgba(23, 23, 23, 0.68);
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.65rem;
  margin-top: 0.75rem;
}

.selected-size-dimensions[hidden] {
  display: none;
}

.selected-size-dimensions > span {
  font-size: 0.78rem;
  font-weight: 700;
}

.selected-size-dimensions > strong {
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.product-description-disclosure {
  display: grid;
  justify-items: start;
}

.product-description-copy {
  position: relative;
}

.product-description-disclosure.is-description-collapsed .product-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-description-disclosure.is-description-collapsed .product-description-copy::after {
  background: linear-gradient(to bottom, rgba(246, 241, 232, 0), var(--warm-ivory));
  bottom: 0;
  content: "";
  height: 2.4rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.product-description-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.55rem;
  margin-top: 0.35rem;
  padding: 0.25rem 0;
}

.product-description-toggle[hidden] {
  display: none;
}

.product-description-toggle:hover,
.product-description-toggle:focus-visible {
  color: var(--charcoal);
}

.product-description-toggle i {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  height: 7px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
  width: 7px;
}

.product-description-disclosure.is-expanded .product-description-toggle i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.product-info .product-brand {
  color: rgba(23, 23, 23, 0.70);
  font-size: clamp(0.9rem, 0.9vw, 1rem);
  font-weight: 700;
  margin-bottom: 0.28rem;
}

.selector-group {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0;
}

.selector-group p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.selector-group .selector-label {
  align-items: center;
  display: flex;
  gap: 0.42rem;
}

.selector-group .product-option-validation {
  color: #8f2d2d;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0.65rem 0 0;
}

.selector-group .product-option-validation[hidden] {
  display: none;
}

.selector-group .product-finish-image-notice {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0.65rem 0 0;
}

.selector-group .product-finish-image-notice[hidden] {
  display: none;
}

.product-info-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.product-info-button svg {
  height: 18px;
  width: 18px;
}

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

.swatch-options,
.segmented-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.swatch-options button,
.segmented-options button {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  gap: 0.42rem;
  min-height: 40px;
  padding: 0.55rem 0.72rem;
}

.swatch-options button:hover:not(:disabled),
.segmented-options button:hover:not(:disabled) {
  border-color: rgba(123, 94, 59, 0.45);
}

.swatch-options button.is-selected,
.segmented-options button.is-selected {
  border-color: var(--deep-bronze);
  box-shadow: inset 0 0 0 1px var(--deep-bronze);
}

.segmented-options button.configuration-copy-option {
  align-content: center;
  align-items: start;
  display: grid;
  gap: 0.28rem;
  justify-items: start;
  min-height: 68px;
  min-width: min(228px, 100%);
  padding: 0.72rem 0.82rem;
  text-align: left;
}

.configuration-copy-option strong {
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1;
}

.configuration-copy-option small {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.68rem;
  line-height: 1.25;
}

.swatch-options button.is-unavailable,
.segmented-options button.is-unavailable {
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(123, 94, 59, 0.26);
  border-style: dashed;
  box-shadow: inset 3px 0 0 rgba(123, 94, 59, 0.14);
  color: rgba(23, 23, 23, 0.42);
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.68;
}

.swatch-options button.is-unavailable span,
.segmented-options button.is-unavailable span {
  opacity: 0.52;
}

.product-option-collapse {
  position: relative;
}

.product-option-collapse.is-collapsed .is-option-overflow {
  display: none;
}

.product-option-collapse.is-collapsible.is-collapsed::after {
  background: linear-gradient(to bottom, rgba(246, 241, 232, 0), var(--warm-ivory));
  bottom: 2.2rem;
  content: "";
  height: 2.4rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.product-options-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 0.45rem;
  min-height: 32px;
  padding: 0.25rem 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.product-options-toggle:hover,
.product-options-toggle:focus-visible {
  color: var(--charcoal);
}

.product-options-toggle i {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  height: 7px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
  width: 7px;
}

.product-option-collapse.is-expanded .product-options-toggle i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.selected-options {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.88rem;
  margin: -0.2rem 0 0.8rem;
}

.product-family-tools {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 0.35rem 0 1rem;
}

.product-family-tool {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 66px;
  padding: 0.8rem 0;
  text-align: left;
  width: 100%;
}

.product-family-tool + .product-family-tool {
  border-top: 1px solid var(--line);
}

.product-family-tool span {
  display: grid;
  gap: 0.16rem;
}

.product-family-tool strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.product-family-tool small {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.8rem;
}

.product-family-tool svg {
  flex: 0 0 auto;
  height: 20px;
  transition: transform 180ms ease;
  width: 20px;
}

.product-family-tool:hover svg,
.product-family-tool[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.product-family-overlay {
  align-items: stretch;
  display: flex;
  inset: 0;
  isolation: isolate;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  z-index: 120;
}

.product-family-overlay[hidden] {
  display: none;
}

.product-family-overlay-backdrop {
  background: rgba(17, 19, 21, 0.66);
  border: 0;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.product-family-compare-dialog,
.product-family-accessory-drawer,
.product-accessory-drawer {
  background: var(--warm-ivory);
  background-color: var(--warm-ivory);
  box-shadow: 0 28px 80px rgba(17, 19, 21, 0.24);
  opacity: 1;
  overflow: auto;
  position: relative;
  z-index: 2;
}

.product-family-compare-dialog {
  align-self: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: calc(100svh - 2rem);
  max-height: calc(100svh - 2rem);
  max-width: 1800px;
  overflow: hidden;
  padding: 1.5rem;
  width: 100%;
}

.product-family-overlay-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.product-family-overlay-header .eyebrow {
  margin-bottom: 0.2rem;
}

.product-family-overlay-header h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0;
}

.product-family-overlay-header .icon-button {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.product-family-compare-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-auto-rows: 100%;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.2rem;
}

.product-family-compare-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-rows: minmax(160px, 1fr) auto auto;
  height: 100%;
  max-height: 100%;
  min-width: 0;
  overflow: hidden;
}

.product-family-compare-card.is-current {
  border-color: var(--deep-bronze);
  box-shadow: inset 0 0 0 1px var(--deep-bronze);
}

.product-family-card-image {
  background: #fff;
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-family-card-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-family-current-badge {
  background: var(--graphite);
  border-radius: 999px;
  color: var(--warm-ivory);
  font-size: 0.72rem;
  font-weight: 700;
  left: 0.6rem;
  padding: 0.34rem 0.52rem;
  position: absolute;
  top: 0.6rem;
}

.product-family-card-copy {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem;
}

.product-family-card-copy h3 {
  font-size: 1.35rem;
  line-height: 1.08;
}

.product-family-card-copy > p:not(.product-brand),
.product-family-card-copy > small {
  color: rgba(23, 23, 23, 0.58);
}

.product-family-card-copy dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.42rem;
  margin: 0.25rem 0 0;
  padding-top: 0.6rem;
}

.product-family-card-copy dl div {
  display: grid;
  gap: 0.15rem;
}

.product-family-card-copy dt {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-family-card-copy dd {
  font-size: 0.84rem;
  margin: 0;
}

.product-family-card-price {
  font-size: 1.05rem;
}

.product-family-card-actions {
  display: grid;
  gap: 0.5rem;
  padding: 0 0.9rem 0.9rem;
}

.product-family-card-actions .button {
  min-height: 44px;
}

.product-family-card-actions svg {
  height: 18px;
  width: 18px;
}

.product-family-accessory-overlay,
.product-accessory-overlay {
  justify-content: flex-end;
  padding: 0;
}

.product-family-accessory-drawer,
.product-accessory-drawer {
  flex: 0 0 min(100%, 520px);
  height: 100svh;
  max-width: 520px;
  padding: 1.1rem;
  width: min(100%, 520px);
}

.product-family-accessory-drawer .product-family-overlay-header,
.product-accessory-drawer .product-family-overlay-header {
  background: var(--warm-ivory);
  position: sticky;
  top: -1.1rem;
  z-index: 2;
}

.product-family-accessory-intro {
  color: rgba(23, 23, 23, 0.68);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.product-family-accessory-list {
  display: grid;
  gap: 0.75rem;
}

.product-compatible-accessories-tool strong {
  color: var(--deep-bronze);
}

.product-accessory-guidance {
  background: rgba(172, 132, 75, 0.08);
  border: 1px solid rgba(172, 132, 75, 0.34);
  border-radius: 8px;
  display: grid;
  gap: 0.35rem;
  line-height: 1.48;
  margin-bottom: 1.25rem;
  padding: 0.9rem;
}

.product-accessory-guidance.is-unresolved {
  background: #fff8e9;
  border-color: #d7ad64;
}

.product-accessory-guidance p {
  color: rgba(23, 23, 23, 0.72);
  margin: 0;
}

.product-accessory-note {
  color: rgba(23, 23, 23, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
}

.product-accessory-scope {
  display: block;
  margin-top: -0.25rem;
}

.product-accessory-group + .product-accessory-group {
  border-top: 1px solid var(--line);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.product-accessory-group-heading {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.product-accessory-card-meta {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  justify-content: space-between;
}

.product-accessory-card-meta .product-brand {
  margin: 0;
}

.product-accessory-badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(23, 23, 23, 0.68);
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.23rem 0.43rem;
}

.product-accessory-badge.is-required {
  background: #f9e7d0;
  border-color: #d6a66e;
  color: #714719;
}

.product-accessory-badge.is-optional {
  background: #edf1e8;
  border-color: #b8c4ac;
  color: #405139;
}

.product-accessory-confirmation {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.product-accessory-confirmation p {
  color: rgba(23, 23, 23, 0.68);
  line-height: 1.5;
}

.product-accessory-confirmation .button {
  justify-self: start;
}

.product-family-accessory-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 124px minmax(0, 1fr);
  padding: 0.7rem;
}

.product-family-accessory-item > a {
  align-self: start;
  aspect-ratio: 1;
  background: #fff;
  overflow: hidden;
}

.product-family-accessory-item img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-family-accessory-item > div {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.product-family-accessory-item h3 {
  font-size: 1.25rem;
  line-height: 1.08;
}

.product-family-accessory-item p:not(.product-brand),
.product-family-accessory-item small {
  color: rgba(23, 23, 23, 0.6);
}

.product-family-accessory-actions {
  align-items: stretch;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 78px minmax(0, 1fr);
  margin-top: 0.35rem;
}

.product-family-accessory-actions label {
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 0.05rem;
  padding: 0.22rem 0.5rem;
}

.product-family-accessory-actions label span {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
}

.product-family-accessory-actions select {
  background: transparent;
  border: 0;
  min-height: 24px;
  padding: 0;
}

.product-family-accessory-actions .button {
  min-height: 48px;
}

/* Family collection cards are image-led and fully tappable. */
.product-family-accessory-item.product-family-related-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  padding: 0;
}

.product-family-accessory-item > a.product-family-related-card {
  aspect-ratio: auto;
  background: transparent;
  color: inherit;
  display: grid;
  gap: 0;
  overflow: visible;
  text-decoration: none;
}

.product-family-related-image {
  aspect-ratio: 1 / 1;
  background: #fff;
  display: block;
  overflow: hidden;
}

.product-family-related-image img {
  height: 100%;
  object-fit: contain;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.product-family-related-copy {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.3rem;
  padding: 0.8rem 0 1rem;
}

.product-family-related-brand {
  color: rgba(23, 23, 23, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-family-related-name {
  font-size: 1.2rem;
  line-height: 1.08;
}

.product-family-related-option,
.product-family-related-copy small {
  color: rgba(23, 23, 23, 0.58);
}

.product-family-related-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.product-family-related-price {
  font-size: 1rem;
}

.product-family-related-arrow {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 2rem;
}

.product-family-related-arrow svg {
  height: 0.95rem;
  width: 0.95rem;
}

.product-family-related-card:hover .product-family-related-image img {
  transform: scale(1.025);
}

.product-family-related-card:hover .product-family-related-arrow {
  background: var(--graphite);
  color: var(--warm-ivory);
  transform: translateX(2px);
}

.recommended-accessories-section {
  border-top: 1px solid var(--line);
  padding-top: 4.4rem;
}

.recommended-accessories-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 0 auto;
  max-width: 1360px;
}

.recommended-accessory-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
}

.recommended-accessory-media {
  aspect-ratio: 1;
  background: #fff;
  display: block;
  padding: 0.85rem;
}

.recommended-accessory-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recommended-accessory-copy {
  display: grid;
  gap: 0.34rem;
  padding: 0.95rem;
}

.recommended-accessory-copy h3 {
  font-size: 1.18rem;
  line-height: 1.14;
}

.recommended-accessory-copy p:not(.product-brand),
.recommended-accessory-copy small {
  color: rgba(23, 23, 23, 0.62);
}

.recommended-accessory-actions {
  align-items: stretch;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 74px minmax(0, 1fr);
  margin-top: 0.45rem;
}

.recommended-accessory-actions label {
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 0.05rem;
  padding: 0.22rem 0.5rem;
}

.recommended-accessory-actions label span {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
}

.recommended-accessory-actions select {
  background: transparent;
  border: 0;
  min-height: 24px;
  padding: 0;
}

.recommended-accessory-actions .button {
  min-height: 48px;
}

.stock-notice {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.28rem;
  margin: 0.4rem 0 1rem;
  padding: 0.72rem 0;
}

.stock-notice > strong {
  color: rgba(23, 23, 23, 0.78);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.stock-notice span {
  color: rgba(23, 23, 23, 0.66);
}

.shipping-estimate-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(23, 23, 23, 0.82);
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  gap: 0.48rem;
  justify-self: start;
  line-height: 1.25;
  padding: 0;
  text-align: left;
}

.shipping-estimate-trigger > span:not(.shipping-estimate-check) {
  color: inherit;
  text-decoration: none;
}

.shipping-estimate-trigger > .shipping-estimate-copy {
  display: grid;
  gap: 0.12rem;
  text-decoration: none;
}

.shipping-estimate-copy > span {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.shipping-estimate-trigger.is-made-to-order .shipping-estimate-copy > span {
  background: var(--deep-bronze);
  border-radius: 999px;
  color: var(--warm-ivory);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.5rem 0.78rem;
  text-transform: uppercase;
}

.shipping-estimate-copy small {
  color: rgba(23, 23, 23, 0.55);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.shipping-estimate-trigger > svg {
  color: rgba(23, 23, 23, 0.58);
  height: 15px;
  width: 15px;
}

.shipping-estimate-trigger:hover,
.shipping-estimate-trigger:focus-visible {
  color: var(--charcoal);
}

.shipping-estimate-check {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(23, 23, 23, 0.48);
  border-radius: 50%;
  color: rgba(23, 23, 23, 0.72);
  display: inline-flex;
  flex: 0 0 auto;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.shipping-estimate-check svg {
  height: 11px;
  width: 11px;
}

.product-help-overlay {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 125;
}

.product-help-overlay[hidden] {
  display: none;
}

.product-help-backdrop {
  background: rgba(17, 19, 21, 0.66);
  border: 0;
  inset: 0;
  position: absolute;
}

.product-help-dialog {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(17, 19, 21, 0.24);
  max-height: calc(100svh - 2rem);
  max-width: 620px;
  overflow: auto;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.product-help-dialog-compact {
  max-width: 540px;
}

.product-help-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
}

.product-help-header h2 {
  font-size: 2rem;
  margin: 0;
}

.product-help-eyebrow {
  color: var(--deep-bronze);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.22rem;
  text-transform: uppercase;
}

.product-help-header .icon-button {
  background: var(--warm-ivory);
  border-color: var(--line);
  color: var(--ink);
}

.product-help-dialog > p {
  line-height: 1.55;
}

.cct-guide {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  margin: 1.1rem 0;
}

.cct-guide div {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 0.75rem 0;
}

.cct-guide div + div {
  border-top: 1px solid var(--line);
}

.cct-guide span,
.product-help-note {
  color: rgba(23, 23, 23, 0.66);
}

.shipping-window {
  background: var(--soft-sand);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 0.2rem;
  margin-bottom: 1.15rem;
  padding: 0.9rem;
}

.shipping-window span {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.shipping-window strong {
  font-size: 1.12rem;
}

.product-help-list {
  display: grid;
  gap: 0.85rem;
  line-height: 1.52;
  margin: 0;
  padding-left: 1.2rem;
}

.product-help-note {
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
}

.product-option-example {
  background: var(--soft-sand);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  gap: 0.25rem;
  margin: 1.1rem 0;
  padding: 0.9rem 1rem;
}

.product-option-example span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-option-example strong {
  font-size: 1rem;
}

.product-terms-guide {
  border-top: 1px solid var(--line);
  margin: 0;
}

.product-terms-guide > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 74px minmax(0, 1fr);
  padding: 0.8rem 0;
}

.product-terms-guide dt {
  color: var(--deep-bronze);
  font-weight: 700;
}

.product-terms-guide dd {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}

.product-terms-guide dd span {
  color: rgba(23, 23, 23, 0.66);
  font-size: 0.88rem;
  line-height: 1.42;
}

.stock-notice-warning {
  background: #fff6e5;
  border-color: rgba(150, 91, 24, 0.32);
}

.stock-notice-warning strong {
  color: #6d3f0b;
}

.add-to-cart {
  align-items: center;
  background: var(--graphite);
  border: 1px solid var(--graphite);
  border-radius: 6px;
  color: var(--warm-ivory);
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  min-height: 54px;
  width: 100%;
}

.add-to-cart:hover {
  background: var(--charcoal);
}

.trust-notes {
  color: rgba(23, 23, 23, 0.68);
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 1.2rem;
}

.trust-notes p {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  margin: 0;
}

.trust-notes svg {
  color: var(--deep-bronze);
  height: 17px;
  width: 17px;
}

.accordions {
  border-bottom: 1px solid var(--line);
}

details {
  border-top: 1px solid var(--line);
  padding: 0.95rem 0;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  color: rgba(23, 23, 23, 0.68);
  margin: 0.7rem 0 0;
}

.detail-bullet-list {
  color: rgba(23, 23, 23, 0.68);
  display: grid;
  gap: 0.45rem;
  list-style: disc;
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.detail-bullet-list strong {
  color: var(--ink);
  font-weight: 700;
}

.specs-section {
  border-top: 1px solid var(--line);
}

.product-resources-section {
  border-top: 1px solid var(--line);
}

.product-resources-grid {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
  margin: 0 auto;
  max-width: 1180px;
}

.product-resources-grid-text-only {
  grid-template-columns: minmax(0, 1fr);
  max-width: 780px;
}

.product-resource-aside {
  align-content: start;
  display: grid;
  gap: 1rem;
}

.scheme-drawing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.scheme-drawing-button {
  appearance: none;
  background: #fff;
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}

.scheme-drawing-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -3px;
}

.scheme-drawing-card img {
  background: #fff;
  display: block;
  max-height: 720px;
  object-fit: contain;
  padding: 1.2rem;
  width: 100%;
}

.scheme-drawing-card figcaption {
  border-top: 1px solid var(--line);
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}

.product-resource-copy {
  display: grid;
  gap: 1rem;
}

.spec-table.product-resource-table {
  margin: 0;
  max-width: none;
}

.product-resource-table-disclosure.is-collapsible {
  position: relative;
}

.product-resource-table-disclosure.is-collapsible.is-collapsed::after {
  background: linear-gradient(to bottom, rgba(246, 241, 232, 0), var(--warm-ivory));
  bottom: 2.4rem;
  content: "";
  height: 3.5rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.spec-table-row.is-row-collapsible {
  position: relative;
}

.spec-table-row.is-row-collapsed .spec-row-value {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
}

.spec-table-row.is-row-collapsed strong {
  position: relative;
}

.spec-table-row.is-row-collapsed strong::after {
  background: linear-gradient(to bottom, rgba(246, 241, 232, 0), var(--warm-ivory));
  bottom: 0;
  content: "";
  height: 2.8rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.spec-row-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
  grid-column: 2;
  justify-self: start;
  padding: 0;
}

.spec-row-toggle[hidden] {
  display: none;
}

.spec-row-toggle:hover,
.spec-row-toggle:focus-visible {
  color: var(--charcoal);
}

.spec-row-toggle span {
  color: inherit;
  font-weight: inherit;
}

.spec-row-toggle i {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  height: 6px;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
  width: 6px;
}

.spec-table-row.is-expanded .spec-row-toggle i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.resource-actions[hidden],
.resource-actions [hidden] {
  display: none !important;
}

.resource-actions .button {
  flex: 0 1 220px;
  justify-content: center;
  text-align: center;
}

.scheme-lightbox {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 95;
}

body.scheme-lightbox-open .scheme-lightbox {
  opacity: 1;
  pointer-events: auto;
}

.scheme-lightbox-backdrop {
  background: rgba(18, 18, 18, 0.76);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  position: absolute;
}

.scheme-lightbox-panel {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  inset: 6vh 8vw;
  justify-content: center;
  padding: 2rem;
  position: absolute;
}

.scheme-lightbox-panel .icon-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}

.scheme-lightbox-panel img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-video-section {
  border-top: 1px solid var(--line);
}

.product-video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.product-video-frame {
  aspect-ratio: var(--video-ratio, 16 / 9);
  background: #f4eee4;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.product-video-frame video,
.product-video-frame iframe {
  background: #f4eee4;
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-video-frame iframe {
  object-fit: initial;
}

.product-video-loading,
.product-video-fallback {
  align-items: center;
  background: rgba(246, 241, 232, 0.92);
  color: rgba(23, 23, 23, 0.68);
  display: flex;
  font-size: 0.95rem;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.product-video-loading {
  display: none;
}

.product-video-frame.is-loading .product-video-loading {
  display: flex;
}

.product-video-frame.is-ready .product-video-loading,
.product-video-frame.is-ready .product-video-fallback {
  display: none;
}

.product-video-frame.has-poster .product-video-loading {
  display: none;
}

.product-video-frame.is-error .product-video-loading {
  display: none;
}

.product-video-fallback {
  color: var(--deep-bronze);
  display: none;
  flex-direction: column;
  font-family: var(--sans);
  font-weight: 700;
  gap: 0.75rem;
}

.product-video-fallback button {
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 0.7rem 1.1rem;
}

.product-video-frame.is-error .product-video-fallback {
  display: flex;
}

.product-video-frame.is-vertical {
  justify-self: center;
  max-width: min(420px, 100%);
  width: min(100%, 420px);
}

.product-video-frame.is-vertical video {
  object-fit: contain;
}

.product-video-frame.is-horizontal video {
  object-fit: cover;
}

.product-video-controls {
  align-items: center;
  bottom: 1rem;
  display: flex;
  gap: 0.6rem;
  left: 1rem;
  position: absolute;
  z-index: 2;
}

.product-video-play-prompt {
  display: none;
}

.product-video-frame.is-awaiting-play::after {
  background: rgba(17, 17, 17, 0.16);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.product-video-frame.is-awaiting-play .product-video-controls {
  align-items: center;
  bottom: auto;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-video-frame.is-awaiting-play [data-video-play],
.product-video-frame.is-awaiting-play [data-video-embed-play] {
  height: 72px;
  pointer-events: auto;
  width: 72px;
}

.product-video-frame.is-awaiting-play [data-video-play] svg,
.product-video-frame.is-awaiting-play [data-video-embed-play] svg {
  height: 28px;
  width: 28px;
}

.product-video-frame.is-awaiting-play [data-video-sound-toggle] {
  display: none;
}

.product-video-frame.is-awaiting-play .product-video-play-prompt {
  background: rgba(17, 17, 17, 0.84);
  border-radius: 999px;
  color: #fff;
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  pointer-events: none;
}

.product-video-frame.is-playing [data-video-embed-play] {
  display: none;
}

.product-video-control {
  background: rgba(17, 17, 17, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  height: 44px;
  padding: 0;
  place-items: center;
  width: 44px;
}

.product-video-control svg {
  height: 20px;
  stroke-width: 2.2;
  width: 20px;
}

.product-video-control.is-on {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(17, 17, 17, 0.18);
  color: var(--ink);
}

.spec-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}

.spec-table div {
  display: grid;
  gap: 1rem;
  grid-template-columns: 220px 1fr;
  padding: 1rem 1.2rem;
}

.spec-table div + div {
  border-top: 1px solid var(--line);
}

.spec-table span {
  color: rgba(23, 23, 23, 0.58);
  font-weight: 700;
}

.spec-table strong {
  font-weight: 400;
}

.spec-table strong {
  font-weight: 600;
}

.spec-table.product-resource-table span {
  color: var(--ink);
  font-weight: 700;
}

.spec-table.product-resource-table strong {
  color: rgba(23, 23, 23, 0.72);
  font-weight: 400;
}

.spec-table .spec-row-value {
  color: inherit;
  font-weight: inherit;
}

.empty-state {
  background: var(--soft-sand);
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
}

.site-footer {
  background: var(--graphite);
  color: var(--warm-ivory);
  padding: 4rem 3rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1360px;
}

.footer-grid p,
.footer-grid a {
  color: rgba(246, 241, 232, 0.70);
}

.footer-grid h2 {
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.42rem;
}

.footer-grid a:hover {
  color: var(--warm-ivory);
}

.footer-company-identity {
  align-items: end;
  border-top: 1px solid rgba(246, 241, 232, 0.18);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 1360px;
  padding-top: 1.2rem;
}

.footer-company-identity p,
.footer-company-identity address {
  color: rgba(246, 241, 232, 0.62);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}

.footer-company-identity p {
  display: grid;
}

.footer-company-identity strong {
  color: var(--warm-ivory);
  font-weight: 600;
}

.cart-company-identity {
  color: rgba(23, 23, 23, 0.52);
  font-size: 0.7rem;
  margin: 0.8rem 0 0;
  text-align: center;
}

.contact-company-identity {
  border-top: 1px solid var(--line);
  display: grid;
  font-style: normal;
  gap: 0.15rem;
  margin-top: 1.4rem;
  padding-top: 1rem;
}

.contact-company-identity strong {
  font-size: 0.82rem;
}

.contact-company-identity span {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.74rem;
}

@media (max-width: 700px) {
  .footer-company-identity {
    align-items: start;
    flex-direction: column;
    gap: 0.55rem;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0.85rem 1.4rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  h1 {
    font-size: 3.65rem;
  }

  h2,
  .editorial-copy h2,
  .outlet-banner h2,
  .newsletter-section h2 {
    font-size: 2.65rem;
  }

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

  .account-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .account-card-grid,
  .account-product-grid,
  .order-detail-grid,
  .address-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-card {
    grid-template-columns: 72px minmax(0, 1fr) auto;
  }

  .order-card .button,
  .order-card > strong {
    grid-column: 2 / -1;
    justify-self: start;
  }

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

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

  .editorial-band,
  .collection-hero,
  .product-layout,
  .product-resources-grid,
  .newsletter-section,
  .outlet-banner {
    grid-template-columns: 1fr;
  }

  .product-info {
    border-left: 0;
    padding-left: 0;
    position: static;
  }

  .product-info h1 {
    font-size: clamp(2.85rem, 6.4vw, 4rem);
    max-width: 13ch;
  }

  .product-price {
    font-size: 1.55rem;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-main,
  .gallery-thumbs {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

@media (max-width: 720px) {
  .announcement-bar {
    font-size: 0.76rem;
  }

  .site-header,
  .section,
  .page-intro,
  .product-page,
  .catalog-section,
  .site-footer,
  .newsletter-section,
  .outlet-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header {
    gap: 0.75rem;
  }

  .brand-mark {
    font-size: 1.72rem;
  }

  .header-actions {
    gap: 0;
  }

  .icon-button {
    height: 38px;
    width: 38px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-scrim {
    background: linear-gradient(180deg, rgba(17, 19, 21, 0.32), rgba(17, 19, 21, 0.74));
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 640px;
    padding: 4rem 1rem 2.4rem;
  }

  h1,
  .collection-hero h1,
  .product-info h1 {
    font-size: 2.8rem;
  }

  h2,
  .editorial-copy h2,
  .outlet-banner h2,
  .newsletter-section h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .section {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .room-grid,
  .collection-grid,
  .product-grid,
  .trust-strip,
  .filters,
  .outlet-notes,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-card {
    aspect-ratio: 1.08;
  }

  .collection-card {
    aspect-ratio: 1.1;
  }

  .editorial-image,
  .editorial-image img {
    min-height: 360px;
  }

  .editorial-copy,
  .collection-hero > div {
    padding: 2.2rem 1.2rem;
  }

  .collection-hero img {
    min-height: 300px;
  }

  .catalog-toolbar {
    align-items: stretch;
    display: grid;
    gap: 0.8rem;
  }

  .sort-field {
    min-width: 0;
  }

  .newsletter-form > div {
    display: grid;
  }

  .product-layout {
    gap: 1.4rem;
  }

  .gallery-thumbs {
    gap: 0.45rem;
  }

  .gallery-frame-note {
    bottom: 0.7rem;
    font-size: 0.72rem;
    left: 0.7rem;
    padding: 0.44rem 0.62rem;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .scheme-drawing-card img {
    max-height: none;
    padding: 0.75rem;
  }

  .scheme-lightbox-panel {
    inset: 4vh 1rem;
    padding: 1rem;
  }

  .scheme-lightbox-panel .icon-button {
    right: 0.6rem;
    top: 0.6rem;
  }

  .resource-actions {
    display: grid;
  }
}

body[data-page="collection"] .product-card .product-brand {
  font-size: clamp(1.08rem, 0.92vw, 1.22rem);
  line-height: 1.2;
  margin-bottom: 0.36rem;
}

body[data-page="collection"] .product-card-context {
  font-size: clamp(1.08rem, 0.92vw, 1.2rem);
  line-height: 1.4;
}

body[data-page="collection"] .price-line {
  font-size: clamp(1.32rem, 1.15vw, 1.52rem);
  line-height: 1.25;
}

body[data-page="collection"] .filter-rail-heading .eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

body[data-page="collection"] .filter-rail-heading .eyebrow span {
  font-size: 0.72rem;
  height: 21px;
  min-width: 21px;
}

body[data-page="collection"] .filter-rail-heading .text-link {
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.82rem;
}

body[data-page="collection"] .filter-facet summary {
  font-size: 0.98rem;
  min-height: 48px;
}

body[data-page="collection"] .facet-option {
  font-size: 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  min-height: 36px;
}

body[data-page="collection"] .facet-option span:nth-child(2) {
  font-size: 0.8rem;
}

body[data-page="collection"] .facet-option input {
  background: transparent;
  border-color: rgba(23, 23, 23, 0.2);
  height: 18px;
  position: relative;
  width: 18px;
}

body[data-page="collection"] .facet-option input:checked {
  background: var(--deep-bronze);
  border-color: var(--deep-bronze);
  box-shadow: none;
}

body[data-page="collection"] .facet-option input:checked::after {
  border: solid var(--warm-ivory);
  border-width: 0 1.5px 1.5px 0;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 3px;
}

body[data-page="collection"] .facet-option:has(input:checked) {
  color: var(--charcoal);
  font-weight: 650;
}

body[data-page="collection"] .facet-option input:focus-visible {
  outline: 2px solid rgba(123, 94, 59, 0.34);
  outline-offset: 2px;
}

body[data-page="collection"] .price-range-values {
  font-size: 0.86rem;
}

body[data-page="collection"] .price-range-values output {
  align-items: center;
  display: flex;
  min-height: 38px;
}

body[data-page="collection"] .price-range-values output:last-child {
  justify-content: flex-end;
}

@media (max-width: 720px) {
  body[data-page="collection"] .product-card .product-brand {
    font-size: 1rem;
  }

  body[data-page="collection"] .product-card-context {
    font-size: 1.02rem;
  }

  body[data-page="collection"] .price-line {
    font-size: 1.24rem;
  }
}

:root {
  --color-warm-ivory: var(--warm-ivory);
  --color-soft-sand: var(--soft-sand);
  --color-stone-taupe: var(--stone-taupe);
  --color-charcoal: var(--charcoal);
  --color-graphite: var(--graphite);
  --color-muted-brass: var(--muted-brass);
  --color-deep-bronze: var(--deep-bronze);
  --color-white: #FFFFFF;
  --color-border: #D8CFC2;
}

body.no-scroll {
  overflow: hidden;
}

.menu-button {
  display: none;
}

.account-link {
  text-decoration: none;
}

.cart-button {
  position: relative;
}

.cart-count {
  align-items: center;
  background: var(--muted-brass);
  border-radius: 999px;
  color: var(--warm-ivory);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-item {
  align-items: center;
  display: flex;
  min-height: 78px;
  position: relative;
}

.nav-item.has-mega::after {
  content: "";
  height: 22px;
  left: -0.75rem;
  position: absolute;
  right: -0.75rem;
  top: 100%;
}

.mega-menu {
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.15rem;
  left: 50%;
  min-width: 240px;
  opacity: 0;
  padding: 0.85rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 50;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu a {
  border-radius: 999px;
  color: rgba(23, 23, 23, 0.74);
  padding: 0.55rem 0.75rem;
}

.mega-menu a:hover {
  background: var(--soft-sand);
  color: var(--charcoal);
}

.has-brand-mega .mega-menu {
  min-width: min(1000px, calc(100vw - 3rem));
  padding: 1.15rem;
}

.brand-mega-grid {
  display: grid;
  gap: 0.7rem 1.2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-mega a {
  align-items: center;
  border-radius: 999px;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 0.45rem 0.55rem;
}

.brand-mega a::after {
  display: none;
}

.brand-mega a span {
  align-items: center;
  background: var(--soft-sand);
  border: 1px solid rgba(123, 94, 59, 0.12);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 48px;
}

.brand-mega a strong {
  font-size: 0.9rem;
  line-height: 1.15;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-mega .brand-see-all span {
  font-size: 1.45rem;
  font-weight: 300;
}

.button {
  border-radius: 8px;
}

.button-dark:hover,
.add-to-cart:hover {
  background: var(--deep-bronze);
  border-color: var(--deep-bronze);
}

.button-secondary {
  background: transparent;
  border-color: var(--charcoal);
  color: var(--charcoal);
}

.button-secondary:hover {
  background: var(--soft-sand);
}

.hero-micro {
  color: rgba(246, 241, 232, 0.68);
  font-size: 0.9rem;
  margin-top: 1rem;
}

.room-grid,
.collection-grid,
.product-grid {
  gap: 1.5rem;
}

.room-grid-six {
  grid-template-columns: repeat(3, 1fr);
}

.room-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.image-card {
  border-radius: 18px;
}

.image-card em {
  color: var(--muted-brass);
  font-style: normal;
}

.product-card-media,
.gallery-main {
  border-color: var(--color-border);
  border-radius: 14px;
}

.product-card-media {
  box-shadow: 0 8px 28px rgba(17, 19, 21, 0.06);
}

.view-product {
  background: rgba(17, 19, 21, 0.82);
  border-radius: 999px;
  bottom: 0.85rem;
  color: var(--warm-ivory);
  font-size: 0.8rem;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 0.5rem 0.8rem;
  position: absolute;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-card-media:hover .view-product {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-card-media:hover {
  border-color: rgba(123, 94, 59, 0.45);
}

.badge {
  border-radius: 999px;
}

.product-brand,
.eyebrow,
.badge,
.filter-field span,
.sort-field span {
  letter-spacing: 0.055em;
}

.delivery-micro {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.84rem;
  margin: -0.35rem 0 0;
}

.trust-item {
  align-items: flex-start;
}

.trust-item h3 {
  color: var(--warm-ivory);
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.15rem;
}

.trust-item p {
  color: rgba(246, 241, 232, 0.68);
  font-size: 0.9rem;
}

.simple-hero {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  margin: 0 auto;
  max-width: 1360px;
  padding: 4.8rem;
}

.simple-hero h1 {
  max-width: 860px;
}

.simple-hero p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.68);
  max-width: 720px;
}

.data-page-pending {
  min-height: calc(100vh - 180px);
}

.collection-loading-intro,
.collection-loading-catalog {
  margin: 0 auto;
  max-width: 1360px;
  padding: 2.6rem 3rem;
}

.collection-loading-hero,
.collection-loading-catalog,
.collection-loading-grid {
  display: grid;
  gap: 1.5rem;
}

.collection-loading-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  margin-top: 1.5rem;
}

.collection-loading-feature,
.collection-loading-image,
.collection-loading-line,
.collection-loading-filters {
  animation: collection-loading-pulse 1.4s ease-in-out infinite alternate;
  background: #e8e0d4;
  display: block;
}

.collection-loading-feature {
  aspect-ratio: 16 / 8;
  border-radius: 6px;
}

.collection-loading-line {
  border-radius: 3px;
  height: 14px;
  margin-bottom: 0.8rem;
  max-width: 620px;
  width: 100%;
}

.collection-loading-line-short {
  width: 28%;
}

.collection-loading-line-medium {
  width: 68%;
}

.collection-loading-line-title {
  height: 28px;
  width: 54%;
}

.collection-loading-catalog {
  grid-template-columns: 260px minmax(0, 1fr);
  padding-top: 1rem;
}

.collection-loading-filters {
  border-radius: 6px;
  min-height: 470px;
  opacity: 0.7;
  padding: 1.5rem;
}

.collection-loading-results {
  min-width: 0;
}

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

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

.collection-loading-image {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  margin-bottom: 1rem;
}

@keyframes collection-loading-pulse {
  from { opacity: 0.52; }
  to { opacity: 0.92; }
}

@media (max-width: 900px) {
  .collection-loading-intro,
  .collection-loading-catalog {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .collection-loading-filters,
  .collection-loading-feature {
    display: none;
  }

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

@media (max-width: 560px) {
  .collection-loading-grid {
    grid-template-columns: 1fr;
  }
}

.brands-hero {
  padding-bottom: 3.4rem;
  padding-top: 3.4rem;
}

.brands-directory {
  margin: 0 auto;
  max-width: 1360px;
  padding: 2.6rem 3rem 5.5rem;
}

.brands-directory-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.brands-directory-heading p {
  color: rgba(23, 23, 23, 0.68);
  font-weight: 700;
}

.brands-directory-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-letter-group {
  display: grid;
  gap: 0.9rem;
}

.brand-letter-group h2 {
  background: var(--soft-sand);
  border-radius: 0 0 24px 0;
  color: var(--deep-bronze);
  font-family: var(--sans);
  font-size: 1.05rem;
  padding: 1.15rem 1.35rem;
}

.brand-letter-group > div {
  display: grid;
}

.brand-directory-link {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--charcoal);
  display: grid;
  gap: 1rem;
  grid-template-columns: 64px minmax(0, 1fr) auto 18px;
  min-height: 86px;
  padding: 0.75rem 0;
}

.brand-directory-link:hover {
  color: var(--deep-bronze);
}

.brand-logo-mark {
  align-items: center;
  background: var(--soft-sand);
  border: 1px solid rgba(123, 94, 59, 0.12);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  line-height: 1.05;
  text-align: center;
  width: 58px;
}

.brand-directory-link strong {
  font-size: 1rem;
}

.brand-directory-link small {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.86rem;
}

.brand-directory-link svg {
  height: 18px;
  stroke-width: 1.6;
  width: 18px;
}

.account-auth,
.account-page {
  padding: 1.25rem 3rem 5.5rem;
}

.account-auth-card {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 3rem;
}

.account-auth-card.is-logout {
  grid-template-columns: 1fr;
}

.account-auth-card h1,
.account-hero-panel h1,
.account-panel h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.account-auth-card p,
.account-hero-panel p,
.account-panel-heading p {
  color: rgba(23, 23, 23, 0.68);
}

.account-auth-card ul {
  color: rgba(23, 23, 23, 0.7);
  display: grid;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.account-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1360px;
}

.account-sidebar {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  display: grid;
  gap: 1.2rem;
  padding: 1.2rem;
  position: sticky;
  top: 1rem;
}

.account-sidebar > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.25rem;
  padding-bottom: 1rem;
}

.account-sidebar span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
}

.account-sidebar nav {
  display: grid;
  gap: 0.25rem;
}

.account-sidebar a {
  border-radius: 999px;
  color: rgba(23, 23, 23, 0.72);
  padding: 0.7rem 0.85rem;
}

.account-sidebar a:hover,
.account-sidebar a.is-active {
  background: rgba(176, 141, 87, 0.16);
  color: var(--charcoal);
}

.account-mobile-nav {
  display: none;
}

.account-main {
  display: grid;
  gap: 1.2rem;
  min-width: 0;
}

.account-hero-panel,
.account-panel,
.account-quick-card,
.address-card {
  background: rgba(246, 241, 232, 0.72);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 19, 21, 0.045);
}

.account-hero-panel,
.account-panel {
  padding: 1.6rem;
}

.account-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-quick-card {
  color: var(--charcoal);
  display: grid;
  gap: 0.55rem;
  padding: 1.2rem;
}

.account-quick-card span,
.saved-cart-item span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
}

.account-quick-card strong {
  font-size: 1.8rem;
}

.account-quick-card p {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.86rem;
}

.account-panel-heading {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.account-form {
  display: grid;
  gap: 0.95rem;
}

.account-form label,
.order-tools label {
  color: rgba(23, 23, 23, 0.74);
  display: grid;
  font-size: 0.86rem;
  gap: 0.4rem;
}

.account-form input,
.account-form select,
.order-tools input,
.order-tools select,
.account-mobile-nav select {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--charcoal);
  font: inherit;
  min-height: 48px;
  padding: 0.8rem 0.9rem;
}

.form-two,
.form-three,
.order-tools,
.order-detail-grid {
  display: grid;
  gap: 0.9rem;
}

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

.form-three,
.order-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-tools label:first-child {
  grid-column: span 2;
}

.form-row-between {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
}

.checkbox-line {
  align-items: center;
  display: inline-flex !important;
  gap: 0.45rem !important;
}

.checkbox-line input {
  min-height: auto;
}

.social-login-placeholders {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, 1fr);
}

.social-login-placeholders button {
  background: rgba(246, 241, 232, 0.6);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: rgba(23, 23, 23, 0.45);
  min-height: 44px;
}

.form-feedback {
  color: var(--deep-bronze);
  display: none;
  font-size: 0.86rem;
}

.form-feedback.is-visible {
  display: block;
}

.form-feedback[data-state="error"] {
  color: #8f2d2d;
}

.form-feedback[data-state="warning"] {
  color: #6d3f0b;
}

.shopify-test-page {
  align-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(176, 141, 87, 0.12), transparent 28rem),
    var(--warm-ivory);
  display: grid;
  min-height: 100vh;
  padding: clamp(1rem, 4vw, 3rem);
}

.shopify-test-panel {
  background: rgba(246, 241, 232, 0.88);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(17, 19, 21, 0.08);
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(1.4rem, 4vw, 3rem);
  width: min(100%, 880px);
}

.shopify-test-panel h1 {
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.96;
  max-width: 780px;
}

.shopify-test-panel p {
  color: rgba(23, 23, 23, 0.68);
  max-width: 720px;
}

.shopify-test-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.shopify-test-result {
  display: grid;
  gap: 0.9rem;
}

.shopify-test-summary,
.shopify-test-list div,
.shopify-test-products article {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.9rem;
}

.shopify-test-summary {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.shopify-test-summary.is-success {
  border-color: rgba(66, 118, 87, 0.34);
}

.shopify-test-summary.is-error {
  border-color: rgba(138, 47, 36, 0.34);
}

.shopify-test-summary.is-warning {
  border-color: rgba(176, 141, 87, 0.42);
}

.shopify-test-list {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shopify-test-list div {
  display: grid;
  gap: 0.25rem;
}

.shopify-test-list dt,
.shopify-test-products span,
.shopify-test-products small {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.76rem;
}

.shopify-test-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.shopify-test-products {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shopify-test-products article {
  display: grid;
  gap: 0.3rem;
}

.shopify-test-errors {
  color: #8f2d2d;
  margin: 0;
  padding-left: 1.2rem;
}

.shopify-test-note code {
  background: rgba(17, 19, 21, 0.08);
  border-radius: 4px;
  color: var(--charcoal);
  padding: 0.15rem 0.3rem;
}

.shopify-products-page {
  align-items: start;
}

.shopify-products-panel {
  max-width: 1180px;
  width: min(100%, 1180px);
}

.shopify-product-diagnostics {
  display: grid;
  gap: 1.2rem;
}

.shopify-product-card {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
  padding: 1rem;
}

.shopify-product-card.is-selected {
  border-color: rgba(176, 141, 87, 0.72);
  box-shadow: 0 16px 42px rgba(17, 19, 21, 0.08);
}

.shopify-product-card__media {
  background: var(--soft-sand);
  border-radius: 8px;
  min-height: 220px;
  overflow: hidden;
}

.shopify-product-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.shopify-product-card__placeholder {
  align-items: center;
  color: rgba(23, 23, 23, 0.52);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 220px;
  padding: 1rem;
  text-align: center;
}

.shopify-product-card__body {
  display: grid;
  gap: 1rem;
}

.shopify-product-card__body h2,
.shopify-marketplace-notes h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.shopify-product-meta {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shopify-product-meta div {
  background: rgba(246, 241, 232, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.7rem;
}

.shopify-product-meta dt {
  color: rgba(23, 23, 23, 0.55);
  font-size: 0.74rem;
}

.shopify-product-meta dd {
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
}

.shopify-check-list,
.shopify-variant-list {
  display: grid;
  gap: 0.6rem;
}

.shopify-check-list h3,
.shopify-variant-list h3 {
  font-size: 1rem;
}

.shopify-check {
  align-items: center;
  background: rgba(246, 241, 232, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.45rem;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.42rem 0.65rem;
  width: fit-content;
}

.shopify-check strong {
  color: var(--deep-bronze);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.shopify-check.is-warning {
  border-color: rgba(176, 141, 87, 0.5);
}

.shopify-check.is-warning strong {
  color: #8f6429;
}

.shopify-variant-card,
.shopify-empty-state,
.shopify-marketplace-notes {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
}

.shopify-variant-card small {
  color: rgba(23, 23, 23, 0.58);
  display: block;
  overflow-wrap: anywhere;
}

.shopify-empty-state {
  border-color: rgba(66, 118, 87, 0.34);
}

.shopify-marketplace-notes ul {
  color: rgba(23, 23, 23, 0.68);
  margin: 0;
  padding-left: 1.1rem;
}

.shopify-cart-section,
.shopify-cart-messages,
.shopify-cart-lines {
  display: grid;
  gap: 0.9rem;
}

.shopify-cart-section h2 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.shopify-variant-choice {
  align-items: center;
  background: rgba(246, 241, 232, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 0.55rem;
  padding: 0.75rem;
}

.shopify-variant-choice input {
  accent-color: var(--deep-bronze);
}

.shopify-flow-page {
  margin: 0 auto;
  max-width: 1480px;
  padding: 3rem;
}

.shopify-flow-hero,
.shopify-flow-empty {
  background: var(--graphite);
  border-radius: 8px;
  color: var(--warm-ivory);
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.shopify-flow-hero h1,
.shopify-flow-empty h1,
.shopify-flow-empty h2 {
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.96;
  max-width: 920px;
}

.shopify-flow-hero p,
.shopify-flow-empty p {
  color: rgba(246, 241, 232, 0.74);
  max-width: 720px;
}

.shopify-flow-badge-row {
  margin-bottom: 1rem;
}

.shopify-flow-badge {
  background: rgba(176, 141, 87, 0.14);
  border: 1px solid rgba(176, 141, 87, 0.28);
  border-radius: 999px;
  color: var(--muted-brass);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
}

.shopify-config-strip {
  background: var(--soft-sand);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 1.2rem 0 2rem;
  padding: 0.9rem;
}

.shopify-config-strip div {
  display: grid;
  gap: 0.25rem;
}

.shopify-config-strip span,
.shopify-flow-card-meta {
  color: rgba(23, 23, 23, 0.55);
  font-size: 0.75rem;
}

.shopify-config-strip strong,
.shopify-flow-card-meta {
  overflow-wrap: anywhere;
}

.shopify-flow-section {
  padding-inline: 0;
}

.shopify-flow-grid {
  margin: 0;
  max-width: none;
}

.shopify-flow-image-placeholder {
  align-items: center;
  color: rgba(23, 23, 23, 0.52);
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
}

.shopify-flow-errors {
  background: rgba(143, 45, 45, 0.08);
  border: 1px solid rgba(143, 45, 45, 0.22);
  border-radius: 8px;
  color: #8f2d2d;
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  padding: 1rem;
}

.shopify-flow-product-layout {
  padding-bottom: 2rem;
}

.shopify-flow-option-row {
  align-items: center;
}

.shopify-flow-cart-status {
  margin-top: 1rem;
}

.shopify-flow-cart-summary {
  background: rgba(232, 223, 210, 0.52);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.9rem;
  margin: 1.2rem 0 2rem;
  padding: 1rem;
}

.shopify-flow-cart-heading {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.shopify-flow-cart-heading span,
.shopify-flow-cart-line small,
.shopify-flow-cart-metrics dt {
  color: rgba(23, 23, 23, 0.58);
}

.shopify-flow-cart-metrics {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.shopify-flow-cart-metrics div {
  background: rgba(246, 241, 232, 0.66);
  border: 1px solid rgba(207, 195, 179, 0.7);
  border-radius: 8px;
  display: grid;
  gap: 0.2rem;
  padding: 0.65rem;
}

.shopify-flow-cart-metrics dt,
.shopify-flow-cart-metrics dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.shopify-flow-cart-lines {
  display: grid;
  gap: 0.55rem;
}

.shopify-flow-cart-line {
  align-items: start;
  background: rgba(246, 241, 232, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.75rem;
}

.shopify-flow-cart-line small {
  display: block;
  margin-top: 0.25rem;
}

.shopify-flow-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.shopify-flow-cart-status .button {
  justify-self: start;
  min-height: 0;
  padding: 0.68rem 0.9rem;
}

.shopify-flow-note {
  background: rgba(176, 141, 87, 0.11);
  border: 1px solid rgba(176, 141, 87, 0.24);
  border-radius: 8px;
  color: var(--deep-bronze);
  font-size: 0.84rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
}

.shopify-flow-note.is-warning {
  background: rgba(143, 45, 45, 0.08);
  border-color: rgba(143, 45, 45, 0.2);
  color: #8f2d2d;
}

.account-switch {
  color: rgba(23, 23, 23, 0.64);
  font-size: 0.88rem;
  text-align: center;
}

.mini-saved-cart,
.saved-cart-list,
.orders-list,
.ordered-products,
.address-grid {
  display: grid;
  gap: 0.85rem;
}

.mini-saved-cart-item,
.saved-cart-item,
.order-card,
.ordered-products article {
  align-items: center;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
}

.mini-saved-cart-item {
  color: var(--charcoal);
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 0.65rem;
}

.mini-saved-cart-item > span {
  display: grid;
  gap: 0.18rem;
}

.mini-saved-cart img,
.saved-cart-item img,
.order-card img,
.ordered-products img {
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.saved-cart-item {
  grid-template-columns: 112px minmax(0, 1fr) auto;
  padding: 0.8rem;
}

.saved-cart-item > div:last-child,
.saved-cart-summary,
.order-total-box {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
}

.saved-cart-summary {
  align-items: center;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr auto auto auto;
  justify-items: start;
  margin-top: 1rem;
  padding-top: 1rem;
}

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

.order-card {
  grid-template-columns: 82px minmax(0, 1fr) auto auto auto;
  padding: 0.8rem;
}

.status-badge {
  background: rgba(176, 141, 87, 0.16);
  border: 1px solid rgba(123, 94, 59, 0.18);
  border-radius: 999px;
  color: var(--deep-bronze);
  font-size: 0.78rem;
  padding: 0.45rem 0.7rem;
}

.order-timeline {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 1rem 0 1.4rem;
}

.order-timeline li {
  color: rgba(23, 23, 23, 0.5);
  display: grid;
  gap: 0.45rem;
  font-size: 0.72rem;
}

.order-timeline span {
  background: var(--stone-taupe);
  border-radius: 999px;
  height: 8px;
}

.order-timeline .is-complete {
  color: var(--charcoal);
}

.order-timeline .is-complete span {
  background: var(--muted-brass);
}

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

.order-detail-grid article,
.address-card {
  padding: 1rem;
}

.address-card {
  align-content: start;
  display: grid;
  gap: 0.85rem;
}

.address-card p:empty {
  display: none;
}

.address-badges,
.address-actions,
.address-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.address-badges span {
  background: rgba(176, 141, 87, 0.14);
  border: 1px solid rgba(123, 94, 59, 0.22);
  border-radius: 999px;
  color: var(--deep-bronze);
  font-size: 0.74rem;
  padding: 0.35rem 0.55rem;
}

.address-actions .button,
.address-form-actions .button {
  min-height: 0;
  padding: 0.62rem 0.85rem;
}

.ordered-products article {
  grid-template-columns: 88px minmax(0, 1fr) auto auto;
  padding: 0.75rem;
}

.order-total-box {
  border-top: 1px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
}

.order-total-box p {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-width: 280px;
}

.support-note {
  background: var(--soft-sand);
  border-radius: 8px;
  color: rgba(23, 23, 23, 0.68);
  margin-top: 1rem;
  padding: 1rem;
}

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

.account-empty-state {
  align-items: start;
  background: var(--soft-sand);
  border: 1px dashed rgba(123, 94, 59, 0.25);
  border-radius: 8px;
  display: grid;
  gap: 0.7rem;
  padding: 1.4rem;
}

.mobile-catalog-controls {
  display: none;
}

.filter-drawer-heading {
  display: none;
}

.active-chips,
.chip-list,
.pill-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.active-chips {
  margin-top: 0.65rem;
}

.chip {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  font-size: 0.88rem;
  line-height: 1;
  padding: 0.58rem 0.8rem;
}

.chip-separator {
  align-items: center;
  color: rgba(23, 23, 23, 0.46);
  display: inline-flex;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0 0.05rem;
}

.pill-shortcuts {
  margin: 1.4rem auto 0;
  max-width: 1360px;
  padding: 0 3rem;
}

.catalog-editorial,
.outlet-reassurance {
  align-items: center;
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  margin: 3rem auto 0;
  max-width: 1360px;
  padding: 2rem;
}

.catalog-editorial h2,
.outlet-reassurance h2 {
  font-size: 2.45rem;
}

.outlet-reassurance {
  margin-bottom: 0;
  padding: 3rem;
}

.outlet-reassurance ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.product-title-row {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.product-price {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
}

.product-price strong {
  font-size: inherit;
  font-weight: 700;
}

.product-sku {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: -0.78rem 0 1.15rem;
  text-transform: uppercase;
}

.product-sku span {
  color: rgba(23, 23, 23, 0.78);
  font-variant-numeric: tabular-nums;
  text-transform: none;
}

.swatch-options button:disabled,
.segmented-options button:disabled {
  color: rgba(23, 23, 23, 0.35);
  cursor: not-allowed;
}

.purchase-actions {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 96px minmax(0, 1fr) 58px;
}

.wishlist-wide {
  grid-column: 1 / -1;
}

.product-wishlist-button {
  align-items: center;
  align-self: stretch;
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 54px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 58px;
}

.product-wishlist-button:hover,
.product-wishlist-button:focus-visible {
  background: var(--white);
  border-color: var(--deep-bronze);
}

.product-wishlist-button.is-active,
.product-wishlist-button[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--warm-ivory);
}

.product-wishlist-button svg {
  height: 21px;
  width: 21px;
}

.quantity-stepper {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.15rem;
  padding: 0.3rem 0.7rem;
}

.quantity-stepper span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
}

.quantity-stepper input {
  background: transparent;
  border: 0;
  min-width: 0;
}

.checkout-micro {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.85rem;
  margin: 0.7rem 0;
}

.ask-link {
  margin-bottom: 1rem;
}

.product-trust p {
  align-items: start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.15rem 0.55rem;
}

.product-trust p span {
  grid-column: 2;
}

.product-purchase-activity[hidden] {
  display: none;
}

.product-purchase-assurance {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
}

.product-purchase-assurance-item {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.8rem 0.65rem;
  text-align: left;
  text-decoration: none;
}

.product-purchase-assurance-item + .product-purchase-assurance-item {
  border-left: 1px solid var(--line);
}

.product-purchase-assurance-item > span {
  color: var(--deep-bronze);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-purchase-assurance-item strong {
  font-size: 0.86rem;
  line-height: 1.25;
}

.product-purchase-assurance-item small {
  align-items: center;
  color: rgba(23, 23, 23, 0.55);
  display: flex;
  font-size: 0.68rem;
  gap: 0.2rem;
  line-height: 1.25;
}

.product-purchase-assurance-item svg {
  height: 11px;
  width: 11px;
}

.product-purchase-assurance-item:hover strong,
.product-purchase-assurance-item:focus-visible strong {
  color: var(--deep-bronze);
}

@media (max-width: 520px) {
  .product-purchase-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-purchase-assurance-item:first-child {
    border-bottom: 1px solid var(--line);
    grid-column: 1 / -1;
  }

  .product-purchase-assurance-item:nth-child(2) {
    border-left: 0;
  }
}

.product-trust a {
  color: var(--deep-bronze);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.payment-strip {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem;
}

.payment-strip span,
.payment-strip small {
  color: rgba(23, 23, 23, 0.62);
}

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

.product-accordions {
  margin: 0 auto;
  max-width: 960px;
}

.product-editorial {
  margin-top: 1rem;
}

.content-section,
.article-page {
  margin: 0 auto;
  max-width: 1360px;
  padding: 5rem 3rem;
}

.content-narrow {
  max-width: 980px;
}

.content-block {
  border-top: 1px solid var(--color-border);
  padding: 2rem 0;
}

.content-block h2,
.values-grid h2 {
  font-size: 2.2rem;
}

.content-block p,
.content-block li,
.article-body p {
  color: rgba(23, 23, 23, 0.68);
}

.values-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.values-grid article {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 1.4rem;
}

.faq-list {
  display: grid;
  gap: 2.2rem;
}

.search-form input,
.footer-newsletter input {
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  min-height: 48px;
  padding: 0 1rem;
  width: 100%;
}

.article-hero {
  margin: 0 auto;
  max-width: 1120px;
  padding: 2rem 0 0;
}

.article-hero h1 {
  max-width: 880px;
}

.article-hero p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.68);
  max-width: 680px;
}

.article-hero img {
  border-radius: 18px;
  margin-top: 2rem;
  width: 100%;
}

.article-body {
  margin: 0 auto;
  max-width: 780px;
  padding-top: 3rem;
}

.article-body h2 {
  font-size: 2.1rem;
  margin-top: 2rem;
}

.article-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1360px;
}

.article-card {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  display: grid;
  gap: 0.7rem;
  overflow: hidden;
}

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

.article-card span,
.article-card h2,
.article-card p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.article-card span {
  color: var(--deep-bronze);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-card h2 {
  font-size: 1.55rem;
}

.article-card p {
  color: rgba(23, 23, 23, 0.68);
  margin-bottom: 1rem;
}

.search-form {
  display: grid;
  gap: 0.6rem;
}

.search-form label {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.9rem;
}

.search-form > div {
  display: flex;
  gap: 0.6rem;
}

.search-empty-start {
  display: grid;
  gap: 3rem;
  margin: 0 auto;
  max-width: 1360px;
}

.suggestion-list {
  display: grid;
  gap: 0.5rem;
}

.suggestion-list a {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0;
}

.suggestion-list span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.85rem;
}

.suggestion-columns {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.drawer-backdrop {
  background: rgba(17, 19, 21, 0.42);
  border: 0;
  display: none;
  inset: 0;
  position: fixed;
  z-index: 45;
}

.drawer {
  background: var(--warm-ivory);
  box-shadow: -24px 0 60px rgba(17, 19, 21, 0.18);
  position: fixed;
  z-index: 60;
}

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

.drawer-header strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.drawer-header > div {
  display: grid;
  gap: 0.12rem;
}

.drawer-header span {
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.82rem;
}

.mobile-menu {
  bottom: 0;
  left: 0;
  max-width: 420px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  top: 0;
  transform: translateX(-105%);
  transition: transform 220ms ease;
  width: min(92vw, 420px);
}

.mobile-menu-content,
.mobile-menu-footer {
  padding: 1rem 1.2rem;
}

.mobile-menu-heading {
  display: grid;
  gap: 0.15rem;
}

.mobile-menu .mobile-menu-heading span {
  color: rgba(23, 23, 23, 0.46);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-menu-content {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.mobile-menu .mobile-menu-item {
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  border-top: 0;
  margin: 0;
  padding: 0;
}

.mobile-menu .mobile-menu-item:first-child {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

.mobile-menu summary,
.mobile-menu-direct {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  min-height: 74px;
  padding: 0.25rem 0;
}

.mobile-menu summary {
  font-size: inherit;
  font-weight: inherit;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-index,
.mobile-menu-direct-note {
  color: rgba(23, 23, 23, 0.42);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu-label {
  font-size: clamp(1.45rem, 6vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.mobile-menu-disclosure {
  background:
    linear-gradient(currentColor, currentColor) center / 13px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1px 13px no-repeat;
  color: rgba(23, 23, 23, 0.58);
  height: 18px;
  transition: background-size 180ms ease;
  width: 18px;
}

.mobile-menu details[open] .mobile-menu-disclosure {
  background-size: 13px 1px, 1px 0;
}

.mobile-menu-direct-note {
  font-size: 0.52rem;
}

.mobile-menu-subnav {
  display: grid;
  gap: 0;
  padding: 0 0 1.15rem 2.75rem;
}

.mobile-menu-subnav a {
  color: rgba(23, 23, 23, 0.66);
  font-size: 0.84rem;
  padding: 0.3rem 0;
}

.mobile-menu-subnav a:hover,
.mobile-menu-subnav a:focus-visible {
  color: var(--charcoal);
}

.mobile-menu-subnav .mobile-menu-overview {
  color: var(--deep-bronze);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.mobile-menu-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.7rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-menu-footer-label {
  color: rgba(23, 23, 23, 0.42);
  font-size: 0.58rem;
  font-weight: 600;
  grid-column: 1 / -1;
  letter-spacing: 0.14em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.mobile-menu-footer button,
.mobile-menu-footer a {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  gap: 0.55rem;
  padding: 0;
  text-align: left;
}

.mobile-menu-footer button,
.mobile-menu-footer a {
  font-size: 0.76rem;
}

.mobile-menu-footer svg {
  height: 15px;
  width: 15px;
}

.cart-drawer {
  bottom: 0;
  max-width: 480px;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
  width: min(94vw, 480px);
}

.cart-content {
  display: grid;
  align-content: start;
  gap: 1.2rem;
  max-height: calc(100vh - 72px);
  overflow: auto;
  padding: 1.15rem 1.2rem 1.4rem;
}

.cart-empty {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  display: grid;
  gap: 0.8rem;
  padding: 1.4rem;
}

.cart-empty h2 {
  font-size: 2.3rem;
}

.cart-empty p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.66);
}

.cart-empty-actions {
  display: grid;
  gap: 0.55rem;
}

.cart-empty-notes {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.55rem;
  padding-top: 0.8rem;
}

.cart-empty-notes span,
.cart-trust-list li {
  align-items: center;
  color: rgba(23, 23, 23, 0.64);
  display: flex;
  gap: 0.45rem;
  font-size: 0.86rem;
}

.cart-empty-notes svg,
.cart-trust-list svg {
  color: var(--deep-bronze);
  height: 15px;
  width: 15px;
}

.cart-active {
  display: grid;
  gap: 1rem;
}

.cart-status {
  background: rgba(232, 223, 210, 0.58);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  display: grid;
  gap: 0.18rem;
  padding: 0.85rem 0.95rem;
}

.cart-status span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.cart-status strong {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 600;
}

.cart-lines {
  display: grid;
  gap: 0.85rem;
}

.cart-line {
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 90px 1fr auto;
  padding: 0.75rem;
}

.cart-line-image {
  display: block;
}

.cart-line img {
  aspect-ratio: 1;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-line-main {
  min-width: 0;
}

.cart-line h3 {
  font-size: 1.25rem;
  line-height: 1.05;
}

.cart-line-title:hover {
  color: var(--deep-bronze);
}

.cart-line p {
  color: rgba(23, 23, 23, 0.6);
  font-size: 0.84rem;
  margin-bottom: 0.4rem;
}

.cart-line-unit {
  color: rgba(23, 23, 23, 0.48);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 0.55rem;
}

.cart-line-side {
  display: grid;
  gap: 0.6rem;
  justify-items: end;
}

.cart-line-side button,
.quantity-control button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.cart-line-side button:hover,
.quantity-control button:hover {
  background: var(--soft-sand);
  border-color: rgba(123, 94, 59, 0.45);
}

.quantity-control {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.quantity-control span {
  min-width: 1.6rem;
  text-align: center;
}

.quantity-control svg,
.cart-line-side svg {
  height: 15px;
  width: 15px;
}

.cart-summary {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.8rem;
  padding-top: 1rem;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
}

.cart-delivery-note,
.cart-trust-list li {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.88rem;
}

.cart-trust-list {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
}

.search-overlay {
  background: rgba(17, 19, 21, 0.52);
  display: none;
  inset: 0;
  padding: 4rem 1rem;
  position: fixed;
  z-index: 70;
}

.search-panel {
  background: var(--warm-ivory);
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-height: calc(100vh - 8rem);
  max-width: 980px;
  overflow: auto;
}

.search-panel .search-form,
.search-suggestions {
  padding: 1.2rem 1.35rem;
}

.search-panel-header {
  background: rgba(232, 223, 210, 0.38);
}

.search-form-large {
  border-bottom: 1px solid var(--line);
}

.search-form-large label {
  font-weight: 700;
}

.search-form-large input {
  font-size: 1rem;
  min-height: 54px;
}

.search-input-row .button {
  min-width: 116px;
}

.search-suggestions {
  display: grid;
  gap: 1.5rem;
}

.search-default-layout {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
}

.search-featured-column {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 1rem;
}

.search-featured-wide {
  grid-column: 1 / -1;
}

.search-results-layout {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.72fr);
}

.search-results-main,
.search-results-aside {
  min-width: 0;
}

.search-results-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.search-results-heading .eyebrow {
  margin: 0;
}

.search-product-list {
  display: grid;
  gap: 0.7rem;
}

.search-product-result {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  padding: 0.65rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.search-product-result:hover {
  border-color: rgba(123, 94, 59, 0.45);
  transform: translateY(-1px);
}

.search-product-result img {
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.search-product-result-media {
  display: block;
}

.search-product-result span {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.search-product-result strong {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.05;
}

.search-product-result small,
.search-product-result em {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
  font-style: normal;
}

.search-product-result b {
  font-size: 0.95rem;
  white-space: nowrap;
}

.search-results-aside {
  background: rgba(232, 223, 210, 0.38);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.search-no-results {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
}

.search-no-results h3 {
  font-size: 1.45rem;
}

.search-no-results p {
  color: rgba(23, 23, 23, 0.62);
}

body.mobile-menu-open .drawer-backdrop,
body.cart-open .drawer-backdrop,
body.filters-open .drawer-backdrop {
  display: block;
}

body.filters-open .catalog-section {
  content-visibility: visible;
}

body.mobile-menu-open .mobile-menu,
body.cart-open .cart-drawer {
  transform: translateX(0);
}

body.search-open .search-overlay {
  display: block;
}

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

.footer-brand-block {
  max-width: 340px;
}

.footer-newsletter {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.footer-newsletter label {
  color: var(--muted-brass);
  font-weight: 700;
}

.footer-newsletter div {
  display: flex;
  gap: 0.4rem;
}

.footer-newsletter button {
  background: var(--muted-brass);
  border: 0;
  border-radius: 999px;
  color: var(--warm-ivory);
  padding: 0 0.9rem;
}

.footer-newsletter .form-feedback {
  color: rgba(246, 241, 232, 0.82);
}

@media (max-width: 1100px) {
  .room-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .room-grid-six,
  .article-grid,
  .footer-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-editorial,
  .outlet-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
  }

  .menu-button {
    display: inline-flex;
  }

  .brand-mark {
    justify-self: start;
  }

  .primary-nav {
    display: none;
  }

  .account-link {
    display: none;
  }

  .header-actions .icon-button {
    height: 40px;
    width: 40px;
  }

  .hero-content {
    min-height: 620px;
  }

  .room-grid,
  .room-grid-six,
  .room-grid-five,
  .collection-grid,
  .values-grid,
  .article-grid,
  .search-default-layout,
  .search-results-layout,
  .suggestion-columns,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .product-card-body {
    gap: 0.45rem;
  }

  .product-card h3 {
    font-size: 1.08rem;
    line-height: 1.05;
  }

  .product-card-context,
  .delivery-micro {
    font-size: 0.76rem;
  }

  .product-meta-row {
    align-items: start;
    display: grid;
    gap: 0.45rem;
  }

  .variant-dots {
    justify-content: flex-start;
  }

  .badge-stack {
    right: 0.6rem;
  }

  .wishlist-button {
    height: 34px;
    width: 34px;
  }

  .simple-hero,
  .content-section,
  .article-page,
  .outlet-reassurance {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .simple-hero {
    padding-bottom: 2.2rem;
    padding-top: 2.2rem;
  }

  .brands-directory {
    padding: 2rem 1rem 4rem;
  }

  .brands-directory-heading {
    align-items: start;
    gap: 0.8rem;
  }

  .brands-directory-grid {
    grid-template-columns: 1fr;
  }

  .brand-directory-link {
    grid-template-columns: 54px minmax(0, 1fr) auto 18px;
    min-height: 76px;
  }

  .brand-logo-mark {
    font-size: 0.6rem;
    height: 50px;
    width: 50px;
  }

  .mobile-catalog-controls {
    align-items: end;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
  }

  .desktop-sort {
    display: none;
  }

  .mobile-sort {
    min-width: 0;
  }

  .filter-panel {
    border-radius: 20px 20px 0 0;
    bottom: 0;
    box-shadow: 0 -24px 60px rgba(17, 19, 21, 0.18);
    display: grid;
    left: 0;
    max-height: 82vh;
    overflow: auto;
    padding: 1rem;
    position: fixed;
    right: 0;
    transform: translateY(110%);
    transition: transform 220ms ease;
    z-index: 65;
  }

  .filter-drawer-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  body.filters-open .filter-panel {
    transform: translateY(0);
  }

  .catalog-toolbar {
    margin-top: 0.8rem;
  }

  .purchase-actions {
    grid-template-columns: 1fr;
  }

  .add-to-cart {
    bottom: 0.8rem;
    position: sticky;
    z-index: 10;
  }

  .cart-line {
    grid-template-columns: 74px 1fr;
  }

  .cart-line-side {
    grid-column: 2;
    justify-items: start;
  }

  .cart-summary-row {
    gap: 1rem;
  }

  .search-overlay {
    padding: 0;
  }

  .search-panel {
    border-radius: 0;
    min-height: 100vh;
    max-height: 100vh;
  }

  .search-form > div,
  .footer-newsletter div {
    display: grid;
  }

  .search-panel .search-form,
  .search-suggestions {
    padding: 1rem;
  }

  .search-product-result {
    align-items: start;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .search-product-result b {
    grid-column: 2;
  }

  .pill-shortcuts {
    padding: 0 1rem;
  }
}

/* Editorial room galleries */
body[data-page="room-gallery"] #app {
  background: #f8f6f1;
}

.room-editorial-frame {
  min-height: 65vh;
  position: relative;
}

.room-editorial-room {
  scroll-margin-top: var(--room-gallery-chrome-height, 114px);
}

.room-editorial-nav {
  display: grid;
  gap: 0.18rem;
  justify-items: end;
  position: fixed;
  right: clamp(1rem, 2vw, 2.5rem);
  top: calc(var(--room-gallery-chrome-height, 114px) + clamp(0.85rem, 1.5vw, 1.5rem));
  z-index: 18;
}

.room-scroll-menu-button {
  align-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 0.68rem;
  height: 54px;
  left: clamp(1rem, 2vw, 2.5rem);
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: clamp(1rem, 2vw, 2rem);
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 220ms ease;
  width: 62px;
  z-index: 24;
}

.room-scroll-menu-button span {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: block;
  height: 1px;
  width: 100%;
}

body.room-header-out-of-view .room-scroll-menu-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.mobile-menu-open .room-scroll-menu-button {
  opacity: 0;
  pointer-events: none;
}

.room-editorial-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0.04rem 0;
  position: relative;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.58), 0 0 2px rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
}

.room-editorial-nav a::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.room-editorial-nav a:hover,
.room-editorial-nav a[aria-current="location"] {
  color: #fff;
}

.room-editorial-nav a[aria-current="location"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.room-editorial-frame-empty .room-editorial-nav {
  text-shadow: none;
}

.room-editorial-frame-empty .room-editorial-nav a {
  color: rgba(23, 23, 23, 0.62);
  text-shadow: none;
}

.room-editorial-frame-empty .room-editorial-nav a:hover,
.room-editorial-frame-empty .room-editorial-nav a[aria-current="location"] {
  color: var(--charcoal);
}

.room-editorial-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.55rem, 0.85vw, 1rem);
  padding: 0 clamp(0.55rem, 0.85vw, 1rem) clamp(0.55rem, 0.85vw, 1rem);
}

.room-editorial-sentinel {
  height: 1px;
  width: 100%;
}

.room-editorial-card {
  background: #ebe8e1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex: var(--room-gallery-ratio, 1) 1 var(--room-gallery-basis, 18rem);
  margin: 0;
  min-width: 11rem;
  overflow: hidden;
  position: relative;
}

.room-editorial-card::after {
  background: linear-gradient(180deg, transparent 52%, rgba(12, 14, 15, 0.72));
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 260ms ease;
}

.room-editorial-card img {
  display: block;
  height: auto;
  transform: scale(1.001);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.room-editorial-product-link {
  display: block;
  width: 100%;
}

.room-editorial-caption {
  bottom: clamp(1.1rem, 2.2vw, 2.4rem);
  color: #fff;
  display: grid;
  gap: 0.35rem;
  left: clamp(1.1rem, 2.2vw, 2.4rem);
  max-width: min(440px, calc(100% - 2.2rem));
  opacity: 0;
  position: absolute;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 320ms ease;
  z-index: 1;
}

.room-editorial-caption small {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-editorial-caption strong {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 2.35rem);
  line-height: 1.05;
}

.room-editorial-caption em {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  font-style: normal;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.room-editorial-caption em a {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.room-editorial-caption .brand-filter-link:hover,
.room-editorial-caption .brand-filter-link:focus-visible {
  color: #fff;
  opacity: 0.76;
}

.room-editorial-caption svg {
  height: 15px;
  width: 15px;
}

.room-editorial-card:hover::after,
.room-editorial-card:focus-within::after,
.room-editorial-card:hover .room-editorial-caption,
.room-editorial-card:focus-within .room-editorial-caption {
  opacity: 1;
}

.room-editorial-card:hover img,
.room-editorial-card:focus-within img {
  transform: scale(1.025);
}

.room-editorial-card:hover .room-editorial-caption,
.room-editorial-card:focus-within .room-editorial-caption {
  transform: translateY(0);
}

.room-editorial-footer {
  align-items: center;
  background: #f8f6f1;
  display: grid;
  justify-items: center;
  padding: clamp(2.5rem, 6vw, 6rem) 1rem;
  text-align: center;
}

.room-editorial-footer h2 {
  font-family: var(--sans);
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0.8rem auto 2rem;
  max-width: 13ch;
}

.room-editorial-empty {
  margin: 0 auto clamp(3rem, 8vw, 8rem);
  max-width: 760px;
}

.room-editorial-grid-loading span {
  animation: room-gallery-shimmer 1.45s ease-in-out infinite alternate;
  aspect-ratio: 4 / 5;
  background: #e4e0d8;
  display: block;
  break-inside: avoid;
  margin-bottom: clamp(0.55rem, 0.85vw, 1rem);
}

.room-editorial-grid-loading span:nth-child(2n) {
  aspect-ratio: 4 / 3;
}

@keyframes room-gallery-shimmer {
  from { opacity: 0.58; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .room-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .room-editorial-nav {
    right: 0.85rem;
    top: calc(var(--room-gallery-chrome-height, 100px) + 0.85rem);
  }

  .room-editorial-nav a {
    font-size: 0.65rem;
  }

  .room-scroll-menu-button {
    left: 0.85rem;
    width: 48px;
  }

  .room-editorial-grid {
    gap: 0.5rem;
    padding: 0 0 clamp(0.55rem, 0.85vw, 1rem);
  }

  .room-editorial-card {
    flex-basis: var(--room-gallery-mobile-basis, 12rem);
    min-width: calc(44% - 0.25rem);
  }

  .room-editorial-grid-loading span {
    aspect-ratio: 4 / 5;
  }

  .room-editorial-grid-loading span:nth-child(2n) {
    aspect-ratio: 4 / 3;
  }

  .room-editorial-card::after,
  .room-editorial-caption {
    opacity: 1;
  }

  .room-editorial-caption {
    transform: none;
  }

  .room-grid-five {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .room-editorial-card img,
  .room-editorial-caption,
  .room-editorial-grid-loading span {
    animation: none;
    transition: none;
  }
}

.home-discovery {
  background: var(--graphite);
  color: var(--warm-ivory);
  overflow: hidden;
  padding: clamp(4rem, 6vw, 6.5rem) clamp(1.25rem, 3vw, 3.5rem) clamp(4.5rem, 7vw, 7rem);
  position: relative;
}

.home-discovery::before {
  color: var(--warm-ivory);
  content: "GUIDES";
  font-size: clamp(8rem, 22vw, 27rem);
  font-weight: 800;
  left: -0.035em;
  letter-spacing: -0.09em;
  line-height: 0.72;
  opacity: 0.035;
  pointer-events: none;
  position: absolute;
  top: 41%;
  white-space: nowrap;
}

.home-discovery-heading {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  margin: 0 auto clamp(4rem, 6.5vw, 7rem);
  max-width: 1800px;
  position: relative;
  z-index: 1;
}

.home-discovery-heading h2 {
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.72;
  margin: 1.25rem 0 0;
  max-width: none;
}

.home-discovery-heading h2 em {
  color: var(--stone-taupe);
  font-style: normal;
  font-weight: 300;
}

.home-discovery-heading .eyebrow {
  color: var(--muted-brass);
}

.home-discovery-heading-aside {
  align-content: end;
  display: grid;
  gap: 1.75rem;
  padding-bottom: 0.35rem;
}

.home-discovery-heading-aside > p {
  color: rgba(246, 241, 232, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  max-width: 36ch;
}

.home-discovery-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.home-discovery-actions a {
  align-items: center;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.4rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.home-discovery-actions a:first-child {
  border-bottom: 1px solid rgba(246, 241, 232, 0.42);
  color: var(--warm-ivory);
  padding: 0 0 0.45rem;
}

.home-discovery-actions a:last-child {
  color: rgba(246, 241, 232, 0.52);
}

.home-discovery-actions svg {
  height: 15px;
  transition: transform 180ms ease;
  width: 15px;
}

.home-discovery-actions a:hover svg,
.home-discovery-actions a:focus-visible svg {
  transform: translateX(4px);
}

.home-discovery-grid {
  display: grid;
  gap: clamp(1rem, 1.7vw, 2rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
  z-index: 1;
}

.home-discovery-card {
  display: block;
  grid-column: span 4;
  min-width: 0;
  position: relative;
  transition: transform 220ms ease;
}

.home-discovery-card:first-child {
  grid-column: span 5;
}

.home-discovery-card:nth-child(2) {
  grid-column: 7 / span 3;
  margin-top: clamp(-5rem, -3.5vw, -2.5rem);
}

.home-discovery-card:nth-child(3) {
  grid-column: 10 / span 3;
  margin-top: clamp(2.5rem, 5vw, 5.5rem);
}

.home-discovery-card:hover,
.home-discovery-card:focus-visible {
  transform: translateY(-5px);
}

.home-discovery-card:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 5px;
}

.home-discovery-media {
  aspect-ratio: 5 / 4;
  background: #242628;
  display: block;
  overflow: hidden;
}

.home-discovery-card:nth-child(2) .home-discovery-media {
  aspect-ratio: 2 / 3;
}

.home-discovery-card:nth-child(3) .home-discovery-media {
  aspect-ratio: 3 / 4;
}

.home-discovery-media img {
  filter: saturate(0.82) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transition: filter 500ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.home-discovery-card:hover .home-discovery-media img {
  filter: saturate(1) contrast(1);
  transform: scale(1.025);
}

.home-discovery-copy {
  border-top: 1px solid rgba(246, 241, 232, 0.24);
  display: grid;
  gap: 0.75rem;
  margin-top: 0.9rem;
  min-height: 0;
  padding-top: 0.85rem;
}

.home-discovery-copy small {
  align-items: center;
  color: var(--muted-brass);
  display: flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-discovery-copy small span {
  color: rgba(246, 241, 232, 0.38);
}

.home-discovery-copy strong {
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.home-discovery-summary {
  color: rgba(246, 241, 232, 0.64);
  font-size: 1.02rem;
  line-height: 1.5;
  max-width: 48ch;
}

.home-discovery-copy em {
  align-items: center;
  color: rgba(246, 241, 232, 0.58);
  display: flex;
  font-size: 0.95rem;
  font-style: normal;
  gap: 0.2rem;
  margin-top: auto;
}

@media (max-width: 1080px) {
  .home-discovery-heading {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .home-discovery-card,
  .home-discovery-card:first-child,
  .home-discovery-card:nth-child(2),
  .home-discovery-card:nth-child(3) {
    grid-column: auto;
  }

  .home-discovery-card:nth-child(2) {
    margin-top: 4rem;
  }

  .home-discovery-card:nth-child(3) {
    margin-top: 8rem;
  }
}

.outlet-product-edit {
  background: var(--soft-sand);
}

.collection-guidance,
.product-support-band,
.brand-story-band {
  margin: 3rem auto 0;
  max-width: 1360px;
}

.collection-guidance {
  align-items: start;
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 2rem;
}

.collection-guidance h2,
.product-support-intro h2,
.brand-story-copy h2 {
  font-size: 2.45rem;
}

.collection-guidance p:not(.eyebrow),
.product-support-intro p,
.brand-story-copy p,
.guidance-grid p,
.product-support-grid p {
  color: rgba(23, 23, 23, 0.66);
}

.collection-simulator-cta {
  align-items: center;
  background: var(--graphite);
  border-radius: 8px;
  color: var(--warm-ivory);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  transition: background 160ms ease, transform 160ms ease;
}

.collection-simulator-cta:hover,
.collection-simulator-cta:focus-visible {
  background: var(--deep-bronze);
  transform: translateY(-1px);
}

.collection-simulator-cta:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 3px;
}

.collection-simulator-cta span {
  display: grid;
  gap: 0.2rem;
}

.collection-simulator-cta strong {
  font-size: 1rem;
}

.collection-simulator-cta small {
  color: rgba(246, 241, 232, 0.72);
  line-height: 1.35;
}

.collection-simulator-cta b {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  gap: 0.4rem;
  white-space: nowrap;
}

.collection-simulator-cta b svg {
  height: 15px;
  width: 15px;
}

.guidance-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guidance-grid article,
.product-support-grid article {
  background: rgba(255, 250, 242, 0.62);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 1rem;
}

.guidance-grid h3,
.product-support-grid h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.product-support-band {
  display: grid;
  gap: 1.6rem;
  padding: 1.5rem 3rem 3.5rem;
}

.product-support-intro {
  max-width: 760px;
}

.product-support-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-support-grid span {
  align-items: center;
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--deep-bronze);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 34px;
}

.product-support-band.is-collapsed .has-overflow-copy p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
}

.product-support-band.is-collapsed .has-overflow-copy {
  overflow: hidden;
  position: relative;
}

.product-support-band.is-collapsed .has-overflow-copy::after {
  background: linear-gradient(to bottom, rgba(255, 250, 242, 0), rgba(255, 250, 242, 0.98));
  bottom: 0;
  content: "";
  height: 2.8rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.content-disclosure-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--deep-bronze);
  display: flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.6rem;
  justify-content: center;
  min-height: 36px;
  padding: 0.35rem 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.content-disclosure-toggle:hover,
.content-disclosure-toggle:focus-visible {
  color: var(--charcoal);
}

.content-disclosure-toggle i {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  height: 7px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
  width: 7px;
}

.is-expanded > .content-disclosure-toggle i {
  transform: rotate(225deg) translate(-2px, -1px);
}

.brand-story-band {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

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

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

.brand-story-media .designer-video-frame {
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 520px;
  width: 100%;
}

.brand-story-media .designer-video-frame video,
.brand-story-media .designer-video-frame iframe {
  object-fit: cover;
}

.brand-story-media:has(.designer-video-frame.is-vertical),
.brand-story-media .designer-video-frame.is-vertical,
.brand-story-media .designer-video-frame.is-vertical video {
  background: #171717;
}

.brand-story-media .designer-video-frame.is-vertical {
  max-width: none;
  width: 100%;
}

.brand-story-media .designer-video-frame.is-vertical video {
  object-fit: contain;
}

.brand-story-media .designer-video-frame:not(.is-playing)::after {
  background: rgba(17, 17, 17, 0.16);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.brand-story-media .designer-video-frame:not(.is-playing) .product-video-controls {
  align-items: center;
  bottom: auto;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brand-story-media .designer-video-frame:not(.is-playing) [data-video-play] {
  background: rgba(17, 17, 17, 0.9);
  height: 72px;
  pointer-events: auto;
  width: 72px;
}

.brand-story-media .designer-video-frame:not(.is-playing) [data-video-play] svg {
  height: 28px;
  width: 28px;
}

.brand-story-media .designer-video-frame:not(.is-playing) [data-video-sound-toggle] {
  display: none;
}

.brand-story-media .designer-video-frame:not(.is-playing) .product-video-play-prompt {
  background: rgba(17, 17, 17, 0.84);
  border-radius: 999px;
  color: #fff;
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  pointer-events: none;
}

.brand-story-copy {
  align-self: center;
  padding: 4rem;
}

.brand-story-meta {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.brand-story-meta span {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1rem 1rem 0;
}

.brand-story-meta strong {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1;
}

.brand-story-meta span {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.82rem;
}

.chip-button {
  cursor: pointer;
  font-weight: 700;
}

[data-collection-supporting-content][hidden] {
  display: none !important;
}

.collection-empty-state {
  background: transparent;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  border-top: 1px solid rgba(23, 23, 23, 0.18);
  display: grid;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  grid-column: 1 / -1;
  grid-template-columns: minmax(72px, 0.2fr) minmax(0, 1.2fr) minmax(250px, 0.72fr);
  padding: clamp(2.25rem, 4vw, 4.25rem) clamp(1.25rem, 3.5vw, 4rem);
  text-align: left;
  width: 100%;
}

.collection-empty-state h2,
.collection-empty-state p {
  margin: 0;
}

.collection-empty-state h2 {
  font-family: var(--sans);
  font-size: clamp(2.15rem, 3.25vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.collection-empty-label {
  align-content: start;
  color: var(--deep-bronze);
  display: grid;
  font-size: 0.7rem;
  font-weight: 500;
  gap: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-empty-label > span {
  background: var(--deep-bronze);
  display: block;
  height: 1px;
  width: 1.8rem;
}

.collection-empty-next {
  align-content: end;
  border-left: 1px solid rgba(23, 23, 23, 0.18);
  display: grid;
  gap: 1.2rem;
  padding-left: clamp(1.25rem, 2.5vw, 2.5rem);
}

.collection-empty-next > p {
  color: rgba(23, 23, 23, 0.62);
  max-width: 28rem;
}

.collection-empty-next nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.35rem;
}

.collection-empty-next button,
.collection-empty-next a {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.24);
  color: inherit;
  font: inherit;
  padding: 0.25rem 0;
  text-decoration: none;
}

.collection-empty-next button {
  cursor: pointer;
}

.collection-empty-next span {
  display: inline-block;
  margin-left: 0.35em;
  transition: transform 180ms ease;
}

.collection-empty-next button:hover span,
.collection-empty-next a:hover span {
  transform: translateX(3px);
}

.collection-empty-next button:focus-visible,
.collection-empty-next a:focus-visible {
  outline: 2px solid var(--muted-brass);
  outline-offset: 3px;
}

@media (max-width: 1100px) and (min-width: 721px) {
  .collection-empty-state {
    grid-template-columns: minmax(72px, 0.2fr) minmax(0, 1fr);
  }

  .collection-empty-next {
    border-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.18);
    grid-column: 2;
    padding-left: 0;
    padding-top: 1.2rem;
  }
}

@media (max-width: 720px) {
  .collection-empty-state {
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }

  .collection-empty-label {
    align-items: center;
    display: flex;
  }

  .collection-empty-next {
    border-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.18);
    padding-left: 0;
    padding-top: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-empty-next span {
    transition: none;
  }
}

.support-process-band,
.faq-help-band,
.support-cross-links,
.featured-article {
  margin: 0 auto;
  max-width: 1360px;
  padding: 4rem 3rem;
}

.support-process-band,
.faq-help-band,
.featured-article {
  display: grid;
  gap: 2rem;
}

.support-process-band,
.faq-help-band {
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.support-process-band h2,
.faq-help-band h2,
.featured-article h2 {
  font-size: 2.55rem;
}

.support-process-band p,
.faq-help-band p,
.featured-article p {
  color: rgba(23, 23, 23, 0.66);
}

.process-steps {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-steps article {
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 1.1rem;
}

.process-steps span {
  align-items: center;
  background: var(--warm-ivory);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--deep-bronze);
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 34px;
}

.process-steps h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.support-cross-links {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.support-cross-links > div {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-cross-links a {
  align-items: center;
  background: var(--soft-sand);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 72px;
  padding: 1rem;
}

.support-cross-links svg {
  color: var(--deep-bronze);
}

.featured-article {
  align-items: center;
  background: var(--soft-sand);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  margin-top: 3rem;
}

.featured-article img {
  border-radius: 18px;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.inspiration-category {
  padding-top: 4rem;
}

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .announcement-bar {
    min-height: 34px;
    padding: 0.38rem 0.75rem;
  }

  .site-header {
    gap: 0.45rem;
    min-height: 64px;
    padding-bottom: 0.65rem;
    padding-top: 0.65rem;
  }

  .brand-mark {
    font-size: 1.55rem;
    min-width: 0;
  }

  .header-actions .icon-button,
  .menu-button {
    height: 38px;
    width: 38px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    min-height: 560px;
    padding: 3.5rem 1rem 1.6rem;
  }

  .hero-actions {
    display: grid;
    gap: 0.65rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  h1,
  .collection-hero h1,
  .product-info h1 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  h2,
  .editorial-copy h2,
  .outlet-banner h2,
  .newsletter-section h2 {
    font-size: 2.05rem;
    line-height: 1;
  }

  .section {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-item {
    padding: 1.05rem 1rem;
  }

  .image-card,
  .collection-card {
    aspect-ratio: 0.95;
  }

  .image-card strong {
    font-size: 1.45rem;
  }

  .page-intro,
  .product-page {
    padding-top: 1.1rem;
  }

  .breadcrumb {
    font-size: 0.86rem;
    gap: 0.42rem;
    margin-bottom: 0.85rem;
  }

  .breadcrumb a,
  .product-card h3 a {
    min-height: 36px;
  }

  .collection-hero {
    border-radius: 14px;
  }

  .collection-hero > div {
    padding: 1.45rem;
  }

  .collection-hero img {
    min-height: 230px;
  }

  .catalog-section {
    padding-bottom: 3.8rem;
    padding-top: 1.25rem;
  }

  .mobile-catalog-controls {
    align-items: stretch;
    background: rgba(246, 241, 232, 0.92);
    border-bottom: 1px solid var(--line);
    margin: -0.25rem -1rem 1rem;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 30;
  }

  .mobile-catalog-controls .button,
  .mobile-sort select {
    min-height: 44px;
  }

  .filter-panel {
    border-radius: 18px 18px 0 0;
    gap: 0.72rem;
    max-height: 86svh;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .filter-drawer-heading {
    background: var(--warm-ivory);
    margin: -1rem -1rem 0;
    padding: 0.75rem 1rem;
    position: sticky;
    top: -1rem;
    z-index: 1;
  }

  select,
  .check-filter {
    min-height: 46px;
  }

  .product-grid {
    gap: 1.05rem 0.8rem;
  }

  .product-card-media {
    border-radius: 12px;
  }

  .badge-stack {
    left: 0.5rem;
    top: 0.5rem;
  }

  .badge {
    font-size: 0.68rem;
    padding: 0.28rem 0.44rem;
  }

  .badge-stack .badge:nth-child(n+2) {
    display: none;
  }

  .view-product {
    display: none;
  }

  .product-card-body {
    padding-top: 0.72rem;
  }

  .product-brand {
    font-size: 0.72rem;
  }

  .price-line {
    font-size: 0.92rem;
  }

  .gallery-main {
    border-radius: 14px;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(58px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .gallery-zoom-button {
    opacity: 1;
    right: 0.7rem;
    transform: none;
  }

  .gallery-lightbox {
    padding: 0;
  }

  .gallery-lightbox-panel {
    height: 100dvh;
    max-height: none;
    max-width: none;
    width: 100dvw;
  }

  #lightbox-image {
    height: 100%;
    width: 100%;
  }

  .lightbox-nav {
    height: 42px;
    width: 42px;
  }

  .lightbox-prev {
    left: 0.75rem;
  }

  .lightbox-next {
    right: 0.75rem;
  }

  .product-info {
    padding-bottom: 0.25rem;
  }

  .product-info h1 {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
    margin-bottom: 0.55rem;
    max-width: 12ch;
  }

  body[data-page="product-shopify-preview"] .product-info h1 {
    font-size: clamp(2.25rem, 9vw, 2.85rem);
    line-height: 1.03;
  }

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

  .product-family-overlay {
    padding: 0;
  }

  .product-help-overlay {
    align-items: flex-end;
    padding: 0.75rem;
  }

  .product-help-dialog {
    max-height: calc(100svh - 1.5rem);
    padding: 1.1rem;
  }

  .product-help-header h2 {
    font-size: 1.7rem;
  }

  .product-family-compare-dialog {
    align-self: stretch;
    border-radius: 0;
    height: 100svh;
    max-height: 100svh;
    padding: 0.75rem;
  }

  .product-family-overlay-header {
    background: var(--warm-ivory);
    margin: -0.75rem -0.75rem 0.75rem;
    padding: 0.7rem 0.75rem;
    position: sticky;
    top: -0.75rem;
    z-index: 3;
  }

  .product-family-overlay-header h2 {
    font-size: 2rem;
  }

  .product-family-compare-grid {
    grid-template-columns: none;
  }

  .product-family-accessory-drawer,
  .product-accessory-drawer {
    max-width: none;
    padding: 1rem;
    width: 100%;
  }

  .product-family-accessory-item {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .product-price {
    font-size: 1.32rem;
    margin-bottom: 0.9rem;
  }

  .product-title-row {
    display: grid;
    gap: 0.7rem;
  }

  .product-price strong {
    font-size: inherit;
  }

  .swatch-options,
  .segmented-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stock-notice {
    border-radius: 0;
  }

  .purchase-actions {
    background: rgba(246, 241, 232, 0.94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    margin: 1rem -1rem 0;
    padding: 0.75rem 1rem max(0.75rem, env(safe-area-inset-bottom));
    position: sticky;
    z-index: 35;
  }

  .purchase-actions .add-to-cart {
    bottom: auto;
    position: static;
  }

  .wishlist-wide {
    display: none;
  }

  .product-trust p {
    grid-template-columns: auto 1fr;
  }

  .newsletter-section {
    gap: 1.2rem;
  }

  .newsletter-form button,
  .footer-newsletter button {
    min-height: 46px;
  }

  .drawer-header {
    min-height: 66px;
    padding: 0.8rem 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .drawer-header strong {
    font-size: 1.35rem;
  }

  .mobile-menu,
  .cart-drawer {
    max-width: none;
    width: 100vw;
  }

  .mobile-menu-content,
  .mobile-menu-footer,
  .cart-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-menu summary {
    font-size: 1.08rem;
  }

  .cart-content {
    max-height: calc(100svh - 66px);
    padding-bottom: max(1.2rem, env(safe-area-inset-bottom));
  }

  .cart-empty {
    padding: 1.1rem;
  }

  .cart-empty h2 {
    font-size: 1.95rem;
  }

  .cart-status strong {
    font-size: 1.08rem;
  }

  .cart-line {
    border-radius: 14px;
    gap: 0.7rem;
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 0.65rem;
  }

  .cart-line h3 {
    font-size: 1.12rem;
  }

  .cart-line-side {
    align-items: center;
    display: flex;
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .cart-summary {
    padding-bottom: 0.2rem;
  }

  .search-panel {
    border-radius: 0;
    min-height: 100svh;
  }

  .search-panel-header {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .search-form-large {
    background: var(--warm-ivory);
    position: sticky;
    top: 66px;
    z-index: 2;
  }

  .search-input-row {
    gap: 0.5rem;
  }

  .search-input-row .button {
    min-width: 0;
  }

  .search-featured-column,
  .search-results-aside,
  .search-product-result {
    border-radius: 12px;
  }

  .search-results-heading {
    align-items: start;
    display: grid;
    gap: 0.35rem;
  }

  .search-product-result strong {
    font-size: 1.05rem;
  }

  .search-product-result small,
  .search-product-result em {
    font-size: 0.76rem;
  }

  .footer-grid {
    gap: 1.3rem;
  }

  .home-discovery-grid,
  .collection-guidance,
  .support-process-band,
  .faq-help-band,
  .featured-article,
  .brand-story-band {
    grid-template-columns: 1fr;
  }

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

  .home-discovery {
    padding: 4rem 1rem 5rem;
  }

  .home-discovery-heading {
    gap: 2.25rem;
    margin-bottom: 3.5rem;
  }

  .home-discovery-heading h2 {
    font-size: clamp(3.6rem, 18vw, 4.75rem);
    line-height: 0.76;
  }

  .home-discovery-actions {
    gap: 1.1rem;
  }

  .home-discovery-grid {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .home-discovery-card,
  .home-discovery-card:first-child,
  .home-discovery-card:nth-child(2),
  .home-discovery-card:nth-child(3) {
    display: block;
    grid-column: auto;
    margin-top: 0;
  }

  .home-discovery-card:first-child {
    width: 92%;
  }

  .home-discovery-card:nth-child(2) {
    margin-left: auto;
    width: 76%;
  }

  .home-discovery-card:nth-child(3) {
    width: 86%;
  }

  .home-discovery-card:first-child .home-discovery-media {
    aspect-ratio: 5 / 4;
  }

  .home-discovery-card:nth-child(2) .home-discovery-media {
    aspect-ratio: 2 / 3;
  }

  .home-discovery-copy {
    min-height: 0;
  }

  .home-discovery-summary {
    display: none;
  }

  .home-discovery::before {
    font-size: 42vw;
    top: 48%;
    transform: rotate(90deg);
    transform-origin: left top;
  }

  .collection-guidance h2,
  .support-process-band h2,
  .faq-help-band h2,
  .featured-article h2,
  .product-support-intro h2,
  .brand-story-copy h2 {
    font-size: 2rem;
  }

  .support-process-band,
  .faq-help-band,
  .support-cross-links,
  .featured-article {
    padding: 2.6rem 1rem;
  }

  .collection-guidance {
    border-radius: 14px;
    margin-top: 2rem;
    padding: 1.1rem;
  }

  .collection-simulator-cta {
    align-items: start;
    flex-direction: column;
  }

  .guidance-grid,
  .product-support-grid,
  .process-steps,
  .support-cross-links > div,
  .brand-story-meta {
    grid-template-columns: 1fr;
  }

  .featured-article {
    margin-top: 2rem;
  }

  .featured-article img {
    border-radius: 14px;
  }

  .product-support-band {
    gap: 1rem;
    padding: 1rem 1rem 2.8rem;
  }

  .product-support-grid article,
  .guidance-grid article {
    border-radius: 12px;
  }

  .brand-story-media {
    min-height: 320px;
  }

  .brand-story-copy {
    padding: 2rem 1rem;
  }

  .brand-story-meta span {
    border-top: 1px solid var(--line);
    padding: 0.85rem 0;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    font-size: 1.36rem;
  }

  .header-actions .icon-button,
  .menu-button {
    height: 36px;
    width: 36px;
  }

  h1,
  .collection-hero h1,
  .product-info h1 {
    font-size: 2.28rem;
  }

  body[data-page="product-shopify-preview"] .product-info h1 {
    font-size: 2.2rem;
  }

  .hero,
  .hero-content {
    min-height: 520px;
  }

  .mobile-catalog-controls {
    grid-template-columns: 1fr;
  }

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

  .product-card h3 {
    font-size: 1.18rem;
  }

  .product-family-compare-grid {
    grid-template-columns: none;
  }

  .product-help-overlay {
    padding: 0;
  }

  .product-help-dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 92svh;
  }

  .product-family-accessory-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .product-meta-row {
    align-items: center;
    display: flex;
  }

  .cart-line {
    grid-template-columns: 68px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .product-family-compare-grid {
    grid-template-columns: none;
  }

  .product-help-overlay {
    padding: 0;
  }

  .product-help-dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 92svh;
  }
}

/* Collection and brand desktop: a shared editorial index system. */
.collection-hero-visual {
  display: contents;
  margin: 0;
}

.collection-hero-visual figcaption,
.collection-hero-meta,
.category-shortcut-index {
  display: none;
}

@media (min-width: 721px) {
  body[data-page="collection"],
  body[data-page="brands"] {
    --editorial-page-gutter: clamp(1.5rem, 3vw, 4rem);
  }

  body[data-page="collection"] .page-intro,
  body[data-page="brands"] .page-intro {
    padding: 1.6rem var(--editorial-page-gutter) 0;
  }

  body[data-page="collection"] .breadcrumb,
  body[data-page="brands"] .breadcrumb {
    font-size: .7rem;
    letter-spacing: .08em;
    margin-bottom: 1.2rem;
    max-width: 2240px;
    text-transform: uppercase;
  }

  body[data-page="collection"] .breadcrumb a,
  body[data-page="brands"] .breadcrumb a {
    min-height: 24px;
    padding-inline: 0;
  }

  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    background: var(--graphite);
    border-bottom: 1px solid rgba(246, 241, 232, .22);
    border-radius: 0;
    border-top: 1px solid rgba(246, 241, 232, .22);
    grid-template-columns: minmax(370px, .78fr) minmax(0, 1.22fr);
    height: clamp(360px, 30vw, 520px);
    max-width: 2240px;
    position: relative;
  }

  body[data-page="collection"] .collection-hero-copy,
  body[data-page="brands"] .collection-hero-copy {
    align-content: end;
    align-self: stretch;
    display: grid;
    padding: clamp(2rem, 4.2vw, 5.25rem);
    position: relative;
  }

  body[data-page="collection"] .collection-hero .eyebrow,
  body[data-page="brands"] .collection-hero .eyebrow {
    left: clamp(2rem, 4.2vw, 5.25rem);
    letter-spacing: .15em;
    margin: 0;
    position: absolute;
    top: clamp(2rem, 3vw, 3.7rem);
  }

  body[data-page="collection"] .collection-hero h1,
  body[data-page="brands"] .collection-hero h1 {
    font-family: var(--sans);
    font-size: clamp(3.7rem, 5.65vw, 7.1rem);
    font-weight: 650;
    letter-spacing: -.075em;
    line-height: .84;
    margin: 0 0 clamp(1.25rem, 2.2vw, 2.4rem);
    max-width: 8ch;
  }

  body[data-page="collection"] .collection-hero p:not(.eyebrow),
  body[data-page="brands"] .collection-hero p:not(.eyebrow) {
    color: rgba(246, 241, 232, .68);
    font-size: clamp(.85rem, 1vw, 1.05rem);
    line-height: 1.5;
    margin: 0;
    max-width: 47ch;
  }

  body[data-page="collection"] .collection-hero-meta,
  body[data-page="brands"] .collection-hero-meta {
    align-items: center;
    bottom: clamp(2rem, 3vw, 3.7rem);
    color: rgba(246, 241, 232, .45);
    display: flex;
    font-size: .58rem;
    font-weight: 700;
    gap: 1rem;
    letter-spacing: .12em;
    position: absolute;
    right: calc(-122% + clamp(1.5rem, 2.5vw, 3rem));
    text-transform: uppercase;
    z-index: 2;
  }

  body[data-page="collection"] .collection-hero-meta span + span::before,
  body[data-page="brands"] .collection-hero-meta span + span::before {
    content: '—';
    margin-right: 1rem;
  }

  body[data-page="collection"] .collection-hero-visual,
  body[data-page="brands"] .collection-hero-visual {
    display: block;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  body[data-page="collection"] .collection-hero-visual::after,
  body[data-page="brands"] .collection-hero-visual::after {
    background: linear-gradient(90deg, rgba(17, 19, 21, .26), transparent 28%, rgba(17, 19, 21, .08));
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  body[data-page="collection"] .collection-hero-visual img,
  body[data-page="brands"] .collection-hero-visual img {
    filter: saturate(.82) contrast(.96);
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    transition: filter 500ms ease, transform 900ms cubic-bezier(.22, 1, .36, 1);
    width: 100%;
  }

  body[data-page="collection"] .collection-hero:hover .collection-hero-visual img,
  body[data-page="brands"] .collection-hero:hover .collection-hero-visual img {
    filter: saturate(.94) contrast(1);
    transform: scale(1.035);
  }

  body[data-page="collection"] .collection-hero-visual figcaption,
  body[data-page="brands"] .collection-hero-visual figcaption {
    color: rgba(246, 241, 232, .66);
    display: block;
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .13em;
    position: absolute;
    right: clamp(1.5rem, 2.5vw, 3rem);
    text-transform: uppercase;
    top: clamp(1.5rem, 2.5vw, 3rem);
    z-index: 2;
  }

  body[data-page="collection"] .catalog-section {
    padding-top: 0;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    border-bottom: 1px solid rgba(23, 23, 23, .2);
    display: grid;
    gap: 0;
    grid-auto-columns: minmax(118px, 1fr);
    justify-content: stretch;
    margin-bottom: clamp(2.25rem, 3.2vw, 4rem);
    overflow-x: auto;
    padding: 0;
    width: 100%;
  }

  body[data-page="collection"] .category-shortcuts a {
    align-content: space-between;
    align-items: start;
    border-left: 1px solid rgba(23, 23, 23, .14);
    gap: 1.15rem;
    justify-items: start;
    min-height: 148px;
    min-width: 118px;
    padding: 1rem .85rem .9rem;
    position: relative;
    text-align: left;
    transition: background 220ms ease, color 220ms ease;
  }

  body[data-page="collection"] .category-shortcuts a:last-child {
    border-right: 1px solid rgba(23, 23, 23, .14);
  }

  body[data-page="collection"] .category-shortcuts a::after {
    background: var(--deep-bronze);
    bottom: -1px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
    width: 100%;
  }

  body[data-page="collection"] .category-shortcuts a:hover,
  body[data-page="collection"] .category-shortcuts a.is-active {
    background: rgba(225, 214, 198, .5);
    color: var(--charcoal);
  }

  body[data-page="collection"] .category-shortcuts a:hover::after,
  body[data-page="collection"] .category-shortcuts a.is-active::after {
    transform: scaleX(1);
  }

  body[data-page="collection"] .category-shortcut-index {
    color: rgba(23, 23, 23, .42);
    display: block;
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .12em;
  }

  body[data-page="collection"] .category-shortcuts span {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 36px;
    justify-content: flex-start;
    width: 36px;
  }

  body[data-page="collection"] .category-shortcuts svg {
    height: 31px;
    stroke-width: .95;
    width: 31px;
  }

  body[data-page="collection"] .category-shortcuts strong {
    font-size: .64rem;
    letter-spacing: .025em;
    line-height: 1.2;
    max-width: 12ch;
  }

  body[data-page="brands"] .brands-directory {
    max-width: 2240px;
    padding-left: var(--editorial-page-gutter);
    padding-right: var(--editorial-page-gutter);
    padding-top: clamp(3rem, 5vw, 6rem);
  }

  body[data-page="brands"] .brands-directory-heading {
    border-bottom: 1px solid rgba(23, 23, 23, .2);
    margin-bottom: 2.25rem;
    padding-bottom: .8rem;
  }
}

/* Product gallery experiment: preserve Algorithm Free's portrait packshot without letterboxing. */
body[data-page="product"] .product-page--frameless-gallery .gallery-main,
body[data-page="product-shopify-preview"] .product-page--frameless-gallery .gallery-main {
  background: var(--warm-ivory);
  border: 0;
  border-radius: 0;
}

body[data-page="product"] .product-page--frameless-gallery .gallery-main img,
body[data-page="product-shopify-preview"] .product-page--frameless-gallery .gallery-main img {
  background: var(--warm-ivory);
  object-fit: contain;
}

body[data-page="product"] .product-page--frameless-gallery .gallery-thumbs button,
body[data-page="product-shopify-preview"] .product-page--frameless-gallery .gallery-thumbs button {
  border-radius: 0;
}

@media (min-width: 721px) and (max-width: 1080px) {
  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
    height: 380px;
  }

  body[data-page="collection"] .collection-hero h1,
  body[data-page="brands"] .collection-hero h1 {
    font-size: clamp(3.15rem, 6vw, 4.3rem);
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    grid-auto-columns: 128px;
    justify-content: start;
  }
}

/* Keep selected catalogue filters visually subordinate on mobile. */
@media (max-width: 720px) {
  body[data-page="collection"] .active-chips {
    gap: 0.35rem;
    margin-top: 0.45rem;
  }

  body[data-page="collection"] .active-chips .chip {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    min-height: 32px;
    padding: 0.38rem 0.6rem;
    white-space: nowrap;
  }
}

/* Compact desktop collection and brand index header. Keep the catalogue above the fold. */
@media (min-width: 721px) {
  body[data-page="collection"] .page-intro,
  body[data-page="brands"] .page-intro {
    padding: 0.75rem var(--editorial-page-gutter) 0;
  }

  body[data-page="collection"] .page-intro > .breadcrumb,
  body[data-page="brands"] .page-intro > .breadcrumb {
    display: none;
  }

  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    grid-template-columns: minmax(0, 1fr) clamp(270px, 31vw, 520px);
    height: 138px;
    min-height: 138px;
  }

  body[data-page="collection"] .collection-hero-copy,
  body[data-page="brands"] .collection-hero-copy {
    align-content: center;
    align-self: stretch;
    display: grid;
    padding: 1.15rem clamp(1.4rem, 2.4vw, 2.75rem);
  }

  body[data-page="collection"] .collection-hero .eyebrow,
  body[data-page="brands"] .collection-hero .eyebrow {
    font-size: 0.52rem;
    left: auto;
    margin: 0 0 0.48rem;
    position: static;
    top: auto;
  }

  body[data-page="collection"] .collection-hero h1,
  body[data-page="brands"] .collection-hero h1 {
    font-size: clamp(2rem, 2.65vw, 3.1rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
    margin: 0;
    max-width: none;
  }

  body[data-page="collection"] .collection-hero-copy > p,
  body[data-page="brands"] .collection-hero-copy > p,
  body[data-page="collection"] .collection-hero-meta,
  body[data-page="brands"] .collection-hero-meta,
  body[data-page="collection"] .collection-hero-visual figcaption,
  body[data-page="brands"] .collection-hero-visual figcaption {
    display: none !important;
  }

  body[data-page="collection"] .collection-hero-visual img,
  body[data-page="brands"] .collection-hero-visual img {
    transform: none;
  }

  body[data-page="collection"] .catalog-section {
    padding-top: 0;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    grid-auto-columns: minmax(94px, 1fr);
    margin-bottom: 1.6rem;
  }

  body[data-page="collection"] .category-shortcuts a {
    align-content: center;
    align-items: center;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 78px;
    padding: 0.55rem 0.65rem;
  }

  body[data-page="collection"] .category-shortcut-index {
    display: none;
  }

  body[data-page="collection"] .category-shortcuts span {
    height: 22px;
    min-height: 22px;
    width: 22px;
  }

  body[data-page="collection"] .category-shortcuts svg {
    height: 21px;
    width: 21px;
  }

  body[data-page="collection"] .category-shortcuts strong {
    font-size: 0.56rem;
    line-height: 1.08;
    max-width: 11ch;
  }

  body[data-page="brands"] .brands-directory {
    padding-top: 1.75rem;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 35vw);
    height: 124px;
    min-height: 124px;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    grid-auto-columns: 104px;
  }
}

/* Homepage room gallery */
.home-room-section {
  background: var(--warm-ivory);
  overflow: hidden;
  padding: clamp(3.75rem, 6vw, 7rem) clamp(1.25rem, 2.6vw, 3.25rem);
}

.home-room-section .section-heading {
  margin: 0 0 clamp(2rem, 3vw, 3.25rem);
  max-width: none;
  text-align: left;
}

.home-room-section .section-heading .eyebrow {
  margin-bottom: 0.75rem;
}

.home-room-section .section-heading h2 {
  font-size: clamp(2.5rem, 4.25vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 0;
  max-width: 15ch;
}

.home-room-section .home-room-grid {
  gap: clamp(0.75rem, 1.15vw, 1.45rem);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  max-width: none;
}

.home-room-card {
  color: var(--charcoal);
  display: block;
  min-width: 0;
}

.home-room-card-media {
  aspect-ratio: 0.75;
  background: var(--soft-sand);
  display: block;
  overflow: hidden;
}

.home-room-card-media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.home-room-card-copy {
  display: grid;
  gap: 0.45rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem 0 0.2rem;
}

.home-room-card-copy strong {
  font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.home-room-card-copy small {
  color: rgba(23, 23, 23, 0.6);
  font-size: clamp(0.76rem, 0.72vw, 0.88rem);
  line-height: 1.35;
}

.home-room-card-copy em {
  align-items: center;
  border: 1px solid rgba(23, 23, 23, 0.3);
  border-radius: 50%;
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / 3;
  height: 2rem;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 2rem;
}

.home-room-card-copy svg {
  height: 13px;
  width: 13px;
}

.home-room-card:hover .home-room-card-media img,
.home-room-card:focus-visible .home-room-card-media img {
  transform: scale(1.035);
}

.home-room-card:hover .home-room-card-copy em,
.home-room-card:focus-visible .home-room-card-copy em {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--warm-ivory);
}

@media (max-width: 900px) {
  .home-room-section {
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .home-room-section .section-heading {
    padding-right: 1.25rem;
  }

  .home-room-section .home-room-grid {
    display: grid;
    gap: 0.85rem;
    grid-auto-columns: min(72vw, 410px);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin: 0;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.75rem;
    padding-right: 1.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-room-section .home-room-grid::-webkit-scrollbar {
    display: none;
  }

  .home-room-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  .home-room-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .home-room-section .section-heading h2 {
    font-size: clamp(2.5rem, 13vw, 3.5rem);
    max-width: 10ch;
  }

  .home-room-section .home-room-grid {
    grid-auto-columns: 82vw;
  }

  .home-room-card-copy {
    padding-top: 0.85rem;
  }

  .home-room-card-copy strong {
    font-size: 1.3rem;
  }

  .home-room-card-copy small {
    font-size: 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-room-card-media img,
  .home-room-card-copy em {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .catalog-layout {
    gap: 1.25rem;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  }

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

  .filters {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .collection-hero {
    height: auto;
    min-height: 0;
  }

  .collection-hero > div {
    padding: 1.35rem;
  }

  .collection-hero img {
    display: none;
  }

  .category-shortcuts {
    gap: 0.65rem;
    grid-auto-columns: 92px;
    margin-bottom: 1rem;
    padding-inline: 0.15rem 1rem;
    scroll-padding-inline: 0.15rem;
  }

  .category-shortcuts.is-centered {
    justify-content: start;
  }

  .category-shortcuts a {
    min-width: 92px;
    scroll-snap-align: start;
  }

  .category-shortcuts span {
    height: 62px;
    width: 62px;
  }

  .category-shortcuts svg {
    height: 34px;
    width: 34px;
  }

  .catalog-layout {
    display: block;
  }

  .catalog-results .product-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    max-height: 86svh;
    position: fixed;
    top: auto;
  }

  .filters {
    margin: 0;
    max-width: none;
    overflow: auto;
  }

  .account-auth,
  .account-page {
    padding: 1rem 1rem 4rem;
  }

  .account-auth-card {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.35rem;
  }

  .account-layout {
    display: block;
  }

  .account-sidebar {
    display: none;
  }

  .account-mobile-nav {
    display: block;
    margin-bottom: 1rem;
  }

  .account-mobile-nav label {
    display: grid;
    gap: 0.4rem;
  }

  .account-card-grid,
  .account-product-grid,
  .address-grid,
  .order-detail-grid,
  .form-two,
  .form-three,
  .order-tools,
  .social-login-placeholders,
  .shopify-test-list,
  .shopify-test-products,
  .shopify-product-card,
  .shopify-product-meta,
  .shopify-flow-cart-metrics,
  .shopify-config-strip,
  .order-timeline {
    grid-template-columns: 1fr;
  }

  .shopify-flow-cart-heading,
  .shopify-flow-cart-line {
    grid-template-columns: 1fr;
  }

  .shopify-flow-cart-heading {
    align-items: start;
    display: grid;
  }

  .order-tools label:first-child {
    grid-column: auto;
  }

  .account-panel,
  .account-hero-panel {
    padding: 1rem;
  }

  .account-panel-heading {
    display: grid;
  }

  .saved-cart-item,
  .order-card,
  .ordered-products article {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .saved-cart-item > div:last-child,
  .order-card .button,
  .order-card > strong,
  .ordered-products article > span,
  .ordered-products article > strong {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .saved-cart-summary {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .order-total-box {
    justify-items: stretch;
  }

  .order-total-box p {
    min-width: 0;
  }
}

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

  .hero-image {
    animation: none;
    transform: scale(1.045);
  }
}

/* Inspiration journal */
.journal-page-header,
.journal-index,
.journal-principles,
.journal-category,
.journal-article {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.journal-simulator-cta {
  align-items: center;
  background: #e8dfd2;
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: -2.5rem auto 6.5rem;
  max-width: 1344px;
  padding: 2.6rem 3rem;
  width: calc(100% - 6rem);
}

.journal-simulator-cta > div {
  max-width: 820px;
}

.journal-simulator-cta h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0.45rem 0 0.8rem;
}

.journal-simulator-cta > div > p:last-child {
  color: rgba(23, 23, 23, 0.64);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  max-width: 700px;
}

.journal-simulator-cta .button {
  white-space: nowrap;
}

.journal-page-header {
  padding-top: 2.2rem;
}

.journal-masthead {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 3rem 0 2.6rem;
}

.journal-masthead-copy {
  max-width: 900px;
}

.journal-masthead h1 {
  font-size: clamp(3.8rem, 5.6vw, 5.8rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0.25rem 0 1.8rem;
  white-space: nowrap;
}

.journal-masthead-copy > p:last-child {
  color: rgba(23, 23, 23, 0.66);
  font-size: 1.06rem;
  max-width: 610px;
}

.journal-masthead-note {
  border-left: 1px solid var(--line);
  display: grid;
  font-size: 1.06rem;
  gap: 0.55rem;
  min-width: 190px;
  padding: 0.45rem 0 0.45rem 1.35rem;
}

.journal-masthead-note span {
  color: rgba(23, 23, 23, 0.6);
}

.journal-masthead-note span:first-child {
  color: var(--deep-bronze);
  font-weight: 700;
}

.journal-feature {
  background: var(--graphite);
  border-radius: 24px;
  color: var(--warm-ivory);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  min-height: 600px;
  overflow: hidden;
}

.journal-feature-media {
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.journal-feature-media::after {
  background: linear-gradient(90deg, transparent 72%, rgba(17, 19, 21, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.journal-feature-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
  width: 100%;
}

.journal-feature:hover .journal-feature-media img {
  transform: scale(1.025);
}

.journal-feature-media > span {
  background: rgba(246, 241, 232, 0.94);
  border-radius: 999px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 700;
  left: 1.4rem;
  letter-spacing: 0.06em;
  padding: 0.55rem 0.8rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.4rem;
  z-index: 1;
}

.journal-feature-copy {
  align-content: end;
  display: grid;
  padding: 3rem;
}

.journal-feature-copy h2 {
  font-size: clamp(2.15rem, 3vw, 3.2rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 1.1rem 0 1.25rem;
}

.journal-feature-copy > p {
  color: rgba(246, 241, 232, 0.66);
  margin-bottom: 1.8rem;
}

.journal-feature-copy .article-card-meta {
  border-color: rgba(246, 241, 232, 0.16);
  color: rgba(246, 241, 232, 0.62);
}

.journal-feature-copy .article-card-meta span:first-child {
  color: #d7b57d;
}

.journal-feature-copy .text-link {
  color: var(--warm-ivory);
  justify-self: start;
}

.journal-index {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: 260px minmax(0, 1fr);
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.journal-index > div:first-child > p:last-child {
  color: rgba(23, 23, 23, 0.62);
  margin-top: 0.55rem;
}

.journal-index-links {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.journal-index-links a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 1.05rem;
  justify-content: space-between;
  min-height: 64px;
  padding: 0.4rem 0;
}

.journal-index-links a:nth-child(odd) {
  margin-right: 1.5rem;
}

.journal-index-links a:nth-child(even) {
  margin-left: 1.5rem;
}

.journal-index-links a:hover span {
  color: var(--deep-bronze);
}

.journal-index-links small {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: rgba(23, 23, 23, 0.56);
  display: inline-flex;
  font-size: 0.7rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.journal-principles {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 6rem;
}

.journal-principles article {
  background: var(--soft-sand);
  min-height: 250px;
  padding: 2rem;
}

.journal-principles article:first-child {
  border-radius: 18px 0 0 18px;
}

.journal-principles article:last-child {
  border-radius: 0 18px 18px 0;
}

.journal-principles span {
  color: var(--deep-bronze);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.journal-principles h2 {
  font-size: 1.65rem;
  margin: 4.6rem 0 0.65rem;
}

.journal-principles p {
  color: rgba(23, 23, 23, 0.62);
  font-size: 1.06rem;
  line-height: 1.55;
  max-width: 320px;
}

.journal-category {
  border-top: 1px solid var(--line);
  padding-bottom: 6.5rem;
  padding-top: 3rem;
  scroll-margin-top: 110px;
}

.journal-category-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  margin-bottom: 2.5rem;
}

.journal-category-heading h2 {
  font-size: clamp(2.45rem, 4vw, 3.75rem);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-top: 0.55rem;
}

.journal-category-heading > p {
  color: rgba(23, 23, 23, 0.62);
  max-width: 480px;
}

.article-grid.journal-article-grid,
.article-grid.journal-related-grid {
  gap: 2.6rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  overflow: visible;
}

.article-card-image {
  aspect-ratio: 1.28;
  border-radius: 16px;
  overflow: hidden;
}

.article-card-image img,
.article-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1);
  width: 100%;
}

.article-card:hover .article-card-image img {
  transform: scale(1.035);
}

.article-card-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem 0 0;
}

.article-card-meta {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: rgba(23, 23, 23, 0.5);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
}

.article-card-meta span:first-child {
  color: var(--deep-bronze);
}

.article-card-copy h3 {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin: 0;
}

.article-card-copy > p {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.9rem;
  margin: 0;
}

.article-card-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.article-card-link svg {
  height: 15px;
  transition: transform 180ms ease;
  width: 15px;
}

.article-card:hover .article-card-link svg {
  transform: translateX(3px);
}

/* Long-form article */
.journal-article {
  padding-bottom: 6rem;
  padding-top: 2.2rem;
}

.journal-article-hero {
  padding-top: 2.8rem;
}

.journal-article-heading {
  margin: 0 auto 1.8rem;
  max-width: 1040px;
  text-align: center;
}

.journal-article-heading h1 {
  font-size: clamp(2.55rem, 3.2vw, 3.55rem);
  font-weight: 300;
  letter-spacing: -0.052em;
  line-height: 1;
  margin: 0.7rem auto 1rem;
  max-width: 940px;
}

.journal-article-heading > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.65);
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
}

.journal-article-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-top: 1.4rem;
}

.journal-article-meta span {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-article-meta span + span::before {
  color: var(--muted-brass);
  content: "•";
  margin: 0 0.7rem;
}

.journal-article-hero figure {
  margin: 0;
}

.journal-image-trigger {
  background: transparent;
  border: 0;
  border-radius: inherit;
  color: var(--charcoal);
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.journal-image-trigger:focus-visible {
  outline: 3px solid var(--muted-brass);
  outline-offset: 4px;
}

.journal-image-trigger img {
  display: block;
  transition: transform 260ms ease;
}

.journal-image-trigger:hover img,
.journal-image-trigger:focus-visible img {
  transform: scale(1.012);
}

.journal-image-enlarge {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(246, 241, 232, 0.88);
  border: 1px solid rgba(246, 241, 232, 0.65);
  border-radius: 999px;
  bottom: 1rem;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
  opacity: 0;
  padding: 0.65rem 0.85rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.journal-image-enlarge svg {
  height: 16px;
  width: 16px;
}

.journal-image-trigger:hover .journal-image-enlarge,
.journal-image-trigger:focus-visible .journal-image-enlarge {
  opacity: 1;
  transform: translateY(0);
}

.journal-article-hero figure img {
  aspect-ratio: 1.86;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
}

.journal-article-hero figcaption {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-top: 0.65rem;
  text-align: right;
}

.journal-article-layout {
  display: grid;
  gap: clamp(3.5rem, 5vw, 5rem);
  grid-template-columns: 320px minmax(0, 1fr);
  padding-top: 5rem;
  width: 100%;
}

.journal-article-sidebar {
  align-self: start;
  display: grid;
  gap: 2.5rem;
  position: sticky;
  top: 130px;
}

.journal-quick-facts {
  background: var(--soft-sand);
  border-radius: 16px;
  padding: 1.7rem;
}

.journal-quick-facts > .eyebrow,
.journal-contents > .eyebrow {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.journal-quick-facts > div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem 0;
}

.journal-quick-facts > div:last-child {
  padding-bottom: 0;
}

.journal-quick-facts span {
  color: rgba(23, 23, 23, 0.54);
  font-size: 0.96rem;
  line-height: 1.45;
}

.journal-quick-facts strong {
  font-size: 1.15rem;
  line-height: 1.45;
}

.journal-contents {
  display: grid;
}

.journal-contents > p {
  margin-bottom: 0.55rem;
}

.journal-contents a {
  border-top: 1px solid var(--line);
  color: rgba(23, 23, 23, 0.64);
  display: grid;
  font-size: 1.03rem;
  gap: 0.7rem;
  grid-template-columns: 30px minmax(0, 1fr);
  line-height: 1.5;
  padding: 1rem 0;
}

.journal-contents a span {
  color: var(--deep-bronze);
  font-weight: 700;
}

.journal-contents a:hover {
  color: var(--charcoal);
}

.article-body.journal-article-body {
  margin: 0;
  max-width: none;
  padding: 0;
}

.journal-article-lede {
  color: var(--charcoal) !important;
  font-size: 1.52rem;
  letter-spacing: -0.02em;
  line-height: 1.52;
  margin: 0 0 3.5rem;
}

.journal-prose-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 2.8rem 0;
  scroll-margin-top: 120px;
}

.journal-prose-number {
  color: var(--deep-bronze);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.4vw, 2.05rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
  padding-top: 0;
}

.journal-prose-section h2 {
  font-size: clamp(1.75rem, 2.4vw, 2.05rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 1.25rem;
}

.journal-prose-section p,
.journal-prose-section li {
  color: rgba(23, 23, 23, 0.67);
  font-size: 1.2rem;
  line-height: 1.72;
}

.journal-prose-section p + p {
  margin-top: 1rem;
}

.journal-prose-section ul {
  border-left: 2px solid var(--muted-brass);
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
}

.journal-prose-figure {
  background: var(--soft-sand);
  border-radius: 18px;
  margin: 2.2rem 0 0;
  overflow: hidden;
}

.journal-prose-figure img {
  aspect-ratio: 1.5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.journal-prose-figure figcaption {
  align-items: baseline;
  color: rgba(23, 23, 23, 0.6);
  display: grid;
  font-size: 0.9rem;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.55;
  padding: 0.9rem 1rem 1rem;
}

.journal-prose-figure figcaption span {
  color: var(--deep-bronze);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-image-lightbox {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  z-index: 110;
}

body.journal-image-lightbox-open .journal-image-lightbox {
  display: flex;
}

.journal-image-lightbox-backdrop {
  background: rgba(17, 19, 21, 0.94);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  position: absolute;
}

.journal-image-lightbox-panel {
  align-items: center;
  display: flex;
  height: calc(100dvh - 4rem);
  justify-content: center;
  max-width: 1600px;
  pointer-events: none;
  position: relative;
  width: calc(100dvw - 4rem);
  z-index: 1;
}

.journal-image-lightbox-panel figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.journal-image-lightbox-panel img {
  border-radius: 16px;
  display: block;
  max-height: calc(100dvh - 8rem);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.journal-image-lightbox-panel figcaption {
  color: rgba(246, 241, 232, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.85rem;
  max-width: 900px;
  text-align: center;
}

.journal-image-lightbox-close,
.journal-image-lightbox-navigation button {
  align-items: center;
  background: rgba(250, 246, 238, 0.88);
  border: 1px solid rgba(250, 246, 238, 0.48);
  border-radius: 999px;
  color: var(--charcoal);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
  width: 44px;
}

.journal-image-lightbox-close {
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 3;
}

.journal-image-lightbox-close:hover,
.journal-image-lightbox-navigation button:hover {
  background: var(--warm-ivory);
  transform: scale(1.04);
}

.journal-image-lightbox-close:focus-visible,
.journal-image-lightbox-navigation button:focus-visible {
  outline: 3px solid var(--muted-brass);
  outline-offset: 3px;
}

.journal-image-lightbox-navigation {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 3;
}

.journal-image-lightbox-navigation[hidden] {
  display: none;
}

.journal-image-lightbox-navigation span {
  background: rgba(17, 19, 21, 0.72);
  border-radius: 999px;
  color: var(--warm-ivory);
  font-size: 0.78rem;
  font-weight: 700;
  left: 50%;
  min-width: 42px;
  padding: 0.45rem 0.65rem;
  position: fixed;
  text-align: center;
  top: 1.35rem;
  transform: translateX(-50%);
}

.journal-image-lightbox-navigation button {
  pointer-events: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.journal-image-lightbox-navigation button:hover {
  transform: translateY(-50%) scale(1.04);
}

.journal-image-lightbox-navigation [data-journal-image-prev] {
  left: 1.25rem;
}

.journal-image-lightbox-navigation [data-journal-image-next] {
  right: 1.25rem;
}

.journal-image-lightbox-navigation [data-journal-image-prev] svg {
  transform: rotate(180deg);
}

.journal-planning-note {
  background: var(--graphite);
  border-radius: 16px;
  color: var(--warm-ivory);
  margin-top: 2rem;
  padding: 2rem;
}

.journal-planning-note .eyebrow {
  color: #d7b57d;
}

.journal-planning-note p:last-child {
  color: rgba(246, 241, 232, 0.68);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: 0.7rem;
}

.journal-product-edit .section-heading > div,
.journal-related-reading .section-heading > div {
  max-width: 760px;
}

.journal-product-edit .section-heading h2,
.journal-related-reading .section-heading h2 {
  font-size: clamp(2.1rem, 3.3vw, 2.7rem);
  line-height: 1.02;
}

.journal-product-edit .section-heading p:not(.eyebrow),
.journal-related-reading .section-heading p:not(.eyebrow) {
  font-size: 1.08rem;
  line-height: 1.55;
}

.journal-related-grid {
  max-width: none;
}

@media (max-width: 1100px) {
  .journal-feature {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    min-height: 520px;
  }

  .journal-feature-media {
    min-height: 500px;
  }

  .journal-feature-copy {
    padding: 2rem;
  }

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

  .journal-article-layout {
    gap: 2.5rem;
    grid-template-columns: 275px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .journal-masthead {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .journal-masthead-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1rem 0 0;
    width: 100%;
  }

  .journal-feature {
    grid-template-columns: 1fr;
  }

  .journal-feature-media {
    min-height: 450px;
  }

  .journal-feature-media::after {
    background: linear-gradient(0deg, rgba(17, 19, 21, 0.22), transparent 34%);
  }

  .journal-index {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .journal-article-layout {
    grid-template-columns: 1fr;
  }

  .journal-article-sidebar {
    position: static;
  }

  .journal-contents {
    display: none;
  }

  .journal-quick-facts {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .journal-quick-facts > p {
    grid-column: 1 / -1;
  }

  .journal-quick-facts > div {
    padding: 0.85rem 0 0;
  }
}

@media (max-width: 720px) {
  .journal-page-header,
  .journal-index,
  .journal-principles,
  .journal-category,
  .journal-article {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .journal-simulator-cta {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin: -2rem auto 4.5rem;
    padding: 2rem 1.25rem;
    width: calc(100% - 2rem);
  }

  .journal-simulator-cta h2 {
    font-size: 2.25rem;
  }

  .journal-simulator-cta .button {
    justify-self: stretch;
  }

  .journal-page-header,
  .journal-article {
    padding-top: 1.25rem;
  }

  .journal-masthead {
    gap: 1.5rem;
    padding: 2.2rem 0 1.8rem;
  }

  .journal-masthead h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem);
    letter-spacing: -0.07em;
    margin-bottom: 1.2rem;
    white-space: normal;
  }

  .journal-masthead-note {
    font-size: 1.06rem;
    gap: 0.75rem;
  }

  .journal-feature {
    border-radius: 16px;
  }

  .journal-feature-media {
    min-height: 0;
  }

  .journal-feature-media img {
    aspect-ratio: 1.1;
    height: auto;
  }

  .journal-feature-copy {
    padding: 1.45rem;
  }

  .journal-feature-copy h2 {
    font-size: 2rem;
    margin: 0.9rem 0;
  }

  .journal-index {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .journal-index-links {
    grid-template-columns: 1fr;
  }

  .journal-index-links a:nth-child(odd),
  .journal-index-links a:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .journal-principles {
    gap: 1px;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }

  .journal-principles article {
    min-height: 200px;
    padding: 1.4rem;
  }

  .journal-principles article:first-child {
    border-radius: 14px 14px 0 0;
  }

  .journal-principles article:last-child {
    border-radius: 0 0 14px 14px;
  }

  .journal-principles h2 {
    margin-top: 3rem;
  }

  .journal-category {
    padding-bottom: 4.5rem;
    padding-top: 2.2rem;
  }

  .journal-category-heading {
    align-items: start;
    gap: 1.2rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .journal-category-heading h2 {
    font-size: 2.7rem;
  }

  .article-grid.journal-article-grid,
  .article-grid.journal-related-grid {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .article-card-image {
    aspect-ratio: 1.18;
    border-radius: 14px;
  }

  .article-card-copy h3 {
    font-size: 1.65rem;
  }

  .journal-article {
    padding-bottom: 4rem;
  }

  .journal-article-hero {
    padding-top: 2rem;
  }

  .journal-article-heading {
    margin-bottom: 2rem;
    text-align: left;
  }

  .journal-article-heading h1 {
    font-size: clamp(2.3rem, 10vw, 3.05rem);
    letter-spacing: -0.055em;
    line-height: 1;
    margin-left: 0;
  }

  .journal-article-heading > p:not(.eyebrow) {
    font-size: 1.08rem;
  }

  .journal-article-meta {
    justify-content: flex-start;
  }

  .journal-article-meta span:last-child {
    display: none;
  }

  .journal-article-hero figure img {
    aspect-ratio: 1.12;
    border-radius: 14px;
  }

  .journal-article-hero figcaption {
    text-align: left;
  }

  .journal-image-enlarge {
    bottom: 0.7rem;
    opacity: 1;
    right: 0.7rem;
    transform: none;
  }

  .journal-article-layout {
    gap: 2.8rem;
    padding-top: 3rem;
  }

  .journal-quick-facts {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .journal-quick-facts > div {
    padding: 0.85rem 0;
  }

  .journal-article-lede {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .journal-prose-section {
    gap: 0.9rem;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 2.2rem 0;
  }

  .journal-prose-section h2 {
    font-size: 1.75rem;
  }

  .journal-prose-section p,
  .journal-prose-section li {
    font-size: 1.08rem;
    line-height: 1.72;
  }

  .journal-prose-figure {
    border-radius: 12px;
    margin-top: 1.7rem;
  }

  .journal-prose-figure img {
    aspect-ratio: 1.16;
  }

  .journal-prose-figure figcaption {
    gap: 0.4rem;
    grid-template-columns: 1fr;
    padding: 0.8rem 0.9rem 0.9rem;
  }

  .journal-image-lightbox {
    padding: 0;
  }

  .journal-image-lightbox-panel {
    height: 100dvh;
    width: 100dvw;
  }

  .journal-image-lightbox-panel img {
    border-radius: 0;
    max-height: calc(100dvh - 7rem);
    max-width: 100dvw;
  }

  .journal-image-lightbox-panel figcaption {
    font-size: 0.82rem;
    margin-top: 0.7rem;
    max-width: calc(100dvw - 2rem);
    padding: 0 1rem;
  }

  .journal-planning-note {
    border-radius: 14px;
    padding: 1.4rem;
  }
}

/* Lighting Simulator */
.home-simulator-cta {
  align-items: center;
  background: #efe5d6;
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 0.72fr);
  min-height: 560px;
  overflow: hidden;
  padding: 5.5rem max(3rem, calc((100vw - 1360px) / 2));
}

.home-simulator-copy {
  max-width: 590px;
}

.home-simulator-copy h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin-bottom: 1.3rem;
}

.home-simulator-copy > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.68);
  max-width: 50ch;
}

.home-simulator-copy .button {
  margin-top: 1.15rem;
}

.home-simulator-visual {
  aspect-ratio: 1.15;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 190, 112, 0.74), rgba(255, 212, 159, 0.26) 33%, transparent 62%),
    linear-gradient(145deg, #d6c4ad, #f7f0e5 65%);
  border: 1px solid rgba(123, 94, 59, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(255, 250, 242, 0.55), 0 28px 80px rgba(83, 58, 31, 0.14);
  justify-self: center;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-simulator-visual > i {
  background: #342c24;
  border-radius: 50% 50% 44% 44%;
  box-shadow: 0 12px 40px rgba(75, 48, 19, 0.18);
  height: 18%;
  left: 42%;
  position: absolute;
  top: 39%;
  width: 16%;
}

.home-simulator-visual > i::before {
  background: #342c24;
  content: "";
  height: 45%;
  left: calc(50% - 1px);
  position: absolute;
  top: -45%;
  width: 2px;
}

.home-simulator-visual > i::after {
  background: #ffd39a;
  border-radius: 50%;
  bottom: -8%;
  box-shadow: 0 0 46px 22px rgba(255, 193, 116, 0.52);
  content: "";
  height: 18%;
  left: 37%;
  position: absolute;
  width: 26%;
}

.home-simulator-orbit {
  border: 1px solid rgba(123, 94, 59, 0.25);
  border-radius: 50%;
  inset: 13%;
  position: absolute;
}

.home-simulator-orbit::after {
  background: var(--muted-brass);
  border: 5px solid #eee2d2;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 8%;
  position: absolute;
  top: 16%;
  width: 14px;
}

.home-simulator-orbit.orbit-two {
  inset: 22%;
}

.home-simulator-orbit.orbit-two::after {
  left: auto;
  right: 1%;
  top: 57%;
}

.home-simulator-orbit.orbit-three {
  inset: 32%;
}

.home-simulator-orbit.orbit-three::after {
  bottom: 0;
  left: 24%;
  top: auto;
}

.lighting-simulator-page {
  background: #f4eee5;
  padding-bottom: 6rem;
}

.sim-page-intro,
.simulator-shell,
.sim-recommendations,
.sim-principles,
.sim-disclaimer {
  margin: 0 auto;
  max-width: 1480px;
}

.sim-page-intro {
  padding: 2rem 3rem 4rem;
}

.sim-breadcrumb {
  color: rgba(23, 23, 23, 0.5);
  display: flex;
  font-size: 0.82rem;
  gap: 0.65rem;
  margin-bottom: 4.5rem;
}

.sim-breadcrumb a:hover {
  color: var(--deep-bronze);
}

.sim-intro-grid {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.6fr);
}

.sim-intro-grid h1 {
  font-size: clamp(3.25rem, 5vw, 5.3rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 11ch;
}

.sim-intro-copy {
  padding-bottom: 0.7rem;
}

.sim-intro-copy > p {
  color: rgba(23, 23, 23, 0.66);
  font-size: 1.2rem;
  line-height: 1.65;
}

.sim-intro-copy > span {
  align-items: center;
  color: rgba(23, 23, 23, 0.56);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.55rem;
  letter-spacing: 0.08em;
  margin-top: 1.6rem;
  text-transform: uppercase;
}

.sim-intro-copy > span i {
  background: #75916f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(117, 145, 111, 0.14);
  height: 7px;
  width: 7px;
}

.simulator-shell {
  background: #fbf8f2;
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(66, 47, 27, 0.09);
  overflow: hidden;
}

.simulator-tabs {
  background: #f0e8dc;
  border-bottom: 1px solid rgba(74, 59, 43, 0.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 1.25rem;
}

.simulator-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(23, 23, 23, 0.46);
  display: flex;
  gap: 1rem;
  justify-content: center;
  min-height: 92px;
  padding: 1rem;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.simulator-tab:hover {
  background: rgba(255, 250, 242, 0.45);
  color: var(--charcoal);
}

.simulator-tab.is-active {
  border-bottom-color: var(--deep-bronze);
  color: var(--charcoal);
}

.simulator-tab span {
  color: var(--deep-bronze);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.simulator-tab strong {
  font-size: 1.3rem;
}

.simulator-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.78fr);
  min-height: 760px;
}

.simulator-workspace > [data-sim-preview] {
  background: #e7ddd0;
  border-right: 1px solid rgba(74, 59, 43, 0.12);
  min-width: 0;
  padding: 1.5rem;
}

.sim-preview-card {
  align-content: start;
  display: grid;
  grid-template-rows: auto auto auto;
  height: auto;
}

.sim-preview-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 0.4rem 1.3rem;
}

.sim-preview-header > div {
  display: grid;
}

.sim-preview-header span,
.sim-preview-summary span {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sim-preview-header strong {
  font-size: 1.04rem;
}

.sim-preview-header p {
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  margin: 0;
  padding: 0.55rem 0.8rem;
}

.sim-room {
  --sim-beam-width: 48%;
  --sim-intensity: 0.68;
  --sim-light: #ffc982;
  --sim-scene-brightness: 0.95;
  --sim-wash: rgba(255, 201, 130, 0.58);
  --sim-wash-soft: rgba(255, 201, 130, 0.24);
  aspect-ratio: 1.42;
  background: #b9aa97;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 16px 48px rgba(55, 38, 20, 0.14);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.sim-room-wall {
  background:
    linear-gradient(90deg, rgba(84, 68, 50, 0.16), transparent 2%, transparent 98%, rgba(84, 68, 50, 0.12)),
    linear-gradient(145deg, #c8bcac, #eee5d9 68%, #dfd1c0);
  filter: brightness(var(--sim-scene-brightness));
  inset: 0 0 23%;
  position: absolute;
  transition: filter 240ms ease;
}

.sim-room-ceiling {
  background: linear-gradient(180deg, #998b7b, #c2b3a0);
  clip-path: polygon(0 0, 100% 0, 91% 4%, 8% 4%);
  height: 9%;
  inset: 0 0 auto;
  opacity: 0.92;
  position: absolute;
}

.sim-room-floor {
  background:
    repeating-linear-gradient(100deg, rgba(72, 54, 36, 0.11) 0 1px, transparent 1px 72px),
    linear-gradient(160deg, #9b8268, #c0aa8f 65%, #9a7c5e);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 24%;
  position: absolute;
  width: 100%;
}

.sim-room-floor::before {
  background: rgba(57, 39, 24, 0.24);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sim-room-wash {
  background:
    radial-gradient(ellipse at 50% 14%, var(--sim-wash) 0, var(--sim-wash-soft) 34%, transparent 68%),
    linear-gradient(180deg, transparent 50%, var(--sim-wash-soft));
  inset: 0;
  mix-blend-mode: screen;
  opacity: calc(0.35 + (var(--sim-intensity) * 0.65));
  pointer-events: none;
  position: absolute;
  transition: background 240ms ease, opacity 240ms ease;
  z-index: 2;
}

.sim-pendant {
  height: 36%;
  left: calc(50% - 48px);
  position: absolute;
  top: 0;
  transition: opacity 200ms ease;
  width: 96px;
  z-index: 6;
}

.sim-pendant-cord {
  background: #332d27;
  height: 55%;
  left: calc(50% - 1px);
  position: absolute;
  width: 2px;
}

.sim-pendant-shade {
  background: linear-gradient(145deg, #494039, #1e1a17);
  border-radius: 50% 50% 12% 12%;
  bottom: 8%;
  box-shadow: 0 9px 14px rgba(31, 23, 16, 0.18);
  clip-path: polygon(28% 0, 72% 0, 100% 100%, 0 100%);
  height: 25%;
  left: 15%;
  position: absolute;
  width: 70%;
}

.sim-pendant-bulb {
  background: var(--sim-light);
  border-radius: 50%;
  bottom: 2%;
  box-shadow: 0 0 24px 10px var(--sim-wash), 0 22px 60px 26px var(--sim-wash-soft);
  height: 13px;
  left: calc(50% - 6.5px);
  opacity: calc(0.25 + (var(--sim-intensity) * 0.75));
  position: absolute;
  transition: background 240ms ease, box-shadow 240ms ease, opacity 240ms ease;
  width: 13px;
}

.sim-wall-art {
  background: #a79783;
  border: 7px solid #4c4136;
  box-shadow: 0 9px 25px rgba(47, 36, 26, 0.16);
  height: 28%;
  left: 10%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  width: 19%;
  z-index: 3;
}

.sim-wall-art span {
  background: #d9c8af;
  border-radius: 50% 50% 0 0;
  bottom: -8%;
  height: 72%;
  left: 15%;
  position: absolute;
  transform: rotate(-7deg);
  width: 48%;
}

.sim-wall-art i {
  background: #75644f;
  border-radius: 50%;
  height: 27%;
  position: absolute;
  right: 8%;
  top: 11%;
  width: 36%;
}

.sim-table {
  bottom: 18%;
  height: 24%;
  left: 26%;
  position: absolute;
  width: 48%;
  z-index: 5;
}

.sim-table span {
  background: linear-gradient(180deg, #4b3a2d, #2e241c);
  border-radius: 50%;
  box-shadow: 0 13px 22px rgba(42, 29, 19, 0.3);
  height: 20%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sim-table i {
  background: linear-gradient(90deg, #2b211a, #564235, #2b211a);
  clip-path: polygon(38% 0, 62% 0, 76% 100%, 24% 100%);
  height: 84%;
  left: 43%;
  position: absolute;
  top: 11%;
  width: 14%;
}

.sim-vase {
  bottom: 40%;
  height: 18%;
  left: 58%;
  position: absolute;
  width: 10%;
  z-index: 7;
}

.sim-vase::before {
  background: linear-gradient(90deg, #856e59, #baa086 55%, #755e4c);
  border-radius: 45% 45% 38% 38%;
  bottom: 0;
  content: "";
  height: 53%;
  left: 20%;
  position: absolute;
  width: 62%;
}

.sim-vase i,
.sim-vase b,
.sim-vase em {
  background: #4e5944;
  border-radius: 100% 0;
  height: 48%;
  left: 48%;
  position: absolute;
  transform: rotate(-24deg);
  transform-origin: bottom;
  width: 11%;
}

.sim-vase b {
  transform: rotate(20deg);
}

.sim-vase em {
  height: 42%;
  left: 35%;
  transform: rotate(-47deg);
}

.sim-chair {
  bottom: 17%;
  height: 31%;
  position: absolute;
  width: 20%;
  z-index: 4;
}

.sim-chair span {
  background: linear-gradient(145deg, #807365, #564c42);
  border-radius: 40% 40% 10% 10%;
  box-shadow: inset -8px -8px 18px rgba(35, 27, 21, 0.2);
  height: 55%;
  position: absolute;
  width: 100%;
}

.sim-chair i,
.sim-chair i::after {
  background: #3c3026;
  bottom: 0;
  content: "";
  height: 54%;
  left: 24%;
  position: absolute;
  transform: rotate(4deg);
  width: 4px;
}

.sim-chair i::after {
  height: 100%;
  left: auto;
  right: -62px;
  top: 0;
}

.sim-chair-left {
  left: 13%;
  transform: scale(0.9) rotate(2deg);
}

.sim-chair-right {
  right: 10%;
  transform: scale(0.94) rotate(-3deg);
}

.sim-spotlight,
.sim-beam-cone,
.sim-beam-pool {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, width 260ms ease;
}

.sim-spotlight {
  background: #25211e;
  border-radius: 3px 3px 10px 10px;
  height: 24px;
  left: calc(50% - 16px);
  position: absolute;
  top: 2.5%;
  width: 32px;
  z-index: 8;
}

.sim-spotlight span {
  background: var(--sim-light);
  border-radius: 50%;
  bottom: -2px;
  height: 6px;
  left: 8px;
  position: absolute;
  width: 16px;
}

.sim-beam-cone {
  background: linear-gradient(180deg, var(--sim-wash), var(--sim-wash-soft) 70%, transparent);
  clip-path: polygon(47% 0, 53% 0, 100% 100%, 0 100%);
  height: 70%;
  left: 50%;
  mix-blend-mode: screen;
  position: absolute;
  top: 5%;
  transform: translateX(-50%);
  width: var(--sim-beam-width);
  z-index: 4;
}

.sim-beam-pool {
  background: radial-gradient(ellipse, var(--sim-wash), var(--sim-wash-soft) 52%, transparent 72%);
  border-radius: 50%;
  bottom: 15%;
  height: 18%;
  left: 50%;
  mix-blend-mode: screen;
  position: absolute;
  transform: translateX(-50%);
  width: var(--sim-beam-width);
  z-index: 6;
}

.sim-room[data-mode="beam"] .sim-room-wash {
  opacity: 0.22;
}

.sim-room[data-mode="beam"] .sim-pendant {
  opacity: 0.12;
}

.sim-room[data-mode="beam"] .sim-spotlight,
.sim-room[data-mode="beam"] .sim-beam-cone,
.sim-room[data-mode="beam"] .sim-beam-pool {
  opacity: 1;
}

/* The photographic room is kept intact; these layers simulate perceived light. */
.sim-room-photo {
  filter: brightness(var(--sim-scene-brightness)) saturate(calc(0.82 + (var(--sim-intensity) * 0.24))) contrast(1.03);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  transition: filter 90ms linear;
  width: 100%;
  z-index: 1;
}

.sim-room-dimmer,
.sim-room-temperature,
.sim-photo-glow {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sim-room-dimmer {
  background: #06080a;
  opacity: calc(0.42 - (var(--sim-intensity) * 0.42));
  transition: opacity 90ms linear;
  z-index: 2;
}

.sim-room-temperature {
  background: var(--sim-light);
  mix-blend-mode: soft-light;
  opacity: 0.48;
  transition: background 90ms linear;
  z-index: 3;
}

.sim-room .sim-room-wash {
  background:
    radial-gradient(ellipse at 50% 27%, var(--sim-wash) 0, var(--sim-wash-soft) 27%, transparent 59%),
    linear-gradient(180deg, var(--sim-wash-soft), transparent 55%);
  inset: 0;
  mix-blend-mode: color;
  opacity: calc(0.34 + (var(--sim-intensity) * 0.42));
  transition: background 90ms linear, opacity 90ms linear;
  z-index: 4;
}

.sim-photo-glow {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 250, 236, 0.8) 0 1.5%, var(--sim-wash) 6%, var(--sim-wash-soft) 19%, transparent 43%),
    radial-gradient(ellipse at 50% 18%, var(--sim-wash-soft), transparent 48%);
  mix-blend-mode: screen;
  opacity: calc(0.2 + (var(--sim-intensity) * 0.68));
  transition: background 90ms linear, opacity 90ms linear;
  z-index: 5;
}

.sim-room .sim-beam-cone {
  background: linear-gradient(0deg, var(--sim-wash) 0, var(--sim-wash-soft) 52%, rgba(255, 255, 255, 0.12));
  clip-path: polygon(0 0, 100% 0, 54% 100%, 46% 100%);
  filter: blur(8px);
  height: 37%;
  left: 50%;
  mix-blend-mode: screen;
  top: 0;
  transform: translateX(-50%);
  width: var(--sim-beam-width);
  z-index: 6;
}

.sim-room .sim-beam-pool {
  background: radial-gradient(ellipse, var(--sim-wash), var(--sim-wash-soft) 34%, transparent 70%);
  bottom: auto;
  height: 24%;
  left: 50%;
  mix-blend-mode: screen;
  top: 24%;
  transform: translateX(-50%);
  width: var(--sim-beam-width);
  z-index: 7;
}

.sim-room[data-mode="beam"] .sim-room-wash {
  opacity: 0.2;
}

.sim-room[data-mode="beam"] .sim-photo-glow {
  opacity: 0.38;
}

.sim-room[data-mode="beam"] .sim-beam-cone {
  opacity: 0.68;
}

.sim-room[data-mode="beam"] .sim-beam-pool {
  opacity: 0.72;
}

.sim-preview-credit {
  background: rgba(5, 7, 9, 0.5);
  border-radius: 999px;
  bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.54rem;
  letter-spacing: 0.025em;
  padding: 0.3rem 0.5rem;
  position: absolute;
  right: 0.65rem;
  z-index: 9;
}

.sim-preview-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.25rem 0.4rem 0;
}

.sim-preview-summary div {
  display: grid;
  gap: 0.12rem;
}

.sim-preview-summary div + div {
  border-left: 1px solid rgba(74, 59, 43, 0.16);
  padding-left: 1.25rem;
}

.sim-preview-summary strong {
  font-size: 1.02rem;
}

.simulator-controls {
  min-width: 0;
}

.sim-control-panel {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.sim-control-heading h2 {
  font-size: clamp(2rem, 2.5vw, 2.7rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.sim-control-heading > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.6);
  font-size: 1rem;
  line-height: 1.68;
  max-width: 54ch;
}

.sim-range-wrap {
  border-bottom: 1px solid rgba(74, 59, 43, 0.13);
  border-top: 1px solid rgba(74, 59, 43, 0.13);
  margin: 2rem 0 1.25rem;
  padding: 1.5rem 0;
}

.sim-range-value {
  align-items: baseline;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.sim-range-value strong {
  font-size: 2rem;
  line-height: 1;
}

.sim-range-value span {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.88rem;
}

.sim-range {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--deep-bronze) 0 var(--range-progress), #d9cec0 var(--range-progress) 100%);
  border-radius: 99px;
  height: 4px;
  margin: 0;
  width: 100%;
}

.sim-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fffaf2;
  border: 5px solid var(--deep-bronze);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(48, 34, 20, 0.2);
  height: 22px;
  width: 22px;
}

.sim-range::-moz-range-thumb {
  background: #fffaf2;
  border: 5px solid var(--deep-bronze);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(48, 34, 20, 0.2);
  height: 14px;
  width: 14px;
}

.sim-range-labels {
  color: rgba(23, 23, 23, 0.45);
  display: block;
  font-size: 0.72rem;
  height: 1rem;
  margin-top: 0.85rem;
  position: relative;
}

.sim-range-labels span {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.sim-range-labels span:first-child {
  transform: none;
}

.sim-range-labels span:last-child {
  transform: translateX(-100%);
}

.sim-choice-row {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sim-choice,
.sim-lumen-choice,
.sim-beam-choice {
  background: transparent;
  border: 1px solid rgba(74, 59, 43, 0.14);
  border-radius: 10px;
  color: rgba(23, 23, 23, 0.54);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.sim-choice:hover,
.sim-lumen-choice:hover,
.sim-beam-choice:hover,
.sim-choice.is-selected,
.sim-lumen-choice.is-selected,
.sim-beam-choice.is-selected {
  background: #fffaf2;
  border-color: rgba(123, 94, 59, 0.54);
  color: var(--charcoal);
}

.sim-choice.is-selected,
.sim-lumen-choice.is-selected,
.sim-beam-choice.is-selected {
  box-shadow: 0 8px 24px rgba(60, 42, 24, 0.08);
}

.sim-choice {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 86px;
  padding: 0.65rem 0.35rem;
}

.sim-choice strong {
  font-size: 0.86rem;
  margin-top: 0.35rem;
}

.sim-choice small {
  font-size: 0.74rem;
  line-height: 1.3;
  margin-top: 0.15rem;
  text-align: center;
}

.sim-temperature-dot {
  background: var(--temperature-color);
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 11px var(--temperature-color);
  height: 17px;
  width: 17px;
}

.sim-output-card {
  background: #eee5d8;
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 14px;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(110px, 0.68fr) minmax(0, 1.32fr);
  margin-top: 1.5rem;
  padding: 1.35rem;
}

.sim-output-lead {
  border-right: 1px solid rgba(74, 59, 43, 0.13);
  padding-right: 1rem;
}

.sim-output-lead > span,
.sim-output-list dt {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sim-output-lead > strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  margin: 0.4rem 0 0.65rem;
}

.sim-output-lead p {
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0;
}

.sim-output-list {
  margin: 0;
}

.sim-output-list div + div {
  border-top: 1px solid rgba(74, 59, 43, 0.12);
  margin-top: 0.7rem;
  padding-top: 0.7rem;
}

.sim-output-list dd {
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0.18rem 0 0;
}

.sim-fieldset {
  border: 0;
  margin: 2rem 0 0;
  padding: 0;
}

.sim-fieldset legend {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.sim-lumen-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sim-lumen-choice {
  display: grid;
  gap: 0.22rem;
  min-height: 78px;
  padding: 0.75rem;
  text-align: left;
}

.sim-lumen-choice strong {
  font-size: 0.9rem;
}

.sim-lumen-choice span {
  font-size: 0.76rem;
  line-height: 1.4;
}

.sim-beam-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2rem 0 0;
}

.sim-beam-choice {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 118px;
  padding: 0.75rem 0.35rem;
}

.sim-beam-choice strong {
  font-size: 0.94rem;
  margin-top: 0.45rem;
}

.sim-beam-choice small {
  font-size: 0.7rem;
  line-height: 1.3;
  text-align: center;
}

.sim-beam-icon {
  border-top: 2px solid #5d4d3e;
  display: block;
  height: 48px;
  position: relative;
  width: 54px;
}

.sim-beam-icon::before {
  background: #4c4239;
  border-radius: 0 0 4px 4px;
  content: "";
  height: 8px;
  left: 21px;
  position: absolute;
  top: 0;
  width: 12px;
}

.sim-beam-icon i {
  background: linear-gradient(180deg, rgba(255, 193, 116, 0.76), rgba(255, 193, 116, 0.08));
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  height: 38px;
  left: 50%;
  position: absolute;
  top: 7px;
  transform: translateX(-50%);
  width: var(--icon-spread);
}

.sim-learning-note {
  border-left: 2px solid var(--muted-brass);
  margin-top: 1.4rem;
  padding-left: 1rem;
}

.sim-learning-note strong {
  font-size: 0.82rem;
}

.sim-learning-note p {
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0.3rem 0 0;
}

.sim-recommendations {
  background: #fbf8f2;
  border: 1px solid rgba(74, 59, 43, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(66, 47, 27, 0.06);
  margin-top: 5rem;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.sim-recommendations-header {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.sim-recommendations-header > div:first-child {
  min-width: 0;
}

.sim-recommendations-header h2 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0.55rem 0 1.15rem;
  max-width: none;
  white-space: nowrap;
}

.sim-recommendations-header .eyebrow {
  font-size: 0.88rem;
}

.sim-recommendations-header > div:first-child > p:last-child {
  color: rgba(23, 23, 23, 0.6);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
  max-width: 680px;
}

.sim-catalog-status {
  align-items: center;
  background: #f0e8dc;
  border: 1px solid rgba(74, 59, 43, 0.1);
  border-radius: 999px;
  color: rgba(23, 23, 23, 0.65);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0.55rem;
  letter-spacing: 0.04em;
  padding: 0.78rem 1rem;
  white-space: nowrap;
}

.sim-catalog-status i {
  background: #75916f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(117, 145, 111, 0.13);
  height: 7px;
  width: 7px;
}

.sim-selection-summary {
  border-bottom: 1px solid rgba(74, 59, 43, 0.13);
  border-top: 1px solid rgba(74, 59, 43, 0.13);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3rem;
  padding: 1.25rem 0;
}

.sim-selection-summary div {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  padding: 0 1.25rem;
}

.sim-selection-summary div:first-child {
  padding-left: 0;
}

.sim-selection-summary div + div {
  border-left: 1px solid rgba(74, 59, 43, 0.12);
}

.sim-selection-summary span {
  color: rgba(23, 23, 23, 0.46);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sim-selection-summary strong {
  font-size: 1.02rem;
  line-height: 1.4;
}

.sim-recommendation-results {
  min-height: 430px;
  padding-top: 2.5rem;
}

.sim-match-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.75rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sim-match-item {
  min-width: 0;
}

.sim-match-note {
  border-top: 2px solid var(--muted-brass);
  min-height: 145px;
  padding: 0.85rem 0 1.1rem;
}

.sim-match-note > span {
  color: var(--deep-bronze);
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.sim-match-note ul {
  color: rgba(23, 23, 23, 0.58);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.25rem 0.55rem;
  line-height: 1.48;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sim-match-note li + li::before {
  color: var(--muted-brass);
  content: "·";
  margin-right: 0.55rem;
}

.sim-match-item .product-card-media {
  border-color: rgba(74, 59, 43, 0.12);
}

.sim-match-item .product-brand,
.sim-match-item .product-card-context {
  font-size: 0.9rem;
}

.sim-match-item .product-card h3 {
  font-size: 1.15rem;
}

.sim-match-placeholder {
  display: grid;
  gap: 0.7rem;
}

.sim-match-placeholder span,
.sim-match-placeholder i,
.sim-match-placeholder b {
  animation: sim-placeholder-pulse 1.25s ease-in-out infinite alternate;
  background: #e8dfd3;
  border-radius: 5px;
  display: block;
}

.sim-match-placeholder span {
  height: 110px;
}

.sim-match-placeholder i {
  aspect-ratio: 1;
}

.sim-match-placeholder b {
  height: 12px;
  width: 72%;
}

.sim-match-placeholder b:last-child {
  opacity: 0.68;
  width: 48%;
}

@keyframes sim-placeholder-pulse {
  from { opacity: 0.45; }
  to { opacity: 0.9; }
}

.sim-recommendation-message {
  align-items: flex-start;
  border-bottom: 1px solid rgba(74, 59, 43, 0.12);
  border-top: 1px solid rgba(74, 59, 43, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: 2rem 0;
}

.sim-recommendation-message h3 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: -0.04em;
  margin: 0.45rem 0 0.8rem;
}

.sim-recommendation-message > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.58);
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 560px;
}

.sim-recommendations-footer {
  align-items: center;
  border-top: 1px solid rgba(74, 59, 43, 0.13);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.sim-recommendations-footer p {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0;
}

.sim-recommendations-footer p span {
  color: var(--deep-bronze);
  margin-right: 0.4rem;
}

.sim-recommendations-footer .button {
  flex: 0 0 auto;
}

.sim-principles {
  align-items: start;
  display: grid;
  gap: 1px;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  padding: 6rem 0 3rem;
}

.sim-principles > div,
.sim-principles article {
  min-height: 240px;
  padding: 2rem;
}

.sim-principles > div {
  padding-left: 0;
}

.sim-principles > div h2 {
  font-size: clamp(2.4rem, 3.5vw, 3.8rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 9ch;
}

.sim-principles article {
  background: #ebe1d4;
  border-left: 1px solid rgba(74, 59, 43, 0.11);
}

.sim-principles article > span {
  color: var(--deep-bronze);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sim-principles article h3 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 4.8rem 0 0.7rem;
}

.sim-principles article p {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.78rem;
  line-height: 1.65;
}

.sim-disclaimer {
  align-items: center;
  border-bottom: 1px solid rgba(74, 59, 43, 0.15);
  border-top: 1px solid rgba(74, 59, 43, 0.15);
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
}

.sim-disclaimer > span {
  align-items: center;
  border: 1px solid rgba(74, 59, 43, 0.3);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-style: italic;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.sim-disclaimer p {
  color: rgba(23, 23, 23, 0.55);
  font-size: 0.7rem;
  line-height: 1.55;
  margin: 0;
}

.sim-disclaimer strong {
  color: var(--charcoal);
  display: block;
  font-size: 0.72rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 1180px) {
  .simulator-shell,
  .sim-recommendations,
  .sim-principles,
  .sim-disclaimer {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .simulator-workspace {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  }

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

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

  .sim-principles > div {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .sim-principles > div h2 {
    max-width: 14ch;
  }

  .sim-match-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
  }
}

@media (max-width: 1100px) {
  .sim-recommendations-header {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .sim-catalog-status {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .home-simulator-cta,
  .sim-intro-grid,
  .simulator-workspace,
  .sim-recommendations-header {
    grid-template-columns: 1fr;
  }

  .home-simulator-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-simulator-visual {
    max-width: 440px;
  }

  .sim-intro-grid {
    gap: 2rem;
  }

  .sim-intro-copy {
    max-width: 650px;
  }

  .sim-catalog-status {
    justify-self: start;
  }

  .sim-selection-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sim-selection-summary div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .sim-selection-summary div:nth-child(n + 3) {
    border-top: 1px solid rgba(74, 59, 43, 0.12);
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .simulator-workspace > [data-sim-preview] {
    border-bottom: 1px solid rgba(74, 59, 43, 0.12);
    border-right: 0;
  }

  .simulator-controls {
    min-height: 670px;
  }

  .sim-choice-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-simulator-cta {
    gap: 2.5rem;
    min-height: 0;
    padding: 3.6rem 1rem;
  }

  .home-simulator-copy h2 {
    font-size: 2.25rem;
  }

  .home-simulator-copy .button {
    width: 100%;
  }

  .lighting-simulator-page {
    padding-bottom: 3rem;
  }

  .sim-page-intro {
    padding: 1rem 1rem 2.5rem;
  }

  .sim-breadcrumb {
    margin-bottom: 2.8rem;
  }

  .sim-intro-grid h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .sim-intro-copy > p {
    font-size: 1.05rem;
  }

  .simulator-shell,
  .sim-recommendations,
  .sim-principles,
  .sim-disclaimer {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .simulator-shell {
    border-radius: 16px;
  }

  .sim-recommendations {
    border-radius: 16px;
    margin-top: 2.5rem;
    padding: 2.25rem 1rem;
  }

  .sim-recommendations-header {
    gap: 1.5rem;
  }

  .sim-recommendations-header h2 {
    font-size: 2.15rem;
    white-space: normal;
  }

  .sim-catalog-status {
    max-width: 100%;
    white-space: normal;
  }

  .sim-selection-summary {
    margin-top: 2rem;
  }

  .sim-selection-summary div {
    padding-left: 0.8rem;
    padding-right: 0.5rem;
  }

  .sim-selection-summary strong {
    font-size: 0.76rem;
  }

  .sim-recommendation-results {
    padding-top: 1.5rem;
  }

  .sim-match-grid {
    grid-template-columns: 1fr;
  }

  .sim-match-note {
    min-height: 0;
  }

  .sim-recommendations-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .sim-recommendations-footer .button {
    width: 100%;
  }

  .simulator-tabs {
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x mandatory;
  }

  .simulator-tab {
    flex: 0 0 63vw;
    gap: 0.7rem;
    justify-content: flex-start;
    min-height: 74px;
    padding: 0.75rem;
    scroll-snap-align: start;
  }

  .simulator-tab span {
    font-size: 0.86rem;
  }

  .simulator-tab strong {
    font-size: 1rem;
  }

  .simulator-workspace > [data-sim-preview] {
    padding: 0.75rem;
  }

  .sim-preview-card {
    grid-template-rows: auto auto auto;
  }

  .sim-preview-header {
    min-height: 60px;
    padding: 0 0.2rem 0.75rem;
  }

  .sim-preview-header p {
    font-size: 0.62rem;
    padding: 0.45rem 0.6rem;
  }

  .sim-room {
    aspect-ratio: auto;
    border-radius: 12px;
    height: 400px;
    min-height: 400px;
  }

  .sim-preview-summary {
    padding-top: 0.9rem;
  }

  .sim-preview-summary div + div {
    padding-left: 0.7rem;
  }

  .sim-preview-summary span {
    font-size: 0.56rem;
  }

  .sim-preview-summary strong {
    font-size: 0.8rem;
  }

  .simulator-controls {
    min-height: 0;
  }

  .sim-control-panel {
    padding: 2rem 1rem;
  }

  .sim-control-heading h2 {
    font-size: 2rem;
  }

  .sim-choice-row {
    gap: 0.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sim-choice {
    min-height: 82px;
  }

  .sim-output-card {
    grid-template-columns: 1fr;
  }

  .sim-output-lead {
    border-bottom: 1px solid rgba(74, 59, 43, 0.13);
    border-right: 0;
    padding-bottom: 1rem;
    padding-right: 0;
  }

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

  .sim-principles {
    grid-template-columns: 1fr;
    padding: 4rem 0 2rem;
  }

  .sim-principles > div {
    grid-column: auto;
    padding: 1rem 0 1.5rem;
  }

  .sim-principles > div h2 {
    font-size: 2.5rem;
  }

  .sim-principles article {
    min-height: 190px;
  }

  .sim-principles article h3 {
    margin-top: 2.8rem;
  }

  .sim-disclaimer {
    align-items: flex-start;
    padding: 1.25rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sim-room-wash,
  .sim-pendant-bulb,
  .sim-beam-cone,
  .sim-beam-pool {
    transition: none;
  }

  .sim-match-placeholder span,
  .sim-match-placeholder i,
  .sim-match-placeholder b {
    animation: none;
  }
}

/* Local-file fallback: interactive modules require an HTTP preview server. */
.is-file-preview body {
  min-height: 100vh;
}

.is-file-preview #announcement,
.is-file-preview #site-header,
.is-file-preview #site-footer {
  display: none;
}

.local-preview-notice {
  background: #fbf8f2;
  border: 1px solid rgba(74, 59, 43, 0.14);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(66, 47, 27, 0.1);
  margin: clamp(2rem, 10vh, 7rem) auto;
  max-width: 760px;
  padding: clamp(2rem, 6vw, 5rem);
  width: calc(100% - 2rem);
}

.local-preview-notice h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 1.5rem;
}

.local-preview-notice > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.66);
  line-height: 1.75;
  max-width: 58ch;
}

.local-preview-steps {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.local-preview-steps span {
  color: var(--deep-bronze);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-top: 0.12rem;
}

.local-preview-steps p {
  font-size: 0.86rem;
  margin: 0;
}

/* Fluid commerce layouts keep catalog and product content close to the viewport edges. */
body[data-page="collection"],
body[data-page="product"],
body[data-page="product-shopify-preview"] {
  --commerce-gutter: clamp(1.15rem, 2.15vw, 2.75rem);
  --commerce-max-width: 2240px;
}

body[data-page="collection"] .page-intro,
body[data-page="collection"] .catalog-section,
body[data-page="collection"] .related-section,
body[data-page="product"] .product-page,
body[data-page="product"] .section,
body[data-page="product"] .product-support-band,
body[data-page="product-shopify-preview"] .product-page,
body[data-page="product-shopify-preview"] .section,
body[data-page="product-shopify-preview"] .product-support-band {
  padding-left: var(--commerce-gutter);
  padding-right: var(--commerce-gutter);
}

body[data-page="collection"] .breadcrumb,
body[data-page="collection"] .collection-hero,
body[data-page="collection"] .category-shortcuts,
body[data-page="collection"] .catalog-layout,
body[data-page="collection"] .related-section .collection-grid,
body[data-page="product"] .breadcrumb,
body[data-page="product"] .product-layout,
body[data-page="product"] .brand-story-band,
body[data-page="product"] .recommended-accessories-grid,
body[data-page="product-shopify-preview"] .breadcrumb,
body[data-page="product-shopify-preview"] .product-layout,
body[data-page="product-shopify-preview"] .brand-story-band,
body[data-page="product-shopify-preview"] .recommended-accessories-grid {
  max-width: var(--commerce-max-width);
  width: 100%;
}

body[data-page="product"] .product-resources-grid,
body[data-page="product"] .product-video-grid,
body[data-page="product"] .product-support-band,
body[data-page="product-shopify-preview"] .product-resources-grid,
body[data-page="product-shopify-preview"] .product-video-grid,
body[data-page="product-shopify-preview"] .product-support-band {
  max-width: min(100%, 1760px);
  width: 100%;
}

body[data-page="collection"] .collection-hero {
  height: clamp(165px, 12vw, 220px);
}

body[data-page="collection"] .collection-hero > div {
  padding-left: clamp(1.5rem, 2.4vw, 3.25rem);
  padding-right: clamp(1.5rem, 2.4vw, 3.25rem);
}

body[data-page="collection"] .catalog-layout {
  gap: clamp(1.35rem, 2vw, 2.5rem);
  grid-template-columns: clamp(240px, 14vw, 300px) minmax(0, 1fr);
}

body[data-page="collection"] .catalog-results .product-grid {
  gap: clamp(1rem, 1.35vw, 1.75rem);
}

body[data-page="collection"] .category-shortcuts {
  max-width: 100%;
  width: fit-content;
}

body[data-page="collection"] .catalog-results {
  overflow-anchor: none;
}

body[data-page="collection"] .filters {
  -ms-overflow-style: none;
  overflow-anchor: none;
  padding: clamp(0.9rem, 1vw, 1.2rem);
  scrollbar-width: none;
}

body[data-page="collection"] .filters::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

@media (min-width: 721px) {
  body[data-page="collection"] .filters {
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 0;
    padding: 0;
  }

  body[data-page="collection"] .filter-rail-heading {
    margin: 0;
    padding: 0.2rem 0 0.95rem;
  }

  body[data-page="collection"] .filter-facet {
    padding: 0;
  }

  body[data-page="collection"] .filter-options {
    gap: 0.12rem;
    padding: 0.15rem 0 0.9rem;
  }

  body[data-page="collection"] .facet-option:hover {
    color: var(--charcoal);
  }

  body[data-page="collection"] .filter-rail-heading .text-link:hover {
    color: var(--deep-bronze);
  }

  body[data-page="collection"] .price-range-control {
    gap: 0.55rem;
    padding: 0.1rem 0 0.95rem;
  }

  body[data-page="collection"] .price-range-values output {
    background: rgba(255, 255, 255, 0.46);
    border-color: rgba(23, 23, 23, 0.12);
    border-radius: 2px;
  }

  body[data-page="collection"] .price-range-track {
    background: rgba(23, 23, 23, 0.1);
    border: 0;
    height: 2px;
  }

  body[data-page="collection"] .price-range-selection {
    height: 2px;
  }

  body[data-page="collection"] .price-range-slider input[type="range"]::-webkit-slider-thumb {
    height: 16px;
    margin-top: -6px;
    width: 16px;
  }
}

body[data-page="product"] .product-layout,
body[data-page="product-shopify-preview"] .product-layout {
  gap: clamp(1.5rem, 2.25vw, 3rem);
  grid-template-columns: minmax(0, 1.68fr) minmax(390px, 0.72fr);
}

body[data-page="product"] .gallery,
body[data-page="product-shopify-preview"] .gallery {
  gap: clamp(0.65rem, 0.85vw, 1rem);
  grid-template-columns: clamp(76px, 5vw, 96px) minmax(0, 1fr);
}

body[data-page="product"] .gallery-main,
body[data-page="product-shopify-preview"] .gallery-main {
  aspect-ratio: 1.08;
}

body[data-page="product"] .product-info,
body[data-page="product-shopify-preview"] .product-info {
  padding-left: clamp(1.25rem, 1.7vw, 2.25rem);
}

body[data-page="product"] .product-info h1,
body[data-page="product-shopify-preview"] .product-info h1 {
  font-size: clamp(2.6rem, 3vw, 4.1rem);
  max-width: 13ch;
}

body[data-page="product"] .product-resources-grid,
body[data-page="product-shopify-preview"] .product-resources-grid {
  gap: clamp(1.5rem, 2vw, 2.75rem);
}

@media (min-width: 1760px) {
  body[data-page="collection"] .catalog-results .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="product"] .product-info,
  body[data-page="product-shopify-preview"] .product-info {
    padding-right: clamp(0.5rem, 1vw, 1.5rem);
  }
}

@media (min-width: 1101px) {
  body[data-page="product"] .gallery-main,
  body[data-page="product-shopify-preview"] .gallery-main {
    aspect-ratio: auto;
    height: clamp(520px, calc(100svh - 180px), 920px);
  }

  body[data-page="product"] .gallery-main img,
  body[data-page="product-shopify-preview"] .gallery-main img {
    object-fit: contain;
  }
}

@media (max-width: 1180px) {
  body[data-page="collection"] .catalog-layout {
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
  }

  body[data-page="collection"] .catalog-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="product"] .product-layout,
  body[data-page="product-shopify-preview"] .product-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.8fr);
  }
}

@media (max-width: 1100px) {
  body[data-page="product"] .product-layout,
  body[data-page="product-shopify-preview"] .product-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .product-info,
  body[data-page="product-shopify-preview"] .product-info {
    border-left: 0;
    padding-left: 0;
    position: static;
  }
}

@media (max-width: 720px) {
  .home-brands-section {
    padding-bottom: 2.4rem;
    padding-top: 2.7rem;
  }

  .home-brands-heading {
    align-items: start;
    gap: 1rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-brands-heading h2 {
    font-size: 2rem;
  }

  .home-brands-all-link {
    font-size: 0.75rem;
    justify-self: start;
  }

  .home-brands-rail {
    gap: 0;
    grid-auto-columns: 76vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-brand-card-logo {
    min-height: 145px;
    padding: 2rem 1.1rem;
  }

  .home-brands-rail-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-product-rail-section {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid.home-product-rail {
    grid-auto-columns: 86vw;
  }

  .home-product-rail-section > .section-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-product-rail .product-card-compact .product-card-body {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .home-product-rail-footer {
    gap: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .home-new-arrivals-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .product-grid.home-new-arrivals-grid {
    gap: 1.9rem 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-new-arrivals-grid .product-card-compact .product-card-body {
    gap: 0.08rem;
    padding-top: 0.42rem;
  }

  .home-new-arrivals-footer {
    padding: 2.5rem 0.75rem 0;
  }

  .home-new-arrivals-actions {
    gap: 0.5rem;
  }

  .home-new-arrivals-grid .product-card-compact h3,
  .home-new-arrivals-grid .product-card-compact .price-line {
    font-size: 0.72rem;
    line-height: 1.16;
  }

  body[data-page="collection"],
  body[data-page="product"],
  body[data-page="product-shopify-preview"] {
    --commerce-gutter: 1rem;
  }

  body[data-page="collection"] .collection-hero {
    height: auto;
  }

  body[data-page="collection"] .catalog-layout {
    display: block;
  }

  body[data-page="collection"] .catalog-results .product-grid {
    gap: 1.9rem 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="collection"] .catalog-results .product-card {
    min-width: 0;
  }

  body[data-page="collection"] .catalog-results .product-card:nth-child(odd) {
    padding-right: 0.45rem;
  }

  body[data-page="collection"] .catalog-results .product-card:nth-child(even) {
    border-left: 1px solid rgba(23, 23, 23, 0.22);
    padding-left: 0.45rem;
  }

  body[data-page="collection"] .catalog-results .product-card-media {
    aspect-ratio: 0.72;
    border-color: rgba(23, 23, 23, 0.14);
    border-radius: 0;
  }

  body[data-page="collection"] .catalog-results .wishlist-button,
  body[data-page="collection"] .catalog-results .product-card-context,
  body[data-page="collection"] .catalog-results .variant-dots {
    display: none;
  }

  body[data-page="collection"] .catalog-results .product-card-body {
    display: grid;
    gap: 0.08rem;
    padding: 0.48rem 0 0;
  }

  body[data-page="collection"] .catalog-results .product-card-body > div:first-child {
    align-items: baseline;
    display: flex;
    gap: 0.22rem;
    min-width: 0;
  }

  body[data-page="collection"] .catalog-results .product-brand {
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    text-transform: uppercase;
  }

  body[data-page="collection"] .catalog-results .product-brand::after {
    content: "|";
    margin-left: 0.22rem;
  }

  body[data-page="collection"] .catalog-results .product-card h3 {
    color: rgba(23, 23, 23, 0.62);
    flex: 1 1 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.16;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[data-page="collection"] .catalog-results .product-card h3 a {
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="collection"] .catalog-results .product-meta-row {
    display: block;
  }

  body[data-page="collection"] .catalog-results .price-line {
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.68rem;
    font-weight: 400;
    line-height: 1.16;
  }

  body[data-page="collection"] .catalog-results .price-line > * {
    display: none;
  }

  body[data-page="collection"] .catalog-results .price-line::after {
    content: attr(data-compact-price);
  }

  body[data-page="collection"] .mobile-catalog-controls {
    align-items: center;
    background: rgba(246, 241, 232, 0.96);
    border-bottom: 1px solid rgba(23, 23, 23, 0.22);
    border-top: 1px solid rgba(23, 23, 23, 0.22);
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 0.72fr);
    padding-bottom: 0.62rem;
    padding-top: 0.62rem;
  }

  .catalog-filter-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--charcoal);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.8rem;
    gap: 0.65rem;
    justify-self: start;
    min-height: 40px;
    padding: 0;
    text-transform: uppercase;
  }

  .catalog-filter-lines {
    display: grid;
    gap: 4px;
    width: 22px;
  }

  .catalog-filter-lines i {
    background: currentColor;
    display: block;
    height: 1px;
  }

  .catalog-filter-lines i:nth-child(2) {
    width: 72%;
  }

  .catalog-filter-lines i:nth-child(3) {
    width: 42%;
  }

  body[data-page="collection"] .mobile-sort span {
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.66rem;
    text-transform: uppercase;
  }

  body[data-page="collection"] .mobile-sort select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-height: 32px;
    padding-left: 0;
  }

  body[data-page="product"] .gallery,
  body[data-page="product-shopify-preview"] .gallery {
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .gallery-main,
  body[data-page="product-shopify-preview"] .gallery-main {
    aspect-ratio: 1;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .product-grid.home-product-rail {
    grid-auto-columns: calc((100vw - 0.8rem) / 3);
  }

  .product-grid.home-new-arrivals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* About page visual editorial */
body[data-page="about"] #app {
  overflow: clip;
}

.about-page-visual {
  background: var(--warm-ivory);
}

.about-visual-hero {
  background: var(--charcoal);
  color: var(--warm-ivory);
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(520px, 1.25fr);
  min-height: clamp(680px, calc(76svh - 3rem), 780px);
  overflow: hidden;
}

.about-team-portrait {
  align-self: center;
  animation: about-copy-reveal 760ms ease both;
  aspect-ratio: 8 / 5;
  justify-self: center;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: min(calc(100% - clamp(2rem, 3vw, 4rem)), 1040px);
}

.about-team-portrait::after {
  background: linear-gradient(0deg, rgba(10, 11, 12, 0.68), transparent 38%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-team-portrait img {
  animation: about-hero-reveal 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  width: 100%;
}

.about-team-portrait figcaption {
  bottom: clamp(1.1rem, 2vw, 2rem);
  color: rgba(255, 250, 242, 0.7);
  font-size: 0.68rem;
  left: clamp(1.1rem, 2.4vw, 2.4rem);
  letter-spacing: 0.02em;
  line-height: 1.45;
  max-width: 32rem;
  position: absolute;
  right: clamp(1.1rem, 2.4vw, 2.4rem);
  z-index: 1;
}

.about-visual-hero-content {
  align-content: center;
  animation: about-copy-reveal 720ms 120ms ease both;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  padding: clamp(3rem, 4vw, 4.5rem) clamp(2rem, 4vw, 5rem);
}

.about-visual-hero .eyebrow {
  color: #e0bf8c;
  margin-bottom: 1rem;
}

.about-visual-hero h1 {
  font-size: clamp(3.5rem, 4.5vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin: 0;
  max-width: 10.5ch;
  text-wrap: balance;
}

.about-visual-lede {
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  line-height: 1.55;
  margin: 1.4rem 0 0;
  max-width: 42ch;
}

.about-visual-facts {
  align-items: start;
  border-top: 1px solid rgba(255, 250, 242, 0.3);
  display: grid;
  gap: 0.55rem;
  margin-top: 1.7rem;
  padding-top: 1rem;
  width: fit-content;
}

.about-visual-facts span {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-visual-facts span + span::before {
  content: none;
}

.about-visual-actions {
  align-items: center;
  display: flex;
  gap: 1.7rem;
  margin-top: 1.5rem;
}

.about-visual-link {
  align-items: center;
  color: var(--warm-ivory);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 0.55rem;
  text-decoration: none;
}

.about-visual-link svg {
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.about-visual-link:hover svg {
  transform: translateX(4px);
}

.about-gallery {
  background: var(--warm-ivory);
  padding: clamp(3.25rem, 5vw, 5rem) 0 clamp(4rem, 6vw, 6rem);
}

.about-gallery-header,
.about-gallery-footer {
  margin: 0 auto;
  max-width: 1760px;
  padding-left: clamp(1.25rem, 6vw, 6.5rem);
  padding-right: clamp(1.25rem, 6vw, 6.5rem);
}

.about-gallery-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.about-gallery-header .eyebrow {
  margin-bottom: 0.75rem;
}

.about-gallery-header h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
}

.about-mosaic-grid {
  display: grid;
  gap: clamp(0.65rem, 1vw, 1rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, clamp(190px, 18vw, 300px));
  margin: 0 auto;
  max-width: 1760px;
  padding: 0 clamp(1.25rem, 6vw, 6.5rem);
}

.about-mosaic-tile {
  background: var(--charcoal);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.about-mosaic-tile:first-child,
.about-mosaic-tile:nth-child(4),
.about-mosaic-tile:nth-child(5) {
  grid-column: span 2;
}

.about-mosaic-tile::after {
  background: linear-gradient(0deg, rgba(10, 11, 12, 0.72), transparent 50%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-mosaic-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.about-mosaic-tile:hover img {
  transform: scale(1.018);
}

.about-mosaic-tile figcaption {
  bottom: clamp(1rem, 1.8vw, 1.7rem);
  color: var(--warm-ivory);
  display: grid;
  gap: 0.4rem;
  left: clamp(1rem, 1.8vw, 1.7rem);
  position: absolute;
  right: clamp(1rem, 1.8vw, 1.7rem);
  z-index: 1;
}

.about-mosaic-tile figcaption small {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-mosaic-tile figcaption strong {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.about-gallery-footer {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-top: 1.6rem;
}

.about-gallery-footer > small {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.7rem;
  line-height: 1.5;
  max-width: 520px;
}

.about-gallery-footer > div {
  display: flex;
  gap: 2rem;
}

@keyframes about-hero-reveal {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}

@keyframes about-copy-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .about-visual-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-team-portrait {
    grid-row: 1;
    margin-top: clamp(1.5rem, 5vw, 3rem);
    min-height: 0;
    width: min(calc(100% - 3rem), 800px);
  }

  .about-visual-hero-content {
    grid-column: 1;
    grid-row: 2;
    padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.5rem, 7vw, 4.5rem);
  }

  .about-visual-hero h1 {
    font-size: clamp(3.3rem, 8vw, 5rem);
    max-width: 10.5ch;
  }

  .about-gallery-header {
    align-items: start;
  }

  .about-mosaic-grid {
    grid-auto-rows: clamp(180px, 32vw, 280px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .about-mosaic-tile:nth-child(4),
  .about-mosaic-tile:nth-child(5) {
    grid-column: span 1;
  }

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

@media (max-width: 620px) {
  .about-team-portrait {
    aspect-ratio: 4 / 3;
    min-height: 0;
    width: calc(100% - 2rem);
  }

  .about-visual-hero-content {
    padding: 3rem 1.25rem 3.6rem;
  }

  .about-visual-hero h1 {
    font-size: clamp(2.9rem, 12vw, 4rem);
    max-width: 10.5ch;
  }

  .about-visual-lede {
    font-size: 1rem;
    max-width: 31ch;
  }

  .about-visual-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .about-gallery-header {
    gap: 1.5rem;
  }

  .about-gallery-header h2 {
    font-size: 2.9rem;
  }

  .about-mosaic-grid {
    gap: 0.5rem;
    grid-auto-rows: clamp(150px, 42vw, 220px);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-mosaic-tile figcaption strong {
    font-size: 1.15rem;
  }

  .about-gallery-footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-team-portrait,
  .about-team-portrait img,
  .about-visual-hero-content {
    animation: none;
  }

  .about-mosaic-tile,
  .about-mosaic-tile img {
    transition: none;
  }
}

/* Mobile homepage: compact opening and reliable swipe rails */
@media (max-width: 720px) {
  body[data-page="home"] .announcement-bar {
    font-size: 0.68rem;
    min-height: 28px;
    padding-bottom: 0.28rem;
    padding-top: 0.28rem;
  }

  body[data-page="home"] #site-header {
    min-height: 58px;
  }

  body[data-page="home"] .site-header {
    min-height: 58px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .hero-content {
    min-height: 535px;
  }

  body[data-page="home"] .hero-image {
    object-position: 54% 50%;
  }

  body[data-page="home"] .hero-content {
    justify-content: flex-end;
    max-width: none;
    padding: 2.2rem 1rem 1.25rem;
  }

  body[data-page="home"] .hero-content .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.55rem;
  }

  body[data-page="home"] .hero-content h1 {
    font-size: clamp(2.45rem, 11.4vw, 3rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
    margin-bottom: 0.8rem;
    max-width: 11.5ch;
  }

  body[data-page="home"] .hero-content p:not(.eyebrow):not(.hero-micro) {
    font-size: 0.92rem;
    line-height: 1.42;
    margin-bottom: 0;
    max-width: 31rem;
  }

  body[data-page="home"] .hero-actions {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.2rem;
  }

  body[data-page="home"] .hero-actions .button {
    font-size: 0.76rem;
    min-height: 44px;
    padding: 0.66rem 0.55rem;
    white-space: nowrap;
  }

  body[data-page="home"] .hero-actions .button svg {
    height: 14px;
    width: 14px;
  }

  body[data-page="home"] .hero-micro {
    display: none;
  }

  body[data-page="home"] .hero-image-credit {
    bottom: auto;
    font-size: 0.58rem;
    right: 1rem;
    top: 0.85rem;
  }

  body[data-page="home"] .trust-strip-home {
    -webkit-overflow-scrolling: touch;
    counter-reset: home-trust-note;
    display: flex;
    gap: 0;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  body[data-page="home"] .trust-strip-home::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .trust-strip-home .trust-item {
    align-items: center;
    background: transparent;
    border-right: 1px solid rgba(246, 241, 232, 0.13);
    counter-increment: home-trust-note;
    display: grid;
    flex: 0 0 auto;
    gap: 0.48rem;
    grid-template-columns: auto auto;
    min-height: 52px;
    padding: 0.62rem 0.95rem;
    scroll-snap-align: start;
  }

  body[data-page="home"] .trust-strip-home .trust-item:first-child {
    padding-left: 1rem;
  }

  body[data-page="home"] .trust-strip-home .trust-item:last-child {
    border-right: 0;
    padding-right: 1rem;
  }

  body[data-page="home"] .trust-strip-home .trust-item::before {
    color: var(--muted-brass);
    content: "0" counter(home-trust-note);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  body[data-page="home"] .trust-strip-home .trust-item span {
    display: none;
  }

  body[data-page="home"] .trust-strip-home .trust-item > div {
    min-height: 0;
  }

  body[data-page="home"] .trust-strip-home .trust-item h3 {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.045em;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[data-page="home"] .trust-strip-home .trust-item p {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  body[data-page="home"] .home-brands-rail,
  body[data-page="home"] .product-grid.home-product-rail {
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    display: grid;
    gap: 0.85rem;
    grid-auto-columns: 82vw;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0 1rem 0.75rem;
    scroll-behavior: auto;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    touch-action: auto;
  }

  body[data-page="home"] .home-brands-rail {
    grid-auto-columns: calc((100vw - 2rem - 0.85rem) / 2);
  }

  body[data-page="home"] .home-brands-rail > .home-brand-card {
    border-right: 1px solid rgba(23, 23, 23, 0.18);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  body[data-page="home"] .home-brand-card-logo {
    min-height: 104px;
    padding: 1.25rem 0.65rem;
  }

  body[data-page="home"] .home-brand-card-logo img {
    max-height: 42px;
    max-width: 78%;
  }

  body[data-page="home"] .home-brand-wordmark {
    font-size: 1.25rem;
  }

  body[data-page="home"] .home-brand-card-meta {
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.55rem 0.65rem;
  }

  body[data-page="home"] .home-brand-card-meta small {
    font-size: 0.68rem;
  }

  body[data-page="home"] .home-brand-card-meta svg {
    height: 15px;
    width: 15px;
  }

  body[data-page="home"] .product-grid.home-product-rail > .product-card {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] .hero,
  body[data-page="home"] .hero-content {
    min-height: 500px;
  }

  body[data-page="home"] .hero-content h1 {
    font-size: 2.3rem;
  }

  body[data-page="home"] .hero-actions {
    grid-template-columns: 1fr;
  }
}

/* Collection mobile: compact editorial lead-in and persistent catalogue tools */
@media (max-width: 720px) {
  html:has(body[data-page="collection"]),
  body[data-page="collection"] {
    overflow-x: clip;
    overflow-y: visible;
  }

  body[data-page="collection"] .page-intro {
    padding-top: .55rem;
  }

  body[data-page="collection"] .breadcrumb {
    font-size: .7rem;
    margin-bottom: .4rem;
    min-height: 0;
  }

  body[data-page="collection"] .breadcrumb a {
    min-height: 28px;
    padding: 0;
  }

  body[data-page="collection"] .collection-hero {
    border-radius: 8px;
    height: auto;
    min-height: 0;
  }

  body[data-page="collection"] .collection-hero > div {
    min-height: 0;
    padding: .9rem 1rem 1rem;
  }

  body[data-page="collection"] .collection-hero .eyebrow {
    font-size: .56rem;
    letter-spacing: .13em;
    margin-bottom: .35rem;
  }

  body[data-page="collection"] .collection-hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.25rem);
    line-height: .96;
    margin-bottom: .4rem;
  }

  body[data-page="collection"] .collection-hero p:not(.eyebrow) {
    font-size: .76rem;
    line-height: 1.38;
    max-width: 42ch;
  }

  body[data-page="collection"] .catalog-section {
    content-visibility: visible;
    contain-intrinsic-size: auto;
    padding-top: .65rem;
  }

  body[data-page="collection"] .category-shortcuts {
    gap: .25rem;
    grid-auto-columns: 70px;
    margin-bottom: .55rem;
    padding-bottom: .25rem;
  }

  body[data-page="collection"] .category-shortcuts a {
    gap: .25rem;
    min-width: 70px;
  }

  body[data-page="collection"] .category-shortcuts span {
    box-shadow: none;
    height: 44px;
    width: 44px;
  }

  body[data-page="collection"] .category-shortcuts svg {
    height: 24px;
    width: 24px;
  }

  body[data-page="collection"] .category-shortcuts strong {
    font-size: .56rem;
    font-weight: 600;
    line-height: 1.1;
  }

  body[data-page="collection"] .mobile-catalog-controls {
    align-items: center;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(246, 241, 232, .94);
    border-bottom: 1px solid rgba(22, 21, 18, .16);
    border-top: 1px solid rgba(22, 21, 18, .1);
    box-shadow: none;
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 calc(var(--commerce-gutter) * -1) .65rem;
    min-height: 44px;
    padding: .3rem var(--commerce-gutter);
    position: sticky;
    top: 0;
    transition: top 240ms cubic-bezier(.22, 1, .36, 1);
    z-index: 19;
  }

  body[data-page="collection"]:not(.site-header-hidden) .mobile-catalog-controls {
    top: 64px;
  }

  body[data-page="collection"] .catalog-filter-trigger,
  body[data-page="collection"] [data-open-filters] {
    align-items: center;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    color: rgba(22, 21, 18, .78);
    display: inline-flex;
    font-size: .68rem;
    font-weight: 600;
    gap: .45rem;
    justify-self: start;
    letter-spacing: .08em;
    min-height: 32px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
  }

  body[data-page="collection"] .catalog-filter-lines {
    gap: 3px;
    width: 17px;
  }

  body[data-page="collection"] .catalog-filter-lines i {
    height: 1px;
  }

  body[data-page="collection"] .mobile-sort {
    align-items: center;
    display: flex;
    gap: .3rem;
    min-width: 0;
  }

  body[data-page="collection"] .mobile-sort span {
    color: rgba(22, 21, 18, .48);
    font-size: .58rem;
    letter-spacing: .09em;
    margin: 0;
    text-transform: uppercase;
  }

  body[data-page="collection"] .mobile-sort select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: rgba(22, 21, 18, .78);
    font-size: .68rem;
    font-weight: 600;
    height: 32px;
    min-height: 32px;
    padding: 0 1.1rem 0 .15rem;
    width: auto;
  }

  body[data-page="collection"] .catalog-toolbar {
    margin: .2rem 0 .65rem;
  }

  body[data-page="collection"] .catalog-toolbar > p {
    color: rgba(22, 21, 18, .55);
    font-size: .68rem;
  }
}

/* Collection mobile: editorial index */
@media (max-width: 720px) {
  html:has(body[data-page="collection"]),
  body[data-page="collection"] {
    overflow-x: clip;
    overflow-y: visible;
  }

  body[data-page="collection"] .page-intro {
    padding: 1.15rem var(--commerce-gutter) 0;
  }

  body[data-page="collection"] .page-intro .breadcrumb,
  body[data-page="collection"] .collection-hero .eyebrow,
  body[data-page="collection"] .collection-hero p:not(.eyebrow),
  body[data-page="collection"] .collection-hero img {
    display: none;
  }

  body[data-page="collection"] .collection-hero {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--charcoal);
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  body[data-page="collection"] .collection-hero > div {
    padding: 0;
  }

  body[data-page="collection"] .collection-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.55rem);
    letter-spacing: -.055em;
    line-height: .9;
    margin: 0;
    max-width: 9ch;
  }

  body[data-page="collection"] .catalog-section {
    contain-intrinsic-size: auto;
    content-visibility: visible;
    padding: 1.2rem var(--commerce-gutter) 3.5rem;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    border-bottom: 1px solid rgba(22, 21, 18, .18);
    display: flex;
    gap: 1.25rem;
    justify-content: flex-start;
    margin: 0 calc(var(--commerce-gutter) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
    padding: 0 var(--commerce-gutter) .8rem;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  body[data-page="collection"] .category-shortcuts::-webkit-scrollbar {
    display: none;
  }

  body[data-page="collection"] .category-shortcuts a {
    color: rgba(22, 21, 18, .58);
    display: block;
    flex: 0 0 auto;
    min-width: 0;
    padding: 0;
    position: relative;
  }

  body[data-page="collection"] .category-shortcuts a::after {
    background: var(--charcoal);
    bottom: -.85rem;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
  }

  body[data-page="collection"] .category-shortcuts a.is-active {
    color: var(--charcoal);
  }

  body[data-page="collection"] .category-shortcuts a.is-active::after {
    opacity: 1;
  }

  body[data-page="collection"] .category-shortcuts span {
    display: none;
  }

  body[data-page="collection"] .category-shortcuts strong {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .035em;
    line-height: 1;
    white-space: nowrap;
  }

  body[data-page="collection"] .mobile-catalog-controls {
    -webkit-backdrop-filter: blur(14px);
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(246, 241, 232, .96);
    border-bottom: 1px solid rgba(22, 21, 18, .18);
    border-top: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 calc(var(--commerce-gutter) * -1) .75rem;
    min-height: 47px;
    padding: .35rem var(--commerce-gutter);
    position: sticky;
    top: 0;
    transition: top 240ms cubic-bezier(.22, 1, .36, 1);
    z-index: 19;
  }

  body[data-page="collection"]:not(.site-header-hidden) .mobile-catalog-controls {
    top: 64px;
  }

  body[data-page="collection"] .catalog-filter-trigger {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    color: var(--charcoal);
    font-size: .68rem;
    justify-self: start;
    letter-spacing: .09em;
    min-height: 38px;
    padding: 0;
    width: auto;
  }

  body[data-page="collection"] .mobile-sort {
    align-items: center;
    display: flex;
    justify-self: end;
  }

  body[data-page="collection"] .mobile-sort span {
    display: none;
  }

  body[data-page="collection"] .mobile-sort select {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--charcoal);
    font-size: .68rem;
    font-weight: 400;
    height: 38px;
    letter-spacing: .02em;
    max-width: 132px;
    min-height: 38px;
    min-width: 0;
    padding: 0 1.1rem 0 .2rem;
    text-align: right;
    width: auto;
  }

  body[data-page="collection"] .catalog-toolbar {
    margin: 0 0 .75rem;
    min-height: 0;
  }

  body[data-page="collection"] #result-count {
    color: rgba(22, 21, 18, .5);
    font-size: .64rem;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
  }
}

/* Mobile editorial treatment for the product-family drawer. */
@media (max-width: 720px) {
  body[data-page="product"] .product-family-accessory-overlay,
  body[data-page="product-shopify-preview"] .product-family-accessory-overlay {
    background: var(--warm-ivory);
  }

  body[data-page="product"] .product-family-accessory-drawer,
  body[data-page="product-shopify-preview"] .product-family-accessory-drawer {
    max-width: none;
    padding: 0 1rem max(1.5rem, env(safe-area-inset-bottom));
    width: 100%;
  }

  body[data-page="product"] .product-family-accessory-drawer .product-family-overlay-header,
  body[data-page="product-shopify-preview"] .product-family-accessory-drawer .product-family-overlay-header {
    align-items: start;
    margin: 0 -1rem;
    padding: max(0.85rem, env(safe-area-inset-top)) 1rem 0.9rem;
    top: 0;
  }

  body[data-page="product"] #product-family-products-title,
  body[data-page="product-shopify-preview"] #product-family-products-title {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    line-height: 0.96;
    max-width: 12ch;
  }

  body[data-page="product"] .product-family-accessory-drawer .product-family-overlay-header .eyebrow,
  body[data-page="product-shopify-preview"] .product-family-accessory-drawer .product-family-overlay-header .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  body[data-page="product"] .product-family-accessory-drawer .icon-button,
  body[data-page="product-shopify-preview"] .product-family-accessory-drawer .icon-button {
    height: 42px;
    width: 42px;
  }

  body[data-page="product"] .product-family-accessory-intro,
  body[data-page="product-shopify-preview"] .product-family-accessory-intro {
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0;
    padding: 0.85rem 0 1.15rem;
  }

  body[data-page="product"] .product-family-accessory-list,
  body[data-page="product-shopify-preview"] .product-family-accessory-list {
    gap: 1.5rem;
  }

  body[data-page="product"] .product-family-accessory-item.product-family-related-item,
  body[data-page="product-shopify-preview"] .product-family-accessory-item.product-family-related-item {
    display: block;
  }

  body[data-page="product"] .product-family-related-image,
  body[data-page="product-shopify-preview"] .product-family-related-image {
    aspect-ratio: auto;
    height: min(calc(100vw - 2rem), 42dvh);
  }

  body[data-page="product"] .product-family-related-image img,
  body[data-page="product-shopify-preview"] .product-family-related-image img {
    padding: 0.35rem;
  }

  body[data-page="product"] .product-family-related-copy,
  body[data-page="product-shopify-preview"] .product-family-related-copy {
    gap: 0.22rem;
    padding: 0.72rem 0 0.9rem;
  }

  body[data-page="product"] .product-family-related-name,
  body[data-page="product-shopify-preview"] .product-family-related-name {
    font-size: 1.12rem;
  }

  body[data-page="product"] .product-family-related-copy small,
  body[data-page="product-shopify-preview"] .product-family-related-copy small {
    font-size: 0.75rem;
    margin-top: 0.1rem;
  }
}

/* Mobile comparison: full-height, safe-area-aware option sheet. */
@media (max-width: 720px) {
  body[data-page="product"] .product-family-compare-overlay,
  body[data-page="product-shopify-preview"] .product-family-compare-overlay {
    align-items: stretch;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    padding: 0;
  }

  body[data-page="product"] .product-family-compare-dialog,
  body[data-page="product-shopify-preview"] .product-family-compare-dialog {
    align-self: stretch;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: none;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  body[data-page="product"] .product-family-compare-dialog .product-family-overlay-header,
  body[data-page="product-shopify-preview"] .product-family-compare-dialog .product-family-overlay-header {
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    padding: max(.7rem, env(safe-area-inset-top)) .75rem .7rem;
    position: relative;
    top: auto;
  }

  body[data-page="product"] .product-family-compare-dialog .product-family-overlay-header h2,
  body[data-page="product-shopify-preview"] .product-family-compare-dialog .product-family-overlay-header h2 {
    font-size: clamp(1.25rem, 5.8vw, 1.55rem);
    letter-spacing: -.035em;
    line-height: .96;
    max-width: 15ch;
  }

  body[data-page="product"] .product-family-compare-dialog .product-family-overlay-header .icon-button,
  body[data-page="product-shopify-preview"] .product-family-compare-dialog .product-family-overlay-header .icon-button {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
  }

  body[data-page="product"] .product-family-compare-grid,
  body[data-page="product-shopify-preview"] .product-family-compare-grid {
    align-items: stretch;
    flex: 1 1 auto;
    gap: .5rem;
    grid-auto-columns: calc((100dvw - 2rem) / 2);
    grid-auto-flow: column;
    grid-auto-rows: max-content;
    grid-template-columns: none;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: .65rem .75rem calc(1rem + env(safe-area-inset-bottom));
    scroll-padding-inline: .75rem;
    scroll-snap-type: x mandatory;
  }

  body[data-page="product"] .product-family-compare-card,
  body[data-page="product-shopify-preview"] .product-family-compare-card {
    align-self: stretch;
    grid-template-rows: auto 1fr auto;
    height: auto;
    max-height: none;
    scroll-snap-align: start;
  }

  body[data-page="product"] .product-family-card-image,
  body[data-page="product-shopify-preview"] .product-family-card-image {
    aspect-ratio: 1 / .78;
    height: auto;
  }

  body[data-page="product"] .product-family-card-copy,
  body[data-page="product-shopify-preview"] .product-family-card-copy {
    align-content: start;
    gap: .3rem;
    padding: .55rem;
  }

  body[data-page="product"] .product-family-card-copy h3,
  body[data-page="product-shopify-preview"] .product-family-card-copy h3 {
    font-size: clamp(.82rem, 3.8vw, .94rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  body[data-page="product"] .product-family-card-copy dl,
  body[data-page="product-shopify-preview"] .product-family-card-copy dl {
    gap: .28rem;
    margin-top: .1rem;
    padding-top: .4rem;
  }

  body[data-page="product"] .product-family-card-copy dt,
  body[data-page="product-shopify-preview"] .product-family-card-copy dt {
    font-size: .54rem;
  }

  body[data-page="product"] .product-family-card-copy dd,
  body[data-page="product-shopify-preview"] .product-family-card-copy dd {
    font-size: .68rem;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  body[data-page="product"] .product-family-card-price,
  body[data-page="product-shopify-preview"] .product-family-card-price {
    font-size: .92rem;
  }

  body[data-page="product"] .product-family-card-copy > small,
  body[data-page="product-shopify-preview"] .product-family-card-copy > small {
    font-size: .6rem;
    line-height: 1.2;
  }

  body[data-page="product"] .product-family-card-actions,
  body[data-page="product-shopify-preview"] .product-family-card-actions {
    gap: .38rem;
    padding: 0 .55rem .55rem;
  }

  body[data-page="product"] .product-family-card-actions .button,
  body[data-page="product-shopify-preview"] .product-family-card-actions .button {
    font-size: .66rem;
    line-height: 1.08;
    min-height: 40px;
    padding: .5rem .3rem;
  }
}
/* Mobile footer: compact editorial directory. */
@media (max-width: 720px) {
  .site-footer {
    overflow: hidden;
    padding: clamp(2.4rem, 9vw, 3.25rem) 1rem calc(1.25rem + env(safe-area-inset-bottom));
    position: relative;
  }

  .footer-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .footer-brand-block {
    border-bottom: 1px solid rgba(246, 241, 232, .2);
    grid-column: 1 / -1;
    margin: 0 0 .35rem;
    max-width: none;
    padding-bottom: 1.65rem;
  }

  .footer-brand {
    color: var(--warm-ivory) !important;
    display: block;
    font-size: clamp(3.2rem, 15vw, 4.4rem);
    font-weight: 700;
    letter-spacing: -.075em;
    line-height: .82;
    margin: 0 0 .85rem;
  }

  .footer-brand-block > p {
    color: rgba(246, 241, 232, .64);
    font-size: .78rem;
    line-height: 1.35;
    margin: 0;
    max-width: 34ch;
  }

  .footer-newsletter {
    gap: .4rem;
    margin-top: 1.45rem;
  }

  .footer-newsletter label {
    color: var(--muted-brass);
    font-size: .62rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .footer-newsletter div {
    align-items: center;
    border-bottom: 1px solid rgba(246, 241, 232, .45);
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-newsletter input {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--warm-ivory);
    font-size: .88rem;
    min-height: 46px;
    padding: 0;
  }

  .footer-newsletter input::placeholder {
    color: rgba(246, 241, 232, .42);
  }

  .footer-newsletter button {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--muted-brass);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .1em;
    min-height: 46px;
    padding: 0 .1rem 0 .75rem;
    text-transform: uppercase;
  }

  .footer-grid > div:not(.footer-brand-block) {
    border-bottom: 1px solid rgba(246, 241, 232, .16);
    min-width: 0;
    padding: 1.15rem 0 1.25rem;
  }

  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(4) {
    border-right: 1px solid rgba(246, 241, 232, .16);
    padding-right: .8rem;
  }

  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(5) {
    padding-left: .8rem;
  }

  .footer-grid h2 {
    color: var(--muted-brass);
    font-size: .61rem;
    letter-spacing: .12em;
    margin: 0 0 .7rem;
    text-transform: uppercase;
  }

  .footer-grid a:not(.footer-brand) {
    color: rgba(246, 241, 232, .72);
    font-size: .75rem;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
    padding: .28rem 0;
  }

  .footer-grid::after {
    color: rgba(246, 241, 232, .42);
    content: 'Belgium · European delivery';
    font-size: .56rem;
    grid-column: 1 / -1;
    letter-spacing: .12em;
    padding-top: 1rem;
    text-transform: uppercase;
  }
}

/* Technical details: labels carry emphasis; values remain regular. */
.spec-table strong,
.spec-table strong .spec-row-value,
.spec-table .spec-row-value {
  font-weight: 400;
}

/* Mobile product pages: tighter opening rhythm and calmer title scale. */
@media (max-width: 720px) {
  body[data-page="product"] .product-page,
  body[data-page="product-shopify-preview"] .product-page {
    padding-top: 0.3rem;
  }

  body[data-page="product"] .breadcrumb,
  body[data-page="product-shopify-preview"] .breadcrumb {
    align-items: baseline;
    line-height: 1.3;
    margin-bottom: 0.45rem;
  }

  body[data-page="product"] .breadcrumb a,
  body[data-page="product-shopify-preview"] .breadcrumb a {
    min-height: 0;
    padding-inline: 0.1rem;
  }

  body[data-page="product"] .product-info h1,
  body[data-page="product-shopify-preview"] .product-info h1 {
    font-size: clamp(2.05rem, 8vw, 2.3rem);
    letter-spacing: -0.055em;
    line-height: 0.92;
  }
}

/* Shared newsletter: an editorial feature rather than a promotional card. */
.newsletter-section {
  align-items: end;
  background: #ddd2c1;
  border-bottom: 1px solid rgba(17, 19, 21, .72);
  border-top: 1px solid rgba(17, 19, 21, .72);
  color: var(--graphite);
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8.5rem) clamp(1.5rem, 5vw, 5rem) clamp(4rem, 6vw, 6rem);
  position: relative;
}

.newsletter-copy {
  max-width: 900px;
}

.newsletter-edition {
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 21, .28);
  display: flex;
  font-size: .62rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  margin-bottom: clamp(2.25rem, 4vw, 4rem);
  padding-bottom: .65rem;
  text-transform: uppercase;
}

.newsletter-section .eyebrow {
  color: var(--deep-bronze);
  font-size: .66rem;
  letter-spacing: .15em;
  margin-bottom: 1.15rem;
}

.newsletter-section h2 {
  font-family: var(--sans);
  font-size: clamp(2.65rem, 4.25vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -.075em;
  line-height: .9;
  margin: 0;
  max-width: 12ch;
}

.newsletter-section h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.newsletter-intro {
  color: rgba(17, 19, 21, .68);
  font-size: clamp(.9rem, 1.25vw, 1.08rem);
  line-height: 1.5;
  margin: clamp(1.65rem, 3vw, 2.7rem) 0 0;
  max-width: 43ch;
}

.newsletter-form {
  align-self: end;
  border-top: 1px solid rgba(17, 19, 21, .72);
  display: grid;
  gap: 0;
  padding-top: .8rem;
}

.newsletter-form-meta {
  color: rgba(17, 19, 21, .58);
  display: flex;
  font-size: .58rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .11em;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  text-transform: uppercase;
}

.newsletter-form label {
  color: var(--graphite);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .11em;
  margin-bottom: .3rem;
  text-transform: uppercase;
}

.newsletter-form > .newsletter-field {
  align-items: stretch;
  border-bottom: 1px solid rgba(17, 19, 21, .72);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form .newsletter-field input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--graphite);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  min-height: 64px;
  padding: 0 1rem 0 0;
}

.newsletter-form .newsletter-field input::placeholder {
  color: rgba(17, 19, 21, .42);
}

.newsletter-form .newsletter-field input:focus {
  outline: 0;
}

.newsletter-form .newsletter-field:focus-within {
  border-bottom-color: var(--graphite);
  box-shadow: 0 1px 0 var(--graphite);
}

.newsletter-form .newsletter-field button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--graphite);
  display: inline-flex;
  font-size: .66rem;
  font-weight: 750;
  gap: .65rem;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 64px;
  padding: 0 .15rem 0 1rem;
  text-transform: uppercase;
}

.newsletter-form .newsletter-field button svg {
  height: 16px;
  transition: transform 180ms ease;
  width: 16px;
}

.newsletter-form .newsletter-field button:hover svg {
  transform: translateX(4px);
}

.newsletter-form .form-feedback {
  margin-top: .75rem;
}

@media (max-width: 900px) {
  .newsletter-section {
    align-items: start;
    gap: 3.5rem;
    grid-template-columns: 1fr;
    padding: 5rem 1.25rem 3.75rem;
  }

  .newsletter-section h2 {
    font-size: clamp(2.75rem, 8.5vw, 4.5rem);
    max-width: 11ch;
  }

  .newsletter-form {
    width: 100%;
  }

  body[data-page="brands"] .collection-hero h1 {
    font-size: clamp(3.25rem, 4.3vw, 5.35rem);
    line-height: .86;
    max-width: 9.5ch;
  }

  body[data-page="brands"] .collection-hero p:not(.eyebrow) {
    max-width: 43ch;
  }
}

@media (max-width: 520px) {
  .newsletter-section {
    gap: 3rem;
    padding: 4.25rem 1rem 3rem;
  }

  .newsletter-edition {
    margin-bottom: 2.5rem;
  }

  .newsletter-section h2 {
    font-size: clamp(2.35rem, 10.4vw, 3.15rem);
    letter-spacing: -.07em;
    line-height: .92;
    max-width: 11.5ch;
  }

  .newsletter-intro {
    font-size: .9rem;
    margin-top: 1.6rem;
    max-width: 34ch;
  }

  .newsletter-form-meta {
    margin-bottom: 1.8rem;
  }

  .newsletter-form > .newsletter-field {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .newsletter-form .newsletter-field input,
  .newsletter-form .newsletter-field button {
    min-height: 58px;
  }

  .newsletter-form .newsletter-field input {
    font-size: .95rem;
  }

  .newsletter-form .newsletter-field button {
    font-size: .61rem;
    gap: .42rem;
    padding-left: .65rem;
  }
}

/* Final desktop authority: compact collection and brands masthead. */
@media (min-width: 721px) {
  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    grid-template-columns: minmax(0, 1fr) clamp(270px, 31vw, 520px);
    height: 138px;
    max-width: 2240px;
    min-height: 138px;
  }

  body[data-page="collection"] .collection-hero-copy,
  body[data-page="brands"] .collection-hero-copy {
    padding: 1.15rem clamp(1.4rem, 2.4vw, 2.75rem);
  }

  body[data-page="collection"] .collection-hero-meta,
  body[data-page="brands"] .collection-hero-meta {
    display: none;
  }

  body[data-page="collection"] .collection-hero-visual,
  body[data-page="brands"] .collection-hero-visual,
  body[data-page="collection"] .collection-hero-visual img,
  body[data-page="brands"] .collection-hero-visual img {
    height: 138px;
    min-height: 0;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    display: grid;
    grid-auto-columns: minmax(94px, 1fr);
    justify-content: stretch;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  body[data-page="collection"] .collection-hero,
  body[data-page="brands"] .collection-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 35vw);
    height: 124px;
    min-height: 124px;
  }

  body[data-page="collection"] .collection-hero-visual,
  body[data-page="brands"] .collection-hero-visual,
  body[data-page="collection"] .collection-hero-visual img,
  body[data-page="brands"] .collection-hero-visual img {
    height: 124px;
  }

  body[data-page="collection"] .category-shortcuts,
  body[data-page="collection"] .category-shortcuts.is-centered {
    grid-auto-columns: 104px;
    justify-content: start;
  }
}

/* Collection category rail: keep every shortcut legible and optically centered. */
@media (min-width: 721px) {
  body[data-page="collection"] .category-shortcuts a {
    align-items: center;
    display: flex;
    gap: clamp(.45rem, .55vw, .7rem);
    justify-content: center;
    min-height: 72px;
    padding: .65rem .55rem;
    text-align: center;
  }

  body[data-page="collection"] .category-shortcuts span {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    width: 34px;
  }

  body[data-page="collection"] .category-shortcuts svg {
    height: 31px;
    width: 31px;
  }

  body[data-page="collection"] .category-shortcuts strong {
    align-items: center;
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.2;
    max-width: 13ch;
    min-height: 2.3em;
    text-align: center;
  }
}

/* Keep the desktop result count and sorting controls on one level toolbar. */
@media (min-width: 721px) {
  body[data-page="collection"] .catalog-toolbar {
    align-items: center;
    min-height: 42px;
  }

  body[data-page="collection"] .catalog-toolbar > div:first-child {
    align-items: center;
    display: flex;
    min-height: 42px;
  }

  body[data-page="collection"] .desktop-sort {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
  }

  body[data-page="collection"] .desktop-sort span {
    flex: 0 0 auto;
    margin: 0;
  }

  body[data-page="collection"] .desktop-sort select {
    min-width: 220px;
  }
}

/* Collection editorial contents strip: shared by every product-type selection. */
body[data-page="collection"] .collection-editorial-shell {
  background: var(--warm-ivory);
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  padding: 0 var(--commerce-gutter);
}

body[data-page="collection"] .collection-editorial-index {
  margin: 0 auto;
  max-width: var(--commerce-max-width);
  padding: clamp(1.15rem, 1.55vw, 1.85rem) 0 0;
  width: 100%;
}

body[data-page="collection"] .collection-editorial-heading {
  align-items: baseline;
  display: flex;
  gap: clamp(0.65rem, 1vw, 1.1rem);
  min-width: 0;
}

body[data-page="collection"] .collection-editorial-heading h1 {
  font-family: var(--sans);
  font-size: clamp(2rem, 2.35vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 0;
}

body[data-page="collection"] .collection-all-lighting-link {
  color: var(--charcoal);
  display: inline-block;
  position: relative;
  text-decoration: none;
}

body[data-page="collection"] .collection-all-lighting-link::after {
  background: var(--deep-bronze);
  bottom: -0.38rem;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

body[data-page="collection"] .collection-all-lighting-link:hover::after {
  transform: scaleX(1);
}

body[data-page="collection"] .collection-editorial-total {
  color: rgba(23, 23, 23, 0.62);
  font-family: var(--sans);
  font-size: clamp(0.75rem, 0.78vw, 0.9rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

body[data-page="collection"] .collection-editorial-label {
  color: var(--deep-bronze);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  margin-left: clamp(0.55rem, 1vw, 1.15rem);
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="collection"] .collection-category-strip {
  align-items: stretch;
  display: flex;
  gap: 0;
  margin-top: clamp(0.65rem, 0.9vw, 1rem);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 0 clamp(0.65rem, 0.85vw, 0.9rem);
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}

body[data-page="collection"] .collection-category-strip::-webkit-scrollbar {
  display: none;
}

body[data-page="collection"] .collection-category-link {
  align-items: center;
  color: rgba(23, 23, 23, 0.72);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: clamp(0.82rem, 0.8vw, 1rem);
  justify-content: center;
  min-height: 44px;
  padding: 0.28rem 0 0.52rem;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
  white-space: nowrap;
}

body[data-page="collection"] .collection-category-link + .collection-category-link {
  margin-left: clamp(1.15rem, 1.55vw, 2rem);
}

body[data-page="collection"] .collection-category-link + .collection-category-link::before {
  background: rgba(23, 23, 23, 0.42);
  border-radius: 999px;
  content: '';
  height: 2px;
  left: clamp(-1.05rem, -0.85vw, -0.68rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

body[data-page="collection"] .collection-category-link::after {
  background: var(--deep-bronze);
  bottom: 0;
  content: '';
  height: 1.5px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

body[data-page="collection"] .collection-category-link strong {
  font: inherit;
  font-weight: 500;
  letter-spacing: -0.025em;
}

body[data-page="collection"] .collection-category-link:hover,
body[data-page="collection"] .collection-category-link.is-active {
  color: var(--charcoal);
}

body[data-page="collection"] .collection-category-link.is-active strong {
  font-weight: 600;
}

body[data-page="collection"] .collection-category-link:hover::after,
body[data-page="collection"] .collection-category-link.is-active::after {
  transform: scaleX(1);
}

body[data-page="collection"] .collection-all-lighting-link:focus-visible,
body[data-page="collection"] .collection-category-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(123, 94, 59, 0.45);
  outline-offset: 4px;
}

body[data-page="collection"] .catalog-section {
  padding-top: 0;
}

body[data-page="collection"] .catalog-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(23, 23, 23, 0.16);
  margin: 0 auto;
  max-width: var(--commerce-max-width);
  min-height: 64px;
  padding: 0.65rem 0;
  width: 100%;
}

body[data-page="collection"] .catalog-toolbar > div:first-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  min-height: 0;
}

body[data-page="collection"] .catalog-toolbar-summary {
  align-items: baseline;
  color: var(--charcoal);
  display: inline-flex;
  font-family: var(--sans);
  font-size: clamp(0.86rem, 0.86vw, 1rem);
  gap: 0.45rem;
  margin: 0;
}

body[data-page="collection"] .catalog-toolbar-summary strong {
  color: var(--charcoal);
  font: inherit;
  font-weight: 650;
}

body[data-page="collection"] .sort-field {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: flex-end;
  min-width: 0;
  position: relative;
}

body[data-page="collection"] .sort-field > span:not(.visually-hidden) {
  color: rgba(23, 23, 23, 0.56);
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0;
}

body[data-page="collection"] .sort-field select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.28);
  border-radius: 0;
  color: var(--charcoal);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 400;
  height: 42px;
  letter-spacing: 0.01em;
  min-height: 42px;
  min-width: 180px;
  padding: 0 1.8rem 0 0.15rem;
  transition: border-color 180ms ease, color 180ms ease;
}

body[data-page="collection"] .sort-field::after {
  border-bottom: 1.5px solid rgba(23, 23, 23, 0.7);
  border-right: 1.5px solid rgba(23, 23, 23, 0.7);
  content: '';
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 7px;
}

body[data-page="collection"] .sort-field:hover select {
  border-color: var(--deep-bronze);
  color: var(--deep-bronze);
}

body[data-page="collection"] .catalog-toolbar-summary #result-count {
  color: rgba(23, 23, 23, 0.62);
}

body[data-page="collection"] .catalog-toolbar .active-chips {
  margin-top: 0;
}

body[data-page="collection"] .catalog-layout {
  padding-top: clamp(0.85rem, 1.15vw, 1.25rem);
}

body[data-page="collection"] .collection-loading-intro {
  max-width: none;
  padding: 0 var(--commerce-gutter);
  width: 100%;
}

body[data-page="collection"] .collection-loading-index {
  border-bottom: 1px solid rgba(23, 23, 23, 0.14);
  margin: 0 auto;
  max-width: var(--commerce-max-width);
  padding: 1.4rem 0 0.85rem;
}

body[data-page="collection"] .collection-loading-index-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

body[data-page="collection"] .collection-loading-index-heading .collection-loading-line-title {
  height: 2rem;
  width: min(220px, 34vw);
}

body[data-page="collection"] .collection-loading-category-strip {
  display: flex;
  gap: clamp(1rem, 1.5vw, 1.85rem);
  overflow: hidden;
}

body[data-page="collection"] .collection-loading-category {
  animation: collection-loading-pulse 1.4s ease-in-out infinite alternate;
  animation-delay: calc(var(--collection-loading-order) * 24ms);
  background: rgba(123, 94, 59, 0.12);
  display: block;
  flex: 0 0 clamp(82px, 7vw, 126px);
  height: 1rem;
}

@media (max-width: 1199px) {
  body[data-page="collection"] .collection-category-link {
    font-size: 0.88rem;
  }
}

@media (max-width: 720px) {
  body[data-page="collection"] .desktop-sort {
    display: none;
  }

  body[data-page="collection"] .collection-editorial-shell {
    padding: 0 var(--commerce-gutter);
  }

  body[data-page="collection"] .collection-editorial-index {
    padding-top: 0.9rem;
  }

  body[data-page="collection"] .collection-editorial-heading {
    column-gap: 0.6rem;
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }

  body[data-page="collection"] .collection-editorial-heading h1 {
    font-size: clamp(1.8rem, 8.7vw, 2.35rem);
  }

  body[data-page="collection"] .collection-editorial-total {
    font-size: 0.72rem;
  }

  body[data-page="collection"] .collection-editorial-label {
    flex-basis: 100%;
    font-size: 0.56rem;
    margin-left: 0;
    margin-top: 0.1rem;
  }

  body[data-page="collection"] .collection-category-strip {
    margin: 0.22rem calc(var(--commerce-gutter) * -1) 0;
    padding: 0 var(--commerce-gutter) 0.42rem;
  }

  body[data-page="collection"] .collection-category-link {
    font-size: 0.78rem;
    min-height: 44px;
    padding-bottom: 0.38rem;
  }

  body[data-page="collection"] .collection-category-link + .collection-category-link {
    margin-left: 1.25rem;
  }

  body[data-page="collection"] .collection-category-link + .collection-category-link::before {
    left: -0.72rem;
  }

  body[data-page="collection"] .catalog-section {
    padding-top: 0;
  }

  body[data-page="collection"] .mobile-catalog-controls {
    margin-bottom: 0;
  }

  body[data-page="collection"] .catalog-toolbar {
    border-bottom: 1px solid rgba(23, 23, 23, 0.14);
    margin: 0 0 0.6rem;
    min-height: 44px;
    padding: 0.45rem 0;
  }

  body[data-page="collection"] .catalog-toolbar-summary {
    font-size: 0.74rem;
    gap: 0.35rem;
  }

  body[data-page="collection"] .catalog-layout {
    padding-top: 0;
  }

  body[data-page="collection"] .collection-loading-intro {
    padding: 0 1rem;
  }

  body[data-page="collection"] .collection-loading-index {
    padding-top: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="collection"] .collection-all-lighting-link::after,
  body[data-page="collection"] .collection-category-link::after {
    transition: none;
  }
}

/* Homepage product photography fills the fixed editorial frames at every breakpoint. */
body[data-page="home"] .home-product-rail .product-card-media img,
body[data-page="home"] .home-new-arrivals-grid .product-card-media img {
  object-fit: cover;
  object-position: center;
}

/* Touch product media: tap follows the link; a horizontal swipe previews the lifestyle image. */
body[data-page="home"] .home-product-rail .product-card-media > a {
  touch-action: pan-x pan-y pinch-zoom;
}

body[data-page="home"] .home-merchandising-fallback {
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: var(--ink);
  display: flex;
  font-size: 0.82rem;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.04em;
  min-height: 180px;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-page="home"] .home-merchandising-fallback svg {
  height: 18px;
  width: 18px;
}

body[data-page="home"] .product-card-media > a[data-homepage-card-image-gesture="true"] {
  touch-action: pan-y pinch-zoom;
}

body[data-page="home"] .product-card-media > a.is-homepage-touch-input:not(.is-lifestyle-preview) .product-image-primary {
  opacity: 1;
  transform: none;
}

body[data-page="home"] .product-card-media > a.is-homepage-touch-input:not(.is-lifestyle-preview) .product-image-secondary {
  opacity: 0;
  transform: scale(1.045);
}

body[data-page="home"] .product-card-media > a.is-lifestyle-preview .product-image-primary {
  opacity: 0;
  transform: scale(1.045);
}

body[data-page="home"] .product-card-media > a.is-lifestyle-preview .product-image-secondary {
  opacity: 1;
  transform: scale(1.015);
}

body[data-page="home"] .product-card:has(.product-card-media > a.is-homepage-touch-input) {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .product-card-media > a[data-homepage-card-image-gesture="true"] img {
    transition: none;
  }
}

/* Collection captions mirror the homepage's compact editorial product labels. */
@media (min-width: 721px) {
  body[data-page="collection"] .catalog-results .product-card-body {
    font-family: Arial, Helvetica, sans-serif;
    gap: 0.26rem;
    padding-top: 0.8rem;
  }

  body[data-page="collection"] .catalog-results .product-card-body > div:first-child {
    align-items: baseline;
    display: flex;
    min-width: 0;
  }

  body[data-page="collection"] .catalog-results .product-brand {
    color: rgba(23, 23, 23, 0.62);
    flex: 0 0 auto;
    font-size: clamp(0.78rem, 0.65vw, 0.92rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
  }

  body[data-page="collection"] .catalog-results .product-brand::after {
    content: "|";
    margin: 0 0.24em;
  }

  body[data-page="collection"] .catalog-results .product-card h3 {
    color: rgba(23, 23, 23, 0.62);
    flex: 1 1 auto;
    font-family: inherit;
    font-size: clamp(0.78rem, 0.65vw, 0.92rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[data-page="collection"] .catalog-results .product-card h3 a {
    display: block;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="collection"] .catalog-results .product-meta-row {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 24px;
  }

  body[data-page="collection"] .catalog-results .price-line {
    color: rgba(23, 23, 23, 0.52);
    flex: 0 0 auto;
    font-size: clamp(0.76rem, 0.62vw, 0.88rem);
    font-weight: 400;
    line-height: 1.3;
  }

  body[data-page="collection"] .catalog-results .variant-dots {
    justify-content: flex-end;
    margin-left: auto;
  }
}

body[data-page="collection"] .catalog-results .product-card-context {
  display: none;
}

body[data-page="collection"] .catalog-results .price-line > * {
  display: none;
}

body[data-page="collection"] .catalog-results .price-line::after {
  content: attr(data-compact-price);
}

@media (max-width: 720px) {
  body[data-page="collection"] .catalog-results .product-card-body > div:first-child {
    gap: 0;
  }

  body[data-page="collection"] .catalog-results .product-brand::after {
    margin: 0 0.24em;
  }

  body[data-page="collection"] .catalog-results .product-brand,
  body[data-page="collection"] .catalog-results .product-card h3,
  body[data-page="collection"] .catalog-results .price-line {
    font-size: 0.72rem;
    line-height: 1.16;
  }

  body[data-page="collection"] .catalog-results .product-meta-row {
    align-items: center;
    display: flex;
    gap: 0.3rem;
    justify-content: space-between;
  }

  body[data-page="collection"] .catalog-results .variant-dots {
    display: flex;
    flex: 0 1 auto;
    justify-content: flex-end;
    margin-left: auto;
    max-width: calc(100% - 3.75rem);
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 1px;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  body[data-page="collection"] .catalog-results .variant-dots::-webkit-scrollbar {
    display: none;
  }

  body[data-page="collection"] .catalog-results .variant-dots button,
  body[data-page="collection"] .catalog-results .variant-dots-more {
    flex: 0 0 20px;
  }
}

/* Trade & Projects: a lightweight editorial lead-generation page. */
.product-project-pricing {
  border-top: 1px solid var(--line);
  color: rgba(23, 23, 23, 0.68);
  font-size: 0.86rem;
  margin: 0.95rem 0 0;
  padding-top: 0.9rem;
}

.product-project-pricing .text-link {
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  display: inline;
  line-height: 1.7;
  transition: border-color 180ms ease, color 180ms ease;
}

.product-project-pricing .text-link:hover {
  border-color: var(--deep-bronze);
  color: var(--deep-bronze);
}

.product-rating-link {
  align-items: center;
  color: rgba(23, 23, 23, 0.68);
  display: inline-flex;
  font-size: 0.78rem;
  gap: 0.55rem;
  margin: 0.55rem 0 0.8rem;
  text-decoration: none;
}

.product-rating-link[hidden],
.product-reviews[hidden] {
  display: none;
}

.product-rating-stars,
.product-review-summary-stars,
.product-review-card-rating {
  color: var(--deep-bronze);
  letter-spacing: 0.08em;
}

.project-experience {
  background: #171717;
  color: var(--warm-ivory);
  scroll-margin-top: 5rem;
}

.project-experience-inner {
  margin: 0 auto;
  max-width: 1760px;
  padding: clamp(3.5rem, 6vw, 6rem) clamp(1.25rem, 5vw, 5.5rem);
}

.project-experience-header {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.project-experience-header h2 {
  font-size: clamp(2.6rem, 4.6vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0;
}

.project-experience-header > p {
  color: rgba(247, 242, 234, 0.66);
  line-height: 1.55;
  margin: 0;
  max-width: 32rem;
}

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

.project-evidence-card {
  background: #242321;
  min-width: 0;
}

.project-evidence-media {
  display: block;
  overflow: hidden;
}

.project-evidence-media img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.project-evidence-card:hover .project-evidence-media img {
  transform: scale(1.025);
}

.project-evidence-copy {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.project-evidence-copy > p:not(.project-evidence-badge, .project-feedback-attribution),
.project-evidence-copy blockquote {
  color: rgba(247, 242, 234, 0.74);
  line-height: 1.55;
  margin: 0;
}

.project-evidence-copy blockquote {
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.project-evidence-badge {
  align-items: center;
  color: #d0aa70;
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 0.4rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.project-evidence-badge svg {
  height: 14px;
  width: 14px;
}

.project-evidence-copy footer {
  align-items: end;
  border-top: 1px solid rgba(247, 242, 234, 0.14);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
}

.project-evidence-copy footer span {
  display: grid;
  gap: 0.2rem;
}

.project-evidence-copy footer small,
.project-feedback-attribution {
  color: rgba(247, 242, 234, 0.52);
  font-size: 0.72rem;
}

.project-evidence-copy footer a {
  border-bottom: 1px solid rgba(247, 242, 234, 0.35);
  color: inherit;
  flex: 0 0 auto;
  font-size: 0.75rem;
  text-decoration: none;
}

.product-reviews {
  margin: 0 auto;
  max-width: 1540px;
  padding: clamp(2.5rem, 3.8vw, 3.75rem) clamp(1.25rem, 5vw, 5.5rem);
  scroll-margin-top: 5rem;
}

.product-reviews-header {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.product-reviews-header h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.product-reviews.is-review-invitation .product-reviews-header h2 {
  font-size: clamp(2.5rem, 3.6vw, 3.8rem);
}

.product-reviews.is-review-invitation [data-toggle-review-form] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  min-height: 0;
  padding: 0.3rem 0;
}

.product-review-summary {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 0;
}

.product-review-summary[hidden] {
  display: none;
}

.product-review-summary strong {
  font-size: 1.15rem;
}

.product-review-summary p {
  color: rgba(23, 23, 23, 0.62);
  margin: 0;
}

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

.product-review-card {
  background: var(--soft-sand);
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.product-review-photo-grid,
.product-review-photo-preview {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-review-photo-grid img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-review-card h3,
.product-review-card p {
  margin: 0;
}

.product-review-card h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: -0.04em;
}

.product-review-card > p:not(.verified-review-badge) {
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.65;
}

.verified-review-badge {
  align-items: center;
  color: #426046;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.35rem;
  text-transform: uppercase;
}

.verified-review-badge svg {
  height: 15px;
  width: 15px;
}

.product-review-card footer {
  border-top: 1px solid rgba(23, 23, 23, 0.13);
  display: grid;
  gap: 0.2rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
}

.product-review-card footer span {
  color: rgba(23, 23, 23, 0.56);
  font-size: 0.75rem;
}

.product-review-form-panel {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  margin-top: 1.25rem;
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 0;
}

.product-review-form-panel[hidden] {
  display: none;
}

.product-review-form-intro h3 {
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 1rem;
}

.product-review-form-intro > p:last-child {
  color: rgba(23, 23, 23, 0.64);
  line-height: 1.6;
}

.product-review-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.product-review-form-grid label,
.product-review-consent {
  display: grid;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
}

.product-review-form-grid > label {
  grid-column: span 6;
}

.product-review-form-grid label > span small {
  color: rgba(23, 23, 23, 0.54);
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  margin-top: 0.2rem;
}

.product-review-form-grid input,
.product-review-form-grid select,
.product-review-form-grid textarea {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--charcoal);
  font: inherit;
  font-weight: 400;
  padding: 0.78rem 0.85rem;
  width: 100%;
}

.product-review-form-grid textarea {
  min-height: 8rem;
  resize: vertical;
}

.product-review-form-grid > .product-review-field-wide {
  grid-column: 1 / -1;
}

.product-review-form-grid > .product-review-field-sku,
.product-review-form-grid > .product-review-field-title { grid-column: 1 / -1; }

.product-review-photo-field input[type="file"] { padding: 0.45rem; }
.product-review-photo-field input[type="file"]::file-selector-button {
  background: var(--graphite);
  border: 0;
  color: var(--warm-ivory);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin-right: 0.8rem;
  padding: 0.68rem 0.85rem;
}

.product-review-photo-note {
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.7rem;
  font-weight: 400;
}

.product-review-photo-preview:empty { display: none; }
.product-review-photo-thumb { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.product-review-photo-thumb img { height: 100%; object-fit: cover; width: 100%; }
.product-review-photo-thumb button {
  background: rgba(23, 23, 23, 0.86);
  border: 0;
  bottom: 0.45rem;
  color: var(--warm-ivory);
  cursor: pointer;
  font-size: 0.66rem;
  padding: 0.42rem 0.55rem;
  position: absolute;
  right: 0.45rem;
}

.product-review-consent {
  align-items: start;
  display: flex;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 1rem;
}

.product-review-consent input {
  margin-top: 0.2rem;
}

.product-review-submit-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.product-review-submit-row p {
  font-size: 0.78rem;
  margin: 0;
}

.product-review-submit-row .is-success { color: #426046; }
.product-review-submit-row .is-error { color: #9a3f32; }

@media (max-width: 720px) {
  .project-experience-header {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .project-evidence-grid {
    display: flex;
    margin-right: -1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .project-evidence-grid::-webkit-scrollbar { display: none; }
  .project-evidence-card { flex: 0 0 82vw; scroll-snap-align: start; }

  .product-reviews-header,
  .product-review-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-reviews.is-review-invitation {
    padding-block: 2.25rem;
  }

  .product-reviews.is-review-invitation .product-reviews-header {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-reviews.is-review-invitation [data-toggle-review-form] {
    margin-top: 0.25rem;
  }

  .product-reviews-header h2,
  .product-reviews.is-review-invitation .product-reviews-header h2 { font-size: 2.65rem; }
  .product-review-list,
  .product-review-form-panel { grid-template-columns: 1fr; }
  .product-review-form-panel { gap: 1.75rem; }
  .product-review-form-grid { grid-template-columns: 1fr; }
  .product-review-form-grid > label,
  .product-review-form-grid > .product-review-field-sku,
  .product-review-form-grid > .product-review-field-title,
  .product-review-field-wide { grid-column: auto; }
  .product-review-summary { align-items: flex-start; flex-direction: column; }
  .product-review-submit-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .project-evidence-media img { transition: none; }
}

body[data-page="trade-projects"] #app {
  background: var(--warm-ivory);
}

body[data-page="trade-projects"] .trade-page {
  color: var(--charcoal);
  overflow: clip;
}

body[data-page="trade-projects"] .trade-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  max-width: 1760px;
  padding: 1.5rem 3rem 0;
}

body[data-page="trade-projects"] .trade-hero-copy {
  align-items: start;
  background: var(--soft-sand);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 680px;
  padding: clamp(3rem, 5vw, 5.6rem);
}

body[data-page="trade-projects"] .trade-hero-copy .breadcrumb {
  margin: 0 0 clamp(2.7rem, 4vw, 4.5rem);
  padding: 0;
  width: 100%;
}

body[data-page="trade-projects"] .trade-hero-copy .breadcrumb a:first-child {
  padding-left: 0;
}

body[data-page="trade-projects"] .trade-hero-copy h1 {
  font-size: clamp(3rem, 4.25vw, 4.9rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin-bottom: 1.8rem;
  max-width: 11ch;
}

body[data-page="trade-projects"] .trade-hero-copy > p:not(.eyebrow):not(.trade-hero-qualifier) {
  color: rgba(23, 23, 23, 0.7);
  font-size: clamp(1.04rem, 1.3vw, 1.32rem);
  line-height: 1.6;
  max-width: 650px;
}

body[data-page="trade-projects"] .trade-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

body[data-page="trade-projects"] .trade-hero-qualifier {
  border-top: 1px solid var(--line);
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 2.2rem 0 0;
  max-width: 620px;
  padding-top: 1.15rem;
}

body[data-page="trade-projects"] .trade-hero-media {
  background: var(--graphite);
  margin: 0;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

body[data-page="trade-projects"] .trade-hero-media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(17, 19, 21, 0.54));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body[data-page="trade-projects"] .trade-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

body[data-page="trade-projects"] .trade-hero-media figcaption {
  bottom: 1.6rem;
  color: rgba(246, 241, 232, 0.84);
  font-size: 0.78rem;
  left: 1.7rem;
  line-height: 1.4;
  position: absolute;
  right: 1.7rem;
  z-index: 1;
}

body[data-page="trade-projects"] .trade-audience {
  border-bottom: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1760px;
}

body[data-page="trade-projects"] .trade-audience > .eyebrow {
  margin: 0;
  padding: 1.35rem 3rem 0;
}

body[data-page="trade-projects"] .trade-audience-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-audience-list li {
  align-items: center;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 84px;
  padding: 1.1rem;
  text-align: center;
}

body[data-page="trade-projects"] .trade-audience-list li + li {
  border-left: 1px solid var(--line);
}

body[data-page="trade-projects"] .trade-services {
  background: var(--graphite);
  color: var(--warm-ivory);
  display: grid;
  gap: clamp(3rem, 6vw, 6.5rem);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  padding: clamp(4.8rem, 7vw, 7.5rem) max(3rem, calc((100vw - 1460px) / 2));
}

body[data-page="trade-projects"] .trade-section-heading {
  align-self: start;
}

body[data-page="trade-projects"] .trade-section-heading .eyebrow,
body[data-page="trade-projects"] .trade-services .trade-service > span {
  color: #c6a46e;
}

body[data-page="trade-projects"] .trade-section-heading h2 {
  font-size: clamp(2.8rem, 4vw, 4.55rem);
  letter-spacing: -0.055em;
  line-height: 0.97;
  margin-bottom: 1.7rem;
  max-width: 10ch;
}

body[data-page="trade-projects"] .trade-section-heading > p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.66);
  line-height: 1.7;
  max-width: 510px;
}

body[data-page="trade-projects"] .trade-services-grid {
  border-bottom: 1px solid rgba(246, 241, 232, 0.2);
}

body[data-page="trade-projects"] .trade-service {
  align-items: start;
  border-top: 1px solid rgba(246, 241, 232, 0.2);
  display: grid;
  gap: 1.1rem 1.5rem;
  grid-template-columns: 54px minmax(180px, 0.55fr) minmax(0, 1fr);
  padding: 2rem 0;
}

body[data-page="trade-projects"] .trade-service > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body[data-page="trade-projects"] .trade-service h3 {
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body[data-page="trade-projects"] .trade-service p {
  color: rgba(246, 241, 232, 0.64);
  line-height: 1.65;
  margin-bottom: 0;
}

body[data-page="trade-projects"] .trade-process {
  margin: 0 auto;
  max-width: 1560px;
  padding: clamp(4.8rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem);
  scroll-margin-top: 110px;
}

body[data-page="trade-projects"] .trade-process > .trade-section-heading {
  margin-bottom: 3rem;
  max-width: 790px;
}

body[data-page="trade-projects"] .trade-process > .trade-section-heading h2,
body[data-page="trade-projects"] .trade-scope h2,
body[data-page="trade-projects"] .trade-enquiry-header h2 {
  font-size: clamp(2.7rem, 3.8vw, 4.3rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body[data-page="trade-projects"] .trade-process > .trade-section-heading > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.65;
}

body[data-page="trade-projects"] .trade-process-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="trade-projects"] .trade-process-step {
  min-height: 250px;
  padding: 2.1rem;
}

body[data-page="trade-projects"] .trade-process-step:nth-child(even) {
  border-left: 1px solid var(--line);
}

body[data-page="trade-projects"] .trade-process-step:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

body[data-page="trade-projects"] .trade-process-number {
  color: var(--deep-bronze);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 3.2rem;
}

body[data-page="trade-projects"] .trade-process-step h3 {
  font-size: clamp(1.65rem, 2.1vw, 2.3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 0.9rem;
}

body[data-page="trade-projects"] .trade-process-step p {
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 570px;
}

body[data-page="trade-projects"] .trade-scope {
  background: var(--soft-sand);
  padding: clamp(4.8rem, 7vw, 7rem) max(3rem, calc((100vw - 1460px) / 2));
}

body[data-page="trade-projects"] .trade-scope-inner {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

body[data-page="trade-projects"] .trade-scope-copy > p:not(.eyebrow),
body[data-page="trade-projects"] .trade-scope-note p {
  color: rgba(23, 23, 23, 0.65);
  line-height: 1.7;
}

body[data-page="trade-projects"] .trade-scope-copy h2 {
  max-width: 13ch;
}

body[data-page="trade-projects"] .trade-scope-note {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 1.8rem 0;
}

body[data-page="trade-projects"] .trade-scope-note p:last-child {
  border-top: 1px solid var(--line);
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
}

body[data-page="trade-projects"] .trade-enquiry {
  margin: 0 auto;
  max-width: 1560px;
  padding: clamp(4.8rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem);
  scroll-margin-top: 110px;
}

body[data-page="trade-projects"] .trade-enquiry-header {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  margin-bottom: 3.2rem;
}

body[data-page="trade-projects"] .trade-enquiry-header > p:last-child {
  align-self: end;
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.7;
  max-width: 560px;
}

body[data-page="trade-projects"] .trade-enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="trade-projects"] .contact-form.trade-form {
  background: rgba(232, 223, 210, 0.54);
  border: 1px solid var(--line);
  border-radius: 2px;
  display: grid;
  gap: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-form-section {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  min-width: 0;
  padding: 2.3rem;
}

body[data-page="trade-projects"] .trade-form-section:first-of-type {
  border-top: 0;
}

body[data-page="trade-projects"] .trade-form-section legend {
  color: var(--deep-bronze);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0 0 1.5rem;
  text-transform: uppercase;
}

body[data-page="trade-projects"] .trade-field-grid {
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="trade-projects"] .trade-field,
body[data-page="trade-projects"] .trade-field > label {
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

body[data-page="trade-projects"] .trade-field--full {
  grid-column: 1 / -1;
}

body[data-page="trade-projects"] .trade-field > label,
body[data-page="trade-projects"] .trade-field > span:first-child {
  color: rgba(23, 23, 23, 0.78);
  font-size: 0.85rem;
  font-weight: 700;
}

body[data-page="trade-projects"] .trade-optional {
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.74rem;
  font-weight: 400;
}

body[data-page="trade-projects"] .contact-form.trade-form input:not([type="checkbox"]),
body[data-page="trade-projects"] .contact-form.trade-form select,
body[data-page="trade-projects"] .contact-form.trade-form textarea {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 2px;
  color: var(--charcoal);
  font-weight: 400;
  min-height: 50px;
  padding: 0.82rem 0.9rem;
  width: 100%;
}

body[data-page="trade-projects"] .contact-form.trade-form textarea {
  line-height: 1.55;
  min-height: 142px;
  resize: vertical;
}

body[data-page="trade-projects"] .contact-form.trade-form input::placeholder,
body[data-page="trade-projects"] .contact-form.trade-form textarea::placeholder {
  color: rgba(23, 23, 23, 0.42);
}

body[data-page="trade-projects"] .contact-form.trade-form input[aria-invalid="true"],
body[data-page="trade-projects"] .contact-form.trade-form select[aria-invalid="true"],
body[data-page="trade-projects"] .contact-form.trade-form textarea[aria-invalid="true"] {
  border-color: #8f2d2d;
  box-shadow: 0 0 0 1px #8f2d2d;
}

body[data-page="trade-projects"] .trade-field-error {
  color: #8f2d2d;
  font-size: 0.76rem;
  line-height: 1.4;
  margin: 0;
  min-height: 1.1em;
}

body[data-page="trade-projects"] .trade-field-error:empty {
  display: none;
}

body[data-page="trade-projects"] .trade-field-help,
body[data-page="trade-projects"] .trade-checkbox-help {
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

body[data-page="trade-projects"] .trade-checkbox-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="trade-projects"] .trade-checkbox {
  align-content: center;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(23, 23, 23, 0.15);
  display: grid;
  gap: 0.12rem 0.65rem;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 54px;
  padding: 0.75rem;
}

body[data-page="trade-projects"] .trade-checkbox:has(input:checked) {
  background: rgba(176, 141, 87, 0.12);
  border-color: rgba(123, 94, 59, 0.5);
}

body[data-page="trade-projects"] .trade-checkbox input[type="checkbox"] {
  accent-color: var(--deep-bronze);
  align-self: start;
  height: 18px;
  margin: 0.16rem 0 0;
  min-height: 18px;
  width: 18px;
}

body[data-page="trade-projects"] .trade-checkbox > span:not(.trade-checkbox-help) {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
}

body[data-page="trade-projects"] .trade-checkbox--privacy {
  align-items: start;
  background: transparent;
  border: 0;
  min-height: 48px;
  padding: 0;
}

body[data-page="trade-projects"] .trade-checkbox--privacy label {
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

body[data-page="trade-projects"] .trade-checkbox--privacy a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body[data-page="trade-projects"] .trade-checkbox-help {
  grid-column: 2;
}

body[data-page="trade-projects"] .trade-form-error-summary {
  background: rgba(143, 45, 45, 0.07);
  border: 1px solid rgba(143, 45, 45, 0.38);
  color: #6d2222;
  margin: 2rem 2.3rem 0;
  padding: 1rem 1.1rem;
}

body[data-page="trade-projects"] .trade-form-error-summary[hidden] {
  display: none;
}

body[data-page="trade-projects"] .trade-form-error-summary h3 {
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.35;
  margin-bottom: 0.45rem;
}

body[data-page="trade-projects"] .trade-form-error-summary ul {
  margin: 0;
  padding-left: 1.2rem;
}

body[data-page="trade-projects"] .trade-form-error-summary a {
  text-decoration: underline;
}

body[data-page="trade-projects"] .trade-form-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 2rem 2.3rem;
}

body[data-page="trade-projects"] .trade-form-actions .button {
  min-width: 220px;
}

body[data-page="trade-projects"] .trade-form-actions .button:disabled {
  cursor: wait;
  opacity: 0.64;
}

body[data-page="trade-projects"] .trade-form-status {
  color: rgba(23, 23, 23, 0.64);
  flex: 1 1 280px;
  font-size: 0.84rem;
  margin: 0;
}

body[data-page="trade-projects"] .trade-form-status[data-state="error"] {
  color: #8f2d2d;
}

body[data-page="trade-projects"] .trade-form-success {
  background: var(--soft-sand);
  border: 1px solid var(--line);
  min-height: 420px;
  padding: clamp(2.5rem, 6vw, 5.5rem);
}

body[data-page="trade-projects"] .trade-form-success[hidden] {
  display: none;
}

body[data-page="trade-projects"] .trade-form-success h2 {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 1.5rem;
  max-width: 14ch;
}

body[data-page="trade-projects"] .trade-form-success > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.65);
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 650px;
}

body[data-page="trade-projects"] .trade-form-success .hero-actions {
  margin-top: 2rem;
}

body[data-page="trade-projects"] [data-trade-honeypot] {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

body[data-page="trade-projects"] :where(a, button, input, select, textarea, [tabindex]):focus-visible,
.product-project-pricing .text-link:focus-visible {
  outline-color: var(--charcoal);
  outline-offset: 3px;
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .site-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .primary-nav {
    gap: 0.45rem;
  }

  .primary-nav a {
    font-size: 0.82rem;
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }
}

@media (max-width: 1100px) {
  body[data-page="trade-projects"] .trade-hero {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.5rem 0;
  }

  body[data-page="trade-projects"] .trade-hero-copy {
    min-height: 0;
    padding: clamp(3rem, 7vw, 4.5rem);
  }

  body[data-page="trade-projects"] .trade-hero-media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  body[data-page="trade-projects"] .trade-audience-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="trade-projects"] .trade-audience-list li:nth-child(5) {
    border-left: 0;
  }

  body[data-page="trade-projects"] .trade-audience-list li:nth-child(n + 5) {
    border-top: 1px solid var(--line);
  }

  body[data-page="trade-projects"] .trade-services,
  body[data-page="trade-projects"] .trade-scope-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-services,
  body[data-page="trade-projects"] .trade-scope {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  body[data-page="trade-projects"] .trade-section-heading h2 {
    max-width: 15ch;
  }
}

@media (max-width: 720px) {
  body[data-page="trade-projects"] .trade-hero {
    padding: 1rem 1rem 0;
  }

  body[data-page="trade-projects"] .trade-hero-copy {
    padding: 2.2rem 1.2rem;
  }

  body[data-page="trade-projects"] .trade-hero-copy .breadcrumb {
    margin-bottom: 2.1rem;
  }

  body[data-page="trade-projects"] .trade-hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.2rem);
    max-width: none;
  }

  body[data-page="trade-projects"] .trade-hero-actions {
    display: grid;
    width: 100%;
  }

  body[data-page="trade-projects"] .trade-hero-actions .button {
    width: 100%;
  }

  body[data-page="trade-projects"] .trade-hero-media {
    aspect-ratio: 4 / 3;
  }

  body[data-page="trade-projects"] .trade-hero-media figcaption {
    bottom: 1rem;
    font-size: 0.68rem;
    left: 1rem;
    right: 1rem;
  }

  body[data-page="trade-projects"] .trade-audience > .eyebrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body[data-page="trade-projects"] .trade-audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="trade-projects"] .trade-audience-list li {
    justify-content: flex-start;
    min-height: 64px;
    padding: 0.8rem 1rem;
    text-align: left;
  }

  body[data-page="trade-projects"] .trade-audience-list li:nth-child(odd) {
    border-left: 0;
  }

  body[data-page="trade-projects"] .trade-audience-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  body[data-page="trade-projects"] .trade-services,
  body[data-page="trade-projects"] .trade-scope {
    gap: 2.8rem;
    padding: 3.8rem 1rem;
  }

  body[data-page="trade-projects"] .trade-section-heading h2,
  body[data-page="trade-projects"] .trade-process > .trade-section-heading h2,
  body[data-page="trade-projects"] .trade-scope h2,
  body[data-page="trade-projects"] .trade-enquiry-header h2 {
    font-size: clamp(2.25rem, 10vw, 2.85rem);
    max-width: none;
  }

  body[data-page="trade-projects"] .trade-service {
    gap: 0.7rem 0.85rem;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 1.6rem 0;
  }

  body[data-page="trade-projects"] .trade-service h3 {
    grid-column: 2;
  }

  body[data-page="trade-projects"] .trade-service p {
    grid-column: 2;
  }

  body[data-page="trade-projects"] .trade-process,
  body[data-page="trade-projects"] .trade-enquiry {
    padding: 3.8rem 1rem;
  }

  body[data-page="trade-projects"] .trade-process-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-process-step {
    min-height: 0;
    padding: 1.6rem 0;
  }

  body[data-page="trade-projects"] .trade-process-step:nth-child(even) {
    border-left: 0;
  }

  body[data-page="trade-projects"] .trade-process-step:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

  body[data-page="trade-projects"] .trade-process-number {
    margin-bottom: 1.8rem;
  }

  body[data-page="trade-projects"] .trade-enquiry-header {
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  body[data-page="trade-projects"] .trade-field-grid,
  body[data-page="trade-projects"] .trade-checkbox-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-field--full {
    grid-column: auto;
  }

  body[data-page="trade-projects"] .trade-form-section {
    padding: 1.5rem 1rem;
  }

  body[data-page="trade-projects"] .trade-form-error-summary {
    margin: 1rem 1rem 0;
  }

  body[data-page="trade-projects"] .trade-form-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 1.5rem 1rem;
  }

  body[data-page="trade-projects"] .trade-form-actions .button {
    min-width: 0;
    width: 100%;
  }

  body[data-page="trade-projects"] .trade-form-success {
    min-height: 0;
    padding: 2.4rem 1.25rem;
  }

  .product-project-pricing {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-project-pricing .text-link {
    transition: none;
  }
}

/* Trade & Projects editorial composition v2. */
body[data-page="trade-projects"] {
  --trade-gutter: clamp(1.25rem, 4vw, 4rem);
  --trade-max: 1760px;
  --trade-copy: #56514b;
}

body[data-page="trade-projects"] .trade-page {
  background: var(--warm-ivory);
}

body[data-page="trade-projects"] .trade-hero {
  display: block;
  margin: 0 auto;
  max-width: var(--trade-max);
  padding: 1.5rem var(--trade-gutter) 0;
}

body[data-page="trade-projects"] .trade-hero-inner {
  display: grid;
  gap: 0 clamp(1.5rem, 3vw, 3.5rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body[data-page="trade-projects"] .trade-hero .breadcrumb {
  grid-column: 1 / -1;
  margin: 0 0 clamp(2rem, 3vw, 3.25rem);
  padding: 0;
}

body[data-page="trade-projects"] .trade-hero .breadcrumb a:first-child {
  padding-left: 0;
}

body[data-page="trade-projects"] .trade-hero-header {
  align-self: start;
  grid-column: 1 / 8;
  grid-row: 2;
}

body[data-page="trade-projects"] .trade-hero-header .eyebrow {
  margin-bottom: 0.85rem;
}

body[data-page="trade-projects"] .trade-hero-header h1 {
  font-size: clamp(3rem, 3.6vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 0;
  max-width: 18ch;
}

body[data-page="trade-projects"] .trade-hero-header h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}

body[data-page="trade-projects"] .trade-hero-support.trade-hero-copy {
  align-self: start;
  background: transparent;
  display: block;
  grid-column: 8 / -1;
  grid-row: 2;
  min-height: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-hero-support > p:first-child {
  color: var(--trade-copy);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 430px;
}

body[data-page="trade-projects"] .trade-hero-actions {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-top: 1.15rem;
}

body[data-page="trade-projects"] .trade-hero-actions .button {
  min-height: 48px;
  padding: 0.85rem 1.25rem;
}

body[data-page="trade-projects"] .trade-hero-text-link {
  border-bottom: 1px solid rgba(23, 23, 23, 0.42);
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0 0.22rem;
}

body[data-page="trade-projects"] .trade-hero-qualifier {
  border: 0;
  color: #5d5852;
  font-size: 0.74rem;
  line-height: 1.55;
  margin: 0.9rem 0 0;
  max-width: 430px;
  padding: 0;
}

body[data-page="trade-projects"] .trade-hero-media {
  aspect-ratio: 2.12 / 1;
  background: var(--soft-sand);
  grid-column: 1 / -1;
  grid-row: 3;
  margin: clamp(1.75rem, 2.5vw, 2.75rem) 0 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

body[data-page="trade-projects"] .trade-hero-media::after {
  background: linear-gradient(180deg, transparent 72%, rgba(17, 19, 21, 0.42));
}

body[data-page="trade-projects"] .trade-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  width: 100%;
}

body[data-page="trade-projects"] .trade-hero-media figcaption {
  align-items: center;
  bottom: 1.2rem;
  color: rgba(255, 250, 242, 0.92);
  display: flex;
  font-size: 0.72rem;
  gap: 1rem;
  justify-content: space-between;
  left: 1.35rem;
  right: 1.35rem;
}

body[data-page="trade-projects"] .trade-hero-media figcaption a {
  border-bottom: 1px solid rgba(255, 250, 242, 0.46);
  color: inherit;
  flex: 0 0 auto;
  padding-bottom: 0.12rem;
}

body[data-page="trade-projects"] .trade-hero-media figcaption a:hover,
body[data-page="trade-projects"] .trade-hero-media figcaption a:focus-visible {
  border-bottom-color: currentColor;
}

body[data-page="trade-projects"] .trade-audience {
  border: 0;
  margin: 0 auto;
  max-width: var(--trade-max);
  padding: 0 var(--trade-gutter);
}

body[data-page="trade-projects"] .trade-audience-inner {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 190px minmax(0, 1fr);
  padding: 1.45rem 0;
}

body[data-page="trade-projects"] .trade-audience .eyebrow {
  margin: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-audience-list li {
  display: inline;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.5;
  min-height: 0;
  padding: 0;
  text-align: left;
}

body[data-page="trade-projects"] .trade-audience-list li + li {
  border: 0;
}

body[data-page="trade-projects"] .trade-audience-list li:not(:last-child)::after {
  color: var(--deep-bronze);
  content: "·";
  margin: 0 0.7rem;
}

body[data-page="trade-projects"] .trade-context {
  background: var(--graphite);
  color: var(--warm-ivory);
  padding: clamp(3.75rem, 5vw, 5.25rem) var(--trade-gutter);
}

body[data-page="trade-projects"] .trade-context-header,
body[data-page="trade-projects"] .trade-context-grid,
body[data-page="trade-projects"] .trade-context-credit {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--trade-max) - (2 * var(--trade-gutter)));
}

body[data-page="trade-projects"] .trade-context-header {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

body[data-page="trade-projects"] .trade-context-header .eyebrow {
  color: #c6a46e;
  grid-column: 1 / 4;
  margin: 0 0 0.6rem;
}

body[data-page="trade-projects"] .trade-context-header h2 {
  font-size: clamp(2.75rem, 4vw, 4.5rem);
  font-weight: 500;
  grid-column: 4 / 10;
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
}

body[data-page="trade-projects"] .trade-context-intro {
  color: rgba(246, 241, 232, 0.72);
  font-size: 0.82rem;
  grid-column: 10 / -1;
  line-height: 1.55;
  margin: 0 0 0.35rem;
  max-width: 30ch;
}

body[data-page="trade-projects"] .trade-context-header h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

body[data-page="trade-projects"] .trade-context-grid {
  display: grid;
  gap: clamp(0.75rem, 1.2vw, 1.15rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(520px, 49vw, 740px);
}

body[data-page="trade-projects"] .trade-capability {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  min-height: 0;
}

body[data-page="trade-projects"] .trade-capability--wide {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

body[data-page="trade-projects"] .trade-capability--portrait {
  grid-column: 8 / 13;
  grid-row: 1;
}

body[data-page="trade-projects"] .trade-capability--landscape {
  grid-column: 8 / 13;
  grid-row: 2;
}

body[data-page="trade-projects"] .trade-capability-media {
  background: #262626;
  display: block;
  min-height: 0;
  overflow: hidden;
}

body[data-page="trade-projects"] .trade-capability img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--motion-editorial-ease);
  width: 100%;
}

body[data-page="trade-projects"] .trade-capability--wide img {
  object-position: 50% 52%;
}

body[data-page="trade-projects"] .trade-capability--portrait img {
  object-position: 50% 65%;
}

body[data-page="trade-projects"] .trade-capability--landscape img {
  object-position: 50% 48%;
}

body[data-page="trade-projects"] .trade-capability figcaption {
  display: grid;
  gap: 0.28rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.85rem 0 0.25rem;
}

body[data-page="trade-projects"] .trade-capability figcaption small {
  color: #c6a46e;
  font-size: 0.62rem;
  font-weight: 800;
  grid-column: 1 / -1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="trade-projects"] .trade-capability figcaption strong {
  color: rgba(246, 241, 232, 0.84);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
}

body[data-page="trade-projects"] .trade-capability figcaption a {
  align-self: end;
  color: rgba(246, 241, 232, 0.66);
  font-size: 0.66rem;
  line-height: 1.45;
  padding-bottom: 0.08rem;
  text-decoration: underline;
  text-decoration-color: rgba(198, 164, 110, 0.5);
  text-underline-offset: 0.2rem;
}

body[data-page="trade-projects"] .trade-capability figcaption a:hover,
body[data-page="trade-projects"] .trade-capability figcaption a:focus-visible {
  color: var(--warm-ivory);
  text-decoration-color: currentColor;
}

body[data-page="trade-projects"] .trade-context-credit {
  color: rgba(246, 241, 232, 0.58);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  margin-top: 1.35rem;
  text-align: right;
}

body[data-page="trade-projects"] .trade-services,
body[data-page="trade-projects"] .trade-process {
  background: transparent;
  color: var(--charcoal);
  display: block;
  margin: 0;
  max-width: none;
  padding: clamp(3.75rem, 5vw, 5.25rem) var(--trade-gutter);
}

body[data-page="trade-projects"] .trade-process {
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

body[data-page="trade-projects"] .trade-editorial-inner {
  margin: 0 auto;
  max-width: calc(var(--trade-max) - (2 * var(--trade-gutter)));
}

body[data-page="trade-projects"] .trade-section-heading--split {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body[data-page="trade-projects"] .trade-section-heading--split > .eyebrow {
  color: var(--deep-bronze);
  grid-column: 1 / 4;
  margin: 0;
}

body[data-page="trade-projects"] .trade-section-heading--split > div {
  grid-column: 4 / 11;
}

body[data-page="trade-projects"] .trade-section-heading--split h2,
body[data-page="trade-projects"] .trade-process .trade-section-heading h2 {
  color: var(--charcoal);
  font-size: clamp(2.55rem, 3.75vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
  max-width: 13ch;
}

body[data-page="trade-projects"] .trade-section-heading--split p:not(.eyebrow),
body[data-page="trade-projects"] .trade-process .trade-section-heading p:not(.eyebrow) {
  color: var(--trade-copy);
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 560px;
}

body[data-page="trade-projects"] .trade-services-grid {
  border: 0;
  display: grid;
  gap: clamp(2.4rem, 3.5vw, 3.5rem) clamp(1.5rem, 3vw, 3.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 3.5vw, 3.5rem);
}

body[data-page="trade-projects"] .trade-service,
body[data-page="trade-projects"] .trade-process-step {
  border: 0;
  border-top: 1px solid var(--line);
  display: block;
  min-height: 0;
  padding: 1.2rem 0 0;
}

body[data-page="trade-projects"] .trade-service .trade-item-number,
body[data-page="trade-projects"] .trade-process-number {
  color: var(--deep-bronze);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 clamp(1.25rem, 2vw, 1.8rem);
}

body[data-page="trade-projects"] .trade-service h3,
body[data-page="trade-projects"] .trade-process-step h3 {
  color: var(--charcoal);
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 0.85rem;
}

body[data-page="trade-projects"] .trade-service p,
body[data-page="trade-projects"] .trade-process-step p {
  color: var(--trade-copy);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  max-width: 420px;
}

body[data-page="trade-projects"] .trade-process-grid {
  border: 0;
  display: grid;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 3.5vw, 3.5rem);
}

body[data-page="trade-projects"] .trade-process-step:nth-child(even),
body[data-page="trade-projects"] .trade-process-step:nth-child(n + 3) {
  border-left: 0;
  border-top: 1px solid var(--line);
}

body[data-page="trade-projects"] .trade-scope {
  background: transparent;
  margin: 0 auto;
  max-width: var(--trade-max);
  padding: 0 var(--trade-gutter) clamp(3.75rem, 5vw, 5.25rem);
}

body[data-page="trade-projects"] .trade-scope-inner {
  align-items: start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(2.25rem, 4vw, 4rem);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(2rem, 3vw, 3rem) 0;
}

body[data-page="trade-projects"] .trade-scope-copy h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 1.3rem;
  max-width: 13ch;
}

body[data-page="trade-projects"] .trade-scope-copy > p:not(.eyebrow) {
  color: var(--trade-copy);
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 520px;
}

body[data-page="trade-projects"] .trade-scope-note {
  border: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

body[data-page="trade-projects"] .trade-scope-note p,
body[data-page="trade-projects"] .trade-scope-note p:last-child {
  border-bottom: 0;
  border-top: 1px solid var(--line);
  color: #59544e;
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  padding: 1rem 0 0;
}

body[data-page="trade-projects"] .trade-enquiry {
  background: #eee7dc;
  margin: 0;
  max-width: none;
  padding: clamp(3.75rem, 5vw, 5.25rem) var(--trade-gutter);
  scroll-margin-top: 110px;
}

body[data-page="trade-projects"] .trade-enquiry-layout {
  align-items: start;
  display: grid;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: calc(var(--trade-max) - (2 * var(--trade-gutter)));
}

body[data-page="trade-projects"] .trade-enquiry-intro {
  position: sticky;
  top: 8rem;
}

body[data-page="trade-projects"] .trade-enquiry-header {
  display: block;
  margin: 0;
}

body[data-page="trade-projects"] .trade-enquiry-header h2 {
  font-size: clamp(2.55rem, 3.75vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0 0 1.6rem;
  max-width: 9ch;
}

body[data-page="trade-projects"] .trade-enquiry-header > p:last-child {
  color: var(--trade-copy);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0;
  max-width: 430px;
}

body[data-page="trade-projects"] .trade-enquiry-note {
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
  max-width: 430px;
  padding-top: 1rem;
}

body[data-page="trade-projects"] .trade-enquiry-note p {
  color: #514c47;
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0 0 0.8rem;
}

body[data-page="trade-projects"] .trade-enquiry-form-column {
  min-width: 0;
}

body[data-page="trade-projects"] .contact-form.trade-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 0;
  padding: 0;
}

body[data-page="trade-projects"] .trade-form-section {
  border: 0;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
  margin: 0;
  min-width: 0;
  padding: 1.2rem 0 clamp(2.3rem, 3.5vw, 3.4rem);
}

body[data-page="trade-projects"] .trade-form-section:first-of-type {
  border-top: 1px solid rgba(23, 23, 23, 0.22);
}

body[data-page="trade-projects"] .trade-form-section legend {
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0 0 1.35rem;
  text-transform: none;
}

body[data-page="trade-projects"] .trade-field-grid {
  gap: 1.8rem clamp(1.25rem, 3vw, 2.5rem);
}

body[data-page="trade-projects"] .trade-field > label,
body[data-page="trade-projects"] .trade-field > span:first-child {
  color: #3f3b37;
  font-size: 0.79rem;
  font-weight: 600;
}

body[data-page="trade-projects"] .trade-optional,
body[data-page="trade-projects"] .trade-field-help,
body[data-page="trade-projects"] .trade-checkbox-help {
  color: #5d5852;
}

body[data-page="trade-projects"] .contact-form.trade-form input:not([type="checkbox"]),
body[data-page="trade-projects"] .contact-form.trade-form select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.36);
  border-radius: 0;
  min-height: 50px;
  padding: 0.72rem 0;
}

body[data-page="trade-projects"] .contact-form.trade-form textarea {
  background: rgba(255, 250, 242, 0.42);
  border: 1px solid rgba(23, 23, 23, 0.27);
  border-radius: 0;
  min-height: 150px;
  padding: 0.9rem;
}

body[data-page="trade-projects"] .contact-form.trade-form input[aria-invalid="true"],
body[data-page="trade-projects"] .contact-form.trade-form select[aria-invalid="true"] {
  border: 0;
  border-bottom: 2px solid #8f2d2d;
  box-shadow: none;
}

body[data-page="trade-projects"] .contact-form.trade-form textarea[aria-invalid="true"] {
  border: 2px solid #8f2d2d;
  box-shadow: none;
}

body[data-page="trade-projects"] .trade-checkbox-grid {
  gap: 0 clamp(1.25rem, 3vw, 2.5rem);
}

body[data-page="trade-projects"] .trade-checkbox {
  align-content: center;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  min-height: 58px;
  padding: 0.85rem 0;
}

body[data-page="trade-projects"] .trade-checkbox:has(input:checked) {
  background: transparent;
  border-color: rgba(123, 94, 59, 0.62);
}

body[data-page="trade-projects"] .trade-checkbox--privacy {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

body[data-page="trade-projects"] .trade-checkbox--privacy label {
  color: #514c47;
}

body[data-page="trade-projects"] .trade-form-error-summary {
  background: transparent;
  border: 1px solid rgba(143, 45, 45, 0.5);
  margin: 0 0 2rem;
}

body[data-page="trade-projects"] .trade-form-actions {
  border-top: 1px solid rgba(23, 23, 23, 0.22);
  padding: 1.8rem 0 0;
}

body[data-page="trade-projects"] .trade-form-actions .button {
  min-height: 48px;
  min-width: 210px;
}

body[data-page="trade-projects"] .trade-form-status {
  color: #59544e;
}

body[data-page="trade-projects"] .trade-form-success {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
  min-height: 0;
  padding: 2.2rem 0;
}

body[data-page="trade-projects"] .trade-form-success h2 {
  max-width: 11ch;
}

@media (max-width: 1100px) {
  body[data-page="trade-projects"] .trade-hero {
    padding: 1.125rem var(--trade-gutter) 0;
  }

  body[data-page="trade-projects"] .trade-hero .breadcrumb {
    margin-bottom: 1.75rem;
  }

  body[data-page="trade-projects"] .trade-hero-header {
    grid-column: 1 / 8;
  }

  body[data-page="trade-projects"] .trade-hero-header h1 {
    font-size: clamp(2.85rem, 4.6vw, 3.75rem);
    max-width: none;
  }

  body[data-page="trade-projects"] .trade-hero-media {
    grid-row: 3;
  }

  body[data-page="trade-projects"] .trade-hero-support.trade-hero-copy {
    grid-column: 8 / -1;
    grid-row: 2;
    margin-top: 0;
  }

  body[data-page="trade-projects"] .trade-services-grid,
  body[data-page="trade-projects"] .trade-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="trade-projects"] .trade-scope-inner {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-scope-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 820px) {
  body[data-page="trade-projects"] .trade-hero-header {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body[data-page="trade-projects"] .trade-hero-support.trade-hero-copy {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 1.25rem;
    max-width: 560px;
  }

  body[data-page="trade-projects"] .trade-hero-media {
    grid-row: 4;
  }

  body[data-page="trade-projects"] .trade-context-header {
    align-items: start;
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-context-header .eyebrow,
  body[data-page="trade-projects"] .trade-context-header h2,
  body[data-page="trade-projects"] .trade-context-intro {
    grid-column: 1;
  }

  body[data-page="trade-projects"] .trade-context-intro {
    margin-top: 0.45rem;
  }

  body[data-page="trade-projects"] .trade-section-heading--split {
    gap: 1.4rem;
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-section-heading--split > .eyebrow,
  body[data-page="trade-projects"] .trade-section-heading--split > div {
    grid-column: 1;
  }

  body[data-page="trade-projects"] .trade-scope-note {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-enquiry-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-enquiry-intro {
    position: static;
  }

  body[data-page="trade-projects"] .trade-enquiry-header h2 {
    max-width: 12ch;
  }
}

@media (max-width: 720px) {
  body[data-page="trade-projects"] {
    --trade-gutter: 1rem;
  }

  body[data-page="trade-projects"] .trade-hero {
    padding-top: 0.75rem;
  }

  body[data-page="trade-projects"] .trade-hero .breadcrumb {
    margin-bottom: 1.5rem;
  }

  body[data-page="trade-projects"] .trade-hero-header h1 {
    font-size: clamp(2.25rem, 10vw, 2.75rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
    max-width: none;
  }

  body[data-page="trade-projects"] .trade-hero-header h1 br {
    display: none;
  }

  body[data-page="trade-projects"] .trade-hero-media {
    aspect-ratio: 4 / 3;
    grid-row: 3;
    margin-top: 1.5rem;
  }

  body[data-page="trade-projects"] .trade-hero-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  body[data-page="trade-projects"] .trade-hero-support.trade-hero-copy {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 1.25rem;
  }

  body[data-page="trade-projects"] .trade-hero-actions {
    align-items: center;
    flex-flow: row wrap;
  }

  body[data-page="trade-projects"] .trade-audience-inner {
    gap: 0.625rem;
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }

  body[data-page="trade-projects"] .trade-context {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  body[data-page="trade-projects"] .trade-context-header {
    margin-bottom: 1.75rem;
  }

  body[data-page="trade-projects"] .trade-context-header h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  body[data-page="trade-projects"] .trade-context-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  body[data-page="trade-projects"] .trade-capability--wide,
  body[data-page="trade-projects"] .trade-capability--portrait,
  body[data-page="trade-projects"] .trade-capability--landscape {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="trade-projects"] .trade-capability--wide .trade-capability-media {
    aspect-ratio: 5 / 4;
  }

  body[data-page="trade-projects"] .trade-capability--portrait .trade-capability-media {
    aspect-ratio: 4 / 5;
  }

  body[data-page="trade-projects"] .trade-capability--landscape .trade-capability-media {
    aspect-ratio: 4 / 3;
  }

  body[data-page="trade-projects"] .trade-capability figcaption {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-capability figcaption small,
  body[data-page="trade-projects"] .trade-capability figcaption a {
    grid-column: 1;
  }

  body[data-page="trade-projects"] .trade-context-credit {
    text-align: left;
  }

  body[data-page="trade-projects"] .trade-services,
  body[data-page="trade-projects"] .trade-process {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  body[data-page="trade-projects"] .trade-section-heading--split h2,
  body[data-page="trade-projects"] .trade-process .trade-section-heading h2 {
    font-size: clamp(2.25rem, 9.5vw, 2.9rem);
    max-width: none;
  }

  body[data-page="trade-projects"] .trade-services-grid,
  body[data-page="trade-projects"] .trade-process-grid {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  body[data-page="trade-projects"] .trade-service,
  body[data-page="trade-projects"] .trade-process-step,
  body[data-page="trade-projects"] .trade-process-step:nth-child(even),
  body[data-page="trade-projects"] .trade-process-step:nth-child(n + 3) {
    display: grid;
    gap: 0.25rem 0.8rem;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 1.3rem 0 1.8rem;
  }

  body[data-page="trade-projects"] .trade-service .trade-item-number,
  body[data-page="trade-projects"] .trade-process-number {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0.22rem 0 0;
  }

  body[data-page="trade-projects"] .trade-service h3,
  body[data-page="trade-projects"] .trade-service p,
  body[data-page="trade-projects"] .trade-process-step h3,
  body[data-page="trade-projects"] .trade-process-step p {
    grid-column: 2;
  }

  body[data-page="trade-projects"] .trade-scope {
    padding-bottom: 3.5rem;
  }

  body[data-page="trade-projects"] .trade-scope-inner {
    gap: 1.75rem;
    padding: 1.75rem 0;
  }

  body[data-page="trade-projects"] .trade-enquiry {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  body[data-page="trade-projects"] .trade-enquiry-header h2 {
    font-size: clamp(2.35rem, 9.5vw, 3rem);
  }

  body[data-page="trade-projects"] .trade-field-grid,
  body[data-page="trade-projects"] .trade-checkbox-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="trade-projects"] .trade-field--full {
    grid-column: auto;
  }

  body[data-page="trade-projects"] .trade-form-section {
    padding: 1.1rem 0 2.35rem;
  }

  body[data-page="trade-projects"] .trade-form-error-summary {
    margin: 0 0 1.5rem;
  }

  body[data-page="trade-projects"] .trade-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-page="trade-projects"] .trade-form-actions .button {
    min-width: 0;
    width: 100%;
  }
}

body[data-page="trade-projects"] .trade-hero-text-link {
  align-items: center;
  border: 0;
  display: inline-flex;
  gap: 0.45rem;
  position: relative;
}

body[data-page="trade-projects"] .trade-hero-text-link::before {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform var(--motion-editorial-fast) var(--motion-editorial-ease);
  width: calc(100% - 1.2rem);
}

body[data-page="trade-projects"] .trade-hero-text-link::after {
  content: "↘";
  transition: transform var(--motion-editorial-fast) var(--motion-editorial-ease);
}

body[data-page="trade-projects"] .trade-hero-text-link:hover::before,
body[data-page="trade-projects"] .trade-hero-text-link:focus-visible::before {
  transform: scaleX(1);
}

body[data-page="trade-projects"] .trade-hero-text-link:hover::after,
body[data-page="trade-projects"] .trade-hero-text-link:focus-visible::after {
  transform: translate3d(3px, 3px, 0);
}

body[data-page="trade-projects"] .contact-form.trade-form
  :is(input:not([type="checkbox"]), select, textarea) {
  transition: background-color var(--motion-editorial-fast) ease, border-color var(--motion-editorial-fast) ease;
}

body[data-page="trade-projects"] .contact-form.trade-form
  :is(input:not([type="checkbox"]), select):focus {
  border-bottom-color: var(--deep-bronze);
}

body[data-page="trade-projects"] .contact-form.trade-form textarea:focus {
  background: rgba(255, 250, 242, 0.7);
  border-color: var(--deep-bronze);
}

body[data-page="trade-projects"] .trade-checkbox > span {
  transition: color var(--motion-editorial-fast) ease, transform var(--motion-editorial-fast) ease;
}

body[data-page="trade-projects"] .trade-checkbox:hover > span,
body[data-page="trade-projects"] .trade-checkbox:focus-within > span {
  color: var(--charcoal);
  transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
  body[data-page="trade-projects"] .trade-capability:hover img {
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="trade-projects"] .trade-motion-ready
    :is(.trade-hero-header .eyebrow, .trade-hero-header h1, .trade-hero-support > *) {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    transition: opacity 480ms ease, transform 560ms var(--motion-editorial-ease);
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered
    :is(.trade-hero-header .eyebrow, .trade-hero-header h1, .trade-hero-support > *) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered .trade-hero-header .eyebrow {
    transition-delay: 40ms;
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered .trade-hero-header h1 {
    transition-delay: 100ms;
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered .trade-hero-support > * {
    transition-delay: 230ms;
  }

  body[data-page="trade-projects"] .trade-hero-media::before {
    background: var(--warm-ivory);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 2;
  }

  body[data-page="trade-projects"] .trade-motion-ready .trade-hero-media::before {
    transform: scaleX(1);
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered .trade-hero-media::before {
    transform: scaleX(0);
    transition: transform 760ms var(--motion-editorial-ease) 100ms;
  }

  body[data-page="trade-projects"] .trade-motion-ready .trade-hero-media img {
    transform: scale(1.035);
  }

  body[data-page="trade-projects"] .trade-motion-ready.trade-hero-entered .trade-hero-media img {
    transform: scale(1);
    transition: transform 950ms var(--motion-editorial-ease);
  }

  body[data-page="trade-projects"] .trade-reveal {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity 480ms ease, transform 560ms var(--motion-editorial-ease);
    transition-delay: var(--trade-reveal-delay, 0ms);
  }

  body[data-page="trade-projects"] .trade-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body[data-page="trade-projects"] .trade-capability.trade-reveal img {
    transform: scale(1.04);
  }

  body[data-page="trade-projects"] .trade-capability.trade-reveal.is-visible img {
    transform: scale(1);
  }

  body[data-page="trade-projects"] .trade-editorial-item.trade-reveal {
    border-top-color: rgba(23, 23, 23, 0.08);
    position: relative;
  }

  body[data-page="trade-projects"] .trade-editorial-item.trade-reveal::before {
    background: rgba(23, 23, 23, 0.34);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 700ms var(--motion-editorial-ease);
    transition-delay: var(--trade-reveal-delay, 0ms);
  }

  body[data-page="trade-projects"] .trade-editorial-item.trade-reveal.is-visible::before {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="trade-projects"] .trade-reveal,
  body[data-page="trade-projects"] .trade-motion-ready
    :is(.trade-hero-header .eyebrow, .trade-hero-header h1, .trade-hero-support > *) {
    opacity: 1;
    transform: none;
  }

  body[data-page="trade-projects"] .trade-hero-media::before {
    display: none;
  }

  body[data-page="trade-projects"] .trade-hero-media img,
  body[data-page="trade-projects"] .trade-capability img,
  body[data-page="trade-projects"] .trade-checkbox > span {
    transform: none;
    transition: none;
  }
}

body[data-page="contact"] .contact-editorial-hero {
  background: var(--graphite);
  color: var(--warm-ivory);
  padding: clamp(1.25rem, 2.4vw, 2.4rem) max(3rem, calc((100vw - 1360px) / 2)) clamp(4.4rem, 7vw, 7.5rem);
}

body[data-page="contact"] .contact-editorial-hero .breadcrumb {
  color: rgba(246, 241, 232, 0.56);
  margin-bottom: clamp(3rem, 6vw, 6.5rem);
}

body[data-page="contact"] .contact-editorial-hero .breadcrumb a {
  color: var(--warm-ivory);
}

.contact-editorial-grid {
  align-items: end;
  display: grid;
  gap: clamp(2.5rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.contact-editorial-grid h1 {
  font-size: clamp(4.3rem, 7.6vw, 8.6rem);
  letter-spacing: -0.075em;
  line-height: 0.78;
  margin: 1.15rem 0 0;
}

.contact-editorial-grid h1 em {
  color: var(--muted-brass);
  font-family: var(--serif);
  font-weight: 400;
}

.contact-editorial-intro > p {
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.35;
  margin: 0 0 2rem;
  max-width: 29rem;
}

.contact-editorial-intro dl {
  border-top: 1px solid rgba(246, 241, 232, 0.24);
  margin: 0;
}

.contact-editorial-intro dl div {
  border-bottom: 1px solid rgba(246, 241, 232, 0.24);
  display: grid;
  gap: 1rem;
  grid-template-columns: 5.5rem 1fr;
  padding: 0.75rem 0;
}

.contact-editorial-intro dt {
  color: var(--muted-brass);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-editorial-intro dd {
  font-size: 0.9rem;
  margin: 0;
}

.contact-conversation {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: 1360px;
  padding: clamp(4rem, 7vw, 7.5rem) 3rem clamp(5rem, 9vw, 9rem);
}

.contact-conversation-heading {
  align-self: start;
  position: sticky;
  top: 8rem;
}

.contact-conversation-heading h2 {
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0.85rem 0 1.2rem;
  max-width: 8ch;
}

.contact-conversation-heading > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.62);
  line-height: 1.55;
  max-width: 24rem;
  min-height: 4.7em;
}

.contact-conversation-heading nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin-top: 2.2rem;
}

.contact-conversation-heading nav a,
.contact-reset {
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--deep-bronze);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 0 0.25rem;
}

.contact-form-stage {
  border-top: 1px solid var(--charcoal);
  min-height: 34rem;
  padding-top: 1.25rem;
}

.contact-support-form {
  display: grid;
  gap: 2rem;
}

.contact-honeypot {
  left: -9999px;
  position: absolute;
}

.contact-topic-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact-topic-fieldset legend,
.contact-field > span {
  display: block;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.035em;
  margin-bottom: 0.65rem;
}

.contact-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.contact-topic-grid label {
  cursor: pointer;
  position: relative;
}

.contact-topic-grid input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.contact-topic-grid span {
  border: 1px solid rgba(23, 23, 23, 0.28);
  border-radius: 999px;
  display: block;
  font-size: 0.83rem;
  font-weight: 700;
  padding: 0.72rem 1rem;
}

.contact-topic-grid input:checked + span {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--warm-ivory);
}

.contact-topic-grid input:focus-visible + span {
  outline: 2px solid var(--deep-bronze);
  outline-offset: 3px;
}

.contact-field-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
  display: block;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field > span em {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 500;
  margin-left: 0.3rem;
}

.contact-field input,
.contact-field textarea {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 0;
  color: var(--charcoal);
  font: inherit;
  min-height: 52px;
  padding: 0.82rem 0.9rem;
  width: 100%;
}

.contact-field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  background: var(--white);
  border-color: var(--charcoal);
  outline: 0;
}

.contact-field [aria-invalid="true"] {
  border-color: #8f2d2d;
}

.contact-field small,
.contact-field-error {
  color: rgba(23, 23, 23, 0.52);
  display: block;
  font-size: 0.74rem;
  line-height: 1.35;
  margin: 0.35rem 0 0;
  min-height: 1em;
}

.contact-field [data-contact-error]:not(:empty),
.contact-field-error:not(:empty),
[data-contact-status][data-state="error"] {
  color: #8f2d2d;
}

.contact-consent {
  align-items: start;
  display: grid;
  font-size: 0.78rem;
  gap: 0.65rem;
  grid-template-columns: auto 1fr;
  line-height: 1.45;
}

.contact-consent input {
  height: 18px;
  margin: 0.1rem 0 0;
  width: 18px;
}

.contact-consent a {
  border-bottom: 1px solid currentColor;
}

.contact-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-form-actions [data-contact-status] {
  font-size: 0.8rem;
  margin: 0;
}

.contact-form-actions .button {
  border-radius: 0;
  min-height: 52px;
  min-width: 210px;
}

.contact-success {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.contact-success h2 {
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin: 0.85rem 0 1.5rem;
}

.contact-success > p:not(.eyebrow) {
  color: rgba(23, 23, 23, 0.62);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

@media (max-width: 820px) {
  body[data-page="contact"] .contact-editorial-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-editorial-grid,
  .contact-conversation {
    grid-template-columns: 1fr;
  }

  .contact-editorial-grid h1 {
    font-size: clamp(3.7rem, 16vw, 6.5rem);
  }

  .contact-editorial-intro {
    max-width: 34rem;
  }

  .contact-conversation {
    gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-conversation-heading {
    position: static;
  }

  .contact-conversation-heading h2 {
    max-width: 10ch;
  }

  .contact-conversation-heading > p:not(.eyebrow) {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  body[data-page="contact"] .contact-editorial-hero {
    padding-bottom: 3.5rem;
  }

  body[data-page="contact"] .contact-editorial-hero .breadcrumb {
    margin-bottom: 3.25rem;
  }

  .contact-editorial-grid {
    gap: 2.4rem;
  }

  .contact-editorial-grid h1 {
    line-height: 0.82;
  }

  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .contact-field--full {
    grid-column: auto;
  }

  .contact-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-topic-grid span {
    height: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
  }

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-form-actions .button {
    width: 100%;
  }
}
