:root {
  --paper: #ffffff;
  --soft: #f4f3ef;
  --ink: #0e0e0d;
  --ink-soft: #2b2a27;
  --muted: #77736c;
  --line: #dedbd3;
  --shadow: 0 22px 60px rgba(14, 14, 13, .09);
  --max: 100%;
  --logo-stage-y: -54px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html.is-intro-locked,
html.is-filter-drawer-open,
body.is-loading,
body.is-early-accessing,
body.is-access-introing,
body.is-filter-drawer-open {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body.is-loading {
  position: fixed;
  inset: 0;
  width: 100%;
  touch-action: none;
}

body.is-early-accessing {
  touch-action: none;
}

body.is-access-introing {
  touch-action: none;
}

body.is-access-gated {
  min-height: 100vh;
  overflow-x: hidden;
}

body.is-access-gated .intro,
body.is-access-gated .site-header,
body.is-access-gated main:not(.access-main),
body.is-access-gated > .site-footer {
  display: none;
}

body.is-loading .site-header,
body.is-loading .mobile-menu,
body.is-loading .hero__motion,
body.is-loading .hero__copy > :not(.hero-logo),
body.is-loading .scroll-cue,
body.is-loading .shop-section,
body.is-loading .drop-lock,
body.is-loading .site-footer {
  opacity: 0;
  pointer-events: none;
}

body.is-loading .hero__copy {
  animation: none;
  transform: translateY(var(--logo-stage-y));
}

.site-header,
.mobile-menu,
.hero__motion,
.hero__copy > :not(.hero-logo),
.scroll-cue,
.shop-section,
.drop-lock,
.site-footer {
  transition: opacity .85s ease;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.access-main {
  display: none;
  min-height: 100vh;
  background: var(--paper);
  transition: opacity .58s ease;
}

body.is-access-gated .access-main {
  display: grid;
  grid-template-rows: 1fr auto;
}

.access-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  align-items: center;
  justify-items: center;
  gap: clamp(24px, 5vw, 64px);
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(18px, 4.5vw, 46px) clamp(16px, 4vw, 48px) clamp(22px, 4vw, 46px);
  min-height: min(650px, 70vh);
}

.access-brand {
  display: grid;
  justify-self: center;
  justify-items: center;
  align-self: center;
  gap: 0;
  width: min(42vw, 720px);
  transform: translateY(36px);
}

.access-brand__mark {
  width: min(42vw, 260px);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.access-brand__word {
  width: min(118vw, 1120px);
  height: clamp(178px, 38vw, 360px);
  object-fit: contain;
  mix-blend-mode: multiply;
  margin-top: clamp(-88px, -8vw, -34px);
  transform: translateY(-20%) scale(1.66);
  transform-origin: center;
}

.access-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  align-self: center;
  justify-self: center;
  width: min(100%, 680px);
}

.access-panel__title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 6.2vw, 104px);
  font-weight: 700;
  line-height: .9;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.access-copy {
  display: grid;
  gap: 16px;
}

.access-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 12vw, 168px);
  font-weight: 400;
  line-height: .82;
  text-transform: uppercase;
}

.access-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.5;
}

.access-form {
  width: 100%;
}

.access-form__message {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.access-form__message--error {
  color: #9f1d16;
}

.access-code-field__control {
  position: relative;
  display: block;
}

.drop-form .access-code-field__control input {
  padding-right: 54px;
}

.drop-form input:focus {
  outline: none;
  border-color: var(--ink);
}

.drop-form input[aria-invalid="true"] {
  border-color: #9f1d16;
  box-shadow: 0 0 0 1px rgba(159, 29, 22, .12);
}

.drop-form .access-code-field__toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 38px;
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  transform: translateY(-50%);
  transition: color .2s ease, opacity .2s ease;
}

.drop-form .access-code-field__toggle:hover,
.drop-form .access-code-field__toggle.is-visible {
  background: transparent;
  color: var(--ink);
}

.access-code-field__toggle span {
  position: relative;
  width: 22px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.access-code-field__toggle span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.access-code-field__toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 28px;
  height: 1.5px;
  background: currentColor;
  opacity: 1;
  transform: rotate(-34deg);
  transition: opacity .2s ease;
}

.access-code-field__toggle.is-visible span::after {
  opacity: 0;
}

.access-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: -2px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.access-help p {
  margin: 0;
}

.access-help p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.access-help__button {
  min-width: 210px;
  min-height: 42px;
  padding: 0 18px;
  background: var(--paper);
}

.access-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 28px clamp(16px, 4vw, 48px);
  border-top: 1px solid var(--ink);
}

.access-contact h2 {
  max-width: 720px;
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.access-contact__links {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.access-contact__links a {
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
}

.access-footer {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

.access-footer__legal,
.site-footer__legal {
  justify-content: flex-start;
}

.access-footer__social,
.site-footer__social {
  justify-content: flex-end;
}

.legal-back-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  padding: 16px clamp(14px, 4vw, 42px);
  pointer-events: none;
}

.legal-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px 0 30px;
  border: 1px solid rgba(14, 14, 13, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(12px);
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  pointer-events: auto;
  position: relative;
}

.legal-back-link::before {
  position: absolute;
  left: 13px;
  width: 8px;
  height: 8px;
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transform: rotate(45deg);
  content: "";
}

.contact-bubble {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.contact-bubble.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-bubble__panel {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(100%, 520px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(14, 14, 13, .16);
  transform: translateY(16px) scale(.985);
  transition: transform .28s cubic-bezier(.2, .8, .18, 1);
}

.contact-bubble.is-open .contact-bubble__panel {
  transform: translateY(0) scale(1);
}

.contact-bubble__panel h2 {
  max-width: calc(100% - 48px);
  margin: 0;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 500;
  line-height: .92;
  text-transform: uppercase;
}

.contact-bubble__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}

.contact-bubble__close::before,
.contact-bubble__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.contact-bubble__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-bubble__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-bubble__form {
  display: grid;
  gap: 12px;
}

.contact-bubble__form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.contact-bubble__form input,
.contact-bubble__form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.contact-bubble__form input:focus,
.contact-bubble__form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px var(--ink);
}

.contact-bubble__form textarea {
  min-height: 124px;
}

.contact-bubble__form button {
  min-height: 50px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.contact-bubble__form button:hover {
  background: var(--paper);
  color: var(--ink);
}

.access-intro {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none;
  place-items: center;
  background: transparent;
  pointer-events: none;
  overflow: hidden;
}

body.is-access-introing .access-intro {
  display: grid;
  pointer-events: none;
}

.access-intro.is-leaving {
  pointer-events: none;
}

.access-intro.is-hidden {
  display: none;
}

.access-intro__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--paper);
  opacity: 1;
  transition: opacity .9s ease;
}

.access-intro.is-leaving .access-intro__backdrop {
  opacity: 0;
}

.access-intro__logo {
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--logo-stage-y), 0) scale(1);
  transform-origin: center;
  transition: transform .72s cubic-bezier(.2, .8, .18, 1);
  will-change: transform;
}

.access-intro.is-docking .access-intro__logo {
  transform: translate3d(var(--access-intro-logo-x, 0px), calc(var(--logo-stage-y) + var(--access-intro-logo-y, 0px)), 0) scale(1);
}

.access-intro__mark {
  opacity: 0;
  animation: access-intro-mark 2.15s cubic-bezier(.7, 0, .2, 1) both;
}

.access-intro__word {
  opacity: 0;
  animation: access-intro-word 2.15s cubic-bezier(.2, .8, .18, 1) both;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  place-items: center;
  display: grid;
  pointer-events: auto;
  visibility: visible;
}

.intro__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--paper);
  opacity: 1;
  transition: opacity .82s ease;
}

.intro.is-leaving {
  pointer-events: none;
}

.intro.is-leaving .intro__backdrop {
  opacity: 0;
}

.intro.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.intro__logo {
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--logo-stage-y), 0);
  transform-origin: center;
  transition: transform .58s cubic-bezier(.2, .8, .18, 1);
  will-change: transform;
}

.intro.is-docking .intro__logo {
  transform: translate3d(var(--intro-logo-x, 0px), calc(var(--logo-stage-y) + var(--intro-logo-y, 0px)), 0);
}

.brand-showcase {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0;
  width: min(88vw, 720px);
}

.brand-showcase__mark {
  width: min(42vw, 260px);
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-showcase__word {
  width: min(118vw, 1120px);
  height: clamp(178px, 38vw, 360px);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  margin-top: clamp(-88px, -8vw, -34px);
  transform: translateY(-20%) scale(1.66);
  transform-origin: center;
}

.intro__mark {
  opacity: 0;
  animation: intro-mark 2.05s cubic-bezier(.7, 0, .2, 1) both;
}

.intro__word {
  opacity: 0;
  animation: intro-word 2.05s ease both;
}

.intro.is-leaving .intro__mark,
.intro.is-leaving .intro__word {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(14px, 4vw, 42px);
  background: transparent;
  pointer-events: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  height: 48px;
  padding: 0;
  background: transparent;
  pointer-events: auto;
  transition: opacity .2s ease, transform .2s ease;
}

.brand-lockup:hover {
  opacity: .74;
  transform: translateY(-1px);
}

.brand-lockup__mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-lockup__word {
  width: 112px;
  height: 44px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  margin-left: -28px;
  transform: translateY(1px) scale(1.48);
  transform-origin: left center;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  pointer-events: auto;
}

.header-actions > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(14, 14, 13, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .36);
  backdrop-filter: blur(12px);
  transition: background .2s ease, border-color .2s ease;
}

.header-actions > a[aria-current="page"] {
  border-color: transparent;
  background: var(--ink);
  color: var(--paper);
}

.header-actions > a:hover {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(14, 14, 13, .28);
}

.header-actions > a[aria-current="page"]:hover {
  border-color: transparent;
  background: var(--ink);
  color: var(--paper);
}

.icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(14, 14, 13, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
  backdrop-filter: blur(12px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

a.icon-button {
  padding: 0;
}

.icon-button:hover {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(14, 14, 13, .28);
  transform: translateY(-1px);
}

.icon-button span,
.icon-button::before,
.icon-button::after {
  display: block;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.icon-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-button::before,
.icon-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.icon-button::before {
  transform: translate(-50%, calc(-50% - 5px));
}

.icon-button::after {
  transform: translate(-50%, calc(-50% + 5px));
}

.icon-button:not(.icon-button--menu) span {
  width: 13px;
  height: 13px;
  border: 1px solid var(--ink);
  border-top: 0;
  background: transparent;
}

.icon-button:not(.icon-button--menu)::before {
  width: 8px;
  height: 5px;
  border: 1px solid var(--ink);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
  transform: translate(-50%, calc(-50% - 8px));
}

.icon-button:not(.icon-button--menu)::after {
  display: none;
}

.icon-button[aria-current="page"] span {
  border-color: var(--paper);
}

.icon-button[aria-current="page"]::before {
  border-color: var(--paper);
}

.icon-button--menu[aria-expanded="true"] span {
  opacity: 0;
}

.icon-button--menu[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-button--menu[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 24;
  display: grid;
  align-content: start;
  padding: 92px clamp(16px, 4vw, 48px) 32px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .28s ease, transform .28s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu__nav {
  display: grid;
  border-top: 1px solid var(--ink);
}

.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(22px, 7vw, 44px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: padding-left .2s ease, color .2s ease, border-color .2s ease;
}

.mobile-menu__link:hover,
.mobile-menu__link[aria-current="page"] {
  padding-left: 10px;
  color: var(--ink-soft);
}

.mobile-menu__link[aria-current="page"] {
  position: relative;
  background: rgba(14, 14, 13, .045);
}

body.is-menu-open {
  overflow: hidden;
}

body.is-product-detail-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: clamp(220px, 27vh, 320px);
  display: grid;
  align-items: center;
  align-content: center;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px clamp(16px, 4vw, 48px) 0;
  overflow: hidden;
}

.hero__copy {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  transform: translateY(var(--logo-stage-y));
}

.hero__motion {
  position: absolute;
  inset: 62px clamp(16px, 4vw, 48px) 24px;
  pointer-events: none;
}

.hero__motion span {
  position: absolute;
  color: rgba(14, 14, 13, .34);
  font-size: 10px;
  text-transform: uppercase;
  animation: drift 8s ease-in-out infinite;
}

.hero__motion span:nth-child(1) {
  top: 8%;
  left: 0;
}

.hero__motion span:nth-child(2) {
  right: 0;
  bottom: 18%;
  animation-delay: -2.5s;
}

.hero__motion span:nth-child(3) {
  top: 30%;
  right: 8%;
  animation-delay: -5s;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-logo {
  will-change: transform;
}

.hero-logo::before {
  animation: orbit-line 11s linear infinite;
}

.hero-logo__word {
  pointer-events: none;
}

.scroll-cue {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 2px;
  min-height: 28px;
  color: var(--ink-soft);
  font-size: clamp(14px, 1.6vw, 18px);
  text-transform: uppercase;
}

.shop-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 56px;
}

.page-main {
  min-height: 72vh;
  padding-top: 86px;
}

.page-hero {
  display: grid;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px clamp(16px, 4vw, 48px) 42px;
  border-bottom: 1px solid var(--line);
}

.page-hero--compact {
  padding-bottom: 24px;
}

.page-hero h1 {
  max-width: 1020px;
  margin: 0;
  font-size: clamp(52px, 13vw, 168px);
  font-weight: 400;
  line-height: .9;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.5;
}

.shop-section--page {
  padding-top: 34px;
}

.catalog-view-toggle {
  display: none;
  align-items: center;
  gap: 6px;
}

.catalog-view-toggle__button {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 2px;
  flex: 0 0 34px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.catalog-view-toggle__button:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}

.catalog-view-toggle__button span {
  display: block;
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: var(--ink);
  opacity: .45;
}

.catalog-view-toggle__button[aria-pressed="true"] {
  border-color: var(--ink);
  background: #f8f7f4;
}

.catalog-view-toggle__button[aria-pressed="true"] span {
  opacity: 1;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.catalog-filters {
  display: grid;
  gap: 16px;
}

.catalog-filter-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  min-width: 138px;
  padding: 0 18px 0 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(14, 14, 13, .06);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.catalog-filter-button::before {
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--ink), var(--ink)) 0 3px / 14px 1px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 0 10px / 14px 1px no-repeat,
    radial-gradient(circle, var(--ink) 0 2px, transparent 2.5px) 4px 3px / 6px 6px no-repeat,
    radial-gradient(circle, var(--ink) 0 2px, transparent 2.5px) 9px 10px / 6px 6px no-repeat;
  content: "";
}

.catalog-filter-button:hover,
.catalog-filter-button[aria-expanded="true"] {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-1px);
}

.catalog-filter-button:hover::before,
.catalog-filter-button[aria-expanded="true"]::before {
  background:
    linear-gradient(var(--paper), var(--paper)) 0 3px / 14px 1px no-repeat,
    linear-gradient(var(--paper), var(--paper)) 0 10px / 14px 1px no-repeat,
    radial-gradient(circle, var(--paper) 0 2px, transparent 2.5px) 4px 3px / 6px 6px no-repeat,
    radial-gradient(circle, var(--paper) 0 2px, transparent 2.5px) 9px 10px / 6px 6px no-repeat;
}

.catalog-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: flex;
  justify-content: flex-end;
  background: rgba(14, 14, 13, .18);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.catalog-filter-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.catalog-filter-drawer__panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  width: min(100%, 440px);
  height: 100%;
  padding: clamp(20px, 3vw, 30px);
  border-left: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: -28px 0 80px rgba(14, 14, 13, .12);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2, .8, .18, 1);
}

.catalog-filter-drawer.is-open .catalog-filter-drawer__panel {
  transform: translateX(0);
}

.catalog-filter-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}

.catalog-filter-drawer__header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-filter-drawer__header button {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
}

.catalog-filter-drawer__header button::before,
.catalog-filter-drawer__header button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.catalog-filter-drawer__header button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.catalog-filter-drawer__header button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.catalog-filter-drawer__apply {
  width: 100%;
}

.catalog-filters label {
  display: grid;
  gap: 9px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.catalog-filters select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-filters select:focus {
  outline: 0;
  border-color: var(--ink);
}

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

.product-grid--catalog-large {
  grid-template-columns: 1fr;
}

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

.product-grid--catalog-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-top: 1px solid var(--ink);
  padding-top: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 8vw, 94px);
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase;
}

.shop-section--home .section-heading h2 {
  text-align: right;
}

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

.product-empty {
  margin: 0;
  padding: 34px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.product-card {
  display: grid;
  gap: 12px;
  opacity: 0;
  animation: reveal-in .65s ease forwards;
}

.product-card:nth-child(2) {
  animation-delay: .09s;
}

.product-card:nth-child(3) {
  animation-delay: .18s;
}

.product-card:nth-child(4) {
  animation-delay: .07s;
}

.product-card:nth-child(5) {
  animation-delay: .14s;
}

.product-card:nth-child(6) {
  animation-delay: .21s;
}

.product-card:nth-child(7) {
  animation-delay: .1s;
}

.product-card:nth-child(8) {
  animation-delay: .17s;
}

.product-card:nth-child(9) {
  animation-delay: .24s;
}

.product-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.product-card__image::before {
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .68);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .32s ease, transform .32s ease;
  content: "";
}

.product-card__image::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s ease;
  content: "";
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.08) contrast(1.03);
  transition: transform .6s ease, opacity .6s ease, filter .6s ease;
}

.product-card:hover .product-card__image {
  border-color: rgba(14, 14, 13, .14);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.product-card:hover .product-card__image::after {
  transform: scaleX(1);
}

.product-card:hover .product-card__image::before {
  opacity: 1;
  transform: scale(1);
}

.product-card:hover img {
  opacity: .93;
  filter: grayscale(0) contrast(1.06);
  transform: scale(1.035);
}

.product-card__body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.product-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-card p,
.product-card span {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}

.product-card__actions a,
.product-card__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.product-card__actions button {
  border-left: 1px solid var(--line);
}

.product-card__actions a:hover,
.product-card__actions button:hover {
  background: var(--ink);
  color: var(--paper);
}

.product-card__actions button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.product-card__actions button:disabled:hover {
  background: transparent;
  color: var(--ink);
}

.cart-fly-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 260;
  width: var(--cart-fly-start-size);
  height: var(--cart-fly-start-size);
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(14, 14, 13, .18);
  object-fit: cover;
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--cart-fly-start-x), var(--cart-fly-start-y), 0) scale(1);
}

.cart-fly-image.is-flying {
  animation: cart-fly-to-icon 1.12s cubic-bezier(.18, .88, .16, 1) forwards;
}

a.icon-button.is-cart-bumping {
  animation: cart-icon-bump .78s cubic-bezier(.2, .8, .18, 1);
}

.product-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: grid;
  place-items: center;
  padding: clamp(14px, 4vw, 48px);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.product-detail-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.product-detail-modal__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: clamp(18px, 3vw, 36px);
  width: min(100%, 1180px);
  max-height: min(88vh, 820px);
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 0 32px 110px rgba(14, 14, 13, .16);
  overflow: auto;
  transform: translateY(18px) scale(.985);
  transition: transform .28s cubic-bezier(.2, .8, .18, 1);
}

.product-detail-modal.is-open .product-detail-modal__panel {
  transform: translateY(0) scale(1);
}

.product-detail-modal__gallery {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(70vh, 680px);
  background: var(--soft);
  overflow: hidden;
}

.product-detail-modal__gallery img {
  width: 100%;
  height: 100%;
  max-height: 680px;
  object-fit: cover;
}

.product-detail-modal__thumbs {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px;
}

.product-detail-modal__thumbs button {
  width: 54px;
  height: 66px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  background: var(--paper);
  opacity: .68;
  transition: opacity .2s ease, border-color .2s ease;
}

.product-detail-modal__thumbs button[aria-current="true"] {
  border-color: var(--ink);
  opacity: 1;
}

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

.product-detail-modal__body {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(8px, 2vw, 18px) 4px;
}

.product-detail-modal__body h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 600;
  line-height: .92;
  text-transform: uppercase;
}

.product-detail-modal__price {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.product-detail-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 0;
}

.product-detail-modal__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.product-detail-modal__options {
  display: grid;
  gap: 10px;
}

.product-detail-size {
  display: grid;
  gap: 10px;
}

.product-detail-size__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.product-detail-size__top strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 500;
}

.product-detail-size__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-size__options button {
  min-width: 48px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.product-detail-size__options button:hover,
.product-detail-size__options button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.product-detail-size__options button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.product-detail-modal__cart {
  min-height: 48px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.product-detail-modal__cart:hover {
  background: var(--paper);
  color: var(--ink);
}

.product-detail-modal__cart:disabled {
  cursor: not-allowed;
  opacity: .46;
}

.product-detail-modal__cart:disabled:hover {
  background: var(--ink);
  color: var(--paper);
}

.product-detail-modal__copy {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--ink);
  padding-top: 18px;
}

.product-detail-modal__copy p,
.product-detail-modal__copy li {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.product-detail-modal__copy div {
  display: grid;
  gap: 12px;
}

.product-detail-modal__copy ul,
.product-detail-modal__copy ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.product-detail-modal__copy h3,
.product-detail-modal__copy h4 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-detail-modal__copy strong {
  color: var(--ink);
  font-weight: 500;
  text-transform: uppercase;
}

.product-detail-modal__close,
.product-detail-modal__arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(14, 14, 13, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(12px);
}

.product-detail-modal__close {
  top: 18px;
  right: 18px;
}

.product-detail-modal__close::before,
.product-detail-modal__close::after,
.product-detail-modal__arrow::before {
  display: block;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.product-detail-modal__close::before,
.product-detail-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-detail-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.product-detail-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-detail-modal__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-modal__arrow--prev {
  left: 14px;
}

.product-detail-modal__arrow--next {
  right: 14px;
}

.product-detail-modal__arrow::before {
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: transparent;
}

.product-detail-modal__arrow--prev::before {
  transform: translateX(2px) rotate(45deg);
}

.product-detail-modal__arrow--next::before {
  transform: translateX(-2px) rotate(-135deg);
}

.drop-lock {
  display: grid;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px clamp(16px, 4vw, 48px) 26px;
  border-top: 1px solid var(--line);
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(8px, 1.8vw, 18px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px clamp(16px, 4vw, 48px) 72px;
}

.lookbook-tile {
  display: grid;
  gap: 10px;
  grid-column: span 2;
  margin: 0;
}

.lookbook-tile img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--soft);
  filter: grayscale(.08) contrast(1.03);
}

.lookbook-tile--hero {
  grid-column: span 3;
  grid-row: span 2;
}

.lookbook-tile--hero img {
  aspect-ratio: 4 / 6.1;
}

.lookbook-tile--tall {
  grid-column: span 2;
  grid-row: span 2;
}

.lookbook-tile--tall img {
  aspect-ratio: 4 / 6;
}

.lookbook-tile--wide,
.lookbook-tile--landscape {
  grid-column: span 4;
}

.lookbook-tile--wide img {
  aspect-ratio: 16 / 8;
}

.lookbook-tile--landscape img {
  aspect-ratio: 16 / 10;
}

.lookbook-tile--portrait {
  grid-column: span 2;
}

.lookbook-tile--portrait img {
  aspect-ratio: 3 / 4;
}

.lookbook-tile--stack {
  grid-column: span 1;
}

.lookbook-tile--stack img {
  aspect-ratio: 3 / 4.4;
}

.lookbook-tile--half {
  grid-column: span 3;
}

.lookbook-tile--half img {
  aspect-ratio: 4 / 4.8;
}

.lookbook-tile--full {
  grid-column: 1 / -1;
}

.lookbook-tile--full img {
  aspect-ratio: 16 / 7;
}

.lookbook-tile figcaption {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
}

.text-split,
.cart-layout {
  display: grid;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px clamp(16px, 4vw, 48px) 72px;
}

.text-split {
  border-top: 1px solid var(--ink);
}

.text-split h2 {
  max-width: 540px;
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 9vw, 112px);
  font-weight: 400;
  line-height: .95;
}

.text-stack {
  display: grid;
  gap: 16px;
}

.text-stack p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.early-access-layout {
  display: grid;
  gap: 28px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(92px, 13vh, 142px) clamp(16px, 4vw, 48px) 78px;
  border-bottom: 1px solid var(--line);
}

.early-access-copy {
  display: grid;
  gap: 14px;
}

.early-access-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(62px, 12vw, 158px);
  font-weight: 400;
  line-height: .82;
  text-transform: uppercase;
}

.early-access-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.5;
}

.early-access-form {
  width: min(100%, 560px);
  justify-self: end;
  align-self: center;
}

.contact-studio {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .62fr);
  gap: clamp(22px, 4vw, 64px);
  overflow: hidden;
  min-height: calc(100vh - 86px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 8vh, 88px) clamp(16px, 4vw, 48px) 56px;
  border-bottom: 1px solid var(--line);
}

.contact-studio__intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: clamp(14px, 2vw, 22px);
  max-width: 780px;
}

.contact-studio__intro h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(74px, 15vw, 210px);
  font-weight: 400;
  line-height: .78;
  text-transform: uppercase;
}

.contact-studio__intro p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.38;
}

.contact-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 4px;
}

.contact-mini-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}

.contact-mini-links a:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.contact-studio__mark {
  position: absolute;
  left: clamp(16px, 4vw, 48px);
  bottom: 18px;
  width: clamp(160px, 28vw, 420px);
  opacity: .055;
  pointer-events: none;
}

.contact-form {
  display: grid;
  gap: 16px;
  align-self: start;
  padding: clamp(18px, 2.5vw, 28px);
  background: #f8f7f4;
  border: 1px solid var(--ink);
  box-shadow: 0 22px 60px rgba(14, 14, 13, .07);
}

.contact-form--studio {
  position: sticky;
  top: 108px;
}

.contact-form__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.contact-form__topline span {
  color: var(--muted);
  font-size: 11px;
}

.contact-social-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 34px;
  border-bottom: 1px solid var(--line);
}

.contact-social-strip a {
  display: grid;
  gap: 8px;
  min-height: 76px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-right: 0;
  transition: background .2s ease, color .2s ease;
}

.contact-social-strip a + a {
  padding-left: clamp(14px, 2.4vw, 28px);
}

.contact-social-strip span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-social-strip strong {
  min-width: 0;
  align-self: end;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 500;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.contact-social-strip a:hover {
  color: var(--muted);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(14, 14, 13, .18);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--ink);
  box-shadow: 0 0 0 1px rgba(14, 14, 13, .08);
}

.contact-form textarea {
  min-height: 168px;
}

.contact-form button,
.primary-link,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.contact-form button:hover,
.primary-link:hover {
  background: var(--paper);
  color: var(--ink);
}

.ghost-button {
  background: transparent;
  color: var(--ink);
}

.ghost-button:hover {
  background: var(--ink);
  color: var(--paper);
}

.cart-layout {
  align-items: start;
}

.cart-items {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 88px;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--soft);
}

.cart-item__body {
  display: grid;
  gap: 10px;
}

.cart-item__top,
.cart-item__meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.cart-quantity {
  display: inline-grid;
  grid-template-columns: 34px 42px 34px;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
}

.cart-quantity button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  transition: background .2s ease, color .2s ease;
}

.cart-quantity button:hover {
  background: var(--ink);
  color: var(--paper);
}

.cart-quantity button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.cart-quantity button:disabled:hover {
  background: transparent;
  color: var(--ink);
}

.cart-quantity span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
}

.cart-stock {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.cart-stock--out-of-stock {
  color: #b42318;
  font-weight: 600;
}

.cart-stock--limited {
  color: #9a3412;
  font-weight: 600;
}

.cart-item h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-item p,
.cart-empty {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.cart-item button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.cart-summary {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #f8f7f4;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
}

.cart-total strong {
  font-weight: 500;
}

.drop-lock__content h2 {
  margin: 8px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 11vw, 118px);
  font-weight: 400;
  line-height: .9;
}

.drop-lock__content p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.drop-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #f8f7f4;
  border: 1px solid var(--line);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.countdown span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  place-items: center;
  background: var(--paper);
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.countdown strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.drop-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.drop-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.drop-form input::-ms-reveal,
.drop-form input::-ms-clear {
  display: none;
}

.drop-form button {
  min-height: 50px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.drop-form button:hover {
  background: var(--paper);
  color: var(--ink);
}

.drop-form button:disabled {
  cursor: wait;
  opacity: .62;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 30px clamp(16px, 4vw, 48px);
  background: var(--ink);
  color: var(--paper);
}

.site-footer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.site-footer a,
.site-footer span {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  text-transform: uppercase;
}

@keyframes intro-mark {
  0% {
    opacity: 0;
    transform: rotate(-42deg) scale(.76);
  }
  28% {
    opacity: 1;
  }
  68% {
    transform: rotate(380deg) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1);
  }
}

@keyframes intro-word {
  0%,
  42% {
    opacity: 0;
    transform: translateY(calc(-20% + 12px)) scale(1.45);
  }
  70%,
  100% {
    opacity: 1;
    transform: translateY(-20%) scale(1.66);
  }
}

@keyframes access-intro-mark {
  0% {
    opacity: 0;
    transform: rotate(-42deg) scale(.7);
  }
  18% {
    opacity: 1;
  }
  55% {
    opacity: 1;
    transform: rotate(360deg) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1);
  }
}

@keyframes access-intro-word {
  0%,
  48% {
    opacity: 0;
    transform: translateY(calc(-20% + 80px)) scale(1.28);
  }
  74% {
    opacity: 1;
    transform: translateY(-20%) scale(1.72);
  }
  100% {
    opacity: 1;
    transform: translateY(-20%) scale(1.66);
  }
}

@keyframes reveal-in {
  to {
    opacity: 1;
  }
}

@keyframes cart-fly-to-icon {
  0% {
    width: var(--cart-fly-start-size);
    height: var(--cart-fly-start-size);
    opacity: 0;
    transform: translate3d(var(--cart-fly-start-x), var(--cart-fly-start-y), 0) scale(.86) rotate(0deg);
  }
  12% {
    opacity: 1;
    transform: translate3d(var(--cart-fly-start-x), var(--cart-fly-start-y), 0) scale(1) rotate(-3deg);
  }
  78% {
    width: var(--cart-fly-end-size);
    height: var(--cart-fly-end-size);
    opacity: 1;
    transform: translate3d(var(--cart-fly-end-x), var(--cart-fly-end-y), 0) scale(1.08) rotate(2deg);
  }
  90% {
    width: var(--cart-fly-end-size);
    height: var(--cart-fly-end-size);
    opacity: 1;
    transform: translate3d(var(--cart-fly-end-x), var(--cart-fly-end-y), 0) scale(.52) rotate(0deg);
  }
  100% {
    width: var(--cart-fly-end-size);
    height: var(--cart-fly-end-size);
    opacity: 0;
    transform: translate3d(var(--cart-fly-end-x), var(--cart-fly-end-y), 0) scale(.05) rotate(0deg);
  }
}

@keyframes cart-icon-bump {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  14% {
    transform: translateY(-4px) rotate(-14deg) scale(1.04);
  }
  30% {
    transform: translateY(2px) rotate(12deg) scale(1.02);
  }
  48% {
    transform: translateY(-2px) rotate(-9deg) scale(1.03);
  }
  66% {
    transform: translateY(1px) rotate(5deg);
  }
  72% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -14px, 0);
  }
}

@keyframes orbit-line {
  from {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
  to {
    transform: translateX(-50%) rotate(360deg) scale(1);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    opacity: .78;
  }
  50% {
    opacity: 1;
  }
}

@media (min-width: 760px) {
  .brand-lockup__mark {
    width: 46px;
    height: 46px;
  }

  .brand-lockup__word {
    width: 128px;
    height: 50px;
    transform: translateY(1px) scale(1.5);
  }

  .hero {
    min-height: clamp(225px, 28vh, 330px);
    padding-top: 58px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .product-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .product-card--tall {
    margin-top: 54px;
  }

  .product-card--wide {
    grid-column: span 2;
  }

  .product-card--wide .product-card__image {
    aspect-ratio: 16 / 10;
  }

  .drop-lock {
    grid-template-columns: minmax(0, .9fr) minmax(360px, .52fr);
    align-items: end;
  }

  .text-split {
    grid-template-columns: minmax(0, .85fr) minmax(320px, .7fr);
  }

  .early-access-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: center;
  }

  .cart-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }
}

@media (min-width: 1100px) {
  .hero {
    min-height: clamp(230px, 29vh, 335px);
  }

  .product-card__image {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 920px) {
  .contact-studio {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
  }

  .contact-form--studio {
    position: static;
  }

  .contact-studio__mark {
    top: 112px;
    right: 16px;
    bottom: auto;
    left: auto;
    width: min(36vw, 240px);
  }

  .contact-social-strip {
    grid-template-columns: 1fr;
  }

  .contact-social-strip a {
    min-height: 58px;
    padding: 12px 0;
  }

  .contact-social-strip a + a {
    padding-left: 0;
  }

  .access-hero {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: auto;
    gap: 0;
    padding-top: 8px;
  }

  .access-brand {
    margin-bottom: -18px;
    width: min(88vw, 720px);
    transform: translateY(0);
  }

  .access-form {
    align-self: stretch;
  }

  .access-panel__title {
    text-align: left;
    white-space: normal;
  }

  .access-help {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .access-help__button {
    width: 100%;
  }

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

  .access-footer__legal,
  .access-footer__social,
  .site-footer__legal,
  .site-footer__social {
    justify-content: flex-start;
  }

  .contact-bubble__panel {
    border-radius: 8px;
  }

  .access-contact {
    grid-template-columns: 1fr;
  }

  .access-contact__links {
    justify-items: start;
  }

  .header-actions > a:not(.icon-button) {
    display: none;
  }

  .shop-section:not(.shop-section--page) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .shop-section:not(.shop-section--page) .product-card {
    gap: 8px;
  }

  .shop-section:not(.shop-section--page) .product-card--tall {
    margin-top: 0;
  }

  .shop-section:not(.shop-section--page) .product-card:nth-child(1),
  .shop-section:not(.shop-section--page) .product-card:nth-child(4),
  .shop-section:not(.shop-section--page) .product-card:nth-child(7),
  .shop-section:not(.shop-section--page) .product-card:nth-child(9) {
    grid-column: 1 / -1;
  }

  .shop-section:not(.shop-section--page) .product-card:nth-child(1) .product-card__image,
  .shop-section:not(.shop-section--page) .product-card:nth-child(4) .product-card__image,
  .shop-section:not(.shop-section--page) .product-card:nth-child(7) .product-card__image,
  .shop-section:not(.shop-section--page) .product-card:nth-child(9) .product-card__image {
    aspect-ratio: 16 / 10;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) .product-card__body {
    display: grid;
    gap: 5px;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) h3 {
    font-size: 11px;
    line-height: 1.15;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) p,
  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) span {
    font-size: 10px;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) .product-card__actions {
    grid-template-columns: 1fr;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) .product-card__actions a,
  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) .product-card__actions button {
    min-height: 34px;
    padding: 0 6px;
    font-size: 9px;
  }

  .shop-section:not(.shop-section--page) .product-card:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(9)) .product-card__actions button {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .early-access-layout {
    grid-template-columns: 1fr;
  }

  .early-access-form {
    justify-self: stretch;
  }

  .shop-section--page {
    display: grid;
    gap: 16px;
  }

  .catalog-view-toggle {
    justify-self: end;
  }

  .product-grid--catalog {
    gap: 14px;
  }

  .product-grid--catalog-large {
    grid-template-columns: 1fr;
  }

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

  .product-grid--catalog-small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .product-grid--catalog-medium .product-card,
  .product-grid--catalog-small .product-card {
    gap: 8px;
  }

  .product-grid--catalog-medium .product-card--catalog-fill,
  .product-grid--catalog-small .product-card--catalog-fill {
    grid-column: 1 / -1;
  }

  .product-grid--catalog-small .product-card--catalog-wide {
    grid-column: span 2;
  }

  .product-grid--catalog-medium .product-card--catalog-fill .product-card__image,
  .product-grid--catalog-small .product-card--catalog-fill .product-card__image,
  .product-grid--catalog-small .product-card--catalog-wide .product-card__image {
    aspect-ratio: 16 / 10;
  }

  .product-grid--catalog-medium .product-card__body,
  .product-grid--catalog-small .product-card__body {
    display: grid;
    gap: 5px;
  }

  .product-grid--catalog-medium .product-card--catalog-fill .product-card__body,
  .product-grid--catalog-small .product-card--catalog-fill .product-card__body,
  .product-grid--catalog-small .product-card--catalog-wide .product-card__body {
    display: flex;
  }

  .product-grid--catalog-medium .product-card h3,
  .product-grid--catalog-small .product-card h3 {
    font-size: 11px;
    line-height: 1.15;
  }

  .product-grid--catalog-medium .product-card p,
  .product-grid--catalog-medium .product-card span,
  .product-grid--catalog-small .product-card p,
  .product-grid--catalog-small .product-card span {
    font-size: 10px;
  }

  .product-grid--catalog-medium .product-card__actions a,
  .product-grid--catalog-medium .product-card__actions button,
  .product-grid--catalog-small .product-card__actions a,
  .product-grid--catalog-small .product-card__actions button {
    min-height: 34px;
    padding: 0 6px;
    font-size: 9px;
  }

  .product-grid--catalog-small .product-card__image::before,
  .product-grid--catalog-small .product-card__image::after,
  .product-grid--catalog-small .product-card p,
  .product-grid--catalog-small .product-card__actions a {
    display: none;
  }

  .product-grid--catalog-small .product-card--catalog-fill p,
  .product-grid--catalog-small .product-card--catalog-wide p {
    display: block;
  }

  .product-grid--catalog-small .product-card--catalog-fill .product-card__actions a,
  .product-grid--catalog-small .product-card--catalog-wide .product-card__actions a {
    display: inline-flex;
  }

  .product-grid--catalog-small .product-card__actions {
    grid-template-columns: 1fr;
  }

  .product-grid--catalog-small .product-card--catalog-fill .product-card__actions,
  .product-grid--catalog-small .product-card--catalog-wide .product-card__actions {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid--catalog-small .product-card__actions button {
    border-top: 0;
  }

  .product-grid--catalog-small .product-card--catalog-fill .product-card__actions button,
  .product-grid--catalog-small .product-card--catalog-wide .product-card__actions button {
    border-left: 1px solid var(--line);
  }

  .product-detail-modal__panel {
    grid-template-columns: 1fr;
    max-height: 90vh;
  }

  .product-detail-modal__gallery {
    min-height: 360px;
  }
}

@media (min-width: 761px) and (max-width: 920px) {
  .product-grid--catalog-large,
  .product-grid--catalog-medium,
  .product-grid--catalog-small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 420px) {
  :root {
    --logo-stage-y: -44px;
  }

  .hero {
    min-height: 300px;
    padding-top: 70px;
  }

  .brand-showcase__mark {
    width: min(52vw, 220px);
  }

  .brand-showcase__word {
    width: 116vw;
    height: 196px;
  }

  .access-brand__mark {
    width: min(52vw, 220px);
  }

  .access-brand__word {
    width: 116vw;
    height: 196px;
  }

  .shop-section--home .section-heading {
    align-items: start;
    gap: 12px;
  }

  .shop-section--home .section-heading h2 {
    max-width: 74%;
    text-align: right;
  }

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

  .product-card__actions button {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-studio__intro h1 {
    font-size: clamp(58px, 20vw, 82px);
  }

  .contact-social-strip strong {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 760px) {
  .lookbook-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .lookbook-tile {
    gap: 6px;
  }

  .lookbook-tile figcaption {
    font-size: 8px;
    line-height: 1.25;
  }

  .lookbook-tile--hero img,
  .lookbook-tile--tall img {
    aspect-ratio: 4 / 5.4;
  }

  .lookbook-tile--wide img,
  .lookbook-tile--full img {
    aspect-ratio: 16 / 9;
  }

  .catalog-toolbar {
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
  }

  .catalog-view-toggle {
    display: inline-flex;
    flex: 1;
    justify-content: flex-end;
  }

  .catalog-view-toggle__button {
    flex: 0 0 34px;
    justify-content: center;
  }

  .catalog-filter-button {
    min-width: 112px;
  }

  .catalog-filter-drawer__panel {
    width: min(100%, 360px);
    padding: 18px;
  }

  .product-detail-modal {
    padding: 0;
  }

  .product-detail-modal__panel {
    min-height: 100svh;
    max-height: none;
    border: 0;
  }

  .product-detail-modal__body h2 {
    font-size: clamp(34px, 11vw, 58px);
  }

  .product-detail-modal__thumbs button {
    width: 46px;
    height: 58px;
  }

  .shop-section--home .product-grid--home {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: start !important;
    gap: 22px 10px !important;
  }

  .shop-section--home .product-grid--home > .product-card {
    grid-column: span 6 !important;
    margin-top: 0 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(1) {
    grid-column: 1 / -1 !important;
  }

  .shop-section--home .product-grid--home > .product-card .product-card__image {
    aspect-ratio: 4 / 5 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(2),
  .shop-section--home .product-grid--home > .product-card:nth-child(7) {
    grid-column: span 7 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(3),
  .shop-section--home .product-grid--home > .product-card:nth-child(6) {
    grid-column: span 5 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(1) .product-card__image {
    aspect-ratio: 16 / 10 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(2) .product-card__image,
  .shop-section--home .product-grid--home > .product-card:nth-child(7) .product-card__image {
    aspect-ratio: 5 / 6 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(3) .product-card__image,
  .shop-section--home .product-grid--home > .product-card:nth-child(6) .product-card__image {
    aspect-ratio: 3 / 4 !important;
  }

  .shop-section--home .product-grid--home > .product-card .product-card__actions {
    grid-template-columns: 1fr !important;
  }

  .shop-section--home .product-grid--home > .product-card .product-card__actions button {
    border-top: 1px solid var(--line) !important;
    border-left: 0 !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(1) .product-card__actions {
    grid-template-columns: 1fr 1fr !important;
  }

  .shop-section--home .product-grid--home > .product-card:nth-child(1) .product-card__actions button {
    border-top: 0 !important;
    border-left: 1px solid var(--line) !important;
  }
}
