/* ============================================================
   誇KIMONO — Men's LP  |  Tom Ford meets Samurai
   Palette:  Navy #23274F  Gold #ECD57E  Ink #0A0A0A  Paper #F8F6F0
   ============================================================ */

:root {
  --navy:        #23274f;
  --navy-deep:   #191c3a;
  --navy-ink:    #11132a;
  --gold:        #ecd57e;
  --gold-soft:   #d4ba68;
  --gold-deep:   #a08840;
  --ink:         #0a0a0a;
  --ink-soft:    #1d1d1d;
  --gray:        #4a4a4a;
  --gray-soft:   #7a7a7a;
  --gray-line:   #d9d4c4;
  --paper:       #f8f6f0;
  --paper-warm:  #ede9dc;
  --white:       #ffffff;

  --serif-jp:    "Noto Serif JP", "Yu Mincho", serif;
  --sans-jp:     "Noto Sans JP", "Yu Gothic", sans-serif;
  --serif-en:    "Playfair Display", "Cormorant Garamond", serif;
  --cormorant:   "Cormorant Garamond", "Playfair Display", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans-jp);
  font-weight: 400;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ------------------------------------------------------------
   Utility
   ------------------------------------------------------------ */
.container {
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
}
.container-narrow {
  width: min(820px, 100% - 48px);
  margin-inline: auto;
}
.eyebrow {
  font-family: var(--serif-en);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--gold-deep);
  text-transform: uppercase;
}
.eyebrow.on-dark { color: var(--gold); }
.rule {
  width: 1px;
  height: 56px;
  background: var(--gold-deep);
  margin: 0 auto;
}
.rule.on-dark { background: var(--gold); opacity: 0.6; }
.rule.horizontal { width: 56px; height: 1px; }
.kanji-hokori {
  font-family: var(--serif-jp);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* fade in on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s cubic-bezier(.22,.61,.36,1),
              transform 1.2s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .35s; }
.reveal.delay-4 { transition-delay: .5s; }

/* ------------------------------------------------------------
   Nav
   ------------------------------------------------------------ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  transition: background .4s ease, backdrop-filter .4s ease, padding .4s ease;
}
.nav--scrolled {
  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 40px;
}
.nav__brand {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: var(--paper);
}
.nav__brand-mark {
  font-family: var(--serif-jp);
  font-weight: 900;
  font-size: 26px;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.nav__brand-name {
  font-family: var(--serif-en);
  font-size: 15px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0.9;
}
.nav__links {
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav__link {
  font-family: var(--sans-jp);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--paper);
  opacity: 0.85;
  transition: opacity .3s, color .3s;
}
.nav__link:hover { color: var(--gold); opacity: 1; }
.nav__link--active {
  color: var(--gold);
  opacity: 1;
  position: relative;
}
.nav__link--active::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.nav__cta {
  font-family: var(--sans-jp);
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 10px 22px;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  transition: background .3s, color .3s;
}
.nav__cta:hover { background: var(--gold); color: var(--navy); }

@media (max-width: 820px) {
  .nav { padding: 16px 20px; }
  .nav--scrolled { padding: 10px 20px; }
  .nav__links { display: none; }
  .nav__cta { padding: 8px 14px; font-size: 11px; }
}

/* ============================================================
   S1 — HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--navy-ink);
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.55) contrast(1.05) saturate(0.9);
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(236,213,126,0.08), transparent 55%),
    radial-gradient(ellipse at 75% 80%, rgba(35,39,79,0.9), rgba(10,10,10,1) 70%),
    linear-gradient(180deg, #0e1024 0%, #1a1d3e 45%, #0a0a0a 100%);
}
/* placeholder "photo" — textured diagonal stripes suggesting fabric */
.hero__photo {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 60%;
  height: 92%;
  background:
    repeating-linear-gradient(
      118deg,
      rgba(236,213,126,0.08) 0 2px,
      transparent 2px 14px
    ),
    linear-gradient(165deg, #1c1f44 0%, #0c0d1d 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero__photo-label {
  position: absolute;
  top: 20px; right: 20px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(236,213,126,0.55);
}
.hero__vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10,10,10,0.45) 0%,
    rgba(10,10,10,0.15) 35%,
    rgba(10,10,10,0.65) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(1200px, 100% - 48px);
  margin-inline: auto;
  padding: 120px 0 80px;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 32px;
}
.hero__eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.hero__headline {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  color: var(--paper);
}
.hero__headline .large-kanji {
  font-size: 1.35em;
  color: var(--gold);
  font-weight: 900;
  padding-right: 0.08em;
}
.hero__brandmark {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 38px 0 32px;
}
.hero__brandmark-kanji {
  font-family: var(--serif-jp);
  font-weight: 900;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 1;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.hero__brandmark-en {
  font-family: var(--serif-en);
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: 0.35em;
  color: var(--paper);
  text-transform: uppercase;
  line-height: 1;
}
.hero__subtitle {
  font-family: var(--cormorant);
  font-style: italic;
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.2em;
  color: var(--gold-soft);
  margin-bottom: 48px;
}
.hero__subtitle::before {
  content: "—  ";
  color: var(--gold);
}
.hero__tagline {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: clamp(16px, 1.7vw, 20px);
  letter-spacing: 0.15em;
  line-height: 2.1;
  color: var(--paper);
  margin-bottom: 52px;
  max-width: 620px;
}
.hero__tagline strong {
  font-weight: 500;
  color: var(--gold);
}
.cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 40px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--sans-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.25em;
  border: none;
  white-space: nowrap;
  transition: transform .35s cubic-bezier(.22,.61,.36,1),
              box-shadow .35s, background .35s;
  box-shadow: 0 8px 24px rgba(236,213,126,0.18);
}
.cta > span:not(.cta__arrow) { white-space: nowrap; }
.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(236,213,126,0.28);
  background: #f1dd93;
}
.cta__arrow {
  display: inline-block;
  width: 22px;
  height: 1px;
  background: var(--navy);
  position: relative;
}
.cta__arrow::after {
  content: "";
  position: absolute;
  right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid var(--navy);
  border-right: 1px solid var(--navy);
  transform: rotate(45deg);
}
.cta--ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: none;
}
.cta--ghost .cta__arrow { background: var(--gold); }
.cta--ghost .cta__arrow::after { border-color: var(--gold); }
.cta--ghost:hover { background: var(--gold); color: var(--navy); }
.cta--ghost:hover .cta__arrow { background: var(--navy); }
.cta--ghost:hover .cta__arrow::after { border-color: var(--navy); }

.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--paper);
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.3em;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 44px;
  background: var(--gold);
  animation: scrollLine 2.4s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); }
  40%  { transform: scaleY(1); }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (max-width: 820px) {
  .hero__photo { width: 80%; right: -20%; }
  .hero__content { padding: 96px 0 120px; }
}

/* ============================================================
   S2 — Why Kimono Now
   ============================================================ */
.why {
  background: var(--paper);
  padding: 140px 0;
  position: relative;
}
.why__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 88px;
  align-items: center;
}
.why__text .eyebrow { margin-bottom: 28px; display: block; }
.why__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.5;
  margin: 0 0 44px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.why__body {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 17px;
  line-height: 2.4;
  color: var(--ink-soft);
  letter-spacing: 0.05em;
}
.why__body p { margin: 0 0 22px; }
.why__body .accent {
  color: var(--gold-deep);
  font-weight: 500;
}
.why__quote {
  margin-top: 40px;
  padding-left: 22px;
  border-left: 1px solid var(--gold-deep);
  font-family: var(--cormorant);
  font-style: italic;
  color: var(--gray);
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.why__photo--real { overflow: hidden; }
.why__photo--real img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.02);
}
.why__photo--real::before { z-index: 2; border-color: rgba(236,213,126,0.35); }
.why__photo--real .why__photo-caption { z-index: 3; color: var(--gold); }
.why__photo {
  position: relative;
  aspect-ratio: 3/4;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(35,39,79,0.06) 0 2px,
      transparent 2px 14px
    ),
    linear-gradient(160deg, #2b2e52 0%, #14162e 100%);
  overflow: hidden;
}
.why__photo::before {
  content: "";
  position: absolute; inset: 20px;
  border: 1px solid rgba(236,213,126,0.25);
}
.why__photo-label {
  position: absolute;
  bottom: 30px; left: 30px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(236,213,126,0.6);
}
.why__photo-caption {
  position: absolute;
  top: 30px; left: 30px;
  font-family: var(--serif-jp);
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}

@media (max-width: 900px) {
  .why { padding: 90px 0; }
  .why__grid { grid-template-columns: 1fr; gap: 48px; }
  .why__photo { aspect-ratio: 4/5; }
}

/* ============================================================
   S3 — Three Strengths
   ============================================================ */
.strengths {
  background: var(--navy-ink);
  color: var(--paper);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.strengths::before {
  content: "三";
  position: absolute;
  top: 60px; right: -30px;
  font-family: var(--serif-jp);
  font-weight: 900;
  font-size: 400px;
  color: rgba(236,213,126,0.04);
  line-height: 1;
  pointer-events: none;
}
.strengths__head {
  text-align: center;
  margin-bottom: 90px;
}
.strengths__head .eyebrow { display: block; margin-bottom: 20px; }
.strengths__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.4;
  margin: 0;
  color: var(--paper);
  letter-spacing: 0.05em;
}
.strengths__title .gold { color: var(--gold); }
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  position: relative;
}
.strength-card {
  padding: 48px 32px 40px;
  border: 1px solid rgba(236,213,126,0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  transition: transform .5s cubic-bezier(.22,.61,.36,1), border-color .5s, background .5s;
  position: relative;
}
.strength-card:hover {
  transform: translateY(-8px);
  border-color: rgba(236,213,126,0.5);
  background: linear-gradient(180deg, rgba(236,213,126,0.05), rgba(255,255,255,0));
}
.strength-card__num {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 24px;
}
.strength-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.strength-card__icon svg { width: 30px; height: 30px; color: var(--gold); }
.strength-card__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: var(--paper);
  margin: 0 0 18px;
  letter-spacing: 0.05em;
}
.strength-card__body {
  font-family: var(--sans-jp);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: rgba(248,246,240,0.75);
  letter-spacing: 0.03em;
}
.strength-card__price {
  margin-top: 20px;
  font-family: var(--serif-en);
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--gold);
}
.strength-card__price .small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gray-soft);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: var(--serif-en);
  font-style: italic;
}

@media (max-width: 900px) {
  .strengths { padding: 90px 0; }
  .strengths__grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   S4 — Video
   ============================================================ */
.video {
  padding: 140px 0;
  background: var(--paper);
  text-align: center;
}
.video__eyebrow { display: block; margin-bottom: 22px; }
.video__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.45;
  margin: 0 0 52px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.video__title .num {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 1.15em;
}
.video__frame--real::before { display: none; }
.video__frame--real { background: #000; }
.video__frame--real video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.video__frame {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 960px;
  margin: 0 auto;
  background: var(--navy-ink);
  overflow: hidden;
  cursor: pointer;
  transition: transform .5s;
}
.video__frame:hover { transform: scale(1.01); }
.video__frame::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(
      100deg,
      rgba(236,213,126,0.07) 0 2px,
      transparent 2px 18px
    ),
    linear-gradient(160deg, #1c1f44 0%, #0c0d1d 100%);
}
.video__play {
  position: relative;
  z-index: 2;
  width: 92px; height: 92px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(35,39,79,0.55);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 22px;
  padding-left: 6px;
  transition: transform .3s, background .3s;
}
.video__frame:hover .video__play { transform: scale(1.1); background: var(--gold); color: var(--navy); }
.video__label {
  position: absolute;
  bottom: 24px; left: 30px;
  z-index: 2;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(236,213,126,0.7);
}
.video__timer {
  position: absolute;
  top: 24px; right: 30px;
  z-index: 2;
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.2em;
}
.video__caption {
  margin-top: 48px;
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 16px;
  line-height: 2.2;
  color: var(--gray);
  letter-spacing: 0.08em;
}

@media (max-width: 820px) {
  .video { padding: 90px 0; }
  .video__play { width: 70px; height: 70px; font-size: 18px; }
}

/* ============================================================
   S5 — Full Set
   ============================================================ */
.fullset {
  padding: 140px 0;
  background: var(--paper-warm);
  position: relative;
}
.fullset__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 88px;
  align-items: center;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  aspect-ratio: 3/2;
}
.gallery__cell {
  position: relative;
  background:
    repeating-linear-gradient(
      var(--angle, 135deg),
      rgba(35,39,79,0.06) 0 2px,
      transparent 2px 12px
    ),
    linear-gradient(165deg, var(--bg1, #2b2e52), var(--bg2, #14162e));
  overflow: hidden;
  transition: transform .4s;
}
.gallery__cell:hover { transform: scale(1.02); }
.gallery__cell--photo {
  background: #111;
  overflow: hidden;
}
.gallery__cell--photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05);
}
.gallery__cell--photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}
.gallery__cell::after {
  content: attr(data-tag);
  position: absolute;
  bottom: 10px; left: 12px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(236,213,126,0.7);
}
.fullset__text .eyebrow { display: block; margin-bottom: 22px; }
.fullset__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.4;
  margin: 0 0 36px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.fullset__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid var(--gray-line);
}
.fullset__list li {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-line);
  font-family: var(--serif-jp);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}
.fullset__list li .num {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 13px;
  letter-spacing: 0.2em;
}
.fullset__list li .en {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gray-soft);
  font-size: 13px;
  letter-spacing: 0.15em;
}
.fullset__price {
  padding: 28px 0 0;
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}
.fullset__price-label {
  font-family: var(--sans-jp);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gray);
  text-transform: uppercase;
}
.fullset__price-value {
  font-family: var(--serif-en);
  font-size: clamp(32px, 4vw, 48px);
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.fullset__price-sub {
  font-family: var(--serif-jp);
  font-size: 13px;
  color: var(--gray);
  letter-spacing: 0.15em;
  display: block;
  width: 100%;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .fullset { padding: 90px 0; }
  .fullset__grid { grid-template-columns: 1fr; gap: 44px; }
  .gallery { aspect-ratio: 3/2; }
}

/* ---- B案: 着用ビジュアル中心レイアウト ---- */
.fullset--visual { padding: 140px 0; }
.fullset__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}
.fullset__header .eyebrow { display: block; margin-bottom: 22px; }
.fullset--visual .fullset__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.fullset__visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  margin-bottom: 64px;
  align-items: stretch;
}
.fullset__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  min-width: 80px;
}
.fullset__center-en {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--ink-soft);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.fullset__center-jp {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 2;
  letter-spacing: 0.18em;
  color: var(--ink);
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  white-space: nowrap;
}
.fullset__center-jp .sep {
  font-size: 0.7em;
  color: var(--gold);
}
.fullset__center-mark {
  font-family: var(--serif-jp);
  font-weight: 400;
  font-size: clamp(48px, 6vw, 72px);
  color: var(--gold);
  opacity: 0.45;
  line-height: 1;
}
.fullset__shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--paper-warm);
  aspect-ratio: 3/5;
}
.fullset__shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transition: transform 1.2s ease;
}
.fullset__shot:hover img { transform: scale(1.03); }
.fullset__shot figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.fullset__includes {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 32px 24px;
  border-top: 1px solid var(--gray-line);
  border-bottom: 1px solid var(--gray-line);
}
.fullset__includes-label {
  display: block;
  font-family: var(--sans-jp);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--ink-soft);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.fullset__includes-text {
  font-family: var(--serif-jp);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: var(--ink);
  margin: 0;
}
.fullset--visual .fullset__price {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  border: none;
  padding-top: 0;
}
@media (max-width: 900px) {
  .fullset--visual { padding: 80px 0; }
  .fullset__header { margin-bottom: 48px; }
  .fullset__visual { grid-template-columns: 1fr; gap: 16px; margin-bottom: 44px; }
  .fullset__shot { aspect-ratio: 4/5; max-width: 460px; margin-left: auto; margin-right: auto; width: 100%; }
  .fullset__shot--main { aspect-ratio: 4/5; }
  .fullset__shot--sub { aspect-ratio: 4/5; }
  .fullset__center { display: none; }
  .fullset__includes { padding: 24px 16px; margin-bottom: 40px; }
}

/* ============================================================
   S6 — 100 Fabrics
   ============================================================ */
.fabrics {
  padding: 140px 0 120px;
  background: var(--paper);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fabrics__head { max-width: 720px; margin: 0 auto 72px; }
.fabrics__eyebrow { display: block; margin-bottom: 22px; }
.fabrics__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.35;
  margin: 0 0 30px;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.fabrics__title .big {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 1.15em;
  padding-right: 0.05em;
}
.fabrics__body {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 15px;
  line-height: 2.2;
  color: var(--gray);
  letter-spacing: 0.08em;
}
.fabrics__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 36px;
}
.fabric-swatch {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  transition: transform .4s;
}
.fabric-swatch:hover { transform: scale(1.05); z-index: 2; }
.fabric-swatch::after {
  content: attr(data-code);
  position: absolute;
  left: 8px; bottom: 8px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.75);
}
.fabrics__count {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 13px;
  letter-spacing: 0.2em;
}

@media (max-width: 900px) {
  .fabrics { padding: 90px 0; }
  .fabrics__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 500px) {
  .fabrics__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   S7 — Scenes
   ============================================================ */
.scenes {
  padding: 140px 0;
  background: var(--ink);
  color: var(--paper);
  position: relative;
}
.scenes__head { text-align: center; margin-bottom: 80px; }
.scenes__head .eyebrow { display: block; margin-bottom: 22px; }
.scenes__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.4;
  margin: 0;
  color: var(--paper);
  letter-spacing: 0.05em;
}
.scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.scene {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 55%, rgba(10,10,10,0.75) 100%),
    repeating-linear-gradient(
      var(--angle, 125deg),
      rgba(236,213,126,0.06) 0 2px,
      transparent 2px 14px
    ),
    linear-gradient(160deg, var(--bg1, #2b2e52) 0%, var(--bg2, #14162e) 100%);
  cursor: pointer;
  transition: transform .5s;
}
.scene:hover { transform: translateY(-6px); }

/* Real photo variant */
.scene--real {
  background: var(--ink);
}
.scene__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.95) contrast(1.02);
  transition: transform .7s ease;
}
.scene--real::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.35) 0%, rgba(10,10,10,0) 38%, rgba(10,10,10,0.25) 62%, rgba(10,10,10,0.88) 100%);
  z-index: 1;
  pointer-events: none;
}
.scene--real:hover .scene__img { transform: scale(1.03); }
.scene--real .scene__num,
.scene--real .scene__tag,
.scene--real .scene__body { z-index: 2; }
.scene__num {
  position: absolute;
  top: 22px; left: 22px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: var(--gold);
}
.scene__tag {
  position: absolute;
  top: 22px; right: 22px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(236,213,126,0.55);
}
.scene__body {
  position: absolute;
  bottom: 30px; left: 30px; right: 30px;
}
.scene__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  color: var(--paper);
}
.scene__cap {
  font-family: var(--sans-jp);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: rgba(248,246,240,0.8);
}

@media (max-width: 900px) {
  .scenes { padding: 90px 0; }
  .scenes__grid { grid-template-columns: 1fr; gap: 18px; }
  .scene { aspect-ratio: 4/3; }
}

/* ============================================================
   S8 — Founder Message
   ============================================================ */
.founder {
  padding: 160px 0;
  background: var(--paper);
  position: relative;
}
.founder__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 88px;
  align-items: center;
}
.founder__photo--real { overflow: hidden; }
.founder__photo--real img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-position: center 30%;
  object-fit: cover;
}
.founder__photo--real::before { z-index: 2; }
.founder__photo--real .founder__photo-vertical { z-index: 3; }
.founder__photo {
  position: relative;
  aspect-ratio: 4/5;
  background:
    linear-gradient(180deg, transparent 60%, rgba(10,10,10,0.35) 100%),
    repeating-linear-gradient(
      110deg,
      rgba(236,213,126,0.07) 0 2px,
      transparent 2px 16px
    ),
    linear-gradient(160deg, #2b2e52 0%, #0d0e1d 100%);
}
.founder__photo::before {
  content: "";
  position: absolute; inset: 16px;
  border: 1px solid rgba(236,213,126,0.2);
}
.founder__photo-label {
  position: absolute;
  bottom: 24px; left: 28px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(236,213,126,0.65);
}
.founder__photo-vertical {
  position: absolute;
  top: 30px; right: 32px;
  font-family: var(--serif-jp);
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.founder__quote-mark {
  font-family: var(--cormorant);
  font-size: 160px;
  line-height: 0.8;
  color: var(--gold);
  opacity: 0.6;
  margin-bottom: -20px;
}
.founder__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.5;
  margin: 0 0 36px;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.founder__title .accent { color: var(--gold-deep); }
.founder__body {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 16px;
  line-height: 2.4;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
}
.founder__body p { margin: 0 0 20px; }
.founder__sign {
  margin-top: 40px;
  text-align: right;
  font-family: var(--serif-jp);
  font-size: 14px;
  color: var(--gray);
  letter-spacing: 0.12em;
  line-height: 1.9;
}
.founder__sign-name {
  font-family: var(--serif-jp);
  font-size: 20px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-top: 8px;
  display: block;
}

@media (max-width: 900px) {
  .founder { padding: 90px 0; }
  .founder__grid { grid-template-columns: 1fr; gap: 48px; }
  .founder__quote-mark { font-size: 100px; }
}

/* ============================================================
   S9 — Order Flow
   ============================================================ */
.flow {
  padding: 140px 0;
  background: var(--paper-warm);
  text-align: center;
}
.flow__head { margin-bottom: 80px; }
.flow__head .eyebrow { display: block; margin-bottom: 22px; }
.flow__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.4;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.flow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  margin-bottom: 72px;
}
.flow__steps::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: repeating-linear-gradient(90deg,
    var(--gold-deep) 0 6px, transparent 6px 12px);
  opacity: 0.5;
}
.flow-step {
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.flow-step__num {
  width: 88px;
  height: 88px;
  border: 1px solid var(--gold-deep);
  border-radius: 50%;
  background: var(--paper-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 32px;
  color: var(--gold-deep);
  position: relative;
  z-index: 2;
  transition: background .4s, color .4s;
}
.flow-step:hover .flow-step__num {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--navy);
}
.flow-step__label {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.flow-step__title {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 14px;
  color: var(--ink);
  letter-spacing: 0.1em;
}
.flow-step__body {
  font-family: var(--sans-jp);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.9;
  color: var(--gray);
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .flow { padding: 90px 0; }
  .flow__steps { grid-template-columns: 1fr 1fr; gap: 36px 16px; }
  .flow__steps::before { display: none; }
}

/* ============================================================
   S10 — Closing
   ============================================================ */
.closing {
  min-height: 100vh;
  min-height: 100svh;
  background: var(--navy-ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
}
.closing__bg-kanji {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif-jp);
  font-weight: 900;
  font-size: min(90vh, 90vw);
  line-height: 1;
  color: rgba(236,213,126,0.05);
  pointer-events: none;
  user-select: none;
}
.closing__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.closing__eyebrow {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: 40px;
}
.closing__eyebrow::before, .closing__eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.closing__tagline {
  font-family: var(--serif-jp);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.4;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
  color: var(--paper);
}
.closing__brand {
  font-family: var(--serif-en);
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 56px;
  padding-right: 0.5em;
}
.closing__body {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 16px;
  line-height: 2.4;
  margin: 0 0 56px;
  letter-spacing: 0.12em;
  color: rgba(248,246,240,0.88);
}
.closing__note {
  margin-top: 48px;
  font-family: var(--sans-jp);
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  color: rgba(248,246,240,0.6);
  letter-spacing: 0.1em;
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--ink);
  color: rgba(248,246,240,0.6);
  padding: 70px 0 36px;
  border-top: 1px solid rgba(236,213,126,0.1);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer__brand-mark {
  font-family: var(--serif-jp);
  font-weight: 900;
  font-size: 40px;
  color: var(--gold);
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.footer__brand-name {
  font-family: var(--serif-en);
  font-size: 14px;
  letter-spacing: 0.4em;
  color: var(--paper);
  margin-bottom: 18px;
}
.footer__desc {
  font-family: var(--serif-jp);
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  color: rgba(248,246,240,0.55);
  letter-spacing: 0.06em;
  max-width: 320px;
}
.footer__col-title {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 22px;
  text-transform: uppercase;
}
.footer__list {
  list-style: none; padding: 0; margin: 0;
}
.footer__list li {
  font-family: var(--sans-jp);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: rgba(248,246,240,0.65);
  transition: color .3s;
}
.footer__list li a {
  color: inherit;
  text-decoration: none;
  transition: color .3s;
}
.footer__list li:hover,
.footer__list li:hover a,
.footer__list li a:hover { color: var(--gold); }
.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(248,246,240,0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(248,246,240,0.4);
}

@media (max-width: 820px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ---- hide dev placeholder labels (// IMG_... ) ---- */
.hero__photo-label,
.why__photo-label,
.milano__photo-label,
.founder__photo-label { display: none !important; }
