/* SEIKATSUTREND — indigo atelier + soft blush editorial */
:root {
  --st-ink: #1A1F2E;
  --st-ink-soft: #243B6B;
  --st-deep: #152448;
  --st-paper: #F8F6F2;
  --st-paper-2: #E6EAF2;
  --st-chalk: #E6EAF2;
  --st-gold: #E8B4B8; /* alias blush for legacy */
  --st-gold-soft: #F0D4D6;
  --st-blush: #E8B4B8;
  --st-blush-soft: #F0D4D6;
  --st-indigo: #243B6B;
  --st-teal: #4A7C78; /* sparingly */
  --st-tape: #F3E9EA;
  --st-tape-deep: #E8B4B8;
  --st-line: rgba(26, 31, 46, 0.12);
  --st-veil: rgba(21, 36, 72, 0.55);
  --st-serif: "Shippori Mincho", "Cormorant Garamond", Georgia, serif;
  --st-display: "Cormorant Garamond", "Shippori Mincho", Georgia, serif;
  --st-sans: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --st-header: 4.6rem;
  --st-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --st-max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--st-sans);
  font-weight: 400;
  color: var(--st-ink);
  background:
    radial-gradient(1100px 580px at 6% -10%, rgba(232, 180, 184, 0.22), transparent 55%),
    radial-gradient(900px 520px at 96% 4%, rgba(36, 59, 107, 0.14), transparent 52%),
    radial-gradient(700px 400px at 50% 100%, rgba(232, 180, 184, 0.08), transparent 45%),
    linear-gradient(180deg, var(--st-paper), #f3f0eb 48%, var(--st-paper));
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, .st-footer__brand {
  font-family: var(--st-serif);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin: 0 0 0.5rem; }
h2 { font-size: clamp(1.85rem, 4vw, 3rem); margin: 0 0 0.75rem; }
h3 { font-size: 1.15rem; margin: 0 0 0.4rem; }
em {
  font-style: italic;
  color: var(--st-blush);
  font-family: var(--st-display);
}
.st-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-ink-soft);
  font-weight: 500;
}
.st-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--st-ink);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 1000;
}
.st-skip:focus { left: 1rem; top: 1rem; }

/* —— Measuring-tape header —— */
.st-tape {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.55rem 1.1rem;
  background: rgba(248, 246, 242, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--st-line);
}
.st-tape__brand {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}
.st-tape__en {
  font-family: var(--st-display);
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.st-tape__jp {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--st-ink-soft);
  opacity: 0.75;
}
.st-tape__place {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--st-ink-soft);
  white-space: nowrap;
}
.st-tape__rail {
  position: relative;
  height: 3.1rem;
  border-radius: 2px;
  overflow: hidden;
  isolation: isolate;
}
.st-tape__body {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #faf4f4 0%, var(--st-tape) 45%, var(--st-tape-deep) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(26, 31, 46, 0.12);
}
.st-tape__edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: repeating-linear-gradient(
    180deg,
    var(--st-ink) 0 2px,
    transparent 2px 5px
  );
  opacity: 0.35;
}
.st-tape__edge--l { left: 0; }
.st-tape__edge--r { right: 0; }
.st-tape__ticks {
  position: absolute;
  inset: 0 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.28rem;
  pointer-events: none;
}
.st-tape__ticks i {
  width: 1px;
  height: 0.38rem;
  background: rgba(26, 31, 46, 0.45);
}
.st-tape__ticks i.is-major {
  height: 0.72rem;
  width: 1.5px;
  background: rgba(26, 31, 46, 0.7);
}
.st-tape__marks {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0 0.4rem;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(var(--st-nav-n, 5), 1fr);
  align-items: center;
}
.st-tape__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.2rem 0.2rem 0.35rem;
  text-align: center;
  transition: color 0.25s var(--st-ease);
}
.st-tape__stitch {
  width: 2px;
  height: 0.55rem;
  background: var(--st-ink);
  border-radius: 1px;
  opacity: 0.55;
  box-shadow: 0 0 0 1px rgba(232, 180, 184, 0.35);
}
.st-tape__mark small {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: rgba(26, 31, 46, 0.55);
  font-variant-numeric: tabular-nums;
}
.st-tape__label {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  white-space: nowrap;
}
.st-tape__mark:hover .st-tape__label,
.st-tape__mark.is-active .st-tape__label {
  color: var(--st-ink);
}
.st-tape__mark.is-active .st-tape__stitch {
  background: var(--st-blush);
  opacity: 1;
  height: 0.7rem;
}
.st-tape__mark.is-active small {
  color: var(--st-blush);
  font-weight: 700;
}
.st-tape__cursor {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc((100% / var(--st-nav-n, 5)) * var(--st-nav-i, 0));
  width: calc(100% / var(--st-nav-n, 5));
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--st-blush), transparent);
  transition: left 0.45s var(--st-ease);
  pointer-events: none;
}
.st-tape__toggle {
  display: none;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--st-line);
  background: #fff;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.st-tape__toggle-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 14px;
}
.st-tape__toggle-icon i {
  display: block;
  height: 1.5px;
  background: var(--st-ink);
}

.st-tape-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 31, 46, 0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 90;
}
.st-tape-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.st-tape-sheet {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: var(--st-paper);
  z-index: 100;
  transform: translateX(105%);
  transition: transform 0.4s var(--st-ease);
  padding: 1.25rem 1.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: -12px 0 40px rgba(26, 31, 46, 0.18);
}
.st-tape-sheet.is-open { transform: translateX(0); }
.st-tape-sheet__ruler {
  height: 10px;
  margin: -0.4rem -1.2rem 0;
  background:
    repeating-linear-gradient(90deg, var(--st-ink) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, #f7ecee, var(--st-tape-deep));
  opacity: 0.95;
}
.st-tape-sheet__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.st-tape-sheet__head strong {
  font-family: var(--st-serif);
  font-size: 1.35rem;
}
.st-tape-sheet__close {
  border: 0;
  background: transparent;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  cursor: pointer;
  color: var(--st-blush);
}
.st-tape-sheet__links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.st-tape-sheet__links a {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.85rem 0.2rem;
  border-bottom: 1px solid var(--st-line);
}
.st-tape-sheet__links small {
  font-variant-numeric: tabular-nums;
  color: var(--st-blush);
  letter-spacing: 0.08em;
}
.st-tape-sheet__links span {
  font-family: var(--st-serif);
  font-size: 1.15rem;
}
.st-tape-sheet__links a[aria-current="page"] span { color: var(--st-blush); }
.st-tape-sheet__meta {
  margin-top: auto;
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--st-ink-soft);
  opacity: 0.85;
}
body.is-tape-open { overflow: hidden; }

/* —— Shared UI —— */
.st-cta,
.st-form button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.35rem;
  background: var(--st-ink);
  color: #fff;
  border: 0;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.st-cta:hover,
.st-form button:hover { background: var(--st-ink-soft); }
.st-cta--light {
  background: var(--st-chalk);
  color: var(--st-ink);
}
.st-cta--light:hover { background: #fff; }
.st-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--st-blush);
  padding-bottom: 0.15rem;
  color: var(--st-ink);
}
.st-link--on-dark {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}
.st-section {
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
}
.st-section--alt {
  max-width: none;
  background: linear-gradient(180deg, rgba(230, 234, 242, 0.88), rgba(248, 246, 242, 0.3));
  padding-left: max(1.25rem, calc((100% - var(--st-max)) / 2));
  padding-right: max(1.25rem, calc((100% - var(--st-max)) / 2));
}
.st-heading {
  margin-bottom: 2rem;
  max-width: 36rem;
}
.st-heading--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  max-width: none;
}
.st-image {
  overflow: hidden;
  background: var(--st-paper-2);
}
.st-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--st-ease);
}
.st-image:hover img { transform: scale(1.04); }
.st-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s var(--st-ease), transform 0.8s var(--st-ease);
  transition-delay: var(--st-delay, 0s);
}
.st-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.js .st-reveal { will-change: opacity, transform; }

/* —— Full-bleed hero —— */
.st-hero {
  position: relative;
  min-height: calc(100vh - var(--st-header));
  min-height: calc(100dvh - var(--st-header));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}
.st-hero__bg {
  position: absolute;
  inset: 0;
}
.st-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.st-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(21, 36, 72, 0.88) 6%, rgba(26, 31, 46, 0.42) 46%, var(--st-veil) 100%),
    linear-gradient(0deg, rgba(21, 36, 72, 0.62), transparent 44%);
}
.st-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--st-max));
  margin: 0 auto;
  padding: 4rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: end;
}
.st-hero__copy h1 {
  font-family: var(--st-display);
  letter-spacing: 0.08em;
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 600;
}
.st-hero__lead {
  max-width: 28rem;
  font-size: 1.05rem;
  opacity: 0.92;
  margin: 0 0 1.5rem;
}
.st-hero__eyebrow { color: var(--st-blush-soft); }
.st-hero__measure {
  margin-top: 1.6rem;
  max-width: 16rem;
}
.st-hero__rule {
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  transform-origin: left center;
  transform: scaleX(0.15);
  transition: transform 0.6s var(--st-ease);
}
.st-hero__pin {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--st-blush);
  left: 0;
  transition: left 0.6s var(--st-ease);
}
.st-hero__dots {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.st-hero__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.st-hero__dot.is-active {
  background: var(--st-blush);
  border-color: var(--st-blush);
}
.st-hero__stage {
  justify-self: end;
  width: min(100%, 380px);
  aspect-ratio: 3 / 4;
  position: relative;
}
.st-hero__slides,
.st-hero__slide {
  position: absolute;
  inset: 0;
}
.st-hero__slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.st-hero__slide.is-active { opacity: 1; }
.st-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* —— Stitch-counter rail (not rings) —— */
.st-meters {
  padding: clamp(2.75rem, 6vw, 4rem) 1.25rem 1.25rem;
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
}
.st-stitch {
  display: grid;
  gap: 1.5rem;
}
.st-stitch__intro {
  margin-bottom: 0.25rem;
  max-width: 28rem;
}
.st-stitch__intro p:last-child {
  margin: 0;
  color: var(--st-ink-soft);
  font-size: 0.95rem;
}
.st-stitch__rail {
  position: relative;
  padding: 0.5rem 0 0.25rem;
}
.st-stitch__track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(230, 234, 242, 0.9);
  border: 1px solid var(--st-line);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.st-stitch__fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--st-indigo), var(--st-blush));
  transition: width 1.4s var(--st-ease);
}
.st-stitch__fill[data-progress="64"] { --st-progress: 64; }
.st-stitch__fill[data-progress="72"] { --st-progress: 72; }
.st-stitch__fill[data-progress="78"] { --st-progress: 78; }
.st-stitch__fill[data-progress="86"] { --st-progress: 86; }
.st-stitch__fill[data-progress="92"] { --st-progress: 92; }
.st-stitch__fill[data-progress="100"] { --st-progress: 100; }
.st-stitch.is-visible .st-stitch__fill,
.st-meters.is-inview .st-stitch__fill,
.js .st-stitch__fill.is-on {
  width: calc(var(--st-progress, 72) * 1%);
}
.st-stitch__ticks {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  position: relative;
  min-height: 4.8rem;
}
.st-stitch__tick {
  position: absolute;
  left: var(--st-tick, 0%);
  transform: translateX(-50%);
  text-align: center;
  width: 5.5rem;
}
.st-stitch__tick i {
  display: block;
  width: 2px;
  height: 0.85rem;
  margin: 0 auto 0.45rem;
  background: var(--st-indigo);
  opacity: 0.55;
}
.st-stitch__tick strong {
  display: block;
  font-family: var(--st-display);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  color: var(--st-ink);
  line-height: 1.1;
}
.st-stitch__tick span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--st-ink-soft);
}

/* —— Marquee —— */
.st-marquee {
  overflow: hidden;
  border-block: 1px solid var(--st-line);
  background: var(--st-deep);
  color: rgba(255, 255, 255, 0.82);
  padding: 0.85rem 0;
  margin-top: 2rem;
}
.st-marquee__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: st-marquee 32s linear infinite;
  font-family: var(--st-serif);
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}
.st-marquee i {
  color: var(--st-blush);
  font-style: normal;
}
@keyframes st-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* —— Philosophy —— */
.st-philo {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
  align-items: center;
}
.st-philo__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.st-philo__copy p {
  color: var(--st-ink-soft);
  max-width: 34rem;
}
.st-philo__points {
  list-style: none;
  margin: 1.4rem 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.st-philo__points li {
  padding-left: 1rem;
  border-left: 2px solid var(--st-blush);
  font-size: 0.95rem;
  color: var(--st-ink);
}

/* —— Doors / split —— */
.st-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.st-split__card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: #fff;
}
.st-split__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--st-ease);
}
.st-split__card:hover img { transform: scale(1.05); }
.st-split__card span {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(21, 36, 72, 0.9));
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: var(--st-serif);
  font-size: 1.5rem;
}
.st-split__card small {
  font-family: var(--st-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--st-blush-soft);
}
.st-split__card b {
  font-weight: 500;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

/* —— Categories —— */
.st-cats__tapes {
  display: grid;
  gap: 1rem;
}
.st-cats__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  background:
    linear-gradient(180deg, #faf4f4 0%, var(--st-tape) 48%, var(--st-tape-deep) 100%);
  border: 1px solid rgba(26, 31, 46, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.st-cats__row--b { transform: translateX(1.25rem); }
.st-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.85rem 0.45rem 0.45rem;
  background: rgba(248, 246, 242, 0.92);
  border: 1px solid rgba(26, 31, 46, 0.1);
  color: var(--st-ink);
  transition: transform 0.3s var(--st-ease), border-color 0.3s ease;
}
.st-cat-pill:hover {
  transform: translateY(-2px);
  border-color: var(--st-blush);
}
.st-cat-pill__thumb {
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  flex-shrink: 0;
}
.st-cat-pill__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.st-cat-pill__body {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}
.st-cat-pill__body small {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--st-blush);
}
.st-cat-pill__body strong {
  font-family: var(--st-serif);
  font-size: 1rem;
  font-weight: 600;
}
.st-cat-pill__body em {
  font-style: normal;
  font-family: var(--st-sans);
  font-size: 0.72rem;
  color: var(--st-ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
}

/* —— Lookbook masonry —— */
.st-masonry {
  columns: 3;
  column-gap: 1rem;
}
.st-masonry figure {
  break-inside: avoid;
  margin: 0 0 1rem;
}
.st-masonry--compact { columns: 3; }
.st-masonry figcaption {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  margin-top: 0.45rem;
  font-size: 0.86rem;
}
.st-masonry figcaption span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--st-blush);
}

/* —— Arrivals —— */
.st-arrival-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.st-product .st-image {
  aspect-ratio: 3 / 4;
  margin-bottom: 0.7rem;
}
.st-product > p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.25rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--st-ink-soft);
}
.st-product > p span {
  color: var(--st-teal);
  font-weight: 500;
}
.st-product h3 {
  font-size: 1.05rem;
  margin: 0;
}

/* —— About process cards —— */
.st-process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.st-process__grid--four { grid-template-columns: repeat(4, 1fr); }
.st-process__grid article {
  padding: 1.4rem 1.2rem;
  border-top: 2px solid var(--st-blush);
  background: rgba(255, 255, 255, 0.45);
}
.st-process__grid b {
  display: block;
  font-family: var(--st-display);
  color: var(--st-indigo);
  margin-bottom: 0.6rem;
  letter-spacing: 0.08em;
}
.st-process__grid p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--st-ink-soft);
}

/* —— Process runway —— */
.st-runway {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--st-line);
}
.st-runway__step {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--st-line);
}
.st-runway__num {
  font-family: var(--st-display);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 0.95;
  color: var(--st-indigo);
  letter-spacing: 0.04em;
  opacity: 0.7;
}
.st-runway__body h3 {
  margin: 0.15rem 0 0.4rem;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
}
.st-runway__body p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  color: var(--st-ink-soft);
}

/* —— Fabric signature strip —— */
.st-fabric {
  max-width: none;
  margin: 0;
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background:
    linear-gradient(180deg, rgba(230, 234, 242, 0.65), rgba(248, 246, 242, 0.2));
}
.st-fabric__intro {
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto 1.75rem;
  padding: 0 1.25rem;
}
.st-fabric__intro p:last-of-type {
  max-width: 34rem;
  color: var(--st-ink-soft);
  margin: 0;
}
.st-fabric__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 0.65rem;
  padding: 0 max(1rem, calc((100% - (var(--st-max) + 8rem)) / 2));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.st-fabric__tile {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 52vh, 520px);
  scroll-snap-align: start;
}
.st-fabric__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--st-ease);
}
.st-fabric__tile:hover img { transform: scale(1.04); }
.st-fabric__tile figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.35rem 1.2rem 1.2rem;
  background: linear-gradient(transparent, rgba(21, 36, 72, 0.88));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.st-fabric__tile small {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: var(--st-blush-soft);
}
.st-fabric__tile strong {
  font-family: var(--st-serif);
  font-size: 1.2rem;
  font-weight: 600;
}
.st-fabric__tile span {
  font-size: 0.82rem;
  opacity: 0.88;
  line-height: 1.5;
}

/* —— Pull-quote band —— */
.st-pullquote {
  position: relative;
  min-height: min(58vh, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  padding: clamp(3.5rem, 9vw, 6rem) 1.25rem;
  background:
    linear-gradient(115deg, rgba(21, 36, 72, 0.94), rgba(36, 59, 107, 0.88)),
    radial-gradient(circle at 85% 20%, rgba(232, 180, 184, 0.28), transparent 42%);
  background-color: var(--st-deep);
}
.st-pullquote__quote {
  margin: 0;
  max-width: 40rem;
  text-align: center;
}
.st-pullquote__quote .st-eyebrow,
.st-pullquote__eyebrow {
  color: var(--st-blush-soft);
}
.st-pullquote__quote p,
.st-pullquote__text {
  margin: 0 0 1.5rem;
  font-family: var(--st-serif);
  font-size: clamp(1.4rem, 3.4vw, 2.25rem);
  line-height: 1.55;
  font-weight: 500;
  color: #fff;
}
.st-pullquote__quote footer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  opacity: 0.88;
}
.st-pullquote__quote cite {
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

/* —— Single atelier portrait —— */
.st-portrait {
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
}
.st-portrait__frame {
  margin: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}
.st-portrait__media {
  overflow: hidden;
  background: var(--st-chalk);
}
.st-portrait__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.st-portrait__caption { padding-bottom: 0.5rem; }
.st-portrait__role {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--st-blush);
}
.st-portrait__caption > p:not(.st-eyebrow):not(.st-portrait__role) {
  margin: 0 0 1.35rem;
  color: var(--st-ink-soft);
  max-width: 28rem;
}

/* —— Journal editorial list —— */
.st-journal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--st-line);
}
.st-journal-list li {
  border-bottom: 1px solid var(--st-line);
}
.st-journal-list a {
  display: grid;
  grid-template-columns: 7.5rem 1fr auto;
  gap: 1.25rem;
  align-items: baseline;
  padding: 1.2rem 0.15rem;
  color: inherit;
  transition: color 0.25s ease;
}
.st-journal-list a:hover { color: var(--st-indigo); }
.st-journal-list time {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--st-blush);
  font-variant-numeric: tabular-nums;
}
.st-journal-list strong {
  font-family: var(--st-serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
}
.st-journal-list a > span {
  color: var(--st-teal);
  font-size: 1rem;
}

/* —— FAQ fashion desk —— */
.st-faq__desk {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.st-faq__aside {
  position: sticky;
  top: calc(var(--st-header) + 1rem);
}
.st-faq__aside-lead {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--st-ink-soft);
  max-width: 22rem;
}
.st-faq__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.st-faq__q {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.7rem;
  align-items: start;
  text-align: left;
  padding: 0.75rem 0.5rem;
  border: 0;
  border-bottom: 1px solid var(--st-line);
  background: transparent;
  cursor: pointer;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--st-ink);
  transition: color 0.25s ease;
}
.st-faq__q span {
  font-family: var(--st-display);
  font-size: 0.9rem;
  color: var(--st-blush);
  letter-spacing: 0.06em;
}
.st-faq__q.is-active,
.st-faq__q:hover { color: var(--st-indigo); }
.st-faq__q.is-active span { color: var(--st-teal); }
.st-faq__answers {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--st-line);
  padding: 0.35rem 1.25rem 0.85rem;
}
.st-faq__item {
  border-bottom: 1px solid var(--st-line);
  padding: 0.85rem 0;
}
.st-faq__item:last-child { border-bottom: 0; }
.st-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 500;
  align-items: center;
}
.st-faq__item summary::-webkit-details-marker { display: none; }
.st-faq__item summary span {
  color: var(--st-teal);
  font-size: 1.1rem;
}
.st-faq__item[open] summary { color: var(--st-indigo); }
.st-faq__item p {
  margin: 0.7rem 0 0.2rem;
  color: var(--st-ink-soft);
  font-size: 0.92rem;
}

/* —— Visit band —— */
.st-band {
  margin: 0;
  padding: clamp(4rem, 10vw, 6.5rem) 1.25rem;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 36, 72, 0.96), rgba(36, 59, 107, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(232, 180, 184, 0.32), transparent 40%),
    radial-gradient(circle at 15% 90%, rgba(232, 180, 184, 0.12), transparent 35%);
  background-color: var(--st-deep);
}
.st-band .st-eyebrow { color: var(--st-blush-soft); }
.st-band h2 {
  max-width: 18em;
  margin-inline: auto;
}
.st-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  margin-top: 1.75rem;
  align-items: center;
}

/* —— Inner pages —— */
.st-page-hero {
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 1.25rem 2rem;
}
.st-page-hero p:last-child {
  max-width: 34rem;
  color: var(--st-ink-soft);
}

.st-about-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
  align-items: center;
}
.st-about-intro img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.st-feature__grid {
  display: grid;
  gap: 1.1rem;
}
.st-feature__grid--two { grid-template-columns: 1fr 1fr; }
.st-feature__grid .st-image {
  aspect-ratio: 4 / 5;
  margin-bottom: 0.8rem;
}

.st-collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: 2rem 1.25rem;
  align-items: center;
}
.st-collection__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.st-order { order: 2; }
.st-collection__copy ul {
  padding-left: 1.1rem;
  color: var(--st-ink-soft);
  margin: 1rem 0 1.4rem;
}

.st-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.25rem;
  max-width: var(--st-max);
  margin: 0 auto;
}
.st-article-card .st-image {
  aspect-ratio: 4 / 5;
  margin-bottom: 0.75rem;
}
.st-article-card > p {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--st-blush);
  margin: 0 0 0.35rem;
}
.st-article-card > div {
  color: var(--st-ink-soft);
  font-size: 0.9rem;
  margin: 0.4rem 0 0.85rem;
}

.st-contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  max-width: calc(var(--st-max) + 2.5rem);
  margin: 0 auto;
  padding: 1rem 1.25rem 4rem;
}
.st-form {
  display: grid;
  gap: 1rem;
}
.st-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}
.st-form input,
.st-form select,
.st-form textarea {
  border: 1px solid var(--st-line);
  background: #fff;
  padding: 0.85rem 0.95rem;
  width: 100%;
}
.st-form input:focus,
.st-form select:focus,
.st-form textarea:focus {
  outline: 2px solid rgba(74, 124, 120, 0.35);
  border-color: var(--st-ink-soft);
}
.st-thanks {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--st-line);
}
.st-contact__aside {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fff, var(--st-paper-2));
  border: 1px solid var(--st-line);
}
.st-contact__aside dl { margin: 1rem 0 1.4rem; }
.st-contact__aside dt {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--st-blush);
  margin-top: 0.9rem;
}
.st-contact__aside dd {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}
.st-contact__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.st-not-found {
  min-height: 65vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 3rem 1.25rem;
  gap: 0.6rem;
}

/* —— Footer —— */
.st-footer {
  background: var(--st-ink);
  color: rgba(255, 255, 255, 0.82);
  padding: 0 1.25rem 2rem;
}
.st-footer__ruler {
  height: 12px;
  margin: 0 -1.25rem 2rem;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.55) 0 1px, transparent 1px 10px),
    linear-gradient(180deg, var(--st-blush-soft), var(--st-blush));
}
.st-footer__top {
  max-width: var(--st-max);
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.st-footer__brand {
  display: block;
  font-family: var(--st-display);
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #fff;
}
.st-footer__jp {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--st-blush-soft);
}
.st-footer__grid {
  max-width: var(--st-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.st-footer__grid span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--st-blush);
  margin-bottom: 0.55rem;
}
.st-footer__grid p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
}
.st-footer__grid a:hover { color: var(--st-blush-soft); }
.st-footer__bottom {
  max-width: var(--st-max);
  margin: 2.2rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

/* —— Responsive: 980px —— */
@media (max-width: 980px) {
  .st-tape {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "rail rail";
  }
  .st-tape__brand { grid-area: brand; }
  .st-tape__toggle {
    display: inline-flex;
    grid-area: toggle;
  }
  .st-tape__place { display: none; }
  .st-tape__rail {
    grid-area: rail;
    height: 2.35rem;
  }
  .st-tape__marks { display: none; }
  .st-tape__cursor { display: none; }
  .st-tape__ticks i { height: 0.28rem; }
  .st-tape__ticks i.is-major { height: 0.5rem; }

  .st-hero__inner {
    grid-template-columns: 1fr;
    padding-bottom: 2.5rem;
  }
  .st-hero__stage {
    justify-self: start;
    width: min(100%, 280px);
  }

  .st-philo,
  .st-about-intro,
  .st-collection,
  .st-contact,
  .st-portrait__frame,
  .st-faq__desk { grid-template-columns: 1fr; }
  .st-faq__aside { position: static; }
  .st-order { order: 0; }
  .st-split { grid-template-columns: 1fr; }
  .st-cats__row--b { transform: none; }

  .st-arrival-track,
  .st-process__grid,
  .st-process__grid--four,
  .st-feature__grid--two,
  .st-article-grid,
  .st-footer__grid { grid-template-columns: 1fr 1fr; }

  .st-fabric__strip {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
  .st-stitch__ticks { min-height: 5.5rem; }
  .st-stitch__tick { width: 4.6rem; }
  .st-masonry,
  .st-masonry--compact { columns: 2; }
  .st-heading--row {
    flex-direction: column;
    align-items: flex-start;
  }
  .st-journal-list a {
    grid-template-columns: 6.2rem 1fr auto;
    gap: 0.85rem;
  }
}

/* —— Responsive: 640px —— */
@media (max-width: 640px) {
  .st-arrival-track,
  .st-process__grid,
  .st-process__grid--four,
  .st-feature__grid--two,
  .st-article-grid,
  .st-footer__grid { grid-template-columns: 1fr; }

  .st-masonry,
  .st-masonry--compact { columns: 1; }

  .st-fabric__strip {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
  .st-runway__step {
    grid-template-columns: 3.5rem 1fr;
    gap: 0.85rem;
  }

  .st-stitch__ticks { min-height: 9rem; }
  .st-stitch__tick:nth-child(odd) { top: 0; }
  .st-stitch__tick:nth-child(even) { top: 4.2rem; }

  .st-journal-list a {
    grid-template-columns: 1fr auto;
    gap: 0.5rem 1rem;
  }
  .st-journal-list time { grid-column: 1 / -1; }

  .st-split__card { min-height: 320px; }
  .st-hero { min-height: 78vh; }
  .st-pullquote { min-height: 48vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .st-marquee__track { animation: none; }
  .st-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .st-stitch__fill { transition: none; }
  .st-image img,
  .st-split__card img,
  .st-fabric__tile img,
  .st-tape__cursor { transition: none; }
}
