:root {
  --ink: #111111;
  --ink-soft: #2c2c2c;
  --bone: #f4f0e8;
  --paper: #fffdf8;
  --concrete: #85857f;
  --line: rgba(17, 17, 17, 0.18);
  --lime: #c8ff3d;
  --white: #ffffff;
  --font-display: "Archivo Black", "Arial Black", sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --shell: 1480px;
  --radius-sm: 3px;
  --radius-md: 10px;
  --shadow-hard: 8px 8px 0 var(--ink);
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select {
  color: inherit;
  font: inherit;
  font-weight: 600;
}

button,
select {
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-transform: uppercase;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.section-space {
  padding-block: clamp(80px, 9vw, 144px);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement-bar {
  display: grid;
  min-height: 32px;
  place-items: center;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar p {
  margin: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--ink);
  background: rgba(244, 240, 232, 0.94);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: max-content;
}

.brand__logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.brand__logo--lockup {
  width: clamp(150px, 13vw, 196px);
  max-height: 48px;
}

.brand__logo--mark {
  display: none;
  width: 44px;
  height: 44px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 38px);
}

.site-nav a {
  position: relative;
  padding-block: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 3px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .header-social-link {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--lime);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.site-nav .header-social-link::after {
  display: none;
}

.site-nav .header-social-link:hover {
  background: var(--lime);
  color: var(--ink);
  transform: translateY(-2px);
}

.header-social-link svg,
.footer-social-link svg,
.company-social-link svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}

.header-social-link__label {
  display: none;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
  min-height: 44px;
  padding: 0 7px 0 16px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background var(--transition), color var(--transition);
}

.cart-link:hover,
.cart-link[aria-current="page"] {
  background: var(--ink);
  color: var(--bone);
}

.cart-count {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  padding-inline: 6px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-grid;
  min-width: 31px;
  height: 24px;
  place-items: center;
  padding-inline: 5px;
  background: var(--ink);
  color: var(--lime);
  letter-spacing: 0.04em;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 54px;
  padding: 0 21px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: box-shadow var(--transition), transform var(--transition), background var(--transition), color var(--transition);
}

.button:hover {
  box-shadow: 5px 5px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.button--primary {
  background: var(--ink);
  color: var(--bone);
}

.button--primary:hover {
  background: var(--lime);
  color: var(--ink);
}

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

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

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.text-link:hover span {
  transform: translateX(5px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  min-height: calc(100vh - 118px);
  gap: clamp(46px, 7vw, 112px);
}

.hero__copy h1 {
  max-width: 900px;
  font-size: clamp(4rem, 7.1vw, 7.7rem);
}

.hero__copy h1 em {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.hero__lead {
  max-width: 650px;
  margin: 32px 0 36px;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 600;
  line-height: 1.65;
}

.hero__meta {
  display: flex;
  gap: 38px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
}

.hero__meta div {
  display: grid;
  gap: 2px;
}

.hero__meta strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.hero__meta span {
  color: #565650;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 650px;
  border: 2px solid var(--ink);
  background-color: #dad6cd;
  background-image: linear-gradient(rgba(17, 17, 17, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 17, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  box-shadow: var(--shadow-hard);
  overflow: hidden;
}

.hero-art__label {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  background: var(--bone);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-art__panel {
  position: absolute;
  border: 2px solid var(--ink);
}

.hero-art__panel--main {
  top: 70px;
  right: 8%;
  bottom: 77px;
  left: 9%;
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  transform: rotate(-2.5deg);
}

.hero-art__panel--main::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08), transparent 48%, rgba(17, 17, 17, 0.45));
  content: "";
  pointer-events: none;
}

.hero-art__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.hero-art__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-art__panel--main::after {
  position: absolute;
  top: 0;
  right: 22%;
  width: 2px;
  height: 100%;
  background: rgba(200, 255, 61, 0.45);
  content: "";
  z-index: 2;
}

.hero-art__panel--main strong {
  position: absolute;
  right: -8px;
  bottom: -35px;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(9rem, 17vw, 16rem);
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 1;
  -webkit-text-stroke: 3px var(--lime);
  z-index: 3;
}

.hero-art__edition {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-art__figure {
  position: absolute;
  z-index: 1;
  top: 17%;
  left: 15%;
  width: 39%;
  height: 64%;
  background: var(--lime);
  clip-path: polygon(22% 0, 78% 0, 100% 24%, 78% 35%, 70% 25%, 73% 100%, 27% 100%, 30% 25%, 22% 35%, 0 24%);
  filter: drop-shadow(15px 18px 0 rgba(255, 255, 255, 0.12));
}

.hero-art__panel--accent {
  z-index: 4;
  right: 2.5%;
  bottom: 106px;
  display: flex;
  width: 44%;
  min-height: 146px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px;
  background: var(--lime);
  color: var(--ink);
  transform: rotate(4deg);
}

.hero-art__panel--accent span {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero-art__panel--accent b {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.hero-art__seal {
  position: absolute;
  z-index: 5;
  top: 43px;
  right: 18px;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--bone);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: rotate(9deg);
}

.hero-art__ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  border-top: 2px solid var(--ink);
  background: var(--bone);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(38px, 5vw, 68px);
}

.section-heading h2 {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.section-heading__note {
  margin-bottom: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}

.category-section {
  border-top: 2px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
}

.category-section .eyebrow span,
.section-heading--light .eyebrow span {
  background: var(--lime);
  color: var(--ink);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category-card {
  position: relative;
  min-height: 490px;
  border: 2px solid var(--bone);
  background: var(--ink-soft);
  color: var(--bone);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), color var(--transition), background var(--transition);
}

.category-card:hover {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--bone);
  transform: translate(-3px, -3px);
}

.category-card__number {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.category-card__art {
  position: absolute;
  top: 60px;
  right: 18px;
  bottom: 87px;
  left: 18px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  background-image: radial-gradient(circle at center, transparent 0 23%, currentColor 23.3% 23.7%, transparent 24% 37%, currentColor 37.3% 37.7%, transparent 38%);
  overflow: hidden;
}

.category-card__art::before,
.category-card__art::after {
  position: absolute;
  background: currentColor;
  content: "";
  opacity: 0.23;
}

.category-card__art::before {
  width: 1px;
  height: 100%;
}

.category-card__art::after {
  width: 100%;
  height: 1px;
}

.category-card__art span {
  display: block;
  width: 50%;
  height: 62%;
  background: var(--lime);
  filter: drop-shadow(12px 12px 0 rgba(244, 240, 232, 0.17));
  transition: background var(--transition), transform var(--transition);
}

.category-card:hover .category-card__art span {
  background: var(--ink);
  transform: rotate(-5deg) scale(1.05);
}

.category-card--shirts .category-card__art span {
  clip-path: polygon(22% 0, 78% 0, 100% 22%, 80% 38%, 70% 27%, 74% 100%, 26% 100%, 30% 27%, 20% 38%, 0 22%);
}

.category-card--pants .category-card__art span {
  width: 42%;
  clip-path: polygon(4% 0, 96% 0, 82% 100%, 53% 100%, 50% 31%, 47% 100%, 18% 100%);
}

.category-card--shoes .category-card__art span {
  width: 70%;
  height: 34%;
  border-radius: 55% 18% 18% 35%;
  clip-path: polygon(6% 19%, 56% 0, 69% 33%, 96% 46%, 100% 81%, 89% 100%, 12% 100%, 0 76%);
  transform: rotate(-8deg);
}

.category-card--shoes:hover .category-card__art span {
  transform: rotate(-13deg) scale(1.05);
}

.category-card__footer {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.category-card__footer h3 {
  font-size: clamp(2.2rem, 3.6vw, 4rem);
}

.category-card__footer > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid currentColor;
  font-size: 1.1rem;
}

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

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ink);
  background: var(--paper);
  transition: box-shadow var(--transition), transform var(--transition);
}

.product-card:hover {
  box-shadow: 6px 6px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.product-art {
  --art-bg: #d9d4ca;
  --art-accent: var(--ink);
  position: relative;
  display: grid;
  aspect-ratio: 4 / 5;
  place-items: center;
  border-bottom: 1px solid var(--ink);
  background-color: var(--art-bg);
  background-image: linear-gradient(rgba(17, 17, 17, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 17, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  color: var(--art-accent);
  overflow: hidden;
}

.product-art__photo {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
}

.product-art__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-art.photo-failed .product-art__photo {
  display: none;
}

.product-art[data-art="lime"] {
  --art-bg: var(--lime);
  --art-accent: var(--ink);
}

.product-art[data-art="ink"] {
  --art-bg: var(--ink);
  --art-accent: var(--lime);
}

.product-art[data-art="bone"] {
  --art-bg: #dfd8cb;
  --art-accent: var(--ink);
}

.product-art[data-art="concrete"] {
  --art-bg: #75756f;
  --art-accent: var(--bone);
}

.product-art__code,
.product-art__type {
  position: absolute;
  z-index: 4;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-art__code {
  top: 13px;
  left: 14px;
  padding: 5px 7px;
  background: var(--ink);
  color: var(--lime);
}

.product-art__type {
  right: 14px;
  bottom: 12px;
  padding: 5px 7px;
  background: var(--bone);
  color: var(--ink);
}

.product-art__orbit {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.45;
}

.product-art__orbit::before,
.product-art__orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  opacity: 0.55;
}

.product-art__orbit::before {
  width: 138%;
  height: 1px;
}

.product-art__orbit::after {
  width: 1px;
  height: 138%;
}

.product-art__shape {
  position: relative;
  z-index: 2;
  display: block;
  width: 44%;
  height: 55%;
  background: currentColor;
  filter: drop-shadow(11px 13px 0 rgba(255, 255, 255, 0.16));
  transition: transform 260ms ease;
}

.product-card:hover .product-art__shape {
  transform: rotate(-5deg) scale(1.045);
}

.product-art--shirts .product-art__shape {
  clip-path: polygon(22% 0, 78% 0, 100% 23%, 80% 38%, 70% 28%, 74% 100%, 26% 100%, 30% 28%, 20% 38%, 0 23%);
}

.product-art--pants .product-art__shape {
  width: 38%;
  height: 62%;
  clip-path: polygon(3% 0, 97% 0, 82% 100%, 54% 100%, 50% 31%, 46% 100%, 18% 100%);
}

.product-art--shoes .product-art__shape {
  width: 66%;
  height: 29%;
  border-radius: 50% 18% 16% 33%;
  clip-path: polygon(6% 18%, 55% 0, 68% 31%, 96% 46%, 100% 80%, 89% 100%, 12% 100%, 0 76%);
  transform: rotate(-9deg);
}

.product-card:hover .product-art--shoes .product-art__shape {
  transform: rotate(-14deg) scale(1.045);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-card__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #5e5e58;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__tags span:last-child {
  max-width: 58%;
  padding: 3px 7px;
  border: 1px solid var(--line);
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
}

.product-card__description {
  min-height: 42px;
  margin: 8px 0 16px;
  color: #62625c;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.5;
}

.product-card__price {
  margin: auto 0 15px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--ink);
}

.product-card__actions label {
  position: relative;
  border-right: 1px solid var(--ink);
}

.product-card__actions label::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "↓";
  pointer-events: none;
  transform: translateY(-50%);
}

.product-card__actions select {
  width: 100%;
  height: 48px;
  padding: 0 33px 0 12px;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  font-size: 0.7rem;
  font-weight: 800;
  appearance: none;
  text-transform: uppercase;
}

.product-card__actions select.is-invalid {
  background: #ffe5dc;
}

.product-card__actions button {
  min-width: 92px;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--bone);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background var(--transition), color var(--transition);
}

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

.product-card__error {
  min-height: 16px;
  margin: 7px 0 -3px;
  color: #8b220b;
  font-size: 0.63rem;
  font-weight: 800;
}

.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(320px, 0.65fr);
  min-height: 570px;
  margin-bottom: clamp(80px, 10vw, 160px);
  padding-inline: clamp(30px, 5vw, 80px);
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
}

.manifesto__index {
  align-self: start;
  padding-top: 7px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}

.manifesto__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 800px;
}

.manifesto__copy h2 {
  font-size: clamp(3.5rem, 6vw, 7rem);
}

.manifesto__copy h2 em {
  color: var(--lime);
}

.manifesto__copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 26px 0 32px;
  color: #c8c5bc;
}

.manifesto__copy .eyebrow span {
  background: var(--lime);
  color: var(--ink);
}

.manifesto__graphic {
  position: relative;
  align-self: stretch;
  border-left: 1px solid rgba(244, 240, 232, 0.25);
}

.manifesto__graphic span {
  position: absolute;
  right: -19px;
  bottom: -46px;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(11rem, 21vw, 23rem);
  font-weight: 900;
  letter-spacing: -0.13em;
  line-height: 1;
  -webkit-text-stroke: 3px var(--lime);
}

.manifesto__graphic div {
  position: absolute;
  top: 11%;
  left: 16%;
  width: 54%;
  height: 67%;
  border: 2px solid var(--lime);
  transform: rotate(9deg);
}

.page-hero,
.shop-hero,
.cart-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 500px;
  padding-block: clamp(90px, 12vw, 170px) 70px;
  border-bottom: 1px solid var(--ink);
}

.page-hero {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.55fr);
  gap: 80px;
}

.page-hero--about {
  min-height: 620px;
  padding-inline: clamp(28px, 5vw, 80px);
  border: 2px solid var(--ink);
  color: var(--bone);
  overflow: hidden;
}

.page-hero--about::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.68) 50%, rgba(17, 17, 17, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.page-hero--about > *:not(.page-hero__background) {
  position: relative;
  z-index: 2;
}

.page-hero__background {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.page-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero--about .eyebrow span {
  background: var(--lime);
  color: var(--ink);
}

.page-hero--about h1 em {
  -webkit-text-stroke-color: var(--bone);
}

.page-hero h1,
.shop-hero h1,
.cart-hero h1 {
  font-size: clamp(4rem, 8vw, 8.6rem);
}

.page-hero h1 em,
.shop-hero h1 em,
.cart-hero h1 em {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.page-hero > p,
.cart-hero > p {
  max-width: 480px;
  margin: 0 0 9px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-hero__stamp {
  position: absolute;
  top: 70px;
  right: 3%;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: rotate(8deg);
  z-index: 3;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  align-items: start;
  gap: clamp(55px, 9vw, 140px);
}

.about-intro__story h2 {
  max-width: 980px;
  font-size: clamp(2.8rem, 5.2vw, 6rem);
}

.about-intro__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 850px;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid var(--ink);
}

.about-intro__columns p {
  margin: 0;
  color: #51514c;
  line-height: 1.75;
}

.company-card {
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-hard);
}

.company-card__top {
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
  border-bottom: 2px solid var(--ink);
  background: var(--lime);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-card dl {
  margin: 0;
  padding: 0 20px;
}

.company-card dl div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.company-card dl div:last-child {
  border-bottom: 0;
}

.company-card dt {
  margin-bottom: 4px;
  color: #66665f;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-card dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.company-card a:hover {
  text-decoration: underline;
}

.company-social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.company-social-link svg {
  width: 28px;
  height: 28px;
  padding: 4px;
  background: var(--ink);
  color: var(--lime);
}

.collection-notes {
  padding-block: clamp(90px, 10vw, 150px);
  background: var(--ink);
  color: var(--bone);
}

.collection-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 240, 232, 0.4);
}

.collection-notes__grid article {
  min-height: 280px;
  padding: 25px 34px 20px 0;
  border-right: 1px solid rgba(244, 240, 232, 0.4);
}

.collection-notes__grid article + article {
  padding-left: 34px;
}

.collection-notes__grid article:last-child {
  border-right: 0;
}

.collection-notes__grid article > span {
  color: var(--lime);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.collection-notes__grid h3 {
  margin-top: 80px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.collection-notes__grid p {
  max-width: 390px;
  margin: 20px 0 0;
  color: #c8c5bc;
  font-size: 0.85rem;
}

.range-snapshot {
  border-bottom: 1px solid var(--ink);
}

.range-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-hard);
}

.range-stats > div {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--ink);
}

.range-stats > div:last-child {
  border-right: 0;
}

.range-stats strong {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.range-stats span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.demo-reviews {
  background: var(--ink-soft);
  color: var(--bone);
}

.demo-reviews__notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border: 2px solid var(--ink);
  background: var(--lime);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.demo-reviews__notice strong,
.demo-reviews__notice span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-reviews__grid {
  display: grid;
  grid-template-columns: 0.72fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.demo-rating-summary,
.demo-review-card {
  min-height: 340px;
  border: 2px solid var(--ink);
}

.demo-rating-summary {
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: var(--lime);
  color: var(--ink);
}

.demo-rating-summary > span,
.demo-rating-summary > small,
.demo-review-card__top > span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-rating-summary > strong {
  margin-top: auto;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.demo-rating-summary > strong small {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
}

.demo-rating-summary p {
  margin: 24px 0 8px;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.demo-review-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: var(--paper);
  color: var(--ink);
}

.demo-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.demo-review-card__top > span {
  padding: 5px 8px;
  background: var(--ink);
  color: var(--lime);
}

.demo-review-card__top p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.demo-review-card blockquote {
  margin: 54px 0 40px;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 700;
  line-height: 1.7;
}

.demo-review-card__author {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.demo-review-card__author span {
  color: #66665f;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  border: 2px solid var(--ink);
  background: var(--paper);
}

.map-frame {
  min-height: 560px;
  border-right: 2px solid var(--ink);
  background-color: #d0ccc2;
  background-image: linear-gradient(45deg, rgba(17, 17, 17, 0.06) 25%, transparent 25%, transparent 75%, rgba(17, 17, 17, 0.06) 75%);
  background-size: 22px 22px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.location-card__index {
  margin-bottom: auto;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-card h3 {
  margin-top: 100px;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
}

.location-card address {
  margin: 25px 0 35px;
  color: #51514c;
  line-height: 1.8;
}

.location-card__actions {
  display: grid;
  gap: 12px;
}

.lookbook-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 140px);
  min-height: 610px;
  padding-block: clamp(90px, 12vw, 170px) 70px;
  border-bottom: 1px solid var(--ink);
}

.lookbook-hero h1 {
  font-size: clamp(4.4rem, 9vw, 9.5rem);
}

.lookbook-hero h1 em {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.lookbook-hero__copy > p:last-child {
  max-width: 690px;
  margin: 30px 0 0;
  color: #51514c;
  font-size: 1rem;
  line-height: 1.8;
}

.lookbook-hero__counter {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 8px 18px;
  padding: 28px;
  border: 2px solid var(--ink);
  background: var(--lime);
  box-shadow: var(--shadow-hard);
}

.lookbook-hero__counter strong,
.lookbook-hero__counter b {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.lookbook-hero__counter b {
  padding-top: 22px;
  border-top: 1px solid var(--ink);
}

.lookbook-hero__counter span {
  padding-top: 6px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.lookbook-hero__counter span:last-child {
  padding-top: 27px;
  border-top: 1px solid var(--ink);
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 34px 28px;
}

.look-card {
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--ink);
  overflow: hidden;
}

.look-card:nth-child(even) {
  margin-top: 72px;
}

.look-card__collage {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(130px, 0.6fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(390px, 42vw, 620px);
  border-bottom: 2px solid var(--ink);
  background: var(--ink);
  gap: 2px;
}

.look-card__media {
  position: relative;
  min-width: 0;
  min-height: 0;
  background: #d7d2c8;
  overflow: hidden;
}

.look-card__media--1 {
  grid-row: 1 / -1;
}

.look-card__picture,
.look-card__picture img {
  width: 100%;
  height: 100%;
}

.look-card__picture img {
  object-fit: cover;
  transition: transform 500ms ease;
}

.look-card:hover .look-card__picture img {
  transform: scale(1.025);
}

.look-card__media-fallback {
  display: none;
  width: 100%;
  height: 100%;
  place-items: end start;
  padding: 18px;
  background: linear-gradient(135deg, var(--lime), var(--bone) 55%, #9d9d95);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.look-card__media.photo-failed .look-card__picture {
  display: none;
}

.look-card__media.photo-failed .look-card__media-fallback {
  display: grid;
}

.look-card__content {
  padding: clamp(24px, 3.5vw, 44px);
}

.look-card__meta {
  margin-bottom: 18px;
  color: #686861;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.look-card h3 {
  font-size: clamp(2.2rem, 4vw, 4.6rem);
}

.look-card__description {
  max-width: 620px;
  margin: 22px 0 30px;
  color: #575751;
  font-size: 0.84rem;
  line-height: 1.75;
}

.look-card__products {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.look-card__products a,
.look-card__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
}

.look-card__products a {
  transition: padding var(--transition), background var(--transition);
}

.look-card__products a:hover {
  padding-inline: 10px;
  background: var(--lime);
}

.look-card__products strong,
.look-card__total strong {
  font-weight: 800;
  white-space: nowrap;
}

.look-card__total {
  margin-top: 12px;
  border-bottom-color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.look-card__total strong {
  font-size: 1rem;
}

.look-card__notice {
  margin: 18px 0 0;
  padding: 12px;
  border: 1px solid var(--ink);
  background: #ece7dc;
  font-size: 0.7rem;
  font-weight: 800;
}

.look-card__edit-link {
  margin-top: 28px;
}

.look-card:nth-child(even) .look-card__content {
  background: var(--ink-soft);
  color: var(--bone);
}

.look-card:nth-child(even) .look-card__meta,
.look-card:nth-child(even) .look-card__description {
  color: #c8c5bc;
}

.look-card:nth-child(even) .look-card__products,
.look-card:nth-child(even) .look-card__total {
  border-color: rgba(244, 240, 232, 0.42);
}

.look-card:nth-child(even) .look-card__products a {
  border-color: rgba(244, 240, 232, 0.24);
}

.look-card:nth-child(even) .look-card__products a:hover {
  color: var(--ink);
}

.lookbook-empty,
.lookbook-noscript {
  padding: 50px;
  border: 2px solid var(--ink);
  background: var(--paper);
  text-align: center;
}

.lookbook-empty p {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.lookbook-noscript a {
  text-decoration: underline;
}

.rotation-guide {
  background: var(--ink);
  color: var(--bone);
}

.rotation-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 50px;
  border-top: 1px solid rgba(244, 240, 232, 0.4);
  border-bottom: 1px solid rgba(244, 240, 232, 0.4);
}

.rotation-guide__grid article {
  min-height: 330px;
  padding: 28px 34px;
  border-right: 1px solid rgba(244, 240, 232, 0.4);
}

.rotation-guide__grid article:first-child {
  padding-left: 0;
}

.rotation-guide__grid article:last-child {
  border-right: 0;
}

.rotation-guide__grid article > span {
  color: var(--lime);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.rotation-guide__grid h3 {
  margin-top: 90px;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
}

.rotation-guide__grid p {
  max-width: 390px;
  margin: 20px 0 0;
  color: #c8c5bc;
  font-size: 0.84rem;
  line-height: 1.75;
}

.rotation-guide__cta:hover {
  background: var(--bone);
}

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

.shop-hero__counter {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 10px;
}

.shop-hero__counter strong {
  font-family: var(--font-display);
  font-size: 5.7rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.73;
}

.shop-hero__counter span {
  max-width: 70px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 230px;
  gap: 28px 20px;
  margin-bottom: 36px;
  padding: 25px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.field label,
.filter-group legend {
  display: block;
  margin-bottom: 9px;
  padding: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-input {
  position: relative;
}

.search-input > span {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%);
}

.search-input input,
.field--sort select {
  width: 100%;
  height: 52px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--bone);
  font-size: 0.78rem;
}

.search-input input {
  padding: 0 15px 0 48px;
}

.field--sort select {
  padding-inline: 14px;
}

.filter-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-group--category {
  justify-self: end;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-chips button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background var(--transition), color var(--transition);
}

.filter-chips button:hover,
.filter-chips button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--lime);
}

.shop-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-results-bar p {
  margin: 0;
}

.shop-results-bar > span {
  color: #66665f;
}

.no-results {
  padding: 90px 25px;
  border: 2px solid var(--ink);
  text-align: center;
}

.no-results[hidden] {
  display: none;
}

.no-results > div {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  -webkit-text-stroke: 2px var(--ink);
}

.no-results h2,
.empty-cart h2 {
  margin-top: 26px;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
}

.no-results p,
.empty-cart > p:not(.eyebrow) {
  margin: 18px auto 28px;
  color: #5e5e58;
}

.cart-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 80px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.38fr);
  align-items: start;
  gap: clamp(40px, 7vw, 105px);
}

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

.cart-list-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
}

.cart-list-heading h2,
.order-summary h2 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cart-list-heading span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-line {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid var(--ink);
}

.cart-line .product-art {
  aspect-ratio: 1;
  border: 1px solid var(--ink);
}

.cart-line .product-art__code {
  top: 8px;
  left: 8px;
  font-size: 0.48rem;
}

.cart-line .product-art__type {
  display: none;
}

.cart-line__info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.cart-line__meta {
  margin-bottom: 8px;
  color: #696963;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-line h3 {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.cart-line__size {
  margin: 7px 0 17px;
  color: #595953;
  font-size: 0.73rem;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 36px 42px 36px;
  border: 1px solid var(--ink);
}

.quantity-control button,
.quantity-control output {
  display: grid;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
}

.quantity-control button:first-child,
.quantity-control output {
  border-right: 1px solid var(--ink);
}

.quantity-control button:hover:not(:disabled) {
  background: var(--lime);
}

.quantity-control button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.cart-line__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  text-align: right;
}

.cart-line__price strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.remove-button {
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #66665f;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.remove-button:hover {
  color: #8b220b;
}

.cart-continue {
  margin-top: 28px;
}

.cart-continue:hover span {
  transform: translateX(-5px);
}

.order-summary {
  position: sticky;
  top: 116px;
  padding: 25px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  box-shadow: 8px 8px 0 var(--lime);
}

.order-summary__head {
  display: flex;
  justify-content: space-between;
  margin: -25px -25px 26px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--bone);
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-summary h2 {
  margin-bottom: 25px;
  font-size: 1.35rem;
}

.order-summary dl {
  margin: 0 0 28px;
}

.order-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 15px;
  border-top: 1px solid rgba(244, 240, 232, 0.28);
  font-size: 0.76rem;
}

.order-summary dd {
  margin: 0;
  font-weight: 800;
}

.order-summary .order-summary__total {
  align-items: flex-end;
  padding-top: 22px;
}

.order-summary__total dd {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.order-summary > p {
  margin: 20px 0 0;
  color: #b9b6ae;
  font-size: 0.66rem;
  line-height: 1.65;
}

.empty-cart {
  padding: 90px 25px;
  border: 2px solid var(--ink);
  background: var(--paper);
  text-align: center;
}

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

.empty-cart__graphic {
  position: relative;
  display: grid;
  width: 180px;
  height: 180px;
  margin: 0 auto 38px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--lime);
  transform: rotate(-3deg);
}

.empty-cart__graphic span {
  font-family: var(--font-display);
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.empty-cart__graphic i {
  position: absolute;
  width: 112px;
  height: 70px;
  border: 4px solid var(--ink);
  border-top: 0;
  transform: rotate(5deg);
}

.empty-cart .eyebrow {
  justify-content: center;
}

.site-footer {
  padding-top: clamp(70px, 8vw, 112px);
  background: var(--ink);
  color: var(--bone);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 0.85fr 1.2fr;
  gap: 55px;
  padding-bottom: 80px;
}

.brand--footer {
  padding: 9px 13px;
  background: var(--bone);
}

.brand--footer .brand__logo--lockup {
  width: min(200px, 58vw);
}

.site-footer__brand > p {
  max-width: 250px;
  margin: 24px 0 0;
  color: #aaa79f;
  font-size: 0.76rem;
  line-height: 1.7;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(244, 240, 232, 0.42);
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.footer-social-link:hover {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.footer-heading {
  margin-bottom: 22px;
  color: var(--lime);
  font-family: var(--font-body);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: #d3d0c8;
  font-size: 0.78rem;
  font-weight: 600;
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-links--contact a {
  overflow-wrap: anywhere;
}

.footer-details {
  display: grid;
  gap: 18px;
  margin: 0;
}

.footer-details dt {
  margin-bottom: 3px;
  color: #85827c;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-details dd {
  margin: 0;
  color: #d3d0c8;
  font-size: 0.75rem;
}

.site-footer address {
  max-width: 390px;
  margin-top: 18px;
  color: #aaa79f;
  font-size: 0.7rem;
  line-height: 1.7;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-top: 1px solid rgba(244, 240, 232, 0.24);
  color: #85827c;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100% - 48px));
  padding: 15px 18px;
  border: 2px solid var(--ink);
  background: var(--lime);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity var(--transition), transform var(--transition);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  animation: reveal-up 650ms ease both;
}

.reveal--delay {
  animation-delay: 130ms;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
    gap: 52px;
  }

  .hero__copy h1 {
    font-size: clamp(3.7rem, 6.5vw, 6rem);
  }

  .hero-art {
    min-height: 560px;
  }

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

  .product-grid--featured .product-card:last-child {
    display: none;
  }

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

  .site-footer__grid {
    grid-template-columns: 1fr 0.7fr 1fr;
  }

  .site-footer__grid > div:last-child {
    grid-column: 1 / -1;
    padding-top: 32px;
    border-top: 1px solid rgba(244, 240, 232, 0.2);
  }

  .site-footer address {
    max-width: 700px;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(calc(100% - 40px), var(--shell));
  }

  .site-header__inner {
    grid-template-columns: 1fr auto auto;
    min-height: 76px;
    gap: 12px;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid var(--ink);
    background: transparent;
  }

  .menu-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--ink);
    transition: transform var(--transition), top var(--transition);
  }

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

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

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

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

  .site-nav {
    position: fixed;
    z-index: 101;
    top: 108px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 50px 20px;
    background: var(--bone);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity var(--transition), transform var(--transition);
  }

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

  .site-nav a {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--ink);
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 10vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .header-social-link {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
  }

  .site-nav .header-social-link:hover {
    background: transparent;
    color: var(--ink);
    transform: none;
  }

  .header-social-link svg {
    width: 38px;
    height: 38px;
    padding: 7px;
    background: var(--ink);
    color: var(--lime);
  }

  .header-social-link__label {
    display: inline;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__copy h1 {
    font-size: clamp(4rem, 12vw, 7rem);
  }

  .hero-art {
    min-height: 650px;
  }

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

  .category-card {
    min-height: 400px;
  }

  .category-card__art {
    right: 35%;
  }

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

  .product-grid--featured .product-card:last-child {
    display: flex;
  }

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

  .manifesto__graphic {
    display: none;
  }

  .page-hero,
  .cart-hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .lookbook-hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 55px;
  }

  .lookbook-hero__counter {
    width: min(100%, 650px);
  }

  .page-hero > p,
  .cart-hero > p {
    max-width: 630px;
  }

  .about-intro,
  .location-grid,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .company-card {
    max-width: 650px;
  }

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

  .range-stats > div:nth-child(2) {
    border-right: 0;
  }

  .range-stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }

  .location-grid {
    border: 0;
    background: transparent;
    gap: 20px;
  }

  .map-frame {
    border: 2px solid var(--ink);
  }

  .location-card {
    min-height: 430px;
    border: 2px solid var(--ink);
    background: var(--paper);
  }

  .shop-toolbar {
    grid-template-columns: 1fr 220px;
  }

  .filter-group--category {
    justify-self: start;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 30px), var(--shell));
  }

  .section-space {
    padding-block: 74px;
  }

  .announcement-bar {
    min-height: 28px;
    font-size: 0.58rem;
  }

  .site-header .brand__logo--lockup {
    display: none;
  }

  .site-header .brand__logo--mark {
    display: block;
  }

  .site-nav {
    top: 104px;
    padding-inline: 15px;
  }

  .cart-link {
    gap: 6px;
    min-height: 44px;
    padding-left: 12px;
    font-size: 0.68rem;
  }

  .hero {
    gap: 55px;
    padding-top: 70px;
  }

  .hero__copy h1 {
    font-size: clamp(3.45rem, 15vw, 5rem);
  }

  .hero__copy h1 em,
  .page-hero h1 em,
  .lookbook-hero h1 em,
  .shop-hero h1 em,
  .cart-hero h1 em {
    -webkit-text-stroke-width: 1.5px;
  }

  .hero__lead {
    margin-block: 24px 30px;
  }

  .hero__meta {
    justify-content: space-between;
    gap: 12px;
    margin-top: 48px;
  }

  .hero__meta strong {
    font-size: 1.35rem;
  }

  .hero__meta span {
    font-size: 0.54rem;
  }

  .hero-art {
    min-height: 490px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .hero-art__panel--main {
    top: 62px;
    bottom: 66px;
  }

  .hero-art__panel--accent {
    bottom: 83px;
    width: 52%;
    min-height: 110px;
  }

  .hero-art__panel--accent span {
    font-size: 0.76rem;
  }

  .hero-art__panel--accent b {
    font-size: 3rem;
  }

  .hero-art__seal {
    width: 62px;
    height: 62px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .section-heading .text-link,
  .section-heading__note {
    margin-top: 25px;
    text-align: left;
  }

  .category-card {
    min-height: 360px;
  }

  .category-card__art {
    right: 18px;
  }

  .product-grid {
    gap: 18px 10px;
  }

  .product-card__body {
    padding: 12px;
  }

  .product-card__description {
    display: none;
  }

  .product-card__price {
    margin: 13px 0;
    font-size: 1rem;
  }

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

  .product-card__actions label {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .product-card__actions button {
    min-height: 42px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    min-height: 540px;
    padding-inline: 25px;
  }

  .manifesto__index {
    display: none;
  }

  .manifesto__copy h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }

  .page-hero,
  .shop-hero,
  .cart-hero {
    min-height: 440px;
    padding-block: 80px 50px;
  }

  .lookbook-hero {
    min-height: auto;
    padding-block: 80px 65px;
  }

  .page-hero h1,
  .lookbook-hero h1,
  .shop-hero h1,
  .cart-hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.6rem);
  }

  .lookbook-hero__counter {
    padding: 22px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .lookbook-grid,
  .demo-reviews__grid,
  .rotation-guide__grid,
  .range-stats {
    grid-template-columns: 1fr;
  }

  .look-card:nth-child(even) {
    margin-top: 0;
  }

  .look-card__collage {
    height: 410px;
    grid-template-columns: minmax(0, 1.35fr) minmax(115px, 0.65fr);
  }

  .look-card__content {
    padding: 24px 20px 28px;
  }

  .look-card h3 {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }

  .lookbook-empty,
  .lookbook-noscript {
    padding: 36px 22px;
  }

  .range-stats > div,
  .range-stats > div:nth-child(2) {
    min-height: 165px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .range-stats > div:last-child {
    border-bottom: 0;
  }

  .demo-reviews__notice {
    display: grid;
  }

  .demo-rating-summary,
  .demo-review-card {
    min-height: 300px;
  }

  .rotation-guide__grid {
    border-bottom: 0;
  }

  .rotation-guide__grid article,
  .rotation-guide__grid article:first-child {
    min-height: 250px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 240, 232, 0.4);
  }

  .rotation-guide__grid h3 {
    margin-top: 55px;
  }

  .page-hero__stamp {
    top: 35px;
    width: 70px;
    height: 70px;
    font-size: 0.6rem;
  }

  .about-intro__columns,
  .collection-notes__grid {
    grid-template-columns: 1fr;
  }

  .about-intro__columns {
    gap: 18px;
  }

  .collection-notes__grid article,
  .collection-notes__grid article + article {
    min-height: 230px;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 240, 232, 0.4);
  }

  .collection-notes__grid article:last-child {
    border-bottom: 0;
  }

  .collection-notes__grid h3 {
    margin-top: 50px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 420px;
  }

  .location-card h3 {
    margin-top: 65px;
  }

  .shop-hero {
    grid-template-columns: 1fr;
  }

  .shop-hero__counter {
    display: none;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .filter-group--category {
    justify-self: stretch;
  }

  .filter-chips button {
    flex: 1;
    padding-inline: 10px;
  }

  .shop-results-bar > span {
    display: none;
  }

  .cart-line {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
  }

  .cart-line__price {
    grid-column: 2;
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .site-footer__brand,
  .site-footer__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    display: grid;
    gap: 7px;
  }
}

@media (max-width: 420px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .product-art {
    aspect-ratio: 4 / 4.2;
  }

  .product-card__description {
    display: block;
  }

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

  .product-card__actions label {
    border-right: 1px solid var(--ink);
    border-bottom: 0;
  }

  .look-card__collage {
    height: 350px;
    grid-template-columns: minmax(0, 1.4fr) minmax(98px, 0.6fr);
  }

  .look-card__products a,
  .look-card__total {
    align-items: flex-start;
    font-size: 0.68rem;
  }

  .cart-line {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .button-row .button {
    width: 100%;
  }
}

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

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