html[data-site-theme="diamond"] {
  color-scheme: light;
  --site-load-more-enabled: 1;
  --diamond-ink: #17211e;
  --diamond-ink-soft: #44514d;
  --diamond-evergreen: #23483f;
  --diamond-evergreen-dark: #17352e;
  --diamond-gold: #9a733f;
  --diamond-gold-text: #795426;
  --diamond-ivory: #f5f1e9;
  --diamond-paper: #fffdfa;
  --diamond-mist: #e9eeeb;
  --diamond-line: #d8d0c3;
  --diamond-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --diamond-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --site-bg: var(--diamond-paper);
  --site-surface: #fff;
  --site-ink: var(--diamond-ink);
  --site-text: var(--diamond-ink);
  --site-muted: #59645f;
  --site-line: var(--diamond-line);
  --site-pal-accent: var(--diamond-evergreen);
  --site-pal-accent-hover: var(--diamond-evergreen-dark);
  --site-heading-color: var(--diamond-ink);
  --site-accent: var(--diamond-evergreen);
  --site-accent-hover: var(--diamond-evergreen-dark);
  --site-radius: 0;
  --site-control-radius: 0;
  --site-screen-pad: clamp(1rem, 4vw, 4.5rem);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../vendor/font-awesome/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../vendor/font-awesome/webfonts/fa-solid-900.woff2") format("woff2");
}

html[data-site-theme="diamond"] body.marketing {
  margin: 0;
  color: var(--diamond-ink);
  background: var(--diamond-paper);
  font-family: var(--diamond-sans);
  font-feature-settings: "kern" 1, "liga" 1;
}

html[data-site-theme="diamond"] body.marketing :where(h1, h2, h3, .h1, .site-page-title, .site-shop-detail-title) {
  color: var(--diamond-ink);
  font-family: var(--diamond-serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

html[data-site-theme="diamond"] body.marketing :focus-visible {
  outline: 2px solid var(--diamond-evergreen);
  outline-offset: 4px;
}

html[data-site-theme="diamond"] body.marketing :is(button, a[role="button"], [data-site-button]):not(:disabled):active {
  transform: scale(.98);
}

html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] {
  color: #fff;
  background: var(--diamond-evergreen-dark);
}

html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] > div {
  display: flex;
  width: min(100%, 100rem);
  min-height: 2.25rem;
  margin: 0 auto;
  padding: .45rem clamp(1rem, 4vw, 4rem);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  white-space: nowrap;
}

html[data-site-theme="diamond"] body.marketing .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--diamond-ink);
  border-bottom: 1px solid rgba(23, 33, 30, .14);
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-site-theme="diamond"] body.marketing .site-header > div {
  width: min(100%, 100rem);
  max-width: none;
  min-height: 5rem;
  padding-inline: clamp(1rem, 3.5vw, 3.75rem);
  gap: clamp(.8rem, 2.5vw, 2.75rem);
}

html[data-site-theme="diamond"] body.marketing [data-site-brand] > img {
  width: min(5.2rem, 24vw);
  height: 2.6rem;
  max-width: none;
  border-radius: 0;
  object-fit: contain;
}

html[data-site-theme="diamond"] body.marketing [data-site-brand] > strong {
  color: var(--diamond-ink);
  font-family: var(--diamond-serif);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing [data-site-brand] > span,
html[data-site-theme="diamond"] body.marketing [data-footer-brand] > header > span {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--diamond-gold);
  border-radius: 50%;
  background: conic-gradient(from 45deg, #fff 0 12.5%, #d8c6a7 0 25%, #fff 0 37.5%, #9a733f 0 50%, #fff 0 62.5%, #d8c6a7 0 75%, #fff 0 87.5%, #9a733f 0);
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a, .site-nav-mobile-group > summary, [data-site-mobile-nav] > div > a) {
  padding: .75rem .7rem;
  border-radius: 0;
  color: var(--diamond-ink-soft);
  background: transparent;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .105em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a):hover,
html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a)[data-current="true"] {
  color: var(--diamond-evergreen);
  background: transparent;
  text-decoration: none;
}

html[data-site-theme="diamond"] body.marketing .site-header [data-site-desktop-nav] .site-nav-item[data-depth="root"] > a:hover,
html[data-site-theme="diamond"] body.marketing .site-header [data-site-desktop-nav] .site-nav-item[data-depth="root"] > a[data-current="true"],
html[data-site-theme="diamond"] body.marketing .site-header [data-site-desktop-nav] .site-nav-item[data-depth="root"] > a[data-current="true"]:hover {
  color: var(--diamond-evergreen);
  background: transparent;
}

/* Keep dropdown indicators outside the active label underline. */
html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a):hover > span:not([aria-hidden="true"]):not(.site-nav-badge),
html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a)[data-current="true"] > span:not([aria-hidden="true"]):not(.site-nav-badge) {
  text-decoration: underline;
  text-decoration-color: var(--diamond-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: .6rem;
}

html[data-site-theme="diamond"] body.marketing .site-header :is([data-site-nav-link], .site-nav-item > a)[data-current="true"] > span[aria-hidden="true"] {
  text-decoration: none;
}

html[data-site-theme="diamond"] body.marketing :where([data-site-cart-link], [data-site-header-search] > button, [data-site-user-login], [data-site-user-menu] > summary) {
  color: var(--diamond-ink);
  border-color: transparent;
  border-radius: 0;
  background: transparent;
}

html[data-site-theme="diamond"] body.marketing :where([data-site-cart-link], [data-site-header-search] > button, [data-site-user-login], [data-site-user-menu] > summary):hover {
  color: var(--diamond-evergreen);
  background: rgba(35, 72, 63, .08);
}

html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > a[data-role="login"] {
  display: inline-flex;
  min-width: 5.5rem;
  min-height: 2.7rem;
  padding: 0 1.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--diamond-evergreen);
  border-radius: 0;
  color: var(--diamond-evergreen);
  background: transparent;
  font-family: var(--diamond-sans);
  font-size: .69rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > a[data-role="login"]:hover {
  color: #fff;
  background: var(--diamond-evergreen);
  box-shadow: 0 .45rem 1.2rem rgba(35, 72, 63, .16);
  transform: translateY(-1px);
}

html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > a[data-role="login"]:focus-visible {
  outline: 2px solid var(--diamond-gold);
  outline-offset: 3px;
}

html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > a[data-role="login"]:active {
  box-shadow: none;
  transform: translateY(0);
}

html[data-site-theme="diamond"] body.marketing :where([data-site-nav-dropdown], .site-nav-mega, [data-site-user-menu] > div[role="menu"], .site-search-dialog) {
  color: var(--diamond-ink);
  border-color: var(--diamond-line);
  border-radius: 0;
  background: var(--diamond-paper);
  box-shadow: 0 22px 48px rgba(23, 33, 30, .12);
}

html[data-site-theme="diamond"] body.marketing [data-site-nav-dropdown][data-position="root"] {
  min-width: min(22rem, calc(100vw - 2rem));
}

html[data-site-theme="diamond"] body.marketing [data-site-nav-dropdown] .site-nav-item > a {
  color: var(--diamond-ink);
  background: transparent;
  white-space: normal;
  overflow-wrap: anywhere;
}

html[data-site-theme="diamond"] body.marketing [data-site-nav-dropdown] .site-nav-item > a:hover,
html[data-site-theme="diamond"] body.marketing [data-site-nav-dropdown] .site-nav-item > a:focus-visible {
  color: var(--diamond-evergreen);
  background: var(--diamond-ivory);
  text-decoration: none;
}

html[data-site-theme="diamond"] body.marketing main > .site-home-page {
  color: var(--diamond-ink);
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] {
  position: relative;
  min-height: min(54rem, calc(100svh - 7.25rem));
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, var(--diamond-evergreen-dark), #41655c);
  isolation: isolate;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > div,
html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > div picture,
html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > div img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > div img {
  display: block;
  object-fit: cover;
  object-position: center;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero]::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 32, 27, .7) 0, rgba(12, 32, 27, .32) 48%, rgba(12, 32, 27, .08) 76%);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 100rem);
  min-height: min(54rem, calc(100svh - 7.25rem));
  margin: 0 auto;
  padding: clamp(5rem, 13vh, 9rem) clamp(1.25rem, 6vw, 6rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header > p:first-child,
html[data-site-theme="diamond"] body.marketing :where([data-diamond-categories], [data-diamond-products], [data-diamond-story], [data-diamond-journal]) header > p:first-child,
html[data-site-theme="diamond"] body.marketing [data-diamond-products] > div > header > div > p {
  margin: 0 0 1rem;
  color: var(--diamond-gold-text);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header > p:first-child {
  color: rgba(255, 255, 255, .9);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 6.2vw, 6.8rem);
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header > p:nth-of-type(2) {
  max-width: 37rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header > nav {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: .75rem;
}

html[data-site-theme="diamond"] body.marketing [data-site-button] {
  display: inline-flex;
  min-height: 2.9rem;
  padding: .75rem 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--diamond-evergreen);
  border-radius: 0;
  color: var(--diamond-evergreen);
  background: transparent;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 90ms ease;
}

html[data-site-theme="diamond"] body.marketing [data-site-button][data-button-variant="primary"],
html[data-site-theme="diamond"] body.marketing :is(.site-btn-primary, [data-checkout-button][data-button-variant="primary"], [data-cart-button][data-button-variant="primary"]) {
  border-color: var(--diamond-evergreen);
  border-radius: 0;
  color: #fff;
  background: var(--diamond-evergreen);
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing [data-site-button]:hover,
html[data-site-theme="diamond"] body.marketing [data-site-button][data-button-variant="primary"]:hover,
html[data-site-theme="diamond"] body.marketing :is(.site-btn-primary, [data-checkout-button][data-button-variant="primary"], [data-cart-button][data-button-variant="primary"]):hover {
  border-color: var(--diamond-evergreen-dark);
  color: #fff;
  background: var(--diamond-evergreen-dark);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] [data-site-button] {
  min-width: 13.5rem;
  border-color: #fff;
  color: #fff;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] [data-site-button][data-button-variant="primary"] {
  color: var(--diamond-evergreen-dark);
  background: #fff;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-hero] [data-site-button]:hover {
  border-color: var(--diamond-ivory);
  color: var(--diamond-evergreen-dark);
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-scroll] {
  position: absolute;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: 2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing :where([data-diamond-categories], [data-diamond-products], [data-diamond-journal]) > div {
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
}

html[data-site-theme="diamond"] body.marketing :where([data-diamond-categories], [data-diamond-journal]) > div > header {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

html[data-site-theme="diamond"] body.marketing :where([data-diamond-categories], [data-diamond-products], [data-diamond-story], [data-diamond-journal]) h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 1.04;
  text-wrap: balance;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] {
  scroll-margin-top: 7rem;
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.65rem, 1.6vw, 1.5rem);
  list-style: none;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] a {
  display: block;
  color: var(--diamond-ink);
  text-align: center;
  text-decoration: none;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] figure {
  aspect-ratio: 1;
  margin: 0 0 1.1rem;
  overflow: hidden;
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(.2, .65, .25, 1);
}

html[data-site-theme="diamond"] body.marketing :where([data-diamond-categories], [data-diamond-story]) figure > span:only-child {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, transparent 46%, rgba(154, 115, 63, .38) 47% 53%, transparent 54%) center / 5rem 5rem no-repeat,
    linear-gradient(45deg, transparent 46%, rgba(154, 115, 63, .25) 47% 53%, transparent 54%) center / 5rem 5rem no-repeat,
    radial-gradient(circle at 50% 42%, #fff 0, var(--diamond-mist) 46%, var(--diamond-ivory) 100%);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] a:hover img {
  transform: scale(1.035);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-categories] a > span {
  font-family: var(--diamond-serif);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-products] {
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-products] > div > header {
  display: flex;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-products] > div > header > a,
html[data-site-theme="diamond"] body.marketing [data-tone-grid] a {
  color: var(--diamond-evergreen);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-products] > div > header > a {
  display: inline-flex;
  padding-bottom: .35rem;
  align-items: center;
  gap: .55rem;
  border-bottom: 1px solid currentColor;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing [data-tone-grid],
html[data-site-theme="diamond"] body.marketing :is(.site-shop-grid, [data-shop-grid]) {
  gap: clamp(1rem, 2vw, 2rem);
}

html[data-site-theme="diamond"] body.marketing .site-shop-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing .site-shop-card > a > figure,
html[data-site-theme="diamond"] body.marketing .site-shop-card > figure {
  border: 0;
  border-radius: 0;
  background: transparent;
}

html[data-site-theme="diamond"] body.marketing .site-shop-card > a > figure > div:first-child,
html[data-site-theme="diamond"] body.marketing .site-shop-card > figure > div:first-child {
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: none;
  overflow: hidden;
  background: #f1ede5;
}

html[data-site-theme="diamond"] body.marketing .site-shop-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

html[data-site-theme="diamond"] body.marketing .site-shop-card:hover img {
  transform: scale(1.025);
}

html[data-site-theme="diamond"] body.marketing .site-shop-card :where(h2, h3, strong) {
  font-family: var(--diamond-serif);
  font-weight: 400;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-products] .site-shop-card figure figcaption > p > span:last-child {
  color: var(--diamond-ink-soft);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] {
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] > div {
  display: grid;
  width: min(100%, 100rem);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] figure {
  min-height: 43rem;
  margin: 0;
  overflow: hidden;
  background: var(--diamond-mist);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] article {
  display: flex;
  padding: clamp(3.5rem, 8vw, 8rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--diamond-mist);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] article > p:first-child {
  margin: 0 0 1rem;
  color: var(--diamond-gold-text);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-story] article > p:not(:first-child) {
  max-width: 34rem;
  margin: 1.5rem 0 2rem;
  color: var(--diamond-ink-soft);
  line-height: 1.8;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] {
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--diamond-line);
  list-style: none;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list > li {
  border-right: 1px solid var(--diamond-line);
  border-bottom: 1px solid var(--diamond-line);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list > li:nth-child(3n + 1) {
  border-left: 1px solid var(--diamond-line);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list a {
  display: grid;
  min-height: 11rem;
  padding: 1.5rem;
  color: var(--diamond-ink);
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 1.5rem;
  text-decoration: none;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list a > span:first-child {
  grid-column: 1 / -1;
  font-family: var(--diamond-serif);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.25;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list a:hover {
  color: var(--diamond-evergreen);
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-journal] > div > p:last-child {
  margin: 2rem 0 0;
  text-align: center;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] {
  border-block: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  background: var(--diamond-evergreen-dark);
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] > div {
  display: grid;
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 4rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article {
  padding: 0 clamp(1rem, 2.5vw, 2.5rem);
  border-right: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:first-child {
  padding-left: 0;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:last-child {
  padding-right: 0;
  border-right: 0;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article > svg {
  margin-bottom: 1rem;
  color: #d6b681;
  font-size: 1.3rem;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] h2 {
  margin: 0;
  color: #fff;
  font-family: var(--diamond-sans);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] p {
  margin: .7rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .83rem;
  line-height: 1.6;
}

html[data-site-theme="diamond"] body.marketing .site-footer {
  color: #e8edea;
  border-top: 0;
  background: #101d19;
}

html[data-site-theme="diamond"] body.marketing .site-footer :where(a, h2, h3, strong) {
  color: #fff;
}

html[data-site-theme="diamond"] body.marketing .site-footer a:hover {
  color: #d6b681;
}

/* Diamond footer: the four navigation groups share one balanced row. */
html[data-site-theme="diamond"] body.marketing .site-footer > div:first-of-type {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "links"
    "newsletter";
  row-gap: clamp(2.75rem, 5vw, 4.75rem);
}

html[data-site-theme="diamond"] body.marketing [data-footer-columns] {
  grid-area: links;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] {
  grid-area: newsletter;
  width: min(100%, 22.5rem);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > :is(h2, h4) {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--diamond-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: none;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form {
  position: relative;
  display: block;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form > label {
  display: block;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form input {
  min-height: 3rem;
  padding: 0 3.5rem 0 1.25rem;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form input:hover {
  border-color: rgba(255, 255, 255, .82);
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: inset 0 0 0 1px #fff;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form input[aria-invalid="true"] {
  border-color: #f87171;
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form button {
  position: absolute;
  inset: 0 0 0 auto;
  width: 3.25rem;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 0;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form button::before {
  content: "→";
  font-family: var(--diamond-sans);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form button:hover {
  color: #d6b681;
  background: transparent;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form button:focus-visible {
  outline: 2px solid #d6b681;
  outline-offset: -4px;
}

html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] > form button:active:not(:disabled) {
  transform: translateX(.15rem);
}

@media (max-width: 767px) {
  html[data-site-theme="diamond"] body.marketing .site-footer > div:first-of-type {
    grid-template-areas:
      "links"
      "newsletter";
  }

  html[data-site-theme="diamond"] body.marketing [data-footer-columns] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-footer-subscribe] {
    width: min(100%, 20rem);
  }
}

html[data-site-theme="diamond"] body.marketing [data-footer-bar] > div > p:first-child {
  grid-column: 1;
}

html[data-site-theme="diamond"] body.marketing [data-footer-bar] :is(nav, [data-footer-social-placeholder]) {
  grid-column: 2;
}

html[data-site-theme="diamond"] body.marketing [data-footer-bar] > div > p:last-child {
  grid-column: 3;
}

html[data-site-theme="diamond"] body.marketing main:not(:has(> .site-home-page)) {
  color: var(--diamond-ink);
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing .site-article-doc > div > section[data-page-kind="shop-detail"] {
  width: min(calc(100% - 8vw), 94rem);
  margin-inline: auto;
}

html[data-site-theme="diamond"] body.marketing .site-article-page section[data-page-kind="article"] > header {
  max-width: 68rem;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-toc-wrap][hidden] + [data-rich-html] {
  width: min(100%, 56rem);
  margin-inline: auto;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-rich-html] {
  color: var(--diamond-ink-soft);
  font-size: clamp(1.03rem, 1.15vw, 1.14rem);
  line-height: 1.9;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-rich-html] p {
  margin: 0 0 1.45em;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-rich-html] :is(h2, h3, h4) {
  color: var(--diamond-ink);
  font-family: var(--diamond-serif);
  font-weight: 400;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-rich-html] img {
  display: block;
  margin: clamp(1.5rem, 4vw, 3rem) auto;
}

html[data-site-theme="diamond"] body.marketing .site-article-page [data-rich-html] a {
  color: var(--diamond-evergreen);
  text-decoration-color: var(--diamond-gold);
  text-underline-offset: .18em;
}

html[data-site-theme="diamond"] body.marketing :where(.site-article-doc-inner, .site-shop-page > div, .site-category-page > div, .site-search-page > div, .site-cart-page > div, .site-checkout-page > div) {
  width: min(100%, 94rem);
}

html[data-site-theme="diamond"] body.marketing :where(.site-shop-detail-gallery > figure, .site-shop-card, .site-panel, .site-card, [data-cart-summary], [data-checkout-summary]) {
  border-radius: 0;
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing .site-shop-detail-gallery > figure {
  border-color: var(--diamond-line);
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing [data-shop-detail-info] > [data-info-kind="price"] {
  border-block: 0;
}

html[data-site-theme="diamond"] body.marketing [data-shop-detail-info] > :is(.site-shop-variants, [data-shop-variants]) {
  border-top: 0;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] {
  position: relative;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-top: 1rem;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > :not([data-site-load-more]):not(output) {
  display: none;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > [data-site-load-more] {
  display: inline-flex;
  width: min(100%, 24rem);
  min-height: 3.2rem;
  padding: .8rem 1.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--diamond-evergreen);
  border-radius: 0;
  color: #fff;
  background: var(--diamond-evergreen);
  font: inherit;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > [data-site-load-more]:hover:not([aria-disabled="true"]) {
  color: var(--diamond-evergreen);
  background: transparent;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > [data-site-load-more]:active:not([aria-disabled="true"]) {
  transform: scale(.98);
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > [data-site-load-more]:focus-visible {
  outline: 2px solid var(--diamond-gold);
  outline-offset: 3px;
}

html[data-site-theme="diamond"] body.marketing .site-pager[data-load-more-ready="true"] > [data-site-load-more][aria-disabled="true"] {
  opacity: .62;
  cursor: wait;
  pointer-events: none;
}

html[data-site-theme="diamond"] body.marketing .site-pager > output {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-layout] {
  grid-template-columns: minmax(0, 1.65fr) minmax(20rem, .72fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-toolbar] {
  min-height: 2.5rem;
  align-items: center;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-toolbar-action] {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--diamond-line);
  border-radius: 50%;
  color: var(--diamond-ink-soft);
  background: #fff;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-toolbar-action]:hover:not(:disabled) {
  border-color: var(--diamond-evergreen);
  color: var(--diamond-evergreen);
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-action] svg {
  width: .9rem;
  height: .9rem;
  display: block;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-head] > [data-cart-action="remove"] {
  width: 1.8rem;
  height: 1.8rem;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-item] {
  padding-block: clamp(1.25rem, 2.5vw, 2rem);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-image] {
  border: 1px solid var(--diamond-line);
  background: var(--diamond-ivory);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-quantity-field] > input {
  border: 0;
  background: transparent;
  box-shadow: none;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-summary] {
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border: 1px solid var(--diamond-line);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1.25rem 3.5rem rgba(23, 33, 30, .08);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon] {
  display: grid;
  gap: .65rem;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-label] {
  color: var(--diamond-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-row] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-input] {
  min-width: 0;
  min-height: 2.85rem;
  padding: .7rem .85rem;
  border: 1px solid var(--diamond-line);
  background: var(--diamond-paper);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-apply] {
  min-height: 2.85rem;
  padding: .65rem 1rem;
  border: 1px solid var(--diamond-evergreen);
  color: var(--diamond-evergreen);
  background: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page #shopCartQuotePanel {
  margin-top: 1.5rem;
  padding-top: 0;
  border-top: 0;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-totals],
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl {
  display: grid;
  gap: .8rem;
  margin: 0;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row],
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1rem;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row] :is(dt, dd),
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div > :is(dt, dd) {
  min-width: 0;
  margin: 0;
  white-space: nowrap;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row] dt,
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div > dt {
  color: var(--diamond-ink-soft);
  font-size: .9rem;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row] dd,
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div > dd {
  color: var(--diamond-ink);
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row][data-total-kind="grand"],
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div[data-total="grand"] {
  margin-top: .35rem;
  padding-top: .35rem;
  border-top: 0;
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-total-row][data-total-kind="grand"] :is(dt, dd),
html[data-site-theme="diamond"] body.marketing .site-shop-cart-page .site-shop-cart-quote-panel > dl > div[data-total="grand"] > :is(dt, dd) {
  color: var(--diamond-evergreen-dark);
  font-family: var(--diamond-serif);
}

html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-checkout] {
  min-height: 3.25rem;
  margin-top: 1.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-site-theme="diamond"] body.marketing :where(input, select, textarea) {
  border-color: #b9b2a8;
  border-radius: 0;
  color: var(--diamond-ink);
  background: #fff;
}

html[data-site-theme="diamond"] body.marketing :where(input, select, textarea):focus {
  border-color: var(--diamond-evergreen);
  box-shadow: 0 0 0 3px rgba(35, 72, 63, .12);
}

html[data-site-theme="diamond"] body.marketing :where(.site-btn, .btn, [data-cart-button], [data-checkout-button]) {
  border-radius: 0;
}

@media (max-width: 1023px) {
  html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] > div {
    justify-content: center;
  }

  html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] span:not(:first-child) {
    display: none;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-categories] ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  html[data-site-theme="diamond"] .diamond-shell > aside[role="note"] > div {
    min-height: 2rem;
    padding-block: .4rem;
    font-size: .6rem;
  }

  html[data-site-theme="diamond"] body.marketing .site-header > div {
    min-height: 4.25rem;
  }

  html[data-site-theme="diamond"] body.marketing .site-header [data-site-mobile-nav] > summary {
    color: var(--diamond-evergreen-dark);
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html[data-site-theme="diamond"] body.marketing .site-header [data-site-mobile-nav] > summary > :is(i, svg) {
    color: inherit;
    font-size: 1.25rem;
  }

  html[data-site-theme="diamond"] body.marketing .site-header [data-site-mobile-nav] > summary:hover {
    color: var(--diamond-evergreen);
    border-color: transparent;
    background: transparent;
  }

  html[data-site-theme="diamond"] body.marketing .site-header [data-site-mobile-nav] > summary:active {
    transform: scale(.96);
  }

  html[data-site-theme="diamond"] body.marketing .site-header [data-site-mobile-nav] > summary:focus-visible {
    outline: 2px solid var(--diamond-gold);
    outline-offset: 2px;
  }

  html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > a[data-role="login"] {
    display: none;
  }

  html[data-site-theme="diamond"] body.marketing [data-site-header-actions] > [data-site-user-login] {
    display: inline-flex;
  }

  html[data-site-theme="diamond"] body.marketing [data-footer-bar] > div > :is(p, nav, [data-footer-social-placeholder]) {
    grid-column: auto;
  }

  html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-row] {
    grid-template-columns: 1fr;
  }

  html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-layout] {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  html[data-site-theme="diamond"] body.marketing .site-shop-cart-page :is([data-cart-main], [data-cart-summary]) {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  html[data-site-theme="diamond"] body.marketing .site-shop-cart-page [data-cart-coupon-apply] {
    width: 100%;
  }

  html[data-site-theme="diamond"] body.marketing [data-site-brand] > strong {
    font-size: 1rem;
    letter-spacing: .08em;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-hero],
  html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header {
    min-height: min(46rem, calc(100svh - 6.25rem));
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-hero]::after {
    background: linear-gradient(0deg, rgba(12, 32, 27, .75), rgba(12, 32, 27, .08) 78%);
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header {
    padding: 6rem 1.25rem 4.5rem;
    justify-content: flex-end;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-hero] h1 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-hero] > header > nav,
  html[data-site-theme="diamond"] body.marketing [data-diamond-hero] [data-site-button] {
    width: 100%;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-scroll] {
    display: none;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-products] > div > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-story] > div {
    grid-template-columns: 1fr;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-story] figure {
    min-height: 0;
    aspect-ratio: 4 / 4.6;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-story] article {
    padding: 3.5rem 1.25rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list {
    grid-template-columns: 1fr;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list > li,
  html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list > li:nth-child(3n + 1) {
    border-inline: 1px solid var(--diamond-line);
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-journal] .tone-news-list a {
    min-height: 8rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] > div {
    grid-template-columns: 1fr;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article,
  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:first-child,
  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:last-child {
    padding: 0 0 2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-assurance] article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  html[data-site-theme="diamond"] body.marketing [data-diamond-categories] ul {
    gap: .75rem;
  }

  html[data-site-theme="diamond"] body.marketing [data-diamond-categories] figure {
    margin-bottom: .75rem;
  }
}

html[data-site-theme="diamond"] body.marketing .site-search-root [hidden] {
  display: none !important;
}

html[data-site-theme="diamond"] body.marketing .site-search-root > section[role="dialog"] > #siteSearchLoadMore:not([hidden]) {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

html[data-site-theme="diamond"] body.marketing .site-search-root {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}

html[data-site-theme="diamond"] body.marketing .site-search-root > section[role="dialog"] {
  width: min(92vw, 26rem);
  height: 100%;
  max-height: none;
  margin: 0;
  padding: max(1.25rem, env(safe-area-inset-top)) max(1.1rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) 1.1rem;
  border: 0;
  border-left: 1px solid var(--diamond-line);
  border-radius: 0;
  box-shadow: -1.5rem 0 4rem rgba(20, 15, 10, .24);
  animation: diamond-search-drawer-enter .24s ease-out both;
}

@keyframes diamond-search-drawer-enter {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  html[data-site-theme="diamond"] body.marketing *,
  html[data-site-theme="diamond"] body.marketing *::before,
  html[data-site-theme="diamond"] body.marketing *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
