:root {
  --ink: #17120f;
  --paper: #fffaf2;
  --cream: #fff0d7;
  --pink: #f28abc;
  --pink-soft: #ffd2e8;
  --red: #ef3a2f;
  --yellow: #ffe94a;
  --mint: #a7efce;
  --aqua: #5fd6d1;
  --peach: #ffb06a;
  --purple: #c79cff;
  --blue: #58b7ff;
  --line: rgba(23, 18, 15, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12px 12px, rgba(23, 18, 15, 0.07) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(255, 233, 74, 0.26) 25%, transparent 25% 50%, rgba(242, 138, 188, 0.22) 50% 75%, transparent 75%),
    var(--paper);
  background-size: 28px 28px, 80px 80px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.35;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  clip: auto;
  background: #fff;
  border: 2px solid var(--ink);
}

.page {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 68px);
}

.site-shell {
  overflow: hidden;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 10px 10px 0 var(--ink);
}

.content-page {
  min-height: 70vh;
}

.content-page .topbar {
  border-bottom: 2px solid var(--ink);
}

.page-hero {
  background:
    radial-gradient(circle at 12% 20%, #fff 0 7px, transparent 8px),
    linear-gradient(135deg, var(--yellow), #ffd4e8);
  border-bottom: 2px solid var(--ink);
}

.two-column-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 24px;
}

.two-column-copy p,
.contact-content {
  font-size: 18px;
  font-weight: 700;
}

.topbar {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px clamp(18px, 3vw, 34px);
  border-bottom: 2px solid var(--ink);
  background: #fffefa;
}

.logo-wrap {
  display: grid;
  gap: 6px;
  justify-items: start;
  text-decoration: none;
}

.logo-wrap img {
  width: 174px;
  height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.tagline {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav,
.wp-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wp-menu a,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  color: var(--ink);
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.pill.yellow {
  background: var(--yellow);
}

.pill.pink {
  background: var(--pink-soft);
}

.pill.mint {
  background: var(--mint);
}

.pill.peach {
  background: #ffd7ba;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(26px, 4vw, 54px);
  min-height: 690px;
  padding: clamp(38px, 5vw, 72px) clamp(22px, 4vw, 54px) 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, #fff 0 7px, transparent 8px),
    radial-gradient(circle at 22% 35%, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 78% 18%, rgba(95, 214, 209, 0.56) 0 110px, transparent 112px),
    linear-gradient(135deg, var(--yellow), #fff062 42%, #ffd4e8 100%);
}

.hero.hero-image-block {
  display: block;
  min-height: 0;
  padding: 0;
  background: var(--yellow);
}

.hero.hero-image-block::after {
  content: none;
}

.hero-art {
  display: block;
  width: 100%;
  height: auto;
}

.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-hotspot {
  position: absolute;
  left: 5.1%;
  width: 19.8%;
  height: 5.6%;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

.quiz-hotspot {
  bottom: 7.7%;
}

.shop-hotspot {
  bottom: 2.4%;
}

.hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -45px;
  height: 132px;
  background: var(--red);
  border-top: 2px solid var(--ink);
  border-radius: 58% 42% 0 0 / 62% 52% 0 0;
  transform: rotate(-1deg);
}

.hero-copy,
.hero-products {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 12px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.spark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: var(--pink);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

h1,
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  font-size: 0.52em;
  line-height: 0.92;
}

.entry-content {
  max-width: 820px;
}

.hero-copy p {
  max-width: 560px;
  margin: 24px 0;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 750;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  color: var(--ink);
  background: var(--pink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.button.alt {
  background: #fffefa;
}

.product-scene {
  position: relative;
  min-height: 560px;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.cape-scene {
  position: absolute;
  inset: 58px 12px 8px;
  z-index: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 34px;
  background: linear-gradient(180deg, #ffe9aa 0 48%, #ffd2e8 48% 100%);
  box-shadow: 9px 11px 0 rgba(23, 18, 15, 0.2);
  transform: rotate(-2deg);
}

.sun {
  position: absolute;
  top: 28px;
  right: 34px;
  width: 94px;
  height: 94px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.mountain {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 142px;
  height: 116px;
  background: var(--aqua);
  border: 2px solid var(--ink);
  border-radius: 18px 18px 10px 10px;
}

.mountain-one {
  clip-path: polygon(0 76%, 20% 54%, 38% 58%, 50% 35%, 62% 58%, 82% 54%, 100% 76%, 100% 100%, 0 100%);
}

.mountain-two {
  left: 78px;
  right: 78px;
  bottom: 116px;
  height: 90px;
  background: #84e6bd;
  transform: translateY(14px);
}

.ocean {
  position: absolute;
  left: -22px;
  right: -22px;
  height: 74px;
  background: var(--blue);
  border-top: 2px solid var(--ink);
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
}

.ocean-one {
  bottom: 58px;
}

.ocean-two {
  bottom: -4px;
  background: var(--pink);
}

.bubble {
  position: absolute;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  padding: 13px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--ink);
  background: var(--mint);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
  transform: rotate(-9deg);
}

.bubble.one {
  top: 12px;
  right: 18px;
  background: var(--aqua);
}

.bubble.two {
  left: 12px;
  bottom: 40px;
  background: var(--pink-soft);
  transform: rotate(7deg);
}

.jar,
.bottle {
  position: absolute;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 184px;
  height: 254px;
  padding: 16px 16px 17px;
  color: var(--ink);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 30px;
  box-shadow: 10px 12px 0 rgba(23, 18, 15, 0.24);
  overflow: hidden;
}

.jar::before,
.bottle::before {
  content: none;
}

.jar span,
.bottle span {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 1000;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.jar small,
.bottle small {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.jar img,
.bottle img {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 4px;
  background: #fff8ec;
  border: 2px solid rgba(23, 18, 15, 0.12);
  border-radius: 22px;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
  transform: none;
}

.jar.fino {
  left: 136px;
  bottom: 24px;
  z-index: 4;
  background: #ff9dbf;
  transform: rotate(-8deg);
}

.jar.tsubaki {
  right: 20px;
  bottom: 142px;
  z-index: 3;
  background: #ffec64;
  transform: rotate(9deg);
}

.bottle {
  left: 38px;
  top: 92px;
  width: 166px;
  height: 284px;
  z-index: 2;
  background: var(--mint);
  transform: rotate(3deg);
}

.bottle img {
  height: 190px;
}

.ticker {
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  overflow: hidden;
  color: var(--ink);
  background: var(--aqua);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker span {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  min-height: 58px;
  animation: kiyomi-ticker 24s linear infinite;
}

@keyframes kiyomi-ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(48px, 7vw, 82px) clamp(22px, 4vw, 54px);
}

.section h2 {
  max-width: 820px;
  margin: 0 auto 24px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.92;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.section-intro {
  max-width: 760px;
  margin: -8px auto 32px;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  text-align: center;
}

.quiz-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    var(--pink-soft);
  background-size: 26px 26px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.quiz-card {
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--ink);
  padding: clamp(22px, 3vw, 34px);
}

.quiz-progress {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-progress i {
  display: block;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, var(--yellow) 0 38%, #fff0d7 38% 100%);
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.quiz-card h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 0.95;
  text-transform: uppercase;
}

.quiz-card p {
  margin: 0 0 18px;
  font-weight: 700;
}

.quiz-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quiz-option {
  min-height: 78px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 18px;
  font-weight: 950;
  text-align: center;
  cursor: pointer;
}

.quiz-option strong,
.quiz-option span {
  display: block;
}

.quiz-option strong {
  margin-bottom: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.quiz-option span {
  font-size: 13px;
  font-weight: 800;
}

.quiz-option.active {
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
}

.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 20px;
}

.microcopy {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 850;
  opacity: 0.78;
}

.email-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.form-status {
  min-height: 21px;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 900;
}

.form-status.is-error {
  color: #b90000;
}

.form-status.is-success {
  color: #156a3b;
}

.result {
  display: none;
  min-height: 148px;
  margin-top: 18px;
  padding: 18px;
  background: var(--mint);
  border: 2px solid var(--ink);
  border-radius: 22px;
  font-weight: 850;
  text-align: center;
}

.result.is-visible {
  display: block;
}

.result strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.steps {
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 5px 5px 0 var(--ink);
  text-align: center;
}

.num {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 1000;
}

.step strong {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
}

.step span {
  font-size: 14px;
  font-weight: 700;
}

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

.product-card {
  min-height: 370px;
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
}

.product-card:nth-child(1) {
  color: white;
  background: var(--red);
}

.product-card:nth-child(2) {
  background: var(--yellow);
}

.product-card:nth-child(3) {
  background: var(--mint);
}

.product-card:nth-child(4) {
  background: var(--purple);
}

.product-card:nth-child(5) {
  background: var(--blue);
}

.product-card h3 {
  margin: 0;
  max-width: none;
  font-size: 29px;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-card p {
  max-width: none;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 800;
}

.price-pill {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  color: var(--ink);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.shape-product {
  position: absolute;
  right: 20px;
  bottom: 68px;
  width: 168px;
  height: 168px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: #fff8ec;
  overflow: hidden;
  transform: rotate(-9deg);
}

.shape-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
  transform: scale(1.34);
  transform-origin: center;
}

.shape-product span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-weight: 1000;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.product-card:nth-child(3) .shape-product,
.product-card:nth-child(4) .shape-product,
.product-card:nth-child(5) .shape-product {
  height: 202px;
  border-radius: 24px;
}

.product-card:nth-child(3) .shape-product img {
  transform: scale(1.58);
}

.product-card:nth-child(3) .shape-product img,
.product-card:nth-child(4) .shape-product img,
.product-card:nth-child(5) .shape-product img {
  object-fit: contain;
  padding: 12px;
  transform: none;
}

.product-card .bottle-shape {
  background: #fff8ec;
}

.product-card .find-shape {
  background: rgba(255, 255, 255, 0.6);
}

.shop-hero {
  display: grid;
  place-items: center;
  min-height: 440px;
  text-align: center;
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--yellow), #fff3a6 45%, var(--pink-soft));
  background-size: 28px 28px, auto;
  border-bottom: 2px solid var(--ink);
}

.shop-hero h1,
.page-hero h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.86;
  text-align: center;
  text-transform: uppercase;
}

.catalog-hero .section-intro {
  max-width: 930px;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-mini-card {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 16px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-3deg);
}

.hero-mini-card:nth-child(2) {
  background: var(--mint);
  transform: rotate(3deg);
}

.hero-mini-card:nth-child(3) {
  background: var(--pink-soft);
  transform: rotate(-1deg);
}

.hero-mini-card img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

.drop-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.drop-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.shop-detail-stack {
  display: grid;
  gap: 24px;
}

.catalog-section {
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    var(--pink-soft);
  background-size: 28px 28px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.catalog-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  color: var(--ink);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 8px 8px 0 var(--ink);
  text-align: center;
  text-decoration: none;
}

.catalog-card:nth-child(3n+1) {
  background: var(--yellow);
}

.catalog-card:nth-child(3n+2) {
  background: var(--mint);
}

.catalog-card:nth-child(3n) {
  background: var(--pink-soft);
}

.catalog-media {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 18px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
}

.catalog-media img {
  max-height: 250px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

.catalog-copy {
  display: grid;
  gap: 10px;
}

.catalog-kicker {
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-card h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 0.92;
  text-transform: uppercase;
}

.catalog-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 820;
}

.catalog-button {
  justify-self: center;
  margin-top: 4px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  float: none;
  margin: 0 0 18px;
  font-weight: 900;
  text-align: center;
}

.woocommerce-ordering select {
  min-height: 44px;
  padding: 8px 14px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  text-align: center;
}

.shop-product {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 22px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 242, 0.92)),
    var(--cream);
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 8px 8px 0 var(--ink);
}

.shop-product:nth-child(2) {
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    var(--yellow);
  background-size: 26px 26px;
}

.shop-product:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(95, 214, 209, 0.28) 25%, transparent 25% 50%, rgba(242, 138, 188, 0.28) 50% 75%, transparent 75%),
    var(--mint);
  background-size: 68px 68px;
}

.shop-product-header {
  display: grid;
  gap: 12px;
  align-content: start;
  text-align: center;
}

.shop-product-header h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.9;
  text-transform: uppercase;
}

.shop-product-header p {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.shop-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 6px 6px 0 var(--ink);
}

.shop-media img {
  max-height: 280px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

.shop-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.shop-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.shop-product-body {
  display: grid;
  gap: 16px;
}

.shop-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.shop-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 13px;
  color: var(--ink);
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-tab.is-active {
  background: var(--pink);
}

.shop-tab-panel {
  display: none;
  min-height: 184px;
  padding: clamp(18px, 3vw, 24px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
  font-size: 16px;
  font-weight: 760;
  text-align: center;
}

.shop-tab-panel.is-active {
  display: block;
}

.shop-tab-panel h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 0.95;
  text-transform: uppercase;
}

.shop-tab-panel ul,
.about-values ul {
  padding-left: 20px;
  margin: 0 auto;
  max-width: 920px;
  text-align: left;
}

.shop-tab-panel li,
.about-values li {
  margin: 8px 0;
}

.shop-video-box {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 120px;
  padding: 16px;
  background:
    radial-gradient(circle at 12px 12px, rgba(23, 18, 15, 0.12) 0 3px, transparent 4px),
    var(--aqua);
  background-size: 24px 24px;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
  text-align: center;
}

.play-badge {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 34px;
  font-weight: 1000;
}

.shop-video-box strong {
  display: block;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
}

.shop-video-box span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 820;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--yellow), #fff3a6 45%, var(--pink-soft));
  background-size: 28px 28px, auto;
  border-bottom: 2px solid var(--ink);
  text-align: center;
}

.wc-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--yellow), #fff3a6 45%, var(--pink-soft));
  background-size: 28px 28px, auto;
  border-bottom: 2px solid var(--ink);
  text-align: center;
}

.product-detail-copy h1 {
  margin: 0 auto;
  max-width: 880px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.86;
  text-transform: uppercase;
}

.wc-product-hero .product-detail-copy h1 {
  margin: 0 auto;
  max-width: 880px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.86;
  text-transform: uppercase;
}

.product-detail-media {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(18px, 3vw, 28px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(2deg);
}

.product-detail-media img {
  max-height: 360px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

.real-product-media img {
  width: auto;
  max-width: 100%;
  max-height: 440px;
}

.product-tabs-section {
  background:
    linear-gradient(135deg, rgba(95, 214, 209, 0.26) 25%, transparent 25% 50%, rgba(199, 156, 255, 0.28) 50% 75%, transparent 75%),
    #fffefa;
  background-size: 72px 72px;
}

.product-detail-tabs {
  max-width: 1120px;
  margin: 0 auto;
}

.kiyomi-price,
.kiyomi-product-purchase .price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--ink);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 18px;
  font-weight: 1000;
  text-align: center;
  text-decoration: none;
}

.kiyomi-product-purchase {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: 20px;
}

.kiyomi-product-purchase form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.woocommerce .quantity .qty,
.quantity .qty {
  width: 84px;
  min-height: 48px;
  padding: 0 10px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 1000;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs,
.product .woocommerce-tabs {
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.product .woocommerce-tabs ul.tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.product .woocommerce-tabs ul.tabs::before,
.product .woocommerce-tabs ul.tabs li::before,
.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.product .woocommerce-tabs ul.tabs li {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.product .woocommerce-tabs ul.tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--ink);
  background: white;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.product .woocommerce-tabs ul.tabs li.active a {
  background: var(--pink);
}

.woocommerce div.product .woocommerce-tabs .panel,
.product .woocommerce-tabs .panel {
  padding: clamp(20px, 3vw, 30px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.product .woocommerce-tabs .panel h2 {
  margin: 0 auto 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.95;
  text-transform: uppercase;
}

.kiyomi-detail-list {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 22px;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
}

.kiyomi-detail-list li {
  margin: 10px 0;
}

.kiyomi-video-embed {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 6px 6px 0 var(--ink);
}

.kiyomi-video-embed iframe,
.kiyomi-video-embed video {
  display: block;
  width: 100%;
  min-height: 420px;
}

.kiyomi-related-products {
  background: var(--pink-soft);
  border-top: 2px solid var(--ink);
}

.page-content-shell {
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--yellow), #fff3a6 45%, var(--pink-soft));
  background-size: 28px 28px, auto;
  text-align: center;
}

.page-content-shell h1 {
  max-width: 980px;
  margin: 0 auto 26px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.88;
  text-transform: uppercase;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order,
.woocommerce-address-fields,
.woocommerce-EditAccountForm,
.woocommerce-form-login,
.woocommerce-form-register {
  padding: clamp(18px, 3vw, 28px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
}

.woocommerce table.shop_table {
  overflow: hidden;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 5px 5px 0 var(--ink);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px;
  border-top: 2px solid rgba(23, 18, 15, 0.14);
  font-weight: 850;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 50px;
  padding: 10px 14px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 18px;
  font-weight: 800;
  text-align: center;
}

.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  text-align: center;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  background: var(--mint);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 18px clamp(22px, 4vw, 54px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 900;
}

.about-pop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 22px;
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.09) 0 3px, transparent 4px),
    var(--pink-soft);
  background-size: 28px 28px;
  border-top: 2px solid var(--ink);
}

.about-story-card,
.about-art-card,
.about-values {
  padding: clamp(20px, 3vw, 28px);
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
}

.about-story-card h2,
.about-values h2 {
  margin-bottom: 16px;
}

.about-art-card {
  display: grid;
  gap: 14px;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 233, 74, 0.72), rgba(95, 214, 209, 0.58)),
    #fffefa;
}

.about-art-card img {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink);
}

.mini-stickers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.mini-stickers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.mini-stickers span:nth-child(2n) {
  background: var(--mint);
}

.mini-stickers span:nth-child(3n) {
  background: var(--pink);
}

.about-values {
  background:
    linear-gradient(135deg, rgba(255, 233, 74, 0.26) 25%, transparent 25% 50%, rgba(199, 156, 255, 0.3) 50% 75%, transparent 75%),
    #fffefa;
  background-size: 72px 72px;
  border-top: 2px solid var(--ink);
}

.brand-system {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  background:
    radial-gradient(circle at 18px 18px, rgba(23, 18, 15, 0.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--yellow), #fff6a8 52%, var(--pink-soft));
  background-size: 28px 28px, auto;
  border-top: 2px solid var(--ink);
}

.logo-card,
.copy-card {
  padding: 24px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 24px;
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
}

.logo-stage {
  display: grid;
  place-items: center;
  min-height: 230px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 22px;
}

.logo-stage img {
  width: min(72%, 320px);
  mix-blend-mode: multiply;
}

.logo-card p,
.copy-card p {
  margin: 18px 0 0;
  font-weight: 760;
}

.phrase-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phrase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-soft);
  font-weight: 950;
  text-align: center;
}

.phrase:nth-child(2n) {
  background: var(--yellow);
}

.phrase:nth-child(3n) {
  background: var(--mint);
}

.shelf-rules {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.rule-card {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 118px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 6px 0 var(--ink);
  text-align: center;
}

.rule-card strong {
  display: block;
  font-size: 20px;
  line-height: 0.96;
  text-transform: uppercase;
}

.rule-card span {
  font-size: 14px;
  font-weight: 820;
}

.rule-card.yellow {
  background: var(--yellow);
}

.rule-card.red {
  color: white;
  background: var(--red);
}

.rule-card.pink {
  background: var(--pink);
}

.rule-card.aqua {
  background: var(--aqua);
}

.flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.brand-system + .section {
  background:
    linear-gradient(135deg, rgba(95, 214, 209, 0.26) 25%, transparent 25% 50%, rgba(199, 156, 255, 0.28) 50% 75%, transparent 75%),
    #fffefa;
  background-size: 72px 72px;
  border-top: 2px solid var(--ink);
}

.flow-card {
  min-height: 150px;
  padding: 16px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 800;
  text-align: center;
}

.flow-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.bottom-note {
  padding: clamp(42px, 7vw, 76px) clamp(22px, 4vw, 54px);
  color: var(--ink);
  background:
    radial-gradient(circle at 20px 20px, rgba(23, 18, 15, 0.12) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--aqua), #8ff0cf 48%, var(--yellow));
  background-size: 34px 34px, auto;
  border-top: 2px solid var(--ink);
  text-align: center;
}

.bottom-note h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 0.92;
  text-transform: uppercase;
}

.bottom-note p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
  padding: 16px;
  background: #fffefa;
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 5px 5px 0 var(--ink);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 900;
}

@media (max-width: 1060px) {
  .topbar,
  .hero,
  .quiz-band,
  .brand-system,
  .two-column-copy,
  .shop-hero,
  .shop-product,
  .about-pop-grid,
  .product-detail-hero,
  .wc-product-hero {
    grid-template-columns: 1fr;
  }

  .topbar {
    justify-items: start;
  }

  .nav,
  .wp-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .hero {
    min-height: auto;
  }

  .product-scene {
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 10px;
  }

  .site-shell {
    border-radius: 20px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .topbar,
  .hero,
  .section,
  .bottom-note {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 36px;
    padding-bottom: 86px;
  }

  .hero.hero-image-block {
    padding: 0;
  }

  .hero-hotspot {
    left: 5%;
    width: 20%;
  }

  h1,
  .hero h1 {
    font-size: clamp(48px, 16vw, 82px);
  }

  .product-scene {
    min-height: 560px;
    max-width: 390px;
  }

  .cape-scene {
    inset: 80px 0 18px;
  }

  .jar,
  .bottle {
    width: 148px;
    height: 226px;
    padding: 12px;
    border-radius: 24px;
  }

  .jar img,
  .bottle img {
    height: 136px;
  }

  .bottle img {
    height: 152px;
  }

  .jar span,
  .bottle span {
    font-size: 14px;
  }

  .jar small,
  .bottle small {
    font-size: 8px;
  }

  .bottle {
    left: 16px;
    top: 136px;
    width: 142px;
    height: 246px;
  }

  .jar.tsubaki {
    right: 0;
    bottom: 170px;
  }

  .jar.fino {
    left: 106px;
    bottom: 42px;
  }

  .bubble {
    width: 92px;
    height: 92px;
    font-size: 11px;
  }

  .bubble.one {
    top: 52px;
    right: 6px;
  }

  .bubble.two {
    left: 0;
    bottom: 24px;
  }

  .product-card {
    min-height: 420px;
  }

  .shape-product {
    right: 18px;
    bottom: 78px;
    width: 150px;
    height: 150px;
  }

  .quiz-options,
  .email-row,
  .product-grid,
  .brand-system,
  .flow,
  .shelf-rules,
  .hero-mini-grid,
  .catalog-grid,
  .shop-actions,
  .shop-video-box {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .shop-product {
    padding: 18px;
  }

  .shop-actions {
    justify-content: center;
  }

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

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: 1fr;
  }

  .product .woocommerce-tabs ul.tabs {
    grid-template-columns: 1fr;
  }

  .shop-tab {
    width: 100%;
  }

  .play-badge {
    margin: 0 auto;
  }
}
