:root {
  --ink: #070707;
  --muted: #51483e;
  --paper: #fff4df;
  --surface: #ffe0ac;
  --surface-strong: #ffbf63;
  --accent: #FE8B43;
  --accent-dark: #e85b00;
  --cream: #fff9ed;
  --line: #070707;
  --shadow: 10px 10px 0 #070707;
  --radius: 0;
  --font-body: 'Nunito Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Bangers', 'Archivo Black', Impact, 'Arial Black', sans-serif;
}

body {
  background:
    radial-gradient(circle at 12px 12px, rgba(7, 7, 7, 0.1) 2px, transparent 2px) 0 0 / 28px 28px,
    linear-gradient(135deg, #fff8ea 0%, #ffe3b7 42%, #fff4df 100%);
  color: var(--ink);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(254, 139, 67, 0.16) 58% 66%, transparent 66%),
    linear-gradient(295deg, transparent 0 72%, rgba(7, 7, 7, 0.07) 72% 77%, transparent 77%);
  content: "";
}

h1,
h2,
h3,
.brand__text,
.footer-brand {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 4px solid var(--ink);
  background: rgba(255, 244, 223, 0.94);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: rotate(-1deg);
}

.brand__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 82px;
}

.brand__logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.brand__text {
  display: none;
}

.primary-nav a,
.footer-nav a {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 10px;
  border: 2px solid transparent;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.primary-nav a:hover,
.footer-nav a:hover {
  border-color: var(--ink);
  background: var(--accent);
  color: var(--ink);
  transform: rotate(-1deg);
}

.menu-toggle,
.cart-link,
.cart-sidebar__close,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--accent);
  box-shadow: 5px 5px 0 var(--ink);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.menu-toggle:hover,
.cart-link:hover,
.cart-sidebar__close:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border-color: var(--ink);
  background: #fff;
  color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(3px, 3px);
}

.button--ghost,
.button--light,
.cart-sidebar__body .woocommerce-mini-cart__buttons a:first-child {
  background: #fff;
  color: var(--ink);
}

.cart-link {
  width: 48px;
  height: 48px;
}

.cart-link__count {
  top: -12px;
  right: -12px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  border-left: 4px solid var(--ink);
  background: var(--cream);
  transform: translateX(100%);
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.is-open {
  transform: translateX(0);
}

.cart-sidebar__header,
.cart-sidebar__body .woocommerce-mini-cart-item,
.cart-sidebar__body .woocommerce-mini-cart__total {
  border-color: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 86px);
  padding: 76px 0 84px;
}

.eyebrow,
.shop-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border: 3px solid var(--ink);
  background: #fff;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 12px;
  font-weight: 900;
}

h1 {
  max-width: 9.5ch;
  margin-bottom: 18px;
  color: var(--accent);
  font-family: 'Archivo Black', Impact, 'Arial Black', system-ui, sans-serif;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.88;
  letter-spacing: 0.035em;
  text-shadow: 6px 6px 0 var(--ink), -2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink);
  transform: rotate(-1deg) skew(-4deg);
}

h2,
.shop-hero__title {
  color: var(--ink);
  font-family: 'Archivo Black', Impact, 'Arial Black', system-ui, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.92;
  letter-spacing: 0.025em;
  text-shadow: 3px 3px 0 var(--accent);
  transform: rotate(-1deg) skew(-4deg);
}

.hero__lead,
.shop-hero__lede,
.section__lede,
.visual-caption,
.placeholder-product p,
.footer-note,
.site-footer__legal,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--muted);
  font-weight: 700;
}

.hero__lead {
  max-width: 540px;
  font-size: 21px;
}

.product-stage {
  min-height: 520px;
  border: 4px solid var(--ink);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.08) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(7, 7, 7, 0.08) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(135deg, #fff 0%, #ffd18b 50%, #FE8B43 100%);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.product-stage--logo {
  padding: 44px;
}

.hero-logo {
  width: min(100%, 640px);
  margin-inline: auto;
  filter: drop-shadow(7px 7px 0 rgba(7, 7, 7, 0.38));
  transform: rotate(-3deg);
}

.drop-ticket {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  max-width: 260px;
  padding: 13px 16px;
  border: 4px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--ink);
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.drop-ticket span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.drop-ticket strong {
  font-size: 16px;
  line-height: 1.12;
}

.pixel-spark {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--ink);
  box-shadow: 18px 0 0 #fff, 36px 0 0 var(--ink), 18px 18px 0 var(--ink), 36px 18px 0 #fff;
}

.pixel-spark--one {
  left: 42px;
  top: 44px;
}

.pixel-spark--two {
  right: 118px;
  top: 82px;
  transform: rotate(12deg);
}

.section {
  padding: 76px 0;
}

.section__header,
.shop-hero {
  padding: 28px;
  border: 4px solid var(--ink);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.section__header-copy h2 {
  display: inline;
  padding: 0 0.08em;
  background: var(--ink);
  color: var(--accent);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.14;
  text-shadow: none;
}

.shop-hero--with-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.shop-hero--with-cta .shop-hero__copy {
  flex: 1;
}

.shop-hero--with-cta .shop-hero__cta {
  flex-shrink: 0;
  align-self: center;
}

.shop-hero--with-cta .shop-hero__cta .cta-arrow {
  display: inline-block;
  transition: transform 0.16s ease;
}

.shop-hero--with-cta .shop-hero__cta:hover .cta-arrow {
  transform: translateX(4px);
}

.placeholder-grid,
.woocommerce ul.products {
  gap: 24px;
}

.placeholder-product,
.info-grid article,
.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.placeholder-product:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: 3px 3px 0 var(--ink);
  transform: translate(4px, 4px);
}

/* DROP 标签已取消 (2026-05-01) */
/*
.placeholder-product::before,
.woocommerce ul.products li.product::before {
  position: absolute;
  right: -38px;
  top: 16px;
  width: 140px;
  height: 28px;
  border: 4px solid var(--ink);
  background: var(--accent);
  content: "DROP";
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  transform: rotate(34deg);
}
*/

.placeholder-product__image,
.woocommerce ul.products li.product a img {
  border: 4px solid var(--ink);
  border-radius: 0;
  background:
    radial-gradient(circle at 18px 18px, rgba(7, 7, 7, 0.14) 2px, transparent 2px) 0 0 / 24px 24px,
    linear-gradient(145deg, #fff, #ffd18b);
}

.placeholder-product__image-link,
.placeholder-product__title-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.placeholder-product__image-link:hover,
.placeholder-product__title-link:hover {
  opacity: 0.92;
}

.placeholder-product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Archivo Black', Impact, 'Arial Black', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-shadow: none;
  text-transform: uppercase;
}

.placeholder-product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.placeholder-product__price,
.woocommerce ul.products li.product .price {
  display: inline-flex;
  justify-content: center;
  width: 92px;
  min-height: 40px;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 6px 10px;
  border: 4px solid var(--ink);
  background: var(--accent);
  color: var(--ink) !important;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.placeholder-product__add-to-cart,
.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 4px solid var(--ink);
  border-radius: 0;
  background: var(--accent);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.woocommerce ul.products li.product .button {
  justify-self: end;
  margin: 0;
  min-height: 40px;
  font-size: 0;
  line-height: 0;
}

.woocommerce ul.products li.product .button::before {
  width: 20px;
  height: 20px;
  background: currentColor;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39A2 2 0 0 0 9.64 16h9.72a2 2 0 0 0 1.96-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.placeholder-product__add-to-cart:hover,
.woocommerce ul.products li.product .button:hover {
  background: #fff;
  box-shadow: 2px 2px 0 var(--ink);
  transform: translate(2px, 2px);
}

.placeholder-product__add-to-cart:active,
.woocommerce ul.products li.product .button:active {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 var(--ink);
}

.placeholder-product__add-to-cart:disabled,
.woocommerce ul.products li.product .button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

.woocommerce ul.products li.product .added_to_cart {
  display: none !important;
}

@media (max-width: 620px) {
  .woocommerce ul.products {
    gap: 12px;
  }

  .woocommerce ul.products li.product {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) 48px;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 6px 12px;
    min-height: 132px;
    padding: 14px;
  }

  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: contents !important;
  }

  .woocommerce ul.products li.product a img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 96px !important;
    height: 96px !important;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0 !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.12;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title .product-title-line1,
  .woocommerce ul.products li.product .woocommerce-loop-product__title .product-title-line2 {
    min-height: 0;
    line-height: 1.12;
  }

  .woocommerce ul.products li.product .price {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    width: 88px;
    min-height: 34px;
    margin: 0;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
  }

  .woocommerce ul.products li.product .button {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .woocommerce ul.products li.product {
    grid-template-columns: 82px minmax(0, 1fr) 44px;
    gap: 6px 10px;
    min-height: 118px;
    padding: 12px;
  }

  .woocommerce ul.products li.product a img {
    width: 82px !important;
    height: 82px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .price {
    width: 82px;
  }
}

.cart-flyer {
  position: fixed;
  z-index: 1200;
  pointer-events: none;
  border: 4px solid var(--ink);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 5px 5px 0 var(--ink);
  will-change: transform, opacity;
}

.shop-collections__item,
.shop-toolbar .woocommerce-ordering select,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: 4px solid var(--ink);
  border-radius: 0;
  background-color: #fff;
  color: var(--ink);
  font-weight: 800;
}

.shop-collections__item {
  box-shadow: 4px 4px 0 var(--ink);
}

.shop-collections__item:hover,
.shop-collections__item.is-active {
  border-color: var(--ink);
  background: var(--accent);
  color: var(--ink);
}

.shop-toolbar {
  padding: 16px;
  border: 4px solid var(--ink);
  background: var(--cream);
}

@media (max-width: 920px) {
  .primary-nav {
    border: 4px solid var(--ink);
    background: var(--cream);
  }

  .hero {
    gap: 42px;
  }

  .product-stage {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .site-header__inner {
    min-height: 76px;
  }

  .brand__mark {
    width: 122px;
    height: 55px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 56px;
    letter-spacing: 0.04em;
    line-height: 0.94;
  }

  .product-stage--logo {
    min-height: 320px;
    padding: 26px;
  }

  .drop-ticket {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .shop-hero--with-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .shop-hero--with-cta .shop-hero__cta {
    align-self: flex-start;
  }

  .section__header,
  .shop-hero,
  .shop-toolbar {
    padding: 18px;
  }

  .placeholder-product,
  .woocommerce ul.products li.product {
    box-shadow: 5px 5px 0 var(--ink);
  }
}
