.commerce-page {
  background: var(--paper);
  color: var(--ink);
}

.commerce-page .commerce-header {
  color: var(--ink);
  background: rgba(244, 243, 239, 0.96);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.commerce-page .commerce-header .site-brand img { filter: none; }
.commerce-page .commerce-main { padding-top: var(--header-height); }
.commerce-page .panel-utilities a { font-size: 10px; font-weight: 600; text-transform: uppercase; }
.commerce-page h1,
.commerce-page h2,
.commerce-page h3 { letter-spacing: 0; }

.collection-hero {
  min-height: 330px;
  padding: 58px 32px 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "eyebrow title" ". description";
  align-content: end;
  gap: 20px 48px;
  border-bottom: 1px solid var(--line);
}

.collection-hero .eyebrow { grid-area: eyebrow; align-self: start; }
.collection-hero h1 {
  grid-area: title;
  margin: 0;
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

.collection-hero > p:last-child {
  grid-area: description;
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.collection-tabs {
  min-height: 58px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  scrollbar-width: none;
}

.collection-tabs::-webkit-scrollbar { display: none; }
.collection-tabs a { padding: 20px 0 17px; border-bottom: 2px solid transparent; color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.collection-tabs a.active { border-color: var(--ink); color: var(--ink); }

.collection-toolbar {
  min-height: 64px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  text-transform: uppercase;
}

.collection-toolbar > button {
  justify-self: start;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.collection-toolbar > span { color: var(--muted); }
.collection-toolbar label { justify-self: end; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.collection-toolbar select { min-width: 130px; padding: 8px 22px 8px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 10px; text-transform: uppercase; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.catalog-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-card:nth-child(3n) { border-right: 0; }
.catalog-card[hidden] { display: none; }
.catalog-card > a { display: block; height: 100%; }

.catalog-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #efefed;
}

.catalog-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.catalog-card:hover .catalog-media > img { transform: scale(1.012); }

.catalog-info {
  min-height: 112px;
  padding: 15px 16px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-content: start;
}

.catalog-info h3,
.catalog-info p,
.catalog-info span { margin: 0; font-family: var(--font-body); font-size: 10px; text-transform: uppercase; }
.catalog-info h3 { font-weight: 600; }
.catalog-info p { margin-top: 6px; color: var(--muted); }
.catalog-info > span { font-weight: 600; white-space: nowrap; }

.catalog-sample {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--mist);
}

.catalog-media-shorts > img,
.catalog-media-brief > img,
.catalog-media-cap > img {
  padding: 7%;
  object-fit: contain;
}

.catalog-sample small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.catalog-silhouette {
  position: relative;
  width: 48%;
  height: 42%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(16, 16, 15, 0.62);
  color: var(--ink);
}

.catalog-silhouette span { position: relative; z-index: 2; font-size: 24px; font-weight: 700; }
.catalog-sample-jacket .catalog-silhouette { height: 48%; clip-path: polygon(28% 0, 72% 0, 94% 18%, 88% 100%, 12% 100%, 6% 18%); }
.catalog-sample-pants .catalog-silhouette { width: 38%; height: 52%; clip-path: polygon(16% 0, 84% 0, 94% 100%, 58% 100%, 50% 35%, 42% 100%, 6% 100%); }
.catalog-sample-sweat .catalog-silhouette { height: 46%; clip-path: polygon(27% 0, 73% 0, 97% 23%, 84% 39%, 84% 100%, 16% 100%, 16% 39%, 3% 23%); }
.catalog-sample-brief .catalog-silhouette { width: 54%; height: 30%; border-top-width: 11px; clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%); }
.catalog-sample-cap .catalog-silhouette { width: 52%; height: 24%; border-radius: 80px 80px 18px 18px; }

.empty-results {
  margin: 0;
  padding: 80px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  text-transform: uppercase;
}

.filter-panel { padding-bottom: 42px; }
.filter-group { margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-group legend { margin-bottom: 18px; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.filter-group label { display: flex; align-items: center; gap: 11px; margin: 12px 0; font-size: 11px; text-transform: uppercase; }
.filter-group input { width: 16px; height: 16px; accent-color: var(--ink); }
.filter-reset { width: 100%; height: 46px; margin-top: 28px; border: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 600; text-transform: uppercase; cursor: pointer; }

.panel-cart-link {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.bag-preview { padding: 18px 0 26px; }
.bag-preview-item { padding: 12px 0; display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 14px; align-items: start; border-bottom: 1px solid var(--line); }
.bag-preview-media { width: 82px; aspect-ratio: 3 / 4; display: grid; place-items: center; overflow: hidden; background: var(--mist); font-weight: 700; }
.bag-preview-media img { width: 100%; height: 100%; object-fit: cover; }
.bag-preview-item h3 { margin: 2px 0 7px; font-family: var(--font-body); font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.bag-preview-item p { margin: 0 0 7px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.bag-preview-item span { font-size: 10px; font-weight: 600; }
.bag-preview-item > button { padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--muted); font-size: 8px; text-transform: uppercase; cursor: pointer; }

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 64%) minmax(360px, 36%);
  border-bottom: 1px solid var(--line);
}

.pdp-gallery { min-width: 0; border-right: 1px solid var(--line); }
.pdp-gallery-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pdp-gallery-group[hidden] { display: none; }
.pdp-gallery-item { min-width: 0; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #efefed; }
.pdp-gallery-item:nth-child(2n) { border-right: 0; }
.pdp-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.pdp-gallery-detail img { transform: scale(1.62); object-position: center 66%; }
.pdp-gallery-shorts img { padding: 7%; object-fit: contain; }
.pdp-gallery-shorts.pdp-gallery-detail img { padding: 0; object-fit: cover; transform: scale(1.46); object-position: center 68%; }

.pdp-info { position: relative; min-width: 0; }
.pdp-info-inner { position: sticky; top: var(--header-height); padding: 48px 34px 42px; }
.pdp-info h1 { margin: 14px 0 9px; font-family: var(--font-display); font-size: 32px; font-weight: 600; line-height: 1.04; text-transform: uppercase; }
.pdp-price { margin: 0 0 42px; font-size: 12px; font-weight: 600; }
.pdp-options { margin-bottom: 28px; }
.option-heading { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 10px; text-transform: uppercase; }
.option-heading b { font-weight: 500; color: var(--muted); }
.option-heading a { padding-bottom: 2px; border-bottom: 1px solid currentColor; }

.color-options,
.size-options { display: flex; flex-wrap: wrap; gap: 8px; }
.color-option { width: 38px; height: 38px; padding: 4px; border: 1px solid transparent; background: transparent; cursor: pointer; }
.color-option span { display: block; width: 100%; height: 100%; background: var(--swatch); border: 1px solid rgba(16, 16, 15, 0.2); }
.color-option.selected { border-color: var(--ink); }
.size-options button { min-width: 48px; height: 42px; padding: 0 12px; border: 1px solid var(--line); background: transparent; font-size: 10px; cursor: pointer; }
.size-options button.selected { background: var(--ink); color: var(--white); border-color: var(--ink); }

.pdp-action { width: 100%; height: 50px; margin-top: 2px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.pdp-action:disabled { background: transparent; color: var(--muted); border-color: var(--line); cursor: not-allowed; }
.pdp-action-note { min-height: 18px; margin: 10px 0 34px; color: var(--muted); font-size: 10px; }
.pdp-description { margin: 0 0 28px; color: var(--muted); font-family: var(--font-jp); font-size: 13px; line-height: 1.8; }

.pdp-accordions { border-top: 1px solid var(--line); }
.pdp-accordions details { border-bottom: 1px solid var(--line); }
.pdp-accordions summary { padding: 17px 0; display: flex; justify-content: space-between; list-style: none; font-size: 10px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.pdp-accordions summary::-webkit-details-marker { display: none; }
.pdp-accordions summary::after { content: "+"; font-size: 14px; font-weight: 400; }
.pdp-accordions details[open] summary::after { content: "−"; }
.pdp-accordions p,
.pdp-accordions ul { margin: 0; padding: 0 0 20px; color: var(--muted); font-family: var(--font-jp); font-size: 12px; line-height: 1.7; }
.pdp-accordions ul { padding-left: 18px; }
.pdp-accordions a { border-bottom: 1px solid currentColor; }

.related-products { border-top: 1px solid var(--line); }
.compact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.compact-grid .catalog-card:nth-child(3n) { border-right: 1px solid var(--line); }
.compact-grid .catalog-card:nth-child(4n) { border-right: 0; }

.editorial-hero {
  position: relative;
  height: min(86svh, 900px);
  min-height: 680px;
  overflow: hidden;
  background: #6e716f;
  color: var(--white);
}
.editorial-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(0.7) contrast(1.03); }
.editorial-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38)); }
.editorial-hero > div { position: absolute; z-index: 2; right: 32px; bottom: 36px; left: 32px; }
.editorial-hero p { margin: 0 0 12px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.editorial-hero h1 { margin: 0; font-family: "Bebas Neue", var(--font-display); font-size: 92px; font-weight: 400; line-height: 0.9; text-transform: uppercase; }

.editorial-intro { min-height: 390px; padding: 72px 32px; display: grid; grid-template-columns: 1fr 1.45fr; gap: 28px 60px; align-content: center; }
.editorial-intro .eyebrow { grid-row: 1 / span 2; }
.editorial-intro h2 { margin: 0; max-width: 760px; font-family: var(--font-display); font-size: 48px; font-weight: 500; line-height: 1; text-transform: uppercase; }
.editorial-intro > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-family: var(--font-jp); line-height: 1.8; }

.editorial-chapter { min-height: 760px; display: grid; grid-template-columns: 38% 62%; background: var(--ink); color: var(--white); }
.editorial-chapter.reverse { grid-template-columns: 62% 38%; background: var(--mist); color: var(--ink); }
.editorial-chapter.reverse .editorial-copy { order: 2; }
.editorial-copy { padding: 48px 36px; display: flex; flex-direction: column; justify-content: space-between; gap: 60px; }
.editorial-copy span { font-size: 10px; font-weight: 600; }
.editorial-copy h2 { margin: auto 0 22px; font-family: var(--font-display); font-size: 48px; font-weight: 600; line-height: 0.98; text-transform: uppercase; }
.editorial-copy p { margin: 0 0 28px; color: rgba(255, 255, 255, 0.7); font-family: var(--font-jp); font-size: 13px; line-height: 1.8; }
.editorial-chapter.reverse .editorial-copy p { color: var(--muted); }
.editorial-copy a { align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.editorial-chapter figure { min-width: 0; margin: 0; overflow: hidden; background: #eee; }
.editorial-chapter figure img { width: 100%; height: 100%; object-fit: cover; }
.editorial-chapter.reverse figure img { padding: 8%; object-fit: contain; }

.about-hero { min-height: 700px; padding: 70px 32px 54px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--white); }
.about-hero h1 { margin: 0; font-family: "Bebas Neue", var(--font-display); font-size: 118px; font-weight: 400; line-height: 0.86; text-transform: uppercase; }
.about-grid { min-height: 520px; padding: 72px 32px; display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.about-grid h2 { margin: 0 0 28px; font-family: var(--font-display); font-size: 48px; font-weight: 500; text-transform: uppercase; }
.about-grid p { max-width: 760px; color: var(--muted); font-family: var(--font-jp); font-size: 14px; line-height: 1.9; }
.about-codes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-codes div { min-height: 270px; padding: 32px; border-right: 1px solid var(--line); }
.about-codes div:last-child { border-right: 0; }
.about-codes span { display: block; margin-bottom: 90px; font-family: var(--font-display); font-size: 30px; font-weight: 600; text-transform: uppercase; }
.about-codes p { margin: 0; color: var(--muted); font-family: var(--font-jp); line-height: 1.75; }
.about-manifesto { min-height: 620px; padding: 72px 32px; display: flex; flex-direction: column; justify-content: space-between; background: var(--mist); }
.about-manifesto p { margin: 0; font-family: "Bebas Neue", var(--font-display); font-size: 90px; line-height: 0.9; text-transform: uppercase; }
.about-manifesto a { align-self: flex-start; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; text-transform: uppercase; }

.utility-hero {
  min-height: 390px;
  padding: 62px 32px 52px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "eyebrow title" ". description";
  align-content: end;
  gap: 20px 48px;
  border-bottom: 1px solid var(--line);
}
.utility-hero .eyebrow { grid-area: eyebrow; }
.utility-hero h1 { grid-area: title; margin: 0; font-family: var(--font-display); font-size: 62px; font-weight: 500; text-transform: uppercase; }
.utility-hero > p:last-child { grid-area: description; max-width: 700px; margin: 0; color: var(--muted); font-family: var(--font-jp); line-height: 1.8; }
.compact-hero { min-height: 320px; }

.support-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--line); }
.support-link-grid a { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-link-grid a:nth-child(2n) { border-right: 0; }
.support-link-grid span { font-size: 10px; color: var(--muted); }
.support-link-grid h2 { margin: 100px 0 12px; font-family: var(--font-display); font-size: 30px; font-weight: 500; text-transform: uppercase; }
.support-link-grid p { max-width: 460px; margin: 0; color: var(--muted); font-family: var(--font-jp); line-height: 1.7; }

.content-page { max-width: 1100px; margin: 0 auto; padding: 70px 32px 96px; }
.content-page > h2 { margin: 0 0 24px; font-family: var(--font-display); font-size: 26px; font-weight: 600; text-transform: uppercase; }
.content-page > h2:not(:first-child) { margin-top: 72px; }
.table-wrap { overflow-x: auto; }
.content-page table { width: 100%; min-width: 680px; border-collapse: collapse; }
.content-page th,
.content-page td { padding: 16px 12px; border-bottom: 1px solid var(--line); font-size: 11px; text-align: left; text-transform: uppercase; }
.content-page th { color: var(--muted); font-weight: 600; }
.content-note { margin: 26px 0 0; color: var(--muted); font-family: var(--font-jp); font-size: 12px; line-height: 1.7; }
.measurement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.measurement-grid > div { min-height: 190px; padding: 24px 22px 24px 0; border-bottom: 1px solid var(--line); }
.measurement-grid h3 { margin: 0 0 54px; font-family: var(--font-display); font-size: 16px; font-weight: 600; text-transform: uppercase; }
.measurement-grid p { margin: 0; color: var(--muted); font-family: var(--font-jp); font-size: 12px; line-height: 1.75; }
.policy-sections section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.policy-sections section:first-child { padding-top: 0; }
.policy-sections h2 { margin: 0 0 16px; font-family: var(--font-display); font-size: 24px; font-weight: 500; text-transform: uppercase; }
.policy-sections p { max-width: 760px; margin: 0; color: var(--muted); font-family: var(--font-jp); line-height: 1.9; }

.contact-layout { min-height: 600px; padding: 64px 32px 92px; display: grid; grid-template-columns: 1.5fr 0.7fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; list-style: none; font-family: var(--font-jp); font-weight: 600; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; font-family: var(--font-body); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: 0; padding: 0 0 24px; color: var(--muted); font-family: var(--font-jp); line-height: 1.8; }
.contact-card { min-height: 320px; padding: 30px; background: var(--mist); }
.contact-card h2 { margin: 90px 0 14px; font-family: var(--font-body); font-size: 20px; }
.contact-card p { color: var(--muted); font-family: var(--font-jp); line-height: 1.7; }
.contact-card a { display: inline-block; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; text-transform: uppercase; }

.search-page-head { min-height: 330px; padding: 56px 32px 44px; display: grid; grid-template-columns: 1fr 2fr; grid-template-areas: "eyebrow title" ". form" ". count"; gap: 18px 48px; border-bottom: 1px solid var(--line); }
.search-page-head .eyebrow { grid-area: eyebrow; }
.search-page-head h1 { grid-area: title; margin: 0; font-family: var(--font-display); font-size: 62px; font-weight: 500; text-transform: uppercase; }
.search-page-head form { grid-area: form; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.search-page-head input,
.search-page-head button { height: 50px; padding: 0; border: 0; background: transparent; outline: 0; }
.search-page-head button { padding-left: 20px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.search-page-head > p:last-child { grid-area: count; margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; }

.cart-page-head { min-height: 280px; padding: 56px 32px 40px; display: flex; flex-direction: column; justify-content: end; border-bottom: 1px solid var(--line); }
.cart-page-head h1 { margin: 12px 0 0; font-family: var(--font-display); font-size: 62px; font-weight: 500; text-transform: uppercase; }
.cart-empty { min-height: 430px; padding: 60px 24px; display: grid; place-items: center; align-content: center; gap: 28px; text-align: center; }
.cart-empty[hidden] { display: none; }
.cart-empty p { margin: 0; font-size: 12px; text-transform: uppercase; }
.cart-empty a { min-width: 210px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.cart-items { max-width: 980px; margin: 0 auto; padding: 50px 32px 0; }
.cart-items[hidden],
.cart-summary[hidden] { display: none; }
.cart-line-item { grid-template-columns: 150px minmax(0, 1fr) auto; gap: 24px; padding: 22px 0; }
.cart-line-item .bag-preview-media { width: 150px; }
.cart-line-item h3 { margin-top: 12px; font-size: 13px; }
.cart-line-item p,
.cart-line-item span { font-size: 11px; }
.cart-summary { max-width: 980px; margin: 0 auto; padding: 36px 32px 70px; text-align: right; }
.cart-summary > div { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; }
.cart-summary p { margin: 10px 0 26px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.cart-summary button { width: min(360px, 100%); height: 48px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; }

.account-shell { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: 1fr 1fr; }
.account-intro { padding: 64px 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--mist); }
.account-intro h1 { margin: auto 0 18px; font-family: "Bebas Neue", var(--font-display); font-size: 90px; font-weight: 400; text-transform: uppercase; }
.account-intro > p:last-child { max-width: 460px; color: var(--muted); }
.account-forms { padding: 64px 12% 52px; }
.account-tabs { display: flex; gap: 24px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.account-tabs button { padding: 0 0 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.account-tabs button.active { border-color: var(--ink); color: var(--ink); }
.account-forms form[hidden] { display: none; }
.account-forms form h2 { margin: 0 0 30px; font-family: var(--font-display); font-size: 30px; font-weight: 500; text-transform: uppercase; }
.account-forms form > p { color: var(--muted); font-family: var(--font-jp); line-height: 1.7; }
.account-forms label { display: block; margin: 18px 0 0; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.account-forms input { width: 100%; height: 48px; margin-top: 7px; padding: 0 10px; border: 1px solid var(--ink); background: transparent; outline: 0; }
.account-forms form > button { width: 100%; height: 48px; margin-top: 26px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.account-availability { margin-top: 30px; color: var(--muted); font-size: 9px; text-transform: uppercase; }

.not-found { min-height: calc(100svh - var(--header-height)); padding: 70px 32px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: var(--ink); color: var(--white); }
.not-found h1 { margin: 20px 0 12px; font-family: "Bebas Neue", var(--font-display); font-size: 110px; font-weight: 400; text-transform: uppercase; }
.not-found > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.68); }
.not-found div { margin-top: 34px; display: flex; gap: 12px; }
.not-found a { min-width: 150px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.72); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.not-found a:first-child { background: var(--white); color: var(--ink); }

@media (max-width: 1000px) {
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .catalog-card:nth-child(2n) { border-right: 0; }
  .compact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-grid .catalog-card:nth-child(4n) { border-right: 0; }
  .pdp-layout { grid-template-columns: 58% 42%; }
  .pdp-info-inner { padding-right: 24px; padding-left: 24px; }
  .editorial-chapter { grid-template-columns: 44% 56%; }
  .editorial-chapter.reverse { grid-template-columns: 56% 44%; }
}

@media (max-width: 760px) {
  .collection-hero,
  .utility-hero,
  .search-page-head { min-height: 300px; padding: 44px 16px 36px; grid-template-columns: 1fr; grid-template-areas: "eyebrow" "title" "description"; gap: 22px; }
  .collection-hero h1,
  .utility-hero h1,
  .search-page-head h1 { font-size: 44px; }
  .collection-tabs { padding: 0 16px; gap: 22px; }
  .collection-toolbar { min-height: 58px; padding: 0 16px; grid-template-columns: 1fr auto; }
  .collection-toolbar > span { display: none; }
  .collection-toolbar label { gap: 5px; }
  .collection-toolbar select { min-width: 100px; }
  .catalog-info { min-height: 124px; padding: 13px 11px 16px; grid-template-columns: 1fr; }
  .catalog-info > span { grid-row: 2; }
  .catalog-info h3,
  .catalog-info p,
  .catalog-info span { font-size: 9px; }

  .pdp-layout { grid-template-columns: 1fr; }
  .pdp-gallery { border-right: 0; }
  .pdp-gallery-group { grid-template-columns: 1fr 1fr; }
  .pdp-info-inner { position: static; padding: 38px 16px 46px; }
  .pdp-info h1 { font-size: 29px; }
  .pdp-price { margin-bottom: 34px; }

  .editorial-hero { height: 82svh; min-height: 620px; }
  .editorial-hero > div { right: 16px; bottom: 26px; left: 16px; }
  .editorial-hero h1 { font-size: 64px; }
  .editorial-intro { min-height: 430px; padding: 52px 16px; grid-template-columns: 1fr; gap: 24px; }
  .editorial-intro .eyebrow { grid-row: auto; }
  .editorial-intro h2 { font-size: 36px; }
  .editorial-chapter,
  .editorial-chapter.reverse { grid-template-columns: 1fr; }
  .editorial-chapter.reverse .editorial-copy { order: 0; }
  .editorial-copy { min-height: 470px; padding: 38px 16px; }
  .editorial-copy h2 { font-size: 38px; }
  .editorial-chapter figure { min-height: 560px; }

  .about-hero { min-height: 640px; padding: 48px 16px 38px; }
  .about-hero h1 { font-size: 72px; }
  .about-grid { min-height: 520px; padding: 52px 16px; grid-template-columns: 1fr; gap: 28px; }
  .about-grid h2 { font-size: 36px; }
  .about-codes { grid-template-columns: 1fr; }
  .about-codes div { min-height: 230px; padding: 28px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-codes div:last-child { border-bottom: 0; }
  .about-codes span { margin-bottom: 70px; }
  .about-manifesto { min-height: 520px; padding: 54px 16px; }
  .about-manifesto p { font-size: 64px; }

  .support-link-grid { grid-template-columns: 1fr; }
  .support-link-grid a { min-height: 260px; padding: 26px 16px; border-right: 0; }
  .support-link-grid h2 { margin-top: 80px; }
  .content-page { padding: 52px 16px 76px; }
  .measurement-grid { grid-template-columns: 1fr; }
  .measurement-grid > div { min-height: 160px; padding-right: 0; }
  .measurement-grid h3 { margin-bottom: 42px; }
  .contact-layout { padding: 48px 16px 72px; grid-template-columns: 1fr; gap: 48px; }

  .search-page-head { grid-template-areas: "eyebrow" "title" "form" "count"; }
  .search-page-head form { grid-area: form; }
  .search-page-head > p:last-child { grid-area: count; }
  .cart-page-head { min-height: 240px; padding: 44px 16px 34px; }
  .cart-page-head h1 { font-size: 44px; }
  .cart-items { padding: 30px 16px 0; }
  .cart-line-item { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; }
  .cart-line-item .bag-preview-media { width: 92px; }
  .cart-line-item > button { grid-column: 2; justify-self: start; }
  .cart-summary { padding: 30px 16px 56px; }

  .account-shell { grid-template-columns: 1fr; }
  .account-intro { min-height: 360px; padding: 46px 16px; }
  .account-intro h1 { font-size: 68px; }
  .account-forms { padding: 44px 16px 62px; }

  .not-found { padding: 60px 16px; }
  .not-found h1 { font-size: 76px; }
  .not-found div { width: 100%; flex-direction: column; }
  .not-found a { width: 100%; }
}
