:root {
  --store-paper: #fbf8f1;
  --store-cream: #f3ecdd;
  --store-coral: #e99a9f;
  --store-coral-soft: #f5c7c0;
  --store-mint: #8eada3;
  --store-mint-soft: #dce8e2;
  --store-brown: #513c32;
  --store-brown-soft: #755d50;
  --store-line: rgba(81, 60, 50, .2);
  --store-white: #fffefa;
}

body.honoca-life-store,
.store-preview-body {
  margin: 0;
  color: var(--store-brown);
  background: var(--store-paper);
  font-family: var(--at-reference-sans, "Tsukushi A Round Gothic", "Yu Gothic", sans-serif);
}

body.honoca-life-store *,
.store-preview-body * { box-sizing: border-box; }

.store-preview-header {
  position: sticky;
  z-index: 1100;
  top: 0;
  display: grid;
  min-height: 82px;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  padding: 10px clamp(15px, 4vw, 52px);
  border-bottom: 1px solid var(--store-line);
  background: rgba(251, 248, 241, .96);
  backdrop-filter: blur(12px);
}

.store-preview-brand {
  display: block;
  width: min(250px, 55vw);
  margin: auto;
  line-height: 0;
}

.store-preview-brand img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.store-preview-menu { position: relative; justify-self: start; }
.store-preview-menu summary {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  place-content: center;
  gap: 8px;
  color: var(--store-brown);
  background: transparent;
  cursor: pointer;
  list-style: none;
}
.store-preview-menu summary::-webkit-details-marker { display: none; }
.store-preview-menu summary span {
  display: block;
  width: 27px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease;
}
.store-preview-menu[open] summary span:first-child { transform: translateY(4.5px) rotate(45deg); }
.store-preview-menu[open] summary span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.store-preview-menu nav {
  position: absolute;
  top: 54px;
  left: 0;
  display: grid;
  width: min(270px, calc(100vw - 30px));
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 16px 3px 16px 3px;
  background: var(--store-white);
  box-shadow: 0 18px 45px rgba(81, 60, 50, .14);
}
.store-preview-menu nav a {
  padding: 17px 20px;
  border-bottom: 1px solid var(--store-line);
  color: var(--store-brown);
  text-decoration: none;
}
.store-preview-menu nav a:last-child { border-bottom: 0; }
.store-preview-menu nav a:hover,
.store-preview-menu nav a:focus-visible { background: var(--store-cream); }

.store-preview-header__cart {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  justify-self: end;
  color: var(--store-brown);
  text-decoration: none;
}
.store-preview-header__cart svg {
  width: 29px;
  height: 29px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.store-preview-context {
  position: sticky;
  z-index: 1090;
  top: 82px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 7px 16px;
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 254, 250, .95);
  color: var(--store-brown-soft);
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: 12px;
  letter-spacing: .07em;
  text-align: center;
}

.store-preview-main { overflow: clip; }
.store-preview-eyebrow,
.store-preview-section-title > p,
.store-preview-card div > p {
  margin: 0;
  color: var(--store-brown-soft);
  font-family: var(--at-reference-sans, "Yu Gothic", sans-serif);
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.store-preview-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 120px));
  grid-template-columns: minmax(300px, .95fr) minmax(360px, .8fr);
  align-items: center;
  gap: clamp(0px, 3vw, 50px);
  padding: clamp(58px, 8vw, 112px) clamp(24px, 9vw, 148px);
  background:
    radial-gradient(circle at 84% 13%, rgba(233, 154, 159, .2), transparent 29%),
    linear-gradient(145deg, rgba(245, 237, 223, .83) 0%, rgba(251, 248, 241, .77) 52%, rgba(228, 236, 230, .8) 100%),
    url("../images/store-entrance-morning-v1.png") center / cover no-repeat;
}
.store-preview-hero::before,
.store-preview-hero::after {
  position: absolute;
  border: 1px solid rgba(233, 154, 159, .2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.store-preview-hero::before { top: -14%; right: -7%; width: min(48vw, 670px); aspect-ratio: 1; }
.store-preview-hero::after { bottom: -16%; left: -9%; width: min(36vw, 480px); aspect-ratio: 1; }
.store-preview-hero__product {
  position: relative;
  z-index: 1;
  width: min(530px, 100%);
  margin: 0;
  border-radius: 18px 3px 18px 3px;
  background: var(--store-white);
  box-shadow: 24px 28px 0 rgba(142, 173, 163, .26);
  transform: rotate(-1.2deg);
}
.store-preview-hero__product img { display: block; width: 100%; height: auto; border-radius: inherit; }
.store-preview-hero__copy {
  position: relative;
  z-index: 2;
  width: min(590px, 115%);
  padding: clamp(34px, 5vw, 68px);
  margin-left: clamp(-72px, -5vw, -30px);
  border: 1px solid rgba(81, 60, 50, .12);
  border-radius: 20px 4px 20px 4px;
  background: rgba(255, 254, 250, .9);
  box-shadow: 0 20px 55px rgba(81, 60, 50, .12);
}
.store-preview-hero__label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.store-preview-hero__label span:last-child { letter-spacing: .12em; text-transform: none; }
.store-preview-hero__logo { display: block; width: min(330px, 90%); margin: 20px auto 28px; }
.store-preview-hero h1 {
  margin: 0;
  color: var(--store-brown);
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(20px, 2.25vw, 32px);
  font-weight: 400;
  line-height: 1.65;
}
.store-preview-hero h1 span { white-space: nowrap; }
.store-preview-hero__opening {
  display: inline-block;
  padding: 10px 15px;
  margin: 31px 0 0;
  border-radius: 999px;
  background: var(--store-coral-soft);
  color: var(--store-brown);
  font-size: 12px;
  letter-spacing: .1em;
}

.store-preview-intro {
  width: min(760px, calc(100% - 48px));
  padding: clamp(100px, 15vw, 190px) 0;
  margin: auto;
}
.store-preview-intro h2 {
  margin: 20px 0 34px;
  color: var(--store-brown);
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(39px, 6vw, 70px);
  font-weight: 400;
  line-height: 1.38;
}
.store-preview-intro > p:last-child { margin: 0; font-size: 17px; line-height: 2.15; }

.store-preview-collections {
  padding: clamp(78px, 11vw, 145px) clamp(24px, 9vw, 150px);
  background: linear-gradient(145deg, #f3ecdd 0%, #eee6d9 54%, #e4ece6 100%);
}
.store-preview-section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.store-preview-section-title h2 {
  margin: 0;
  color: var(--store-brown);
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
}
.store-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 3vw, 34px); }
.store-preview-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--store-line);
  border-radius: 18px 4px 18px 4px;
  color: var(--store-brown);
  background: rgba(255, 254, 250, .85);
  text-decoration: none;
}
.store-preview-card--standard { box-shadow: 12px 14px 0 rgba(233, 154, 159, .18); transition: transform .2s ease, box-shadow .2s ease; }
.store-preview-card--standard:hover,
.store-preview-card--standard:focus-visible { transform: translateY(-4px); box-shadow: 16px 20px 0 rgba(233, 154, 159, .21); }
.store-preview-card--select { background: rgba(220, 232, 226, .72); }
.store-preview-number { color: var(--store-coral); font-size: 14px; letter-spacing: .15em; }
.store-preview-card h3 {
  margin: 10px 0 19px;
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 400;
}
.store-preview-card div > span { display: block; max-width: 31em; font-size: 16px; line-height: 1.95; }
.store-preview-card > b { font-size: 13px; font-weight: 400; letter-spacing: .1em; }

.store-preview-product {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(300px, .75fr);
  align-items: center;
  gap: clamp(40px, 9vw, 150px);
  padding: clamp(75px, 11vw, 150px) clamp(24px, 10vw, 170px);
  color: var(--store-white);
  background: var(--store-brown);
}
.store-preview-product figure { width: min(450px, 100%); margin: 0 auto; border-radius: 18px 3px 18px 3px; box-shadow: 20px 24px 0 rgba(233, 154, 159, .22); transform: rotate(1.5deg); }
.store-preview-product figure img { display: block; width: 100%; border-radius: inherit; }
.store-preview-product .store-preview-eyebrow { color: var(--store-coral-soft); }
.store-preview-product > div > p:nth-child(2) { margin: 14px 0 0; }
.store-preview-product h2 { margin: 9px 0 24px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: clamp(46px, 6vw, 76px); font-weight: 400; }
.store-preview-product > div > p:nth-of-type(3) { line-height: 1.9; }
.store-preview-product a {
  display: inline-block;
  padding: 15px 24px;
  margin-top: 27px;
  border-radius: 999px;
  color: var(--store-brown);
  background: var(--store-coral-soft);
  text-decoration: none;
}

.store-preview-listing,
.store-preview-product-detail,
.store-preview-commerce__inner {
  width: min(1120px, calc(100% - 48px));
  padding: clamp(72px, 10vw, 135px) 0;
  margin: auto;
}
.store-preview-listing h1,
.store-preview-product-layout h1 {
  margin: 14px 0 18px;
  color: var(--store-brown);
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 400;
}
.store-preview-listing-copy { margin: 0 0 64px; font-size: 17px; line-height: 2; }
.store-preview-product-card {
  display: grid;
  max-width: 920px;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, .8fr);
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 19px 4px 19px 4px;
  color: var(--store-brown);
  background: var(--store-white);
  box-shadow: 16px 18px 0 rgba(142, 173, 163, .2);
  text-decoration: none;
  transition: transform .2s ease;
}
.store-preview-product-card:hover,
.store-preview-product-card:focus-visible { transform: translateY(-4px); }
.store-preview-product-card img { display: block; width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.store-preview-product-card > span { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 55px); }
.store-preview-product-card small { margin-bottom: 12px; font-size: 14px; }
.store-preview-product-card b { color: var(--store-brown); font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: clamp(33px, 4vw, 48px); font-weight: 400; }
.store-preview-product-card strong { margin-top: 18px; color: var(--store-coral); font-size: 21px; font-weight: 400; }
.store-preview-product-card strong i { color: var(--store-brown-soft); font-size: 11px; font-style: normal; }
.store-preview-product-card em { margin-top: 37px; font-size: 13px; font-style: normal; letter-spacing: .08em; }
.store-preview-future-note { margin: 56px 0 0; color: var(--store-brown-soft); font-size: 14px; }
.store-preview-future-note span { font-family: var(--at-honoka-mincho, "Yu Mincho", serif); }

.store-preview-breadcrumb { display: flex; gap: 9px; margin-bottom: 45px; color: var(--store-brown-soft); font-size: 12px; letter-spacing: .07em; }
.store-preview-breadcrumb a { color: inherit; text-decoration: none; }
.store-preview-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); align-items: start; gap: clamp(40px, 8vw, 115px); }
.store-preview-product-layout > figure { margin: 0; border-radius: 18px 3px 18px 3px; background: var(--store-white); box-shadow: 18px 22px 0 rgba(142, 173, 163, .2); }
.store-preview-product-layout > figure img { display: block; width: 100%; border-radius: inherit; }
.store-preview-product-summary { padding-top: 8px; }
.store-preview-product-summary h1 { font-size: clamp(43px, 6vw, 70px); }
.store-preview-subtitle { margin: 0 0 25px; font-size: 16px; }
.store-preview-price { margin: 0 0 30px; color: var(--store-coral); font-size: 30px; }
.store-preview-price small { color: var(--store-brown-soft); font-size: 12px; }
.store-preview-product-summary > p:last-of-type:not(.store-preview-opening-note) { line-height: 2.05; }
.store-preview-opening-note { display: grid; gap: 5px; padding: 17px 20px; margin-top: 30px; border: 1px solid rgba(233, 154, 159, .5); border-radius: 14px 3px 14px 3px; background: rgba(245, 199, 192, .2); font-size: 14px; line-height: 1.6; }
.store-preview-opening-note span { font-size: 10px; letter-spacing: .15em; }
.store-preview-buy { display: block; padding: 17px 24px; margin-top: 32px; border-radius: 14px 3px 14px 3px; color: #fff; background: linear-gradient(100deg, var(--store-coral), #eeaa7b); font-size: 17px; text-align: center; text-decoration: none; }

.store-preview-spec { max-width: 800px; padding-top: 88px; margin: 90px auto 0; border-top: 1px solid var(--store-line); }
.store-preview-spec__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.store-preview-spec h2,
.store-preview-care h2 { margin: 0 0 31px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: clamp(29px, 4vw, 42px); font-weight: 400; }
.store-preview-spec dl { display: grid; grid-template-columns: 175px 1fr; margin: 0; border-top: 1px solid var(--store-line); }
.store-preview-spec dt,
.store-preview-spec dd { padding: 17px 4px; margin: 0; border-bottom: 1px solid var(--store-line); }
.store-preview-spec dt { color: var(--store-brown-soft); }
.store-preview-care { max-width: 800px; padding: clamp(36px, 6vw, 65px); margin: 0 auto clamp(70px, 10vw, 130px); border-radius: 18px 3px 18px 3px; background: linear-gradient(145deg, var(--store-cream), var(--store-mint-soft)); }
.store-preview-care .store-preview-eyebrow { margin-bottom: 14px; }
.store-preview-care p:last-child { margin: 0; line-height: 2; }

.store-preview-footer {
  padding: 75px 24px 100px;
  color: var(--store-white);
  background: var(--store-brown);
  text-align: center;
}
.store-preview-footer p { margin: 0 0 13px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: 14px; }
.store-preview-footer strong { display: block; margin-bottom: 25px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: 31px; font-weight: 400; }
.store-preview-footer address { font-size: 12px; font-style: normal; line-height: 2; }
.store-preview-footer a { color: inherit; }
.store-preview-footer nav { display: flex; justify-content: center; gap: 20px; margin-top: 24px; font-size: 12px; }
.store-preview-footer small { display: block; margin-top: 32px; font-size: 10px; opacity: .72; }
.store-preview-actions { display: none; }

/* WooCommerce keeps the buying flow, while the store keeps its own voice. */
.store-preview-commerce .woocommerce-breadcrumb { margin-bottom: 32px; color: var(--store-brown-soft); font-size: 12px; }
.store-preview-commerce .woocommerce-breadcrumb a { color: inherit; }
.store-preview-commerce .products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; padding: 0; }
.store-preview-commerce .products li.product { width: auto; margin: 0; overflow: hidden; border: 1px solid var(--store-line); border-radius: 16px 3px 16px 3px; background: var(--store-white); }
.store-preview-commerce .products li.product a { color: var(--store-brown); text-decoration: none; }
.store-preview-commerce .products li.product .woocommerce-loop-product__title { padding: 0 20px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: 22px; font-weight: 400; }
.store-preview-commerce .products li.product .price { display: block; padding: 0 20px 22px; color: var(--store-coral); }
.store-preview-commerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: clamp(35px, 8vw, 95px); }
.store-preview-commerce div.product div.images,
.store-preview-commerce div.product div.summary { float: none; width: auto; margin: 0; }
.store-preview-commerce div.product .product_title { font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-weight: 400; }
.store-preview-commerce .button,
.store-preview-commerce button.button,
.store-preview-commerce input.button { border: 0; border-radius: 12px 3px 12px 3px; color: #fff; background: linear-gradient(100deg, var(--store-coral), #eeaa7b); font-weight: 400; }
.store-preview-commerce table.shop_table { border-color: var(--store-line); border-radius: 12px 3px 12px 3px; }
.store-preview-commerce table.cart img { width: 82px; }
.store-preview-commerce input,
.store-preview-commerce select,
.store-preview-commerce textarea { max-width: 100%; }

/* Ouchi Honoca product story */
.store-product-story,
.store-product-gallery,
.store-product-benefits,
.store-product-howto,
.store-product-delivery,
.store-product-gift,
.store-product-salon,
.store-product-purchase {
  max-width: 960px;
  margin-inline: auto;
}
.store-product-story { padding: clamp(95px, 13vw, 160px) 0; }
.store-product-story h2,
.store-product-gallery h2,
.store-product-benefits h2,
.store-product-howto h2,
.store-product-delivery h2,
.store-product-gift h2,
.store-product-salon h2,
.store-product-purchase h2 {
  margin: 15px 0 34px;
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(31px, 4.8vw, 55px);
  font-weight: 400;
  line-height: 1.55;
}
.store-product-story__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 7vw, 80px); }
.store-product-story__columns p { margin: 0; font-size: 16px; line-height: 2.05; }
.store-product-story blockquote {
  padding: 34px clamp(24px, 5vw, 55px);
  margin: 65px 0 18px;
  border: 0;
  border-radius: 18px 3px 18px 3px;
  color: var(--store-brown);
  background: linear-gradient(110deg, rgba(245, 199, 192, .62), rgba(243, 236, 221, .86));
  font-family: var(--at-honoka-mincho, "Yu Mincho", serif);
  font-size: clamp(20px, 2.8vw, 29px);
  line-height: 1.85;
}
.store-product-story blockquote span { display: block; }
.store-product-story__note { margin: 0; color: var(--store-brown-soft); font-size: 12px; line-height: 1.8; }

.store-product-gallery { padding: clamp(70px, 10vw, 115px) clamp(20px, 5vw, 55px); border-radius: 22px 4px 22px 4px; background: linear-gradient(145deg, var(--store-cream), var(--store-mint-soft)); }
.store-product-gallery__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.store-product-gallery__heading h2 { margin-bottom: 0; }
.store-product-gallery__heading > p { flex: 0 0 auto; margin: 0 0 8px; color: var(--store-brown-soft); font-size: 13px; }
.store-product-gallery__frame { position: relative; }
.store-product-gallery__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border-radius: 16px 3px 16px 3px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.store-product-gallery__viewport::-webkit-scrollbar { display: none; }
.store-product-gallery__track { display: flex; gap: 18px; padding: 0; margin: 0; list-style: none; }
.store-product-gallery__slide { flex: 0 0 min(640px, 88%); scroll-snap-align: start; }
.store-product-gallery__slide figure { margin: 0; }
.store-product-gallery__slide img { display: block; width: 100%; height: auto; border-radius: 15px 3px 15px 3px; background: #fff; }
.store-product-gallery__slide figcaption { padding: 12px 3px 0; color: var(--store-brown-soft); font-size: 11px; letter-spacing: .12em; }
.store-product-gallery__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 48px;
  height: 58px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--store-line);
  color: var(--store-brown);
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 8px 24px rgba(81, 60, 50, .12);
  font-family: serif;
  font-size: 34px;
  transform: translateY(-50%);
  cursor: pointer;
}
.store-product-gallery__arrow--prev { left: -24px; border-radius: 15px 3px 3px 15px; }
.store-product-gallery__arrow--next { right: -24px; border-radius: 3px 15px 15px 3px; }
.store-product-gallery__arrow:disabled { opacity: .24; cursor: default; }
.store-product-gallery__dots { display: flex; justify-content: center; gap: 7px; margin-top: 25px; }
.store-product-gallery__dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(81, 60, 50, .22); transition: width .2s ease, background .2s ease; }
.store-product-gallery__dots span.is-current { width: 22px; border-radius: 999px; background: var(--store-coral); }

.store-product-benefits { padding: clamp(100px, 14vw, 170px) 0; }
.store-product-benefits__heading { max-width: 700px; margin-bottom: 48px; }
.store-product-benefits__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.store-product-benefits__grid article { grid-column: span 2; min-height: 315px; padding: 28px; border: 1px solid var(--store-line); border-radius: 17px 3px 17px 3px; background: var(--store-white); }
.store-product-benefits__grid article:nth-child(4) { grid-column: 2 / span 2; }
.store-product-benefits__grid article:nth-child(5) { grid-column: 4 / span 2; }
.store-product-benefits__grid span { color: var(--store-coral); font-size: 11px; letter-spacing: .14em; }
.store-product-benefits__grid h3 { margin: 38px 0 17px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: 30px; font-weight: 400; }
.store-product-benefits__grid p { margin: 0; font-size: 14px; line-height: 1.95; }

.store-product-howto { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(35px, 8vw, 90px); padding: clamp(60px, 9vw, 100px); border-radius: 20px 4px 20px 4px; background: var(--store-brown); color: var(--store-white); }
.store-product-howto .store-preview-eyebrow { color: var(--store-coral-soft); }
.store-product-howto h2 { color: var(--store-white); }
.store-product-howto__lead > p:last-child { margin: 0; line-height: 2; }
.store-product-howto__notes { padding: 30px; border-radius: 15px 3px 15px 3px; background: rgba(255, 254, 250, .1); }
.store-product-howto__notes h3 { margin: 0 0 18px; font-family: var(--at-honoka-mincho, "Yu Mincho", serif); font-size: 22px; font-weight: 400; }
.store-product-howto__notes ul { padding-left: 1.25em; margin: 0; font-size: 13px; line-height: 1.85; }
.store-product-howto__notes li + li { margin-top: 8px; }

.store-product-delivery { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: clamp(38px, 8vw, 90px); padding: clamp(60px, 9vw, 105px); margin-top: clamp(90px, 13vw, 150px); border-radius: 20px 4px 20px 4px; background: linear-gradient(135deg, rgba(245, 199, 192, .5), rgba(220, 232, 226, .8)); }
.store-product-delivery__body > p { margin: 0 0 35px; line-height: 2; }
.store-product-delivery dl { display: grid; grid-template-columns: 110px 1fr; margin: 0; border-top: 1px solid var(--store-line); }
.store-product-delivery dt,
.store-product-delivery dd { padding: 14px 0; margin: 0; border-bottom: 1px solid var(--store-line); }
.store-product-delivery dt { color: var(--store-brown-soft); font-size: 13px; }

.store-product-gift { padding: clamp(90px, 13vw, 150px) clamp(0px, 7vw, 75px); text-align: center; }
.store-product-gift > p:last-child { max-width: 650px; margin: 0 auto; line-height: 2.05; }
.store-product-salon { padding: 55px clamp(28px, 6vw, 70px); margin-top: 80px; border: 1px solid var(--store-line); border-radius: 18px 3px 18px 3px; background: var(--store-white); }
.store-product-salon h2 { margin-bottom: 22px; font-size: clamp(27px, 3.8vw, 40px); }
.store-product-salon > p:last-child { margin: 0; line-height: 2; }
.store-product-purchase { padding: clamp(75px, 10vw, 115px) clamp(28px, 8vw, 95px); margin-top: 90px; border-radius: 22px 4px 22px 4px; color: var(--store-white); background: var(--store-brown); text-align: center; }
.store-product-purchase .store-preview-eyebrow { color: var(--store-coral-soft); }
.store-product-purchase h2 { color: var(--store-white); }
.store-product-purchase .store-preview-price { color: var(--store-coral-soft); }
.store-product-purchase .store-preview-price small { display: block; margin-top: 6px; color: var(--store-white); }
.store-product-purchase .store-preview-buy { max-width: 430px; margin-inline: auto; }
.store-product-purchase .store-preview-opening-note { max-width: 480px; margin-inline: auto; color: var(--store-white); border-color: rgba(245, 199, 192, .5); }

@media (max-width: 760px) {
  .store-preview-header { min-height: 76px; grid-template-columns: 46px 1fr 46px; padding-inline: 10px; }
  .store-preview-context { top: 76px; font-size: 10px; letter-spacing: .04em; }
  .store-preview-brand { width: min(220px, 58vw); }
  .store-preview-header__cart { width: 44px; height: 44px; }
  .store-preview-header__cart svg { width: 27px; height: 27px; }
  .store-preview-hero { min-height: 0; grid-template-columns: 1fr; gap: 0; padding: 42px 20px 82px; }
  .store-preview-hero__product { width: min(430px, 91%); margin: 0 auto; box-shadow: 14px 17px 0 rgba(142, 173, 163, .25); }
  .store-preview-hero__copy { width: min(440px, 100%); padding: 30px 25px 32px; margin: -32px auto 0; }
  .store-preview-hero__logo { width: min(285px, 90%); margin: 16px auto 22px; }
  .store-preview-hero h1 { font-size: 20px; line-height: 1.75; }
  .store-preview-hero__label { gap: 11px; font-size: 9px; }
  .store-preview-intro { width: min(100% - 42px, 650px); padding: 92px 0; }
  .store-preview-intro > p:last-child { font-size: 16px; }
  .store-preview-collections { padding: 70px 20px 85px; }
  .store-preview-section-title { align-items: start; flex-direction: column; gap: 9px; }
  .store-preview-grid { grid-template-columns: 1fr; }
  .store-preview-card { min-height: 315px; padding: 27px; }
  .store-preview-product { grid-template-columns: 1fr; gap: 55px; padding: 74px 22px 90px; }
  .store-preview-product figure { width: min(360px, 88%); box-shadow: 14px 17px 0 rgba(233, 154, 159, .22); }
  .store-preview-product > div { width: min(480px, 100%); margin: auto; }
  .store-preview-listing,
  .store-preview-product-detail,
  .store-preview-commerce__inner { width: min(100% - 40px, 650px); padding: 68px 0 95px; }
  .store-preview-product-card,
  .store-preview-product-layout,
  .store-preview-commerce div.product { grid-template-columns: 1fr; }
  .store-preview-product-card img { min-height: 0; }
  .store-preview-product-card > span { padding: 29px 25px 33px; }
  .store-preview-product-layout { gap: 48px; }
  .store-preview-product-layout > figure { box-shadow: 13px 16px 0 rgba(142, 173, 163, .2); }
  .store-preview-spec { padding-top: 68px; margin-top: 70px; }
  .store-preview-spec__heading { align-items: start; flex-direction: column; gap: 10px; }
  .store-preview-spec dl { grid-template-columns: 1fr; }
  .store-preview-spec dt { padding-bottom: 2px; border-bottom: 0; }
  .store-preview-spec dd { padding-top: 5px; }
  .store-preview-care { padding: 34px 25px; margin-bottom: 96px; }
  .store-preview-footer { padding-bottom: 112px; }
  .store-preview-footer nav { align-items: center; flex-direction: column; gap: 11px; }
  .store-preview-actions {
    position: fixed;
    z-index: 1200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 58px;
    grid-template-columns: 1fr 1fr .72fr;
    padding: 0 max(10px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(10px, env(safe-area-inset-left));
    background: rgba(251, 248, 241, .94);
    box-shadow: 0 -8px 24px rgba(81, 60, 50, .1);
  }
  .store-preview-actions a { display: grid; min-width: 0; place-items: center; padding: 14px 7px; color: var(--store-brown); font-size: 12px; text-align: center; text-decoration: none; }
  .store-preview-actions__top { border-radius: 14px 0 0; background: var(--store-coral-soft); }
  .store-preview-actions__standard { background: var(--store-white); }
  .store-preview-actions__cart { border-radius: 0 3px 0 0; color: #fff !important; background: var(--store-mint); letter-spacing: .08em; }
  .store-preview-commerce .products { grid-template-columns: 1fr; }
  .store-preview-commerce table.shop_table_responsive tr td { padding: 12px 8px; }
  .store-product-story { padding: 92px 0; }
  .store-product-story h2 {
    font-size: clamp(22px, 6.7vw, 30px);
    white-space: nowrap;
  }
  .store-product-story__columns { grid-template-columns: 1fr; gap: 25px; }
  .store-product-story blockquote { margin-top: 48px; font-size: 19px; }
  .store-product-story blockquote {
    padding-inline: 18px;
    font-size: clamp(14px, 3.9vw, 18px);
    letter-spacing: .01em;
  }
  .store-product-story blockquote span { white-space: nowrap; }
  .store-product-gallery { width: calc(100% + 12px); padding: 62px 18px; margin-left: -6px; }
  .store-product-gallery__heading { align-items: start; flex-direction: column; gap: 8px; }
  .store-product-gallery__heading > p { margin: 0; }
  .store-product-gallery__track { gap: 12px; }
  .store-product-gallery__slide { flex-basis: 100%; }
  .store-product-gallery__arrow { width: 38px; height: 52px; font-size: 30px; }
  .store-product-gallery__arrow--prev { left: -19px; }
  .store-product-gallery__arrow--next { right: -19px; }
  .store-product-benefits { padding: 100px 0; }
  .store-product-benefits__heading h2 {
    font-size: clamp(22px, 6.7vw, 30px);
    white-space: nowrap;
  }
  .store-product-benefits__grid { grid-template-columns: 1fr; }
  .store-product-benefits__grid article,
  .store-product-benefits__grid article:nth-child(4),
  .store-product-benefits__grid article:nth-child(5) { grid-column: auto; min-height: 0; padding: 27px; }
  .store-product-benefits__grid h3 { margin-top: 25px; }
  .store-product-howto,
  .store-product-delivery { grid-template-columns: 1fr; padding: 40px 25px; }
  .store-product-howto__notes { padding: 25px 20px; }
  .store-product-delivery { margin-top: 90px; }
  .store-product-gift { padding: 92px 0; }
  .store-product-salon { margin-top: 68px; }
  .store-product-purchase { margin-top: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .store-preview-menu summary span,
  .store-preview-card--standard,
  .store-preview-product-card { transition: none; }
  .store-product-gallery__viewport { scroll-behavior: auto; }
  .store-product-gallery__dots span { transition: none; }
}
