:root {
  --navy: #0a2463;
  --navy-deep: #061536;
  --ivory: #f6f2eb;
  --sand: #e7ded1;
  --gold: #b08b4a;
  --ink: #111827;
  --mist: #a8a9ad;
  --white: #fff;
  --canvas: #061536;
  --canvas-deep: #040e28;
  --surface: #0b214d;
  --surface-raised: #102a5e;
  --text: #f3eee6;
  --muted: #9aa3af;
  --line: rgba(231, 222, 209, .16);
  --serif: "EB Garamond", Garamond, "Times New Roman", serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: min(1480px, calc(100vw - 80px));
  --section-space: 80px;
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  position: fixed;
  inset-inline: 0;
  top: var(--menu-scroll-offset, 0);
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.home-main {
  position: relative;
}

.section-anchor {
  position: relative;
  top: -90px;
  display: block;
  visibility: hidden;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  border: 1px solid var(--line);
  background: var(--surface-raised);
  color: var(--text);
  padding: 12px 18px;
  transition: top .2s;
}

.skip-link:focus {
  top: 16px;
}

.announcement {
  height: 32px;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: var(--canvas-deep);
  color: var(--text);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .16em;
}

.announcement p {
  margin: 0;
}

.announcement a {
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.site-header {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 32px;
  height: 104px;
  color: var(--white);
  transition: color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}

.site-header.is-fixed {
  position: fixed;
  top: 0;
  height: 78px;
  color: var(--text);
  background: rgba(6, 21, 54, .95);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 44px);
}

.mobile-nav-home,
.mobile-nav-secondary {
  display: none;
}

.main-nav a,
.header-actions {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .3s var(--ease);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.brand {
  width: 190px;
  height: 74px;
  display: grid;
  place-items: center;
}

.brand-logo {
  grid-area: 1 / 1;
  width: 190px;
  height: auto;
  object-fit: contain;
  transition: opacity .25s;
}

.brand-logo--dark {
  opacity: 0;
}

.is-fixed .brand-logo--light {
  opacity: 1;
}

.is-fixed .brand-logo--dark {
  opacity: 0;
}

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

.icon-button {
  width: 34px;
  height: 34px;
  padding: 6px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.bag-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0 7px 4px;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
}

.bag-icon {
  display: none;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bag-count {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 32px);
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

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

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(3, 12, 31, .82) 0%, rgba(3, 12, 31, .52) 38%, rgba(3, 12, 31, .08) 72%, rgba(3, 12, 31, .18) 100%), linear-gradient(180deg, rgba(2, 9, 24, .36) 0%, transparent 32%, rgba(2, 9, 24, .3) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
}

.eyebrow {
  margin: 0 0 22px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 1px;
  margin: 0 14px 3px 0;
  background: var(--gold);
}

.eyebrow--dark {
  color: #d1bd98;
}

.hero h1 {
  max-width: 790px;
  margin: 0;
  font: 500 clamp(70px, 7.2vw, 124px)/.82 var(--serif);
  letter-spacing: -.045em;
}

.hero-copy {
  max-width: 550px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.button--light {
  background: var(--text);
  color: var(--canvas);
}

.button--light:hover,
.button--light:focus-visible {
  background: var(--gold);
  color: var(--canvas);
}

.button--dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button--dark:hover,
.button--dark:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-deep);
  outline: 0;
}

.button--outline-light {
  border-color: rgba(255, 255, 255, .48);
  color: var(--white);
}

.button--outline-light:hover,
.button--outline-light:focus-visible {
  background: var(--white);
  color: var(--navy);
}

.text-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  padding-bottom: 4px;
  color: var(--text);
  border-bottom: 1px solid rgba(243, 238, 230, .34);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

.text-link span {
  transition: transform .25s var(--ease);
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, -3px);
}

.text-link--light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
}

.video-control {
  position: absolute;
  z-index: 3;
  right: 40px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  border: 0;
  background: transparent;
  color: var(--white);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .16em;
  cursor: pointer;
}

.video-control-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  font-size: 9px;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .2em;
}

.hero-scroll i {
  width: 1px;
  height: 35px;
  overflow: hidden;
  background: rgba(255, 255, 255, .35);
}

.hero-scroll i::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: var(--white);
  animation: scroll-line 1.8s infinite var(--ease);
}

@keyframes scroll-line {
  0% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(36px);
  }
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(500px, 1.5fr);
  gap: 7vw;
  align-items: start;
}

.manifesto-kicker {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 14px;
  color: var(--text);
}

.manifesto-kicker p {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .16em;
}

.section-index {
  color: var(--gold);
  font: 500 20px var(--serif);
}

.manifesto-copy h2 {
  margin: 0;
  color: var(--text);
  font: 500 clamp(32px, 3.5vw, 52px)/1 var(--serif);
  letter-spacing: -.035em;
}

.manifesto-copy>p {
  max-width: 680px;
  margin: 40px 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.collection-showcase {
  padding-block: clamp(88px, 7vw, 112px) 0;
  display: flow-root;
  color: var(--ink);
  background: var(--ivory);
}

.section-heading.collection-showcase__heading {
  margin-bottom: clamp(38px, 4vw, 58px);
}

.collection-showcase__intro {
  max-width: 520px;
  display: grid;
  justify-items: start;
  gap: 20px;
}

.collection-showcase__intro p {
  margin: 0;
  color: #626a77;
  font-size: 13px;
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 52px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.section-heading h2,
.reviews h2,
.faq h2 {
  margin: 0;
  color: var(--text);
  font: 500 clamp(34px, 3vw, 48px)/1 var(--serif);
  letter-spacing: -.035em;
}

.section-heading>p {
  max-width: 420px;
  margin: 0 0 6px;
  color: var(--muted);
}

.collection-showcase__heading h2 {
  color: var(--navy);
}

.collection-showcase__grid {
  display: grid;
  grid-template-columns: .88fr .88fr 1.46fr .88fr .88fr;
  gap: clamp(8px, .9vw, 15px);
  align-items: start;
}

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

.collection-showcase__item a {
  display: block;
  color: var(--navy);
}

.collection-showcase__visual {
  position: relative;
  height: clamp(390px, 39vw, 610px);
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: #d9d1c6;
}

.collection-showcase__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #ded6ca;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform .82s var(--ease);
}

.collection-showcase__item.is-visible .collection-showcase__visual::after {
  transform: scaleY(0);
  transition-delay: calc(var(--reveal-delay, 0ms) + 70ms);
}

.collection-showcase__visual img {
  --media-scale: 1.035;
  width: 100%;
  height: calc(100% + 34px);
  margin-top: -17px;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transform: translate3d(0, var(--motion-shift, 0px), 0) scale(var(--media-scale));
  transition: transform .24s linear, filter .65s var(--ease);
}

.collection-showcase__item:nth-child(1) img {
  object-position: 47% center;
}

.collection-showcase__item:nth-child(2) img {
  object-position: 50% center;
}

.collection-showcase__item:nth-child(3) img {
  object-position: 52% center;
}

.collection-showcase__item:nth-child(4) img {
  object-position: 67% center;
}

.collection-showcase__item:nth-child(5) img {
  object-position: 48% center;
}

.collection-showcase__item h3 {
  margin: 19px 8px 0;
  color: var(--navy);
  text-align: center;
  text-transform: uppercase;
  font: 500 clamp(10px, .8vw, 13px)/1.25 var(--sans);
  letter-spacing: .2em;
}

.collection-showcase__item:hover img,
.collection-showcase__item a:focus-visible img {
  --media-scale: 1.055;
  filter: saturate(.94) contrast(1.05);
}

.collection-showcase__item h3::after {
  content: "";
  width: 0;
  height: 1px;
  margin: 8px auto 0;
  display: block;
  background: var(--gold);
  transition: width .35s var(--ease);
}

.collection-showcase__item:hover h3::after,
.collection-showcase__item a:focus-visible h3::after {
  width: 34px;
}

.section-heading--products {
  align-items: end;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

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

.product-visual {
  position: relative;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: var(--surface-raised);
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.86) saturate(.92);
  transition: transform .7s var(--ease), filter .7s var(--ease);
}

.product-card:hover .product-visual img {
  transform: scale(1.035);
  filter: brightness(.96) saturate(.98);
}

.product-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(6, 21, 54, .9);
  color: var(--text);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .13em;
}

.product-badge--light {
  border-color: transparent;
  background: var(--gold);
  color: var(--canvas);
}

.favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(6, 21, 54, .86);
  color: var(--text);
  font: 23px/1 var(--serif);
  cursor: pointer;
  transition: background .25s, color .25s;
}

.favorite-button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--canvas);
}

.quick-add {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 44px;
  transform: translateY(calc(100% + 18px));
  border: 0;
  background: rgba(6, 21, 54, .95);
  color: var(--white);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .14em;
  cursor: pointer;
  transition: transform .32s var(--ease), background .25s;
}

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

.quick-add:hover {
  background: var(--gold);
  color: var(--canvas);
}

.product-info {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 17px;
}

.product-info p {
  margin: 0 0 1px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .12em;
}

.product-info h3 {
  margin: 0;
  color: var(--text);
  font: 500 17px/1.22 var(--serif);
}

.product-info .product-price {
  margin-top: 5px;
  color: var(--text);
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.swatches small {
  margin-left: 3px;
  color: var(--muted);
  font-size: 9px;
}

.swatch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(243, 238, 230, .28);
}

.swatch--black {
  background: #161616;
}

.swatch--brown {
  background: #6c3522;
}

.swatch--cognac {
  background: #a85424;
}

.swatch--espresso {
  background: #3b2018;
}

.swatch--tobacco {
  background: #9e5b28;
}

.swatch--sand {
  background: #c7ad86;
}

.anatomy {
  background: var(--surface);
}

.anatomy-heading {
  margin-bottom: 20px;
}

.anatomy-heading>p {
  max-width: 500px;
  color: var(--muted);
}

.anatomy-stage {
  position: relative;
  min-height: 710px;
  display: grid;
  place-items: center;
}

.anatomy-stage>img {
  width: min(720px, 58vw);
  filter: drop-shadow(0 28px 22px rgba(0, 0, 0, .35));
}

.anatomy-notes {
  display: contents;
  list-style: none;
}

.anatomy-note {
  position: absolute;
  width: 280px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.anatomy-note::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 120px;
  top: 17px;
  background: var(--line);
}

.anatomy-note>span {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--canvas);
  font-size: 9px;
}

.anatomy-note strong {
  color: var(--text);
  font: 500 22px var(--serif);
}

.anatomy-note p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.anatomy-note--one {
  left: 2%;
  top: 22%;
}

.anatomy-note--one::after {
  left: calc(100% + 10px);
}

.anatomy-note--two {
  right: 0;
  top: 28%;
}

.anatomy-note--two::after {
  right: calc(100% + 10px);
}

.anatomy-note--three {
  right: 8%;
  bottom: 11%;
}

.anatomy-note--three::after {
  right: calc(100% + 10px);
}

.reviews-heading {
  margin-bottom: 42px;
}

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

.reviews .eyebrow--dark,
.reviews h2 {
  color: var(--navy);
}

.reviews .section-heading>p {
  color: #626a77;
}

.google-reviews-bar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 26px;
  /* border-radius: 22px; */
  border: 1px solid rgba(10, 36, 99, .08);
  background: #f0f0f2;
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #202124;
  font-size: 13px;
}

.google-rating>strong {
  font-size: 24px;
  line-height: 1;
}

.google-stars {
  color: #f9ab00;
  font-size: 17px;
  letter-spacing: .04em;
  white-space: nowrap;
}

.google-word {
  display: inline-flex;
  margin-left: 2px;
  font: 500 20px/1 var(--sans);
  letter-spacing: -.06em;
}

.google-word i {
  font-style: normal;
}

.google-word i:nth-child(1),
.google-word i:nth-child(4) {
  color: #4285f4;
}

.google-word i:nth-child(2),
.google-word i:nth-child(6) {
  color: #ea4335;
}

.google-word i:nth-child(3) {
  color: #fbbc05;
}

.google-word i:nth-child(5) {
  color: #34a853;
}

.google-review-link {
  padding: 12px 19px;
  border-radius: 999px;
  background: #1a73e8;
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  transition: background .25s;
}

.google-review-link:hover,
.google-review-link:focus-visible {
  background: #1558b0;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.google-review-card {
  min-height: 265px;
  margin: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  /* border-radius: 22px; */
  border: 1px solid rgba(10, 36, 99, .08);
  background: #f0f0f2;
  color: #202124;
}

.google-review-card header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  gap: 11px;
  align-items: center;
}

.reviewer-avatar {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
}

.reviewer-avatar--navy {
  background: var(--navy);
}

.reviewer-avatar--gold {
  background: var(--gold);
}

.reviewer-avatar--ink {
  background: var(--ink);
}

.reviewer-avatar--sand {
  background: #9b7458;
}

.google-g {
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 2px solid #f0f0f2;
  border-radius: 50%;
  background: var(--white);
  color: #4285f4;
  font: 700 10px Arial, sans-serif;
  font-style: normal;
}

.reviewer-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.reviewer-meta strong {
  overflow: hidden;
  color: #202124;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reviewer-meta small {
  color: #74787e;
  font-size: 9px;
}

.verified-badge {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1a73e8;
  color: var(--white);
  font-size: 9px;
}

.google-review-card>.google-stars {
  margin: 18px 0 8px;
  font-size: 15px;
}

.google-review-card>p {
  margin: 0;
  color: #303134;
  font-size: 13px;
  line-height: 1.55;
}

.google-review-card footer {
  margin-top: auto;
  padding-top: 20px;
  color: #74787e;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: .09em;
}

.review-disclaimer {
  margin: 14px 2px 0;
  color: #858a92;
  font-size: 9px;
}

.collection-features {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-block: 23px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.collection-features article {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  align-items: center;
  padding-inline: clamp(24px, 3vw, 48px);
}

.collection-features article:first-child {
  padding-left: 0;
}

.collection-features article:last-child {
  padding-right: 0;
}

.collection-features article+article {
  border-left: 1px solid var(--line);
}

.service-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(176, 139, 74, .12);
  color: #d2b57e;
}

.service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.collection-features h3 {
  margin: 0 0 4px;
  color: var(--text);
  font: 500 15px/1.2 var(--serif);
}

.collection-features p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

#collections .collection-features {
  border-color: rgba(10, 36, 99, .18);
}

#collections .collection-features article+article {
  border-color: rgba(10, 36, 99, .18);
}

#collections .service-icon {
  background: rgba(10, 36, 99, .08);
  color: var(--navy);
}

#collections .collection-features h3 {
  color: var(--navy);
}

#collections .collection-features p {
  color: #686f79;
}

.faq {
  display: grid;
  grid-template-columns: .67fr 1.33fr;
  gap: 8vw;
}

.faq-intro>p:not(.eyebrow) {
  max-width: 360px;
  margin: 28px 0;
  color: var(--muted);
}

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

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

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.accordion-item i {
  position: relative;
  flex: 0 0 17px;
  height: 17px;
}

.accordion-item i::before,
.accordion-item i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 1px;
  background: var(--text);
  transition: transform .25s;
}

.accordion-item i::after {
  transform: rotate(90deg);
}

.accordion-item.is-open i::after {
  transform: rotate(0);
}

.accordion-panel {
  padding: 0 50px 28px 0;
}

.accordion-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.newsletter {
  padding: 105px 0;
  border-block: 1px solid var(--line);
  background: var(--surface);
  color: var(--white);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: end;
}

.newsletter h2 {
  margin: 0;
  font: 500 clamp(32px, 3vw, 48px)/1 var(--serif);
  letter-spacing: -.035em;
}

.newsletter-form label {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .15em;
}

.newsletter-field {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.newsletter-field input {
  flex: 1;
  min-width: 0;
  padding: 15px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font: 400 21px var(--serif);
}

.newsletter-field input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.newsletter-field button {
  padding: 15px 0 15px 25px;
  border: 0;
  background: transparent;
  color: var(--white);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  cursor: pointer;
}

.newsletter-field button span {
  margin-left: 9px;
}

.form-note {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

.form-note.is-error {
  color: #f4c9bd;
}

.form-note.is-success {
  color: #d7e7c4;
}

.site-footer {
  padding-top: 72px;
  border-top: 1px solid var(--line);
  background: var(--canvas-deep);
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 35px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.footer-brand {
  width: 180px;
  height: 70px;
  display: grid;
  place-items: center;
}

.footer-brand img {
  width: 180px;
  height: auto;
}

.footer-top>p {
  margin: 0;
  color: rgba(255, 255, 255, .57);
  font: 400 18px var(--serif);
}

.footer-socials {
  display: flex;
  gap: 22px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: .14em;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.35fr;
  gap: 50px;
  padding-block: 68px;
}

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

.footer-column h2 {
  margin: 0 0 13px;
  color: var(--gold);
  text-transform: uppercase;
  font: 500 9px var(--sans);
  letter-spacing: .16em;
}

.footer-column a {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-contact {
  padding-left: 5vw;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.footer-contact p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .58);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .14em;
}

.footer-contact a {
  display: block;
  margin-bottom: 13px;
  font: 400 clamp(24px, 2.2vw, 34px) var(--serif);
}

.footer-contact span {
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
}

.footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: .14em;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 25px;
}

.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 130%);
  min-width: 260px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  background: var(--surface-raised);
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .13em;
  opacity: 0;
  transition: transform .35s var(--ease), opacity .35s;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.cart-reminder {
  position: fixed;
  z-index: 72;
  left: 50%;
  bottom: 24px;
  width: min(720px, calc(100% - 140px));
  min-height: 74px;
  padding: 13px 50px 13px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(176, 139, 74, .55);
  background: rgba(247, 243, 236, .98);
  color: var(--navy-deep);
  box-shadow: 0 18px 45px rgba(4, 14, 40, .22);
  opacity: 0;
  transform: translate(-50%, calc(100% + 42px));
  transition: opacity .28s ease, transform .28s var(--ease);
}

.cart-reminder[hidden] {
  display: none;
}

.cart-reminder.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart-reminder__copy {
  display: grid;
  gap: 3px;
}

.cart-reminder__copy strong {
  font: 500 20px/1.1 var(--serif);
}

.cart-reminder__copy span {
  color: var(--ink-soft);
  font-size: 11px;
}

.cart-reminder__link {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-deep);
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s var(--ease), color .2s var(--ease);
}

.cart-reminder__link:hover,
.cart-reminder__link:focus-visible {
  background: var(--gold);
  color: var(--navy-deep);
  outline: 0;
}

.cart-reminder__close {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy-deep);
  font: 300 22px/1 var(--sans);
  cursor: pointer;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .62s var(--ease), transform .62s var(--ease);
  transition-delay: 0s;
}

[data-reveal][data-reveal-direction="up"] {
  transform: translate3d(0, -18px, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition-delay: var(--reveal-delay, 0ms);
}

.collection-showcase__item:nth-child(2),
.product-card:nth-child(2),
.collection-features article:nth-child(2) {
  --reveal-delay: 65ms;
}

.collection-showcase__item:nth-child(3),
.product-card:nth-child(3),
.collection-features article:nth-child(3) {
  --reveal-delay: 130ms;
}

.collection-showcase__item:nth-child(4),
.product-card:nth-child(4) {
  --reveal-delay: 195ms;
}

.collection-showcase__item:nth-child(5) {
  --reveal-delay: 260ms;
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 48px, 1120px);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
  }

  .anatomy-note::after {
    width: 70px;
  }

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

  .footer-contact {
    grid-column: 1 / -1;
    padding: 35px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }
}

@media (max-width: 900px) {
  :root {
    --section-space: 100px;
  }

  .site-header {
    height: 86px;
  }

  .header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .menu-toggle {
    display: grid;
    justify-self: start;
    position: relative;
    z-index: 3;
  }

  .menu-toggle span {
    position: absolute;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform .25s, top .25s;
  }

  .menu-toggle span:first-child {
    top: 13px;
  }

  .menu-toggle span:last-child {
    top: 20px;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    top: 17px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    top: 17px;
    transform: rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    min-height: 100svh;
    height: 100dvh;
    padding: clamp(108px, 17vh, 142px) 34px 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    pointer-events: none;
    background: var(--canvas-deep);
    color: var(--white);
    transition: opacity .22s ease, transform .22s var(--ease), visibility 0s linear .22s;
    will-change: opacity, transform;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .main-nav a {
    font: 400 38px/1.12 var(--serif);
    text-transform: none;
    letter-spacing: -.02em;
  }

  .mobile-nav-home {
    display: block;
  }

  .mobile-nav-secondary {
    width: 100%;
    margin-top: 18px;
    padding-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    border-top: 1px solid rgba(231, 222, 209, .18);
  }

  .main-nav .mobile-nav-secondary a {
    padding: 4px 0;
    color: rgba(255, 255, 255, .72);
    font: 500 10px/1.45 var(--sans);
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .main-nav .mobile-nav-secondary a::after {
    display: none;
  }

  .main-nav .mobile-nav-secondary a[aria-current="page"] {
    color: var(--gold);
  }

  .brand {
    position: relative;
    z-index: 3;
    width: 160px;
  }

  .brand-logo {
    width: 160px;
  }

  .is-fixed .main-nav.is-open~.brand .brand-logo--light,
  .menu-open .brand-logo--light {
    opacity: 1;
  }

  .is-fixed .main-nav.is-open~.brand .brand-logo--dark,
  .menu-open .brand-logo--dark {
    opacity: 0;
  }

  .header-actions .search-trigger,
  .header-actions .account-link {
    display: none;
  }

  .header-actions {
    position: relative;
    z-index: 3;
  }

  .menu-open .site-header {
    position: fixed;
    top: 0;
    color: var(--white);
  }

  .bag-button .bag-label {
    display: none;
  }

  .bag-button .bag-icon {
    display: block;
  }

  .bag-button .bag-count {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 16px;
    height: 16px;
    background: var(--navy-deep);
    color: var(--white);
    font-size: 8px;
  }

  .site-header.is-fixed .bag-button .bag-count {
    background: var(--ivory);
    color: var(--navy-deep);
  }

  .hero-content {
    justify-content: flex-end;
    padding: 130px 0 115px;
  }

  .hero h1 {
    font-size: clamp(62px, 12vw, 90px);
  }

  .hero-scroll {
    display: none;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .manifesto-copy>p {
    margin-top: 30px;
  }

  .collection-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .collection-showcase__item--feature {
    grid-column: 1 / -1;
  }

  .collection-showcase__visual {
    height: clamp(390px, 56vw, 520px);
  }

  .collection-showcase__item--feature .collection-showcase__visual {
    height: clamp(390px, 58vw, 540px);
  }

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

  .faq {
    gap: 60px;
  }

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

  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .anatomy-stage {
    min-height: auto;
    padding-top: 50px;
    display: block;
  }

  .anatomy-stage>img {
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .anatomy-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 35px 0 0;
    padding: 0;
  }

  .anatomy-note {
    position: static;
    width: auto;
  }

  .anatomy-note::after {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 32px);
    --section-space: 80px;
  }

  .announcement {
    height: 29px;
    font-size: 8px;
  }

  .announcement a {
    display: none;
  }

  .site-header {
    top: 29px;
    height: 76px;
  }

  .site-header.is-fixed {
    top: 0;
    height: 68px;
  }

  .brand,
  .brand-logo {
    width: 138px;
  }

  .brand {
    height: 58px;
  }

  .header-actions {
    gap: 0;
  }

  .hero {
    height: 78svh;
    min-height: 520px;
    max-height: 680px;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(3, 12, 31, .82), rgba(3, 12, 31, .25)), linear-gradient(0deg, rgba(3, 12, 31, .78), transparent 55%);
  }

  .hero-content {
    height: 100%;
    min-height: 0;
    justify-content: center;
    padding: 92px 0 48px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 76px);
    line-height: .88;
  }

  .hero-copy {
    max-width: 92%;
    margin-top: 25px;
    font-size: 13px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 30px;
  }

  .video-control {
    right: 16px;
    bottom: 17px;
  }

  .video-control>span:last-child {
    display: none;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
  }

  .manifesto {
    gap: 30px;
  }

  .manifesto-copy h2,
  .section-heading h2,
  .anatomy-heading h2,
  .reviews h2,
  .faq h2 {
    font-size: 32px;
  }

  .manifesto-copy>p {
    font-size: 14px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }

  .section-heading>p {
    font-size: 13px;
  }

  .collection-showcase {
    padding-top: 76px;
  }

  .section-heading.collection-showcase__heading {
    gap: 22px;
    margin-bottom: 34px;
  }

  .collection-showcase__intro {
    max-width: 460px;
    gap: 15px;
  }

  .collection-showcase__grid {
    gap: 25px 10px;
  }

  .collection-showcase__visual {
    height: clamp(245px, 70vw, 330px);
  }

  .collection-showcase__item--feature .collection-showcase__visual {
    height: clamp(300px, 88vw, 420px);
  }

  .collection-showcase__item h3 {
    margin-top: 13px;
    font-size: 9px;
    letter-spacing: .16em;
  }

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

  .product-visual {
    aspect-ratio: 1 / 1.02;
  }

  .quick-add {
    transform: none;
  }

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

  .google-reviews-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-cards {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .google-review-card {
    min-height: 220px;
    scroll-snap-align: none;
  }

  .collection-features {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0;
    overflow: visible;
    padding-block: 0;
    scroll-snap-type: none;
  }

  .collection-features article,
  .collection-features article:first-child,
  .collection-features article:last-child {
    padding: 19px 0;
    scroll-snap-align: none;
  }

  .collection-features article+article {
    border-top: 1px solid rgba(10, 36, 99, .18);
    border-left: 0;
  }

  #collections .collection-features article+article {
    border-top-color: rgba(10, 36, 99, .18);
  }

  .accordion-item button {
    padding-block: 21px;
    font-size: 13px;
  }

  .newsletter {
    padding-block: 82px;
  }

  .newsletter h2 {
    font-size: 32px;
  }

  .newsletter-field input {
    font-size: 17px;
  }

  .newsletter-field button {
    font-size: 0;
  }

  .newsletter-field button span {
    font-size: 18px;
  }

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

  .footer-top>p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-brand,
  .footer-brand img {
    width: 150px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .footer-column:nth-child(3) {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-contact a {
    font-size: 25px;
  }

  .footer-bottom {
    padding-block: 23px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

/* Full-width closing campaign */
.closing-campaign {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--surface);
}

.closing-campaign__image,
.closing-campaign__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing-campaign__image {
  inset: -18px 0 auto;
  height: calc(100% + 36px);
  object-fit: cover;
  object-position: center 62%;
  transform: translate3d(0, var(--motion-shift, 0px), 0) scale(1.025);
  transition: transform .24s linear;
}

.closing-campaign__shade {
  background: linear-gradient(90deg, rgba(6,21,54,.12), rgba(6,21,54,.32));
}

.closing-campaign__inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-block: 55px;
}

.closing-campaign__card {
  width: min(440px, 100%);
  padding: clamp(42px, 4.5vw, 64px);
  background: rgba(246,242,235,.96);
  color: var(--navy);
}

.closing-campaign__card h2 {
  margin: 0;
  color: var(--navy);
  font: 500 clamp(34px, 3.2vw, 44px)/.98 var(--serif);
  letter-spacing: -.03em;
}

.closing-campaign__card > p:not(.eyebrow) {
  margin: 23px 0 30px;
  color: #596273;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .closing-campaign,
  .closing-campaign__inner {
    min-height: 600px;
  }

  .closing-campaign__image {
    object-position: 38% center;
  }

  .closing-campaign__inner {
    align-items: flex-end;
    padding-block: 28px;
  }
}

@media (max-width: 640px) {
  .closing-campaign,
  .closing-campaign__inner {
    min-height: 560px;
  }

  .closing-campaign__inner {
    width: calc(100% - 32px);
    padding-block: 18px;
  }

  .closing-campaign__card {
    padding: 38px 24px;
  }

  .closing-campaign__card h2 {
    font-size: 34px;
  }
}

@media (hover: none) {
  .quick-add {
    transform: translateY(0);
  }
}

/* Compact floating shortcuts */
.floating-actions {
  position: fixed;
  z-index: 48;
  right: clamp(14px, 1.8vw, 26px);
  bottom: clamp(14px, 1.8vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}

.floating-action {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(176, 139, 74, .55);
  border-radius: 50%;
  background: rgba(6, 21, 54, .94);
  color: var(--ivory);
  box-shadow: 0 8px 22px rgba(4, 14, 40, .2);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease), opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
}

.floating-action img {
  width: 18px;
  height: 18px;
  filter: invert(93%) sepia(12%) saturate(205%) hue-rotate(342deg) brightness(106%);
}

.floating-action--top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(7px);
}

.floating-action--top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-action__arrow {
  position: relative;
  width: 14px;
  height: 16px;
}

.floating-action__arrow::before,
.floating-action__arrow::after {
  content: '';
  position: absolute;
  left: 50%;
}

.floating-action__arrow::before {
  top: 3px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.floating-action__arrow::after {
  top: 2px;
  width: 1.5px;
  height: 14px;
  background: currentColor;
  transform: translateX(-50%);
}

body.menu-open .floating-actions {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

@media (hover: hover) and (pointer: fine) {
  .floating-action:hover {
    border-color: var(--gold);
    background: var(--surface-raised);
    transform: translateY(-2px);
  }

  .floating-action::before {
    content: attr(data-label);
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    padding: 6px 9px;
    border: 1px solid rgba(176, 139, 74, .28);
    background: rgba(6, 21, 54, .96);
    color: var(--ivory);
    font: 500 9px/1 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(5px, -50%);
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }

  .floating-action:hover::before,
  .floating-action:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@media (max-width: 640px) {
  .cart-reminder {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    min-height: 0;
    padding: 14px 42px 14px 16px;
    grid-template-columns: 1fr;
    gap: 11px;
    transform: translateY(calc(100% + 30px));
  }

  .cart-reminder.is-visible {
    transform: translateY(0);
  }

  .cart-reminder__copy strong {
    font-size: 18px;
  }

  .cart-reminder__copy span {
    font-size: 10px;
  }

  .cart-reminder__link {
    width: 100%;
  }

  body.cart-reminder-active .floating-actions {
    bottom: 146px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    gap: 7px;
  }

  .floating-action {
    width: 39px;
    height: 39px;
  }

  .floating-action img {
    width: 17px;
    height: 17px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Product option links and compact-device accessibility. */
.quick-add {
  display: grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 900px) {
  .menu-toggle,
  .header-actions .bag-button {
    min-width: 44px;
    min-height: 44px;
  }

  .header-actions .bag-button {
    justify-content: center;
    padding-inline: 8px;
  }

  .main-nav .mobile-nav-secondary a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 360px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-top > p {
    grid-column: auto;
    grid-row: auto;
  }
}
