@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #080808;
  --paper: #f2f2ed;
  --card: #ffffff;
  --soft: #e5e5df;
  --line: #bcbcb5;
  --accent: #dfff3f;
  --accent-dark: #b9dd00;
  --muted: #666660;
  --display: 'Archivo Black', Arial Black, sans-serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 var(--sans); }
button, input, textarea, select { font: inherit; }
button { color: inherit; cursor: pointer; }
img { max-width: 100%; }
::selection { background: var(--accent); color: var(--ink); }

.store { max-width: 1440px; margin: auto; padding: 18px 24px 64px; }
.store-head, .admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: var(--card);
  padding: 10px 14px;
}
.brand-lockup { display: flex; align-items: center; gap: 15px; color: var(--ink); text-decoration: none; }
.brand-lockup img { width: 105px; height: 68px; object-fit: contain; display: block; }
.brand-lockup span, .eyebrow { font: 600 10px/1.35 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.head-actions { display: flex; align-items: center; gap: 18px; }
.availability, .studio-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 7px 11px;
  font: 600 10px var(--mono);
  text-transform: uppercase;
}
.availability i, .studio-chip i { width: 8px; height: 8px; border-radius: 50%; background: #27c861; box-shadow: 0 0 0 3px #27c86122; }
.icon-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font: 800 15px var(--sans);
  text-decoration: none;
  transition: transform .18s ease;
}
.icon-button:hover { transform: rotate(8deg) scale(1.06); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  min-height: 620px;
  margin-top: 14px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.hero-copy { display: flex; flex-direction: column; padding: clamp(38px, 6vw, 82px); }
.hero-copy .eyebrow { color: var(--accent); }
.hero h1 {
  max-width: 900px;
  margin: auto 0 28px;
  font: 400 clamp(54px, 7.2vw, 108px)/.88 var(--display);
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 620px; margin: 0 0 38px; color: #c9c9c2; font-size: clamp(15px, 1.4vw, 19px); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #454540; padding-top: 17px; gap: 16px; }
.hero-facts span { font: 500 10px/1.45 var(--mono); text-transform: uppercase; }
.hero-brand { position: relative; display: grid; place-items: center; min-height: 100%; padding: 50px 35px; background: var(--accent); color: var(--ink); border-left: 2px solid var(--ink); overflow: hidden; }
.hero-brand::before, .hero-brand::after { content: ''; position: absolute; width: 220px; height: 220px; border: 2px solid var(--ink); border-radius: 50%; opacity: .16; }
.hero-brand::before { top: -95px; right: -80px; }
.hero-brand::after { bottom: -115px; left: -90px; }
.hero-logo-frame { position: relative; z-index: 1; width: min(100%, 390px); padding: 22px; border: 2px solid var(--ink); border-radius: 26px; background: #fff; box-shadow: 13px 13px 0 var(--ink); transform: rotate(-2deg); }
.hero-logo-frame img { display: block; width: 100%; }
.hero-sticker { position: absolute; z-index: 2; top: 36px; left: 24px; display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; background: var(--ink); color: #fff; font: 600 11px/1.25 var(--mono); text-align: center; transform: rotate(-11deg); }
.hero-arrow { position: absolute; right: 25px; bottom: 10px; font: 80px/1 var(--sans); }

.brand-ticker { margin: 14px 0 70px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; overflow: hidden; white-space: nowrap; }
.brand-ticker div { width: max-content; padding: 11px 0; font: 600 11px var(--mono); letter-spacing: .05em; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-40%); } }

.catalog-section { scroll-margin-top: 18px; }
.catalog-title-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.catalog-title-row h2, .store-footer h2 {
  margin: 8px 0 0;
  font: 400 clamp(38px, 5vw, 68px)/.94 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.catalog-mark { font: 500 12px var(--mono); border-bottom: 2px solid var(--ink); padding-bottom: 5px; }
.controls { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 2px solid var(--ink); padding: 16px 0; }
.search { display: flex; align-items: center; gap: 9px; width: min(100%, 360px); border: 2px solid var(--ink); border-radius: 999px; background: #fff; padding: 7px 14px; }
.search span { font: 26px/10px var(--sans); transform: rotate(-20deg); }
.search input { width: 100%; border: 0; background: transparent; outline: 0; padding: 2px 0; font-size: 13px; }
.chips { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.chip { border: 2px solid var(--ink); border-radius: 999px; background: #fff; padding: 9px 16px; font-size: 12px; font-weight: 700; transition: .16s ease; }
.chip.active, .chip:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 3px 3px 0 var(--ink); }
.catalog-meta { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 11px 0 18px; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .06em; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-width: 0; border: 2px solid var(--ink); border-radius: 20px; background: var(--card); text-align: left; padding: 0; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translate(-4px, -4px); box-shadow: 7px 7px 0 var(--ink); }
.card-photo { position: relative; aspect-ratio: .79; overflow: hidden; background: var(--soft); border-bottom: 2px solid var(--ink); }
.card-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .card-image { transform: scale(1.035); }
.card-badge { position: absolute; top: 11px; left: 11px; border: 1px solid var(--ink); border-radius: 999px; background: var(--accent); padding: 5px 8px; font: 600 9px var(--mono); }
.photo-count { position: absolute; right: 10px; bottom: 10px; border: 1px solid var(--ink); border-radius: 999px; background: #fffffff2; padding: 5px 8px; font: 500 9px var(--mono); }
.card-info { padding: 16px 16px 19px; }
.card-topline { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.card-title { margin: 0; font-size: 15px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-number { color: var(--muted); font: 500 9px var(--mono); }
.card-subtitle { min-height: 18px; color: var(--muted); font-size: 11px; margin: 4px 0 14px; }
.card-price { display: flex; align-items: center; gap: 6px; font: 600 14px var(--mono); }
.old-price { color: var(--muted); text-decoration: line-through; font-weight: 400; font-size: .86em; }
.empty-state { grid-column: 1/-1; border: 2px dashed var(--ink); border-radius: 20px; padding: 70px 28px; text-align: center; font: 400 25px/1.3 var(--display); text-transform: uppercase; }

.store-footer { display: grid; grid-template-columns: 180px 1fr 1fr; align-items: center; gap: clamp(24px, 5vw, 80px); margin-top: 90px; border: 2px solid var(--ink); border-radius: 28px; background: var(--accent); padding: clamp(25px, 5vw, 60px); }
.store-footer img { width: 180px; border: 2px solid var(--ink); border-radius: 18px; }
.store-footer h2 { font-size: clamp(28px, 3.8vw, 54px); }
.store-footer > p { max-width: 430px; }

/* Product and checkout */
.product-dialog { width: min(1180px, calc(100% - 28px)); max-width: none; padding: 0; border: 2px solid var(--ink); border-radius: 24px; background: var(--card); box-shadow: 12px 12px 0 #000; overflow: hidden; }
.product-dialog::backdrop { background: #080808c9; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 4; right: 15px; top: 14px; width: 40px; height: 40px; border: 2px solid var(--ink); border-radius: 50%; background: var(--accent); font-size: 27px; line-height: 1; }
.product-view { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 600px; }
.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 10px; padding: 12px; background: var(--soft); border-right: 2px solid var(--ink); }
.gallery-thumbs { display: grid; align-content: start; gap: 8px; }
.gallery-thumbs button { aspect-ratio: 1; border: 2px solid transparent; border-radius: 9px; padding: 0; background: none; overflow: hidden; }
.gallery-thumbs button.active { border-color: var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-main { min-height: 570px; border-radius: 14px; overflow: hidden; background: #d5d5cf; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-copy { padding: 60px 42px 38px; }
.product-copy .eyebrow { display: inline-block; border-radius: 999px; background: var(--accent); padding: 7px 10px; }
.product-copy h2 { margin: 19px 0 13px; font: 400 clamp(34px, 4vw, 52px)/.95 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.dialog-price { margin: 0 0 28px; font: 600 20px var(--mono); }
.product-description { white-space: pre-line; color: #3f3f3b; }
.spec-list { margin-top: 30px; border-top: 2px solid var(--ink); }
.spec { display: grid; grid-template-columns: 125px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 11px 0; font-size: 12px; }
.spec span:first-child { color: var(--muted); }
.tag-list { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 22px; }
.tag-list span { border: 1px solid var(--ink); border-radius: 999px; padding: 5px 8px; font: 500 9px var(--mono); }
.buy-button { width: 100%; margin-top: 26px; border: 2px solid var(--ink); border-radius: 12px; background: var(--accent); color: var(--ink); padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; font-weight: 800; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.buy-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.buy-button:disabled { opacity: .45; cursor: not-allowed; }
.buy-button span { font-size: 21px; }
.buy-hint { color: var(--muted); font-size: 10px; text-align: center; }

.checkout { max-width: 760px; margin: auto; padding: 38px 30px 48px; }
.checkout-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font: 600 10px var(--mono); }
.checkout-brand img { width: 68px; height: 45px; object-fit: contain; border: 1px solid var(--ink); border-radius: 8px; }
.checkout-back { border: 0; background: transparent; padding: 0; color: var(--muted); font-size: 12px; }
.checkout-head { margin: 27px 0 22px; }
.checkout-head h2, .order-success h2 { margin: 10px 0; font: 400 42px/.96 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.amount-box { display: flex; justify-content: space-between; align-items: center; border: 2px solid var(--ink); border-radius: 14px; background: var(--ink); color: #fff; padding: 17px 19px; margin-bottom: 13px; }
.amount-box span { color: #c8c8c0; font-size: 11px; }
.amount-box strong { color: var(--accent); font: 600 19px var(--mono); }
.checkout-section { border: 2px solid var(--ink); border-radius: 16px; background: #fff; padding: 19px; margin-bottom: 12px; }
.checkout-section h3 { margin: 0 0 16px; font: 800 16px var(--sans); }
.checkout-form { display: grid; gap: 0; }
.checkout-form .field span { font: 600 9px var(--mono); text-transform: uppercase; }
.payment-options { display: grid; gap: 9px; }
.payment-option { position: relative; display: grid; grid-template-columns: auto 40px 1fr auto; gap: 11px; align-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 11px; background: #fff; cursor: pointer; }
.payment-option:has(input:checked) { border: 2px solid var(--ink); background: #f8ffd9; }
.payment-option > input { width: auto; }
.payment-option > img { width: 40px; height: 40px; object-fit: cover; border: 1px solid var(--ink); border-radius: 10px; }
.payment-option > span { display: grid; min-width: 0; }
.payment-option b { font-size: 12px; }
.payment-option strong { overflow: hidden; font: 600 12px var(--mono); text-overflow: ellipsis; }
.payment-option small { color: var(--muted); font-size: 9px; }
.copy-button { border: 1px solid var(--ink); border-radius: 8px; background: #fff; color: var(--ink); padding: 7px 8px; font-size: 9px; }
.delivery-preview { border: 1px dashed var(--ink); border-radius: 12px; background: var(--paper); padding: 13px; display: grid; gap: 3px; }
.delivery-preview > span { color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; }
.delivery-preview strong { display: block; }
.delivery-preview small { color: var(--muted); }
.receipt-upload { border: 2px dashed var(--ink); border-radius: 12px; background: var(--paper); padding: 18px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; cursor: pointer; }
.receipt-upload input { display: none; }
.receipt-upload > span { grid-row: 1/3; font-size: 27px; }
.receipt-upload small { color: var(--muted); }
.confirm-payment { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; }
.confirm-payment input { width: auto; margin-top: 3px; }
.submit-order { margin-top: 12px; }
.config-warning { color: #c63823; font-size: 12px; }
.order-success { max-width: 590px; margin: auto; padding: 70px 30px; text-align: center; }
.order-success .success-logo { width: 120px; border: 2px solid var(--ink); border-radius: 16px; }
.order-success > span { display: grid; place-items: center; width: 55px; height: 55px; margin: 18px auto; border: 2px solid var(--ink); border-radius: 50%; background: var(--accent); font-size: 26px; }
.order-success p:not(.eyebrow) { color: var(--muted); }
.order-success small { display: block; margin: 25px 0; font: 500 9px var(--mono); }

/* Admin studio */
.admin-page { background: #deded8; }
.admin-shell { max-width: 1180px; margin: auto; padding: 18px 24px 80px; }
.admin-head { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.admin-title { text-align: center; }
.admin-title h1 { margin: 3px 0 0; font: 400 31px/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.studio-chip { justify-self: end; background: var(--accent); }
.admin-intro { display: flex; justify-content: space-between; gap: 24px; margin-top: 14px; border: 2px solid var(--ink); border-radius: 16px; background: var(--accent); padding: 17px 20px; }
.admin-intro strong { font-weight: 800; }
.admin-intro span { color: #363630; }
.product-form { display: grid; gap: 16px; margin-top: 16px; }
.form-card { border: 2px solid var(--ink); border-radius: 20px; background: var(--card); padding: 28px; box-shadow: 5px 5px 0 var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { margin: 6px 0 0; font: 400 29px/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.muted, .section-heading > a { color: var(--muted); font-size: 11px; }
.section-heading > a { color: var(--ink); font-weight: 700; text-underline-offset: 4px; }
.section-badge { border: 1px solid var(--ink); border-radius: 999px; background: var(--accent); padding: 6px 9px; font: 600 9px var(--mono); }
.drop-zone { min-height: 240px; border: 2px dashed var(--ink); border-radius: 16px; background: #f7f7f2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; transition: .18s ease; }
.drop-zone:hover, .drop-zone.dragover { background: var(--accent); box-shadow: inset 0 0 0 4px #fff; }
.drop-zone input { display: none; }
.drop-zone strong { font-size: 16px; font-weight: 800; }
.drop-zone small { color: var(--muted); }
.drop-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--accent); font-size: 25px; }
.photo-previews { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 13px; }
.preview { position: relative; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 12px; background: var(--soft); overflow: hidden; }
.preview img { width: 100%; height: 100%; object-fit: cover; }
.preview button { position: absolute; right: 5px; top: 5px; width: 27px; height: 27px; border: 1px solid var(--ink); border-radius: 50%; background: var(--accent); font-size: 18px; }
.external-images { margin-top: 16px; color: var(--muted); font-size: 12px; }
.external-images summary { cursor: pointer; }
.external-images textarea { margin-top: 10px; min-height: 70px; }
.form-grid { display: grid; gap: 13px; margin-bottom: 14px; }
.form-grid.three { grid-template-columns: repeat(3, 1fr); }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
.field { display: grid; gap: 7px; }
.field.full { margin-bottom: 14px; }
.field label { font: 600 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.field em { color: #dc3d25; font-style: normal; }
input, textarea, select { width: 100%; border: 1px solid #9f9f99; border-radius: 11px; background: #fff; padding: 12px 13px; outline: 0; transition: .15s ease; }
input:focus, textarea:focus, select:focus { border-color: var(--ink); box-shadow: 0 0 0 2px var(--accent); }
textarea { min-height: 108px; resize: vertical; }
.publish-card { display: grid; grid-template-columns: 94px 1fr 1fr auto; align-items: end; gap: 22px; background: var(--ink); color: #fff; box-shadow: 6px 6px 0 var(--accent); }
.publish-logo { width: 94px; height: 72px; object-fit: contain; border-radius: 10px; align-self: center; }
.publish-copy { align-self: center; }
.publish-copy strong { font-size: 16px; }
.publish-copy p { margin: 3px 0 0; color: #bdbdb6; font-size: 11px; }
.password-field input { border-color: #565650; background: #20201e; color: #fff; }
.primary-button { display: flex; align-items: center; gap: 22px; border: 2px solid var(--accent); border-radius: 11px; background: var(--accent); padding: 13px 16px; font-weight: 800; white-space: nowrap; }
.primary-button:hover { background: #fff; border-color: #fff; }
.primary-button span { font-size: 20px; }
.notice { min-height: 22px; margin: 0; color: var(--muted); font-weight: 600; }
.inventory { margin-top: 60px; }
.inventory-list { border-top: 2px solid var(--ink); }
.inventory-row { display: grid; grid-template-columns: 64px 1fr auto auto; gap: 13px; align-items: center; border-bottom: 1px solid #aaa; padding: 11px 0; }
.inventory-row.sold { opacity: .48; }
.inventory-thumb { width: 64px; height: 64px; border: 1px solid var(--ink); border-radius: 10px; object-fit: cover; background: var(--soft); }
.inventory-row strong { display: block; font-size: 13px; }
.inventory-row small { color: var(--muted); }
.secondary-button { border: 1px solid var(--ink); border-radius: 8px; background: #fff; padding: 7px 9px; font-size: 10px; }
.secondary-button:hover, .secondary-button.confirm { background: var(--ink); color: #fff; }
.inventory-actions { display: flex; gap: 6px; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr .72fr; min-height: 560px; }
  .hero-copy { padding: 42px 34px; }
  .hero h1 { font-size: clamp(51px, 8vw, 75px); }
  .hero-facts { grid-template-columns: 1fr; gap: 7px; }
  .store-footer { grid-template-columns: 130px 1fr; }
  .store-footer img { width: 130px; }
  .store-footer > p { grid-column: 2; }
  .publish-card { grid-template-columns: 75px 1fr auto; }
  .publish-logo { width: 75px; }
  .publish-copy { display: none; }
}

@media (max-width: 700px) {
  .store { padding: 10px 10px 38px; }
  .store-head, .admin-head { min-height: 72px; border-radius: 15px; padding: 8px 10px; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { width: 77px; height: 50px; }
  .brand-lockup span, .availability { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; margin-top: 9px; border-radius: 20px; }
  .hero-copy { min-height: 500px; padding: 30px 22px; }
  .hero h1 { margin-top: 85px; font-size: clamp(47px, 14vw, 69px); }
  .hero-lead { font-size: 14px; }
  .hero-facts { font-size: 9px; }
  .hero-brand { min-height: 340px; border-top: 2px solid var(--ink); border-left: 0; padding: 44px; }
  .hero-logo-frame { width: 250px; box-shadow: 9px 9px 0 var(--ink); }
  .hero-sticker { top: 22px; width: 70px; height: 70px; font-size: 9px; }
  .hero-arrow { font-size: 58px; }
  .brand-ticker { margin: 9px 0 48px; }
  .catalog-title-row h2 { font-size: 40px; }
  .catalog-mark { display: none; }
  .controls { align-items: stretch; flex-direction: column; }
  .search { width: 100%; }
  .chips { justify-content: flex-start; gap: 6px; }
  .chip { padding: 8px 12px; }
  .catalog-meta span:last-child { display: none; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .product-card { border-radius: 13px; }
  .product-card:hover { transform: none; box-shadow: none; }
  .card-info { padding: 10px 10px 13px; }
  .card-title { font-size: 12px; }
  .card-number { display: none; }
  .card-subtitle { margin-bottom: 9px; font-size: 9px; }
  .card-price { font-size: 11px; flex-wrap: wrap; }
  .card-badge { top: 6px; left: 6px; font-size: 7px; }
  .photo-count { right: 6px; bottom: 6px; font-size: 7px; }
  .store-footer { grid-template-columns: 78px 1fr; gap: 18px; margin-top: 56px; padding: 22px; border-radius: 20px; }
  .store-footer img { width: 78px; border-radius: 10px; }
  .store-footer h2 { font-size: 25px; }
  .store-footer > p { grid-column: 1/-1; margin: 0; font-size: 12px; }

  .product-dialog { width: 100%; min-height: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .product-view { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; border-right: 0; border-bottom: 2px solid var(--ink); }
  .gallery-thumbs { grid-template-columns: repeat(5, 1fr); grid-row: 2; }
  .gallery-main { min-height: 380px; }
  .product-copy { padding: 29px 19px; }
  .product-copy h2 { font-size: 36px; }
  .checkout { padding: 27px 14px 40px; }
  .checkout-head h2, .order-success h2 { font-size: 34px; }
  .amount-box { align-items: flex-start; gap: 12px; }
  .payment-option { grid-template-columns: auto 34px 1fr; }
  .payment-option > img { width: 34px; height: 34px; }
  .payment-option .copy-button { grid-column: 3; width: max-content; }
  .checkout-section { padding: 14px; }

  .admin-shell { padding: 10px 10px 50px; }
  .admin-head { grid-template-columns: auto 1fr; }
  .admin-title { text-align: right; }
  .admin-title h1 { font-size: 22px; }
  .studio-chip { display: none; }
  .admin-intro { flex-direction: column; gap: 3px; font-size: 12px; }
  .form-card { padding: 19px 14px; border-radius: 16px; box-shadow: 3px 3px 0 var(--ink); }
  .section-heading { align-items: start; flex-direction: column; gap: 8px; }
  .section-heading h2 { font-size: 25px; }
  .form-grid.three, .form-grid.two { grid-template-columns: 1fr; }
  .photo-previews { grid-template-columns: repeat(3, 1fr); }
  .publish-card { grid-template-columns: 60px 1fr; gap: 14px; }
  .publish-logo { width: 60px; height: 50px; }
  .publish-card .primary-button { grid-column: 1/-1; justify-content: space-between; }
  .inventory-row { grid-template-columns: 48px 1fr auto; }
  .inventory-thumb { width: 48px; height: 48px; }
  .inventory-row .secondary-button:first-of-type { grid-column: 2; width: max-content; }
  .inventory-actions { grid-column: 2/-1; flex-wrap: wrap; }
}

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