/* HERO */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #1f2a22;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(5, 5, 5, .88) 0%,
    rgba(5, 5, 5, .72) 28%,
    rgba(5, 5, 5, .34) 56%,
    rgba(5, 5, 5, .12) 100%
  );
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.08) 60%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(660px, calc(100% - (var(--pad) * 2)));
  margin-left: var(--pad);
  margin-bottom: clamp(110px, 14vh, 170px);
}

.eyebrow,
.kicker {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255,255,255,.64);
  margin-bottom: 22px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(4rem, 7.2vw, 7.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: .92;
}

.hero-ja {
  margin-top: 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: 0.06em;
  color: rgba(255,255,255,.8);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  padding: 16px 22px;
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  transition:
    background-color 280ms ease,
    color 280ms ease,
    border-color 280ms ease;
}

.hero-cta span {
  transition: transform 280ms ease;
}

.hero-cta:hover {
  background: #fff;
  color: #171715;
  border-color: #fff;
}

.hero-cta:hover span {
  transform: translateX(5px);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 38px;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* PHILOSOPHY */
.section-light {
  background: var(--ivory);
}

.philosophy {
  padding: clamp(72px, 6vw, 96px) 0 clamp(48px, 4vw, 64px);
}

.kicker {
  color: #6b655c;
  margin-bottom: 34px;
}

.editorial-heading {
  max-width: 900px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(1.9rem, 2.85vw, 3.2rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.editorial-heading span {
  display: block;
  white-space: nowrap;
}

.philosophy-copy {
  width: min(620px, 100%);
  margin-top: clamp(30px, 3vw, 42px);
  margin-left: auto;
  color: var(--ink-soft);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
}

.philosophy-copy p + p {
  margin-top: 20px;
}

/* WELLNESS */

.wellness {
  position: relative;
  padding: clamp(52px, 4vw, 72px) 0 clamp(90px, 8vw, 120px);

  background-image: url("../images/wellness-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-top: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  margin-top: -24px;
}

.wellness::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 17, 15, .38);
  pointer-events: none;
}

.wellness > .content-wide {
  position: relative;
  z-index: 1;
}

.wellness-head h2 {
  color: #f5f0e8;
}

.wellness-head .kicker {
  color: rgba(245, 240, 232, .58);
}

.wellness-head > p {
  color: rgba(245, 240, 232, .72);
}

.wellness-hint {
  color: rgba(245, 240, 232, .52);
}

.wellness-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: 46px;
}

.wellness-head .kicker {
  margin-bottom: 20px;
}

.wellness-head h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(1.9rem, 2.85vw, 3.2rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.wellness-head > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 2;
}

.wellness-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wellness-controls {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.wellness-arrow {
  appearance: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: transparent;
  color: rgba(255,255,255,.78);
  font: inherit;
  cursor: pointer;
  transition:
    background-color 250ms ease,
    color 250ms ease,
    transform 250ms ease;
}

.wellness-arrow:hover {
  background: #3a3732;
  color: #fff;
  transform: scale(1.06);
}

.wellness-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-snap-type: none;
  padding: 22px 0 38px;
}

.wellness-viewport::-webkit-scrollbar {
  display: none;
}

.wellness-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  height: 500px;
  padding-inline: max(24px, calc((100vw - 560px) / 2));
}

.wellness-card {
  appearance: none;
  flex: 0 0 235px;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(23, 23, 21, .09);
  border-radius: 16px;
  background: var(--wellness-bg, #e8e3d9);
  color: #292823;
  text-align: left;
  font: inherit;
  cursor: pointer;
  scroll-snap-align: center;
  overflow: hidden;
  opacity: .68;
  
  transition:
  flex-basis 1200ms cubic-bezier(.16, 1, .3, 1),
  min-height 1200ms cubic-bezier(.16, 1, .3, 1),
  opacity 700ms ease,
  background-color 800ms ease,
  color 800ms ease,
  box-shadow 1000ms ease;
}

.wellness-card:hover:not(.is-active) {
  opacity: .75;
  transform: translateY(-3px);
}

.wellness-card.is-active {
  flex-basis: 560px;
  min-height: 430px;
  background: var(--wellness-active, #3a3732);
  color: #f7f3ea;
  opacity: 1;
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(18, 24, 19, .14);
}
/* Wellness colors */

/* 01 消化吸収 — セージ */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 02 皮膚・被毛 — シャンパン */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 03 筋肉・関節 — ブルーグレー */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 04 体重・体調 — サンド */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 05 骨・歯 — ストーン */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 06 免疫・活力 — アンバー */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 07 原材料への配慮 — テラコッタ */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

/* 08 シニア — オリーブ */
.wellness-card {
  --wellness-bg: #d8d2c8;
  --wellness-active: #514036;
}

.wellness-number {
  display: block;
  margin-bottom: 56px;
  color: rgba(40, 38, 34, .46);
  font-size: .64rem;
  letter-spacing: .18em;
}

.wellness-card.is-active .wellness-number {
  color: rgba(255,255,255,.42);
}

.wellness-label {
  margin: 0 0 14px;
  color: rgba(40, 38, 34, .52);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .17em;
}

.wellness-card.is-active .wellness-label {
  color: rgba(255,255,255,.5);
}

.wellness-card h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.015em;
}

.wellness-card.is-active h3 {
  font-size: 1.55rem;
}

.wellness-card h3 strong {
  font-size: 1.5em;
  font-weight: 400;
}

.wellness-short {
  margin: 19px 0 0;
  color: rgba(40, 38, 34, .62);
  font-size: .86rem;
  line-height: 1.8;
}

.wellness-card.is-active .wellness-short {
  color: rgba(255,255,255,.7);
  font-size: .95rem;
}

.wellness-detail {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid transparent;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);

  transition:
    max-height 900ms cubic-bezier(.16, 1, .3, 1),
    margin-top 900ms cubic-bezier(.16, 1, .3, 1),
    padding-top 900ms cubic-bezier(.16, 1, .3, 1),
    opacity 600ms ease 150ms,
    transform 700ms ease 100ms;
}

.wellness-card.is-active .wellness-detail {
  max-height: 230px;
  margin-top: 30px;
  padding-top: 25px;
  border-color: rgba(255,255,255,.16);
  opacity: 1;
  transform: translateY(0);
}

.wellness-detail p {
  max-width: 450px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .94rem;
  line-height: 1.95;
}

.wellness-detail span {
  display: block;
  margin-top: 22px;
  color: rgba(255,255,255,.46);
  font-size: .61rem;
  letter-spacing: .15em;
}

.wellness-hint {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  color: rgba(245, 240, 232, .52);
  font-size: .61rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .wellness-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wellness-head > p {
    max-width: 620px;
  }

  .wellness-card {
    flex-basis: 225px;
  }

  .wellness-card.is-active {
    flex-basis: min(560px, 72vw);
  }
}

@media (max-width: 520px) {
  .wellness {
    padding: 54px 0 90px;
    background-position: 35% center;
  }

  .wellness-head h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .wellness-carousel {
    margin-top: 30px;
  }

  .wellness-controls {
    width: calc(100% - 32px);
  }

  .wellness-track {
    gap: 12px;
    padding-inline: 8vw;
  }

  .wellness-card {
    flex-basis: 72vw;
    min-height: 310px;
    padding: 24px;
  }

  .wellness-card.is-active {
    flex-basis: 84vw;
    min-height: 420px;
  }

  .wellness-card.is-active h3 {
    font-size: 1.8rem;
  }

  .wellness-hint {
    width: calc(100% - 32px);
  }
}

/* COLLECTION */

.collection {
  background: var(--ivory);
  padding: clamp(76px, 7vw, 108px) 0 clamp(100px, 10vw, 146px);
}

.collection .collection-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(42px, 5vw, 66px);
}

.collection-head .kicker {
  margin-bottom: 18px;
}

.collection-head h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(1.9rem, 2.85vw, 3.2rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.collection-note {
  max-width: 280px;
  margin-bottom: 7px;
  color: #777168;
  font-size: .82rem;
  line-height: 1.8;
}


/* 3枚の商品カード */

.collection .collection-stage {
  display: flex;
  gap: 16px;
  padding-top: 0;
  height: clamp(590px, 46vw, 720px);
}


/* 共通カード */

.collection-item {
  --card-bg: #e7e3da;
  --card-accent: #55504a;

  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 28px 28px 30px;

  display: flex;
  flex-direction: column;

  overflow: hidden;
  isolation: isolate;

  border: 1px solid rgba(23, 23, 21, .07);
  border-radius: 16px;

  background:
    linear-gradient(
      155deg,
      var(--card-bg) 0%,
      #f7f4ed 78%
    );

  color: var(--ink);
  text-decoration: none;

  transition:
    flex-grow 700ms cubic-bezier(.2,.75,.2,1),
    transform 500ms cubic-bezier(.2,.75,.2,1),
    box-shadow 500ms ease,
    opacity 450ms ease;
}


/* 商品カードの背景を統一 */

.collection-chicken,
.collection-pork,
.collection-salmon {
  --card-bg: #e7e2d8;
  --card-accent: #5b5148;
}


/* 背景の巨大文字 */

.collection-item::before {
  content: attr(data-title);

  position: absolute;
  z-index: -1;
  top: 76px;
  left: 22px;

  font-family: var(--serif);
  font-size: clamp(3.6rem, 5vw, 6.2rem);
  letter-spacing: -.06em;
  line-height: 1;

  color: var(--card-accent);
  opacity: .07;

  transition:
    transform 700ms cubic-bezier(.2,.75,.2,1),
    opacity 500ms ease;
}


/* 上部番号 */

.collection-top {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  gap: 20px;

  color: rgba(23,23,21,.48);
  font-size: .61rem;
  letter-spacing: .17em;
}


/* パッケージ */

.collection-visual {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 0;
  padding: 18px 0 10px;
}

.collection .package {
  display: block;
  width: 100%;
  height: clamp(320px, 30vw, 470px);

  object-fit: contain;
  object-position: center;

  filter:
    drop-shadow(0 26px 26px rgba(20,16,11,.12));

  transform: scale(.94);

  transition:
    transform 700ms cubic-bezier(.2,.75,.2,1),
    filter 600ms ease;
}


/* 商品名 */

.collection-meta {
  position: relative;
  z-index: 2;

  margin: 0;
  padding-top: 22px;

  border-top: 1px solid rgba(23,23,21,.13);
}

.collection-meta h3 {
  margin: 0;

  font-family: var(--serif);
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}

.collection-ja {
  margin-top: 8px;

  color: #777168;
  font-size: .78rem;
  letter-spacing: .1em;
}


/* 最初は詳細を隠す */

.collection-detail {
  max-height: 0;
  margin-top: 0;

  opacity: 0;
  overflow: hidden;

  transform: translateY(12px);

  transition:
    max-height 650ms cubic-bezier(.2,.75,.2,1),
    margin-top 550ms ease,
    opacity 400ms ease,
    transform 500ms ease;
}

.collection-detail p {
  max-width: 310px;
  margin: 0;

  color: var(--ink-soft);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .95rem;
  line-height: 1.85;
}

.collection-detail span {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin-top: 20px;

  font-size: .68rem;
  letter-spacing: .1em;
}

.collection-detail b {
  font-weight: 400;

  transition: transform 280ms ease;
}


/* マウスを乗せたカードを主役に */

.collection-item:hover,
.collection-item:focus-visible {
  flex-grow: 1.48;

  transform: translateY(-8px);

  box-shadow:
    0 30px 70px rgba(25,20,14,.11);
}

.collection-stage:hover .collection-item:not(:hover) {
  opacity: .72;
}

.collection-item:hover::before,
.collection-item:focus-visible::before {
  transform: translateX(14px);
  opacity: .11;
}

.collection-item:hover .package,
.collection-item:focus-visible .package {
  transform:
    translateY(-10px)
    scale(1.02);

  filter:
    drop-shadow(0 34px 34px rgba(20,16,11,.17));
}

.collection-item:hover .collection-detail,
.collection-item:focus-visible .collection-detail {
  max-height: 120px;
  margin-top: 20px;

  opacity: 1;
  transform: translateY(0);
}

.collection-item:hover .collection-detail b,
.collection-item:focus-visible .collection-detail b {
  transform: translateX(6px);
}


/* 下の小さな案内 */

.collection-hint {
  margin-top: 20px;

  color: #928b80;
  font-size: .61rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}


/* タブレット */

@media (max-width: 900px) {

  .collection .collection-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .collection .collection-stage {
    height: 600px;
    gap: 12px;
  }

  .collection .package {
    height: 380px;
  }

}

/* Collection mobile controls: desktopでは隠す */
.collection-mobile-arrow,
.collection-hint-mobile {
  display: none;
}

/* スマホ */

@media (max-width: 520px) {

  .collection {
    padding: 74px 0 92px;
  }

  .collection-mobile-shell {
    position: relative;
    width: 100%;
  }

  .collection .collection-stage {
    width: 100%;
    height: auto;
    margin: 0;

    overflow-x: auto;
    overflow-y: hidden;

    gap: 12px;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 24px;
    scrollbar-width: none;

    padding:
      0
      54px
      14px
      24px;
  }

  .collection .collection-stage::-webkit-scrollbar {
    display: none;
  }

  .collection-item,
  .collection-item:hover,
  .collection-item:focus-visible {
    flex: 0 0 80vw;

    min-height: 590px;
    padding: 24px;

    transform: none;
    scroll-snap-align: start;
  }

  .collection-stage:hover .collection-item:not(:hover) {
    opacity: 1;
  }

  .collection .package {
    height: 350px;
    transform: none;
  }

  .collection-detail {
    max-height: 130px;
    margin-top: 18px;

    opacity: 1;
    transform: none;
  }

  .collection-item::before {
    top: 72px;
  }


  /* 左右の丸矢印 */

.collection-mobile-arrow {
  position: absolute;
  top: 47%;
  z-index: 20;

  display: grid;
  place-items: center;

  width: 46px;
  height: 46px;
  padding: 0;

  border: 1px solid rgba(23, 23, 21, .10);
  border-radius: 50%;

  background: rgba(255, 253, 248, .84);
  color: #171715;

  font-family: "Times New Roman", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;

  box-shadow: 0 10px 30px rgba(20, 18, 15, .10);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  cursor: pointer;

  transition:
    opacity 280ms ease,
    transform 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease;
}

.collection-mobile-arrow:hover {
  transform: translateY(-1px);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 14px 36px rgba(20, 18, 15, .14);
}
.collection-mobile-arrow:active {
  transform: scale(.94);
}

  .collection-mobile-prev {
    left: 8px;
    opacity: 0;
    pointer-events: none;
  }

  .collection-mobile-next {
    right: 8px;
  }

  .collection-mobile-prev.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .collection-mobile-next.is-hidden {
    opacity: 0;
    pointer-events: none;
  }


  /* 横に続くことを知らせる */

  .collection-hint {
    margin-top: 16px;
  }

  .collection-hint-desktop {
    display: none;
  }

  .collection-hint-mobile {
    display: inline-flex;
    align-items: center;

    color: #8b857b;

    font-size: .61rem;
    letter-spacing: .17em;
    text-transform: uppercase;

    transition:
      opacity 450ms ease,
      transform 450ms ease;
  }

  .collection.has-interacted .collection-hint-mobile {
    opacity: 0;
    transform: translateX(8px);
  }
}

/* QUALITY */
.quality {
  background: #1b1815;
  color: #fff;
  padding: clamp(88px, 9vw, 132px) 0;
}

.quality-grid {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(560px, 1.1fr);
  gap: clamp(36px, 4vw, 60px);
  align-items: start;
}

.kicker-light {
  color: rgba(255,255,255,.45);
}

.quality-heading h2 {
  max-width: none;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(1.9rem, 2.85vw, 3.2rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.02em;
  white-space: normal;
}

.quality-list {
  border-top: 1px solid rgba(255,255,255,.22);
}

.quality-row {
  display: grid;
  grid-template-columns: 54px minmax(180px, .85fr) minmax(240px, 1.15fr);
  gap: 26px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.quality-row > span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,.35);
}

.quality-row h3 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.quality-title small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.35);
  font-size: .58rem;
  letter-spacing: .15em;
}

.quality-row p {
  color: rgba(255,255,255,.58);
  font-size: .92rem;
  line-height: 1.9;
}

/* CLOSING */
.closing {
  padding: clamp(96px, 11vw, 158px) var(--pad);
  background: var(--ivory);
}

.closing-inner {
  width: min(840px, 100%);
  margin-inline: auto;
  text-align: center;
}

.closing-inner .kicker {
  margin-bottom: 26px;
}

.closing h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.closing-copy {
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.store-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.store-links a {
  width: min(420px, 100%);
  min-width: 0;
  min-height: 64px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: none;
}

@media (max-width: 900px) {
  .hero-copy {
    margin-bottom: 110px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 6.4rem);
  }

  .scroll-cue {
    left: var(--pad);
    right: auto;
    bottom: 30px;
  }

  .philosophy-copy {
    margin-left: 0;
  }

  .collection-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .collection-stage {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .package {
    height: min(66vh, 520px);
  }

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .quality-heading h2 {
    white-space: normal;
    max-width: 720px;
  }

  .editorial-heading span {
    white-space: normal;
  }

  .quality-row {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .quality-row p {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .hero-ja {
    max-width: 16em;
  }

  .editorial-heading,
  .quality-heading h2,
  .closing h2 {
    text-wrap: pretty;
  }

  .package {
    height: 390px;
  }

  .store-links {
    flex-direction: column;
  }

  .store-links a {
    width: 100%;
  }

  .hero-bg {
    object-position: 75% center;
  }
}

.collection-item {
  color: inherit;
  text-decoration: none;
}

.store-links .store-primary {
  background: #1b1815;
  color: #fff;
  border-color: #1b1815;
  transition:
    background-color 280ms ease,
    border-color 280ms ease,
    transform 280ms ease,
    opacity 280ms ease;
}

.store-links .store-primary b {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 280ms ease;
}

.store-links .store-primary:hover {
  background: #514036;
  border-color: #514036;
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.store-links .store-primary:hover b {
  transform: translate(3px, -3px);
}

.quality-row .quality-title,
.quality-row p {
  transition:
    transform 350ms cubic-bezier(.22, 1, .36, 1),
    color 300ms ease;
}

.quality-row:hover .quality-title {
  transform: translateX(8px);
}

.quality-row:hover p {
  color: rgba(255,255,255,.82);
}

.wellness-head > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: rgba(245, 240, 232, .72);
  font-size: .95rem;
  line-height: 2;
}

/* FINAL PURCHASE CTA — Japanese primary, English secondary */
.store-links .store-primary {
  width: min(400px, 100%);
  min-width: 0;
  min-height: 70px;
  padding: 11px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  text-transform: none;
}

.store-primary-ja {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .08em;
}

.store-primary-en {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .17em;
  opacity: .64;
}

@media (max-width: 520px) {
  .store-links .store-primary {
    width: 100%;
    min-height: 68px;
  }
}
