:root {
  --v83-ink: #0d0d0d;
  --v83-paper: #ffffff;
  --v83-soft: #f4f4f1;
  --v83-line: #d7d7d2;
  --v83-muted: #66665f;
}

html { scroll-behavior: smooth; }
body { background: var(--v83-paper); color: var(--v83-ink); }
#app { min-height: 65vh; }
.announcement { display: none !important; }

.v83-private-preview {
  max-width: 1380px;
  margin: 18px auto 0;
  padding: 10px 16px;
  border: 1px solid var(--v83-line);
  background: #fff7d6;
  font-size: 13px;
  font-weight: 700;
}

.v83-hero {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid var(--v83-line);
}
.v83-hero h1 {
  margin: 12px 0 24px;
  max-width: 850px;
  font-size: clamp(56px, 7vw, 108px);
  line-height: .88;
  letter-spacing: -.065em;
}
.v83-hero > div > p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: #343430;
}
.v83-hero aside {
  padding: 26px;
  border: 1px solid var(--v83-ink);
  background: var(--v83-soft);
}
.v83-hero aside strong { display: block; font-size: 76px; line-height: .9; letter-spacing: -.06em; }
.v83-hero aside span { display: block; margin-top: 12px; font-weight: 800; }
.v83-hero aside p { margin: 28px 0 0; line-height: 1.5; color: #4e4e49; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }

.v83-collections { padding-bottom: 24px !important; }
.v83-category-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.v83-category-pills a {
  padding: 12px 16px;
  border: 1px solid var(--v83-ink);
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  background: #fff;
}
.v83-category-pills a:hover { background: var(--v83-ink); color: #fff; }

.v83-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.v83-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--v83-ink);
  background: #fff;
  overflow: hidden;
}
.v83-product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 4.55;
  background: var(--v83-soft);
  border-bottom: 1px solid var(--v83-ink);
  overflow: hidden;
}
.v83-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v83-product-copy { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.v83-product-copy > p:first-child { margin: 0 0 8px; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 800; }
.v83-product-copy h3 { margin: 0; font-size: 24px; line-height: 1.08; }
.v83-product-copy h3 a { color: inherit; text-decoration: none; }
.v83-card-description { margin: 12px 0 22px; color: #55554f; line-height: 1.5; }
.v83-card-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v83-card-bottom strong { font-size: 20px; white-space: nowrap; }
.v83-card-bottom .button { padding: 11px 14px; }

.v83-how {
  width: min(1380px, calc(100% - 48px));
  margin: 36px auto 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--v83-ink);
}
.v83-how article { min-height: 220px; padding: 22px; border-right: 1px solid var(--v83-ink); }
.v83-how article:last-child { border-right: 0; }
.v83-how span { font-size: 12px; font-weight: 900; }
.v83-how h3 { margin: 48px 0 10px; font-size: 22px; }
.v83-how p { margin: 0; color: #575751; line-height: 1.5; }

.v83-page-head {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 28px;
  border-bottom: 1px solid var(--v83-line);
}
.v83-page-head nav, .v83-breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 42px; font-size: 13px; }
.v83-page-head nav a, .v83-breadcrumb a { color: inherit; }
.v83-page-head h1 { margin: 8px 0 12px; font-size: clamp(50px, 7vw, 92px); line-height: .95; letter-spacing: -.055em; }
.v83-page-head > p:last-child { max-width: 650px; color: #55554f; font-size: 18px; }
.v83-category-body { padding-top: 30px !important; }

.v83-product-page {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 80px;
}
.v83-product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 54px; align-items: start; }
.v83-product-stage { position: sticky; top: 94px; border: 1px solid var(--v83-ink); background: var(--v83-soft); }
.v83-product-stage > .v83-product-base { display: block; width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.v83-product-artwork {
  position: absolute;
  z-index: 2;
  width: 24%;
  height: 28%;
  left: 38%;
  top: 20%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
}
.v83-product-artwork[hidden] { display: none !important; }
.v83-product-artwork[data-placement="Back"] { left: 38%; top: 20%; }
.v83-product-artwork[data-placement="Left Pocket"] { width: 13%; height: 16%; left: 29%; top: 25%; }
.v83-product-artwork[data-placement="Right Pocket"] { width: 13%; height: 16%; left: 58%; top: 25%; }
.v83-product-artwork[data-placement="Left Sleeve"] { width: 12%; height: 17%; left: 18%; top: 31%; }
.v83-product-artwork[data-placement="Right Sleeve"] { width: 12%; height: 17%; left: 70%; top: 31%; }
.v83-stage-label { display: grid; gap: 4px; padding: 14px 16px; border-top: 1px solid var(--v83-ink); background: #fff; }
.v83-stage-label strong { font-size: 13px; }
.v83-stage-label span { font-size: 12px; line-height: 1.4; color: var(--v83-muted); }
.v83-buy-panel { padding-top: 4px; }
.v83-buy-panel h1 { margin: 8px 0 16px; font-size: clamp(42px, 5vw, 70px); line-height: .96; letter-spacing: -.05em; }
.v83-description { font-size: 18px; line-height: 1.55; color: #4d4d48; }
.v83-price { display: block; margin: 25px 0; font-size: 32px; }
.v83-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v83-option-grid label, .v83-custom-fields label, .v83-form-grid label { display: grid; gap: 7px; font-weight: 800; font-size: 13px; }
.v83-option-grid select, .v83-custom-fields select, .v83-custom-fields input, .v83-form-grid input {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--v83-ink);
  border-radius: 0;
  background: #fff;
  color: #111;
  padding: 10px 12px;
  font: inherit;
}
.v83-option-confirm { margin: 10px 0 0; color: var(--v83-muted); font-size: 13px; }
.v83-customize { margin: 26px 0; border: 1px solid var(--v83-ink); }
.v83-toggle { display: flex; gap: 12px; padding: 16px; cursor: pointer; align-items: flex-start; }
.v83-toggle input { width: 20px; height: 20px; margin-top: 2px; }
.v83-toggle span { display: grid; gap: 4px; }
.v83-toggle small { color: var(--v83-muted); font-weight: 400; line-height: 1.45; }
.v83-custom-fields { padding: 16px; border-top: 1px solid var(--v83-line); background: var(--v83-soft); display: grid; gap: 14px; }
.v83-custom-fields[hidden] { display: none !important; }
.v83-file-field small { font-weight: 400; color: var(--v83-muted); }
.v83-art-preview { display: grid; grid-template-columns: 74px 1fr; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--v83-line); background: #fff; }
.v83-art-preview[hidden] { display: none !important; }
.v83-art-preview img { width: 74px; height: 74px; object-fit: contain; background: var(--v83-soft); }
.v83-art-preview div { display: grid; gap: 4px; min-width: 0; }
.v83-art-preview span { font-size: 12px; color: var(--v83-muted); overflow-wrap: anywhere; }
.v83-product-status, .v83-checkout-status { min-height: 22px; margin: 12px 0; font-size: 13px; font-weight: 700; }
.v83-buy-panel .product-add-button { width: 100%; min-height: 55px; font-size: 16px; }
.v83-assurances { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; border: 1px solid var(--v83-line); }
.v83-assurances article { padding: 13px; border-right: 1px solid var(--v83-line); }
.v83-assurances article:last-child { border-right: 0; }
.v83-assurances strong, .v83-assurances span { display: block; }
.v83-assurances strong { font-size: 12px; margin-bottom: 5px; }
.v83-assurances span { font-size: 11px; line-height: 1.4; color: var(--v83-muted); }

.v83-bag-line small { display: block; margin-top: 5px; color: #666; font-size: 11px; }

.v83-checkout {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 46px;
  align-items: start;
}
.v83-checkout h1 { margin: 8px 0 28px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.05em; line-height: .96; }
.v83-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.v83-form-grid .wide { grid-column: 1 / -1; }
.v83-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; }
.v83-consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; line-height: 1.45; }
.v83-consent input { width: 18px; height: 18px; margin-top: 2px; }
.v83-pay { width: 100%; min-height: 54px; }
.v83-order-summary { position: sticky; top: 94px; border: 1px solid var(--v83-ink); padding: 18px; }
.v83-order-summary h2 { margin: 0 0 18px; font-size: 26px; }
.v83-checkout-line { display: grid; grid-template-columns: 74px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid var(--v83-line); }
.v83-checkout-line img { width: 74px; height: 86px; object-fit: cover; background: var(--v83-soft); }
.v83-checkout-line div { display: grid; gap: 4px; }
.v83-checkout-line span, .v83-checkout-line small { font-size: 12px; color: var(--v83-muted); }
.v83-summary-total { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--v83-ink); font-size: 18px; }
.v83-order-summary > p { color: var(--v83-muted); font-size: 12px; line-height: 1.45; }
.v83-closed { width: min(760px, calc(100% - 48px)); margin: 80px auto; padding: 36px; border: 1px solid var(--v83-ink); }
.v83-closed h1 { font-size: clamp(48px, 8vw, 84px); margin: 8px 0 18px; line-height: .94; letter-spacing: -.055em; }

@media (max-width: 980px) {
  .v83-hero { grid-template-columns: 1fr; gap: 34px; padding-top: 48px; }
  .v83-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v83-how { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v83-how article:nth-child(2) { border-right: 0; }
  .v83-how article:nth-child(-n+2) { border-bottom: 1px solid var(--v83-ink); }
  .v83-product-layout { grid-template-columns: 1fr; gap: 28px; }
  .v83-product-stage { position: static; }
  .v83-checkout { grid-template-columns: 1fr; }
  .v83-order-summary { position: static; }
}

@media (max-width: 640px) {
  .v83-hero, .v83-how, .v83-page-head, .v83-product-page, .v83-checkout { width: min(100% - 28px, 1380px); }
  .v83-hero { padding: 38px 0 40px; }
  .v83-hero h1 { font-size: clamp(52px, 18vw, 76px); }
  .v83-product-grid { grid-template-columns: 1fr; }
  .v83-how { grid-template-columns: 1fr; }
  .v83-how article { border-right: 0; border-bottom: 1px solid var(--v83-ink); min-height: 170px; }
  .v83-how article:last-child { border-bottom: 0; }
  .v83-how h3 { margin-top: 30px; }
  .v83-option-grid, .v83-form-grid { grid-template-columns: 1fr; }
  .v83-form-grid .wide { grid-column: auto; }
  .v83-assurances { grid-template-columns: 1fr; }
  .v83-assurances article { border-right: 0; border-bottom: 1px solid var(--v83-line); }
  .v83-assurances article:last-child { border-bottom: 0; }
  .v83-card-bottom { align-items: flex-start; flex-direction: column; }
  .v83-card-bottom .button { width: 100%; box-sizing: border-box; text-align: center; }
  .v83-checkout-line { grid-template-columns: 60px minmax(0,1fr); }
  .v83-checkout-line > strong { grid-column: 2; }
  .v83-checkout-line img { width: 60px; height: 70px; }
}
