/* ============================================================
   株式会社イデオロギー — Corporate Site
   Dark Editorial Luxury × Light Slash
   ============================================================ */

:root {
  --bg-deep:        oklch(13% 0.01 250);
  --bg:             oklch(17% 0.01 250);
  --bg-raised:      oklch(22% 0.01 250);
  --bg-light:       oklch(98% 0.005 80);
  --bg-light-card:  oklch(100% 0 0);
  --bg-light-2:     oklch(96% 0.006 80);

  --gold-high:      oklch(88% 0.10 88);
  --gold:           oklch(74% 0.12 82);
  --gold-mid:       oklch(60% 0.11 76);
  --gold-low:       oklch(42% 0.08 70);

  --slash-high:     oklch(92% 0.005 250);
  --slash:          oklch(78% 0.005 250);

  --text-high:      oklch(96% 0.005 80);
  --text-mid:       oklch(78% 0.005 80);
  --text-low:       oklch(58% 0.005 80);

  --text-dark-high: oklch(18% 0.005 250);
  --text-dark-mid:  oklch(38% 0.005 250);
  --text-dark-low:  oklch(58% 0.005 250);

  --line:           oklch(30% 0.005 250);
  --line-mid:       oklch(38% 0.005 250);
  --line-light:     oklch(88% 0.005 80);

  --font-en-disp:   'Italiana', 'Cormorant Upright', 'Cormorant Garamond', 'Noto Serif JP', serif;
  --font-jp-disp:   'Noto Serif JP', 'Italiana', serif;
  --font-en-body:   'Inter', 'Noto Sans JP', system-ui, sans-serif;
  --font-jp-body:   'Noto Sans JP', 'Inter', sans-serif;

  --gold-grad:      linear-gradient(135deg,
                      oklch(88% 0.10 88) 0%,
                      oklch(74% 0.12 82) 35%,
                      oklch(90% 0.08 86) 52%,
                      oklch(48% 0.10 72) 80%,
                      oklch(38% 0.08 68) 100%);
  --gold-grad-h:    linear-gradient(90deg,
                      oklch(48% 0.08 70) 0%,
                      oklch(86% 0.10 86) 50%,
                      oklch(48% 0.08 70) 100%);
  --silver-grad-h:  linear-gradient(90deg,
                      transparent 0%,
                      oklch(92% 0.005 250) 50%,
                      transparent 100%);

  --slash-angle:    -8deg;

  --d-fast:    180ms;
  --d-normal:  320ms;
  --d-slow:    560ms;
  --d-cinema:  1200ms;
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-c:    cubic-bezier(0.16, 1, 0.3, 1);

  --container-w:    1320px;
  --gutter:         clamp(24px, 4vw, 64px);

  --hdr-h:          84px;
  --hdr-h-c:        64px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text-high);
  font-family: var(--font-jp-body);
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

img, svg { display: block; max-width: 100%; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

a { color: inherit; text-decoration: none; }

::selection { background: var(--gold); color: var(--bg-deep); }

/* ============================================================
   UTILITIES
   ============================================================ */

.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: relative;
}

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.eyebrow-num {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.eyebrow-dash { color: var(--text-low); }

.eyebrow-en {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow-light { color: var(--text-dark-mid); }
.eyebrow-light .eyebrow-dash { color: var(--text-dark-low); }

.eyebrow-rule {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold-grad-h);
}

.sec-head { margin-bottom: 64px; }
.sec-head-center { text-align: left; }
.sec-head-row { margin-bottom: 56px; }

.sec-h2 {
  font-family: var(--font-jp-disp);
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin: 24px 0 28px;
  word-break: keep-all;
  text-wrap: balance;
}

.sec-h2-dark { color: var(--text-dark-high); }

.sec-lead {
  font-size: 15px;
  color: var(--text-dark-mid);
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.sec-rule {
  width: 60px;
  height: 1px;
  background: var(--gold-grad-h);
  margin-top: 36px;
}
.sec-rule-light { opacity: 0.95; }

.slash { display: none; }

/* ============================================================
   Marquee — Hero と Philosophy のつなぎ目の白帯スクロール
   ============================================================ */
.marquee {
  background: #fff;
  overflow: hidden;
  padding: 18px 0;
  position: relative;
  z-index: 4;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 38s linear infinite;
  will-change: transform;
}

.marquee-set {
  display: flex;
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding-right: clamp(36px, 5vw, 72px);
  white-space: nowrap;
}

.marquee-set > span {
  font-family: 'Anton', 'Impact', 'Helvetica Neue Condensed', sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #0a0a0a;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* 逆方向（左→右） */
.marquee-reverse .marquee-track {
  animation-name: marqueeScrollReverse;
  animation-duration: 44s; /* 少し違うリズム */
}

@keyframes marqueeScrollReverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* × セパレーター */
.marquee-set > .marquee-cross {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(20px, 2.4vw, 32px);
  color: oklch(60% 0.06 75); /* gold */
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

.br-sm { display: none; }
.br-md { display: none; }

/* ============================================================
   HEADER
   ============================================================ */

.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--hdr-h);
  padding: 0 clamp(20px, 3vw, 48px);
  background: oklch(13% 0.01 250 / 0.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid oklch(30% 0.005 250 / 0.4);
  transition: height var(--d-normal) var(--ease),
              background var(--d-normal) var(--ease);
}

.hdr.is-scrolled {
  height: var(--hdr-h-c);
  background: oklch(13% 0.01 250 / 0.92);
  border-bottom-color: oklch(30% 0.005 250 / 0.7);
}

.hdr-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark { 
  line-height: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-mark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.logo-jp {
  font-family: var(--font-jp-disp);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-high);
}

.logo-en {
  font-family: var(--font-en-disp);
  font-size: 14px;
  letter-spacing: 0.36em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hdr-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  font-family: var(--font-en-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.hdr-nav > a {
  position: relative;
  color: var(--text-high);
  padding: 6px 2px;
  transition: color var(--d-fast) var(--ease);
}

.hdr-nav > a:not(.hdr-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--gold-grad-h);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--d-normal) var(--ease);
}
.hdr-nav > a:not(.hdr-cta):hover::after,
.hdr-nav > a.is-active:not(.hdr-cta)::after { transform: scaleX(1); }

.hdr-cta {
  padding: 11px 22px;
  border: 1px solid var(--gold);
  position: relative;
  overflow: hidden;
  transition: color var(--d-fast) var(--ease);
}

.hdr-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-grad);
  transform: translateY(-101%);
  transition: transform var(--d-normal) var(--ease);
}

.hdr-cta:hover::before { transform: translateY(0); }
.hdr-cta:hover { color: var(--bg-deep); }
.hdr-cta > * { position: relative; }

.hdr-end-rule {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--gold-grad-h);
  margin-left: 8px;
}

.hdr-burger { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.hdr-burger span { display: block; width: 22px; height: 1px; background: var(--text-high); transition: transform var(--d-fast) var(--ease); }

/* ============================================================
   HERO  —  full-bleed cityscape + giant IDEOLOGY type
   ============================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
  padding-top: var(--hdr-h);
  isolation: isolate;
}

/* BG image: positioned right + top, clipped (matches mock layout) */
.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 78%;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Anchor toward right-center so Tokyo Tower & dense skyline stay in frame
     across all viewport widths (especially narrower laptops). */
  object-position: 68% 38%;
  filter: saturate(1.1) contrast(1.05);
  animation: heroBgIn 1600ms var(--ease-c) both;
}

@keyframes heroBgIn {
  from { transform: scale(1.08); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.hero-bg-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, #000 0%, transparent 18%);
  pointer-events: none;
}

.hero-bg-grad {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent 65%, #000 100%);
  pointer-events: none;
}

/* Giant IDEOLOGY type — bottom-right, very subtle */
.hero-bigtype {
  position: absolute;
  z-index: 1;
  left: 25%;
  right: -8%;
  bottom: -8%;
  height: 62%;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  animation: bigtypeIn 1600ms var(--ease-c) 400ms both;
}

.hero-bigtype-img {
  width: 130%;
  height: auto;
  max-height: 130%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
  filter: invert(1) brightness(0.6) contrast(1.5);
  opacity: 0.22;
}

@keyframes bigtypeIn {
  from { transform: translateY(8%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Text layer — pure black left column (matches mock) */
.hero-text {
  position: relative;
  z-index: 3;
  width: 50%;
  max-width: 720px;
  padding: clamp(60px, 8vh, 110px) clamp(40px, 5vw, 88px);
  min-height: calc(100vh - var(--hdr-h));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 36px);
}

.hero-eyebrow {
  animation: heroTextIn 800ms var(--ease-c) 500ms both;
}

.hero-title {
  font-family: var(--font-jp-disp);
  font-size: clamp(48px, 6.8vw, 104px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin: 0;
  word-break: keep-all;
  color: #fff;
  max-width: 100%;
}

.hero-title-line {
  display: block;
  position: relative;
  animation: heroTextIn 1100ms var(--ease-c) both;
}

.hero-title-line:nth-child(1) { animation-delay: 650ms; }
.hero-title-line:nth-child(2) { animation-delay: 850ms; }

@keyframes heroTextIn {
  from { opacity: 0; transform: translateY(20px); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

.hero-rule {
  width: 220px;
  max-width: 50%;
  height: 1px;
  background: var(--gold-grad-h);
  opacity: 0.85;
  position: relative;
  animation: heroTextIn 1000ms var(--ease-c) 1050ms both;
}

.hero-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-high);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 16px var(--gold);
}

.hero-sub {
  font-family: var(--font-jp-body);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: oklch(95% 0.005 80);
  margin: 0;
  max-width: 32ch;
  font-weight: 300;
  animation: heroTextIn 1000ms var(--ease-c) 1200ms both;
}

.hero-meta {
  position: absolute;
  left: clamp(40px, 5vw, 88px);
  bottom: clamp(40px, 6vh, 80px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-en-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: var(--gold);
  z-index: 3;
  animation: heroTextIn 1000ms var(--ease-c) 1350ms both;
}

.hero-meta li:nth-child(2),
.hero-meta li:nth-child(4) { display: none; }


.hero-scroll {
  position: absolute;
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(28px, 4vw, 56px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4em;
  color: var(--text-mid);
  writing-mode: horizontal-tb;
}

.hero-scroll-line { width: 1px; height: 48px; background: var(--gold-grad); animation: scrollLine 2.2s ease-in-out infinite; transform-origin: top; }
.hero-scroll-arrow { animation: scrollArrow 2.2s ease-in-out infinite; color: var(--gold); }

@keyframes scrollLine {
  0%, 100% { transform: scaleY(0.4); opacity: 0.5; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes scrollArrow {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(4px); opacity: 1; }
}

/* ============================================================
   PHILOSOPHY
   ============================================================ */

.philosophy {
  padding: clamp(96px, 12vw, 160px) 0 clamp(96px, 10vw, 140px);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.phil-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) 1.4fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(80px, 10vw, 120px);
}

.phil-text {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.phil-text > p {
  font-size: 16px;
  line-height: 2.1;
  color: var(--text-mid);
  letter-spacing: 0.08em;
  margin: 0 0 36px;
  word-break: keep-all;
  text-wrap: pretty;
}

.phil-quote {
  margin: 0;
  padding: 24px 0 24px 28px;
  border-left: 1px solid;
  border-image: var(--gold-grad-h) 1;
  position: relative;
  font-family: var(--font-jp-disp);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--text-high);
}

.phil-quote::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold-high), var(--gold-low));
  box-shadow: 0 0 12px var(--gold);
}

.pq-line { display: block; }

/* Philosophy visual — cinematic curtain reveal on first scroll into view.
   The observed element itself is never clipped (so IntersectionObserver works);
   instead a ::before overlay covers the image and retracts upward to reveal it. */
.phil-visual {
  position: relative;
  width: 100%;
  /* Match the PHILOSOPHY-yoko.png aspect ratio (3044/3261 ≈ 0.93) */
  aspect-ratio: 3044 / 3261;
  align-self: start;
  overflow: hidden;
  isolation: isolate;
}

/* Curtain overlay — covers the image, shrinks upward when .is-visible is added */
.phil-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: oklch(17% 0.01 250);
  transform-origin: top;
  transform: scaleY(1);
  transition: transform 1400ms var(--ease-c);
  pointer-events: none;
}

.phil-visual.is-visible::before {
  transform: scaleY(0);
}

/* Image inside: focuses-in from a slight zoom + blur as the curtain rises */
.phil-visual-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: scale(1.06);
  filter: blur(8px) brightness(0.78);
  transition: transform 1600ms var(--ease-c) 100ms,
              filter 1400ms var(--ease-c) 200ms;
  will-change: transform, filter;
}

.phil-visual.is-visible .phil-visual-media {
  transform: scale(1);
  filter: blur(0) brightness(1);
}

/* Gold accent: a single diagonal light sweep after the reveal */
.phil-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    oklch(82% 0.16 80 / 0.20) 50%,
    transparent 62%
  );
  transform: translateX(-110%);
  opacity: 0;
  mix-blend-mode: screen;
}

.phil-visual.is-visible::after {
  animation: philShimmer 1500ms var(--ease-c) 700ms forwards;
}

@keyframes philShimmer {
  0%   { transform: translateX(-110%); opacity: 0; }
  25%  { opacity: 1; }
  100% { transform: translateX(110%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .phil-visual::before { display: none; }
  .phil-visual-media {
    transform: none;
    filter: none;
    transition: none;
  }
  .phil-visual::after { display: none; }
}

/* MISSION / VISION / VALUES */

.mvv-wrap { margin-top: 0; }

.mvv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.mvv-col {
  background: oklch(15% 0.01 250);
  padding: clamp(28px, 3vw, 44px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 280px;
}

.mvv-col-offset { padding-top: clamp(28px, 3vw, 44px); }

.mvv-statement {
  font-family: var(--font-jp-disp);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--text-high);
  margin: 0;
  word-break: keep-all;
}

.mvv-icon {
  margin-top: auto;
  align-self: flex-start;
  padding: 4px 0;
  opacity: 0.6;
}

.mvv-values {
  grid-column: 1 / -1;
  padding: clamp(32px, 3.4vw, 48px);
}
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.4vw, 36px);
}

.val {
  text-align: center;
  position: relative;
  padding: 8px 4px 0;
}

.val-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform var(--d-normal) var(--ease);
}

.val:hover .val-icon { transform: translateY(-2px); }

.val-en {
  font-family: var(--font-en-body);
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.val-jp {
  font-family: var(--font-jp-disp);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--text-high);
  margin: 0 0 14px;
}

.val-body {
  font-size: 11px;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: var(--text-low);
  margin: 0;
  word-break: keep-all;
}

/* ============================================================
   BUSINESS  (LIGHT)
   ============================================================ */

.light-sec {
  background: var(--bg-light);
  color: var(--text-dark-high);
  position: relative;
  overflow: hidden;
}

.business {
  padding: clamp(96px, 12vw, 160px) 0 clamp(80px, 10vw, 120px);
}

.sec-head-light {
  text-align: center;
  margin-bottom: 64px;
}

.sec-head-light .eyebrow { justify-content: center; }
.sec-head-light .sec-rule { margin-left: auto; margin-right: auto; }
.sec-head-light .sec-lead { text-align: center; margin-top: 16px; }

.business .sec-h2 {
  color: var(--text-dark-high);
  font-size: clamp(28px, 3.6vw, 48px);
}

.biz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* カード間隙間：横32px / 縦32px（重ならない範囲で控えめに） */
  column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 80px;
}

.biz {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  /* min-height は撤廃: grid セル幅から高さが自動計算される（カード同士が重ならないように） */
  background: oklch(10% 0.005 250);
  border: 1px solid oklch(88% 0.005 80);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--d-normal) var(--ease),
              box-shadow var(--d-normal) var(--ease),
              border-color var(--d-normal) var(--ease);
  box-shadow: 0 1px 3px oklch(0% 0 0 / 0.03);
}

.biz::after {
  /* gold line on hover */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--gold-grad-h);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--d-normal) var(--ease);
  z-index: 3;
}

.biz:hover { transform: translateY(-4px); border-color: var(--gold-mid); box-shadow: 0 18px 40px oklch(15% 0 0 / 0.20); }
.biz:hover::after { transform: scaleX(1); }
.biz:hover .biz-num { transform: translateY(-3px); }

.biz-body {
  /* 画像内に文字が焼き込まれているため、HTMLテキストオーバーレイは非表示
     ※後で「画像内の文字を消して、HTML側でテキストを上に乗せる」案に切替時は
     ここを元に戻す */
  display: none;
}

.biz-num {
  font-family: var(--font-en-disp);
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: 0.04em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 8px;
  transition: transform var(--d-normal) var(--ease);
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}

.biz-title {
  font-family: var(--font-jp-disp);
  font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 4px;
  word-break: keep-all;
  line-height: 1.3;
  text-shadow: 0 1px 8px oklch(0% 0 0 / 0.5);
}

.biz-tag {
  font-family: var(--font-en-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: oklch(82% 0.005 80);
  margin: 0 0 14px;
  text-transform: uppercase;
}

.biz-bar {
  width: 28px; height: 1px;
  background: var(--gold-grad-h);
  margin-bottom: 18px;
}

.biz-catch {
  font-family: var(--font-jp-disp);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 4px;
  word-break: keep-all;
  font-weight: 600;
}

.biz-desc {
  display: none;
}

/* hide stats list per mock */
.biz-meta { display: none; }

.biz-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: oklch(94% 0.005 80);
}

.biz-img-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--d-slow) var(--ease);
}

.biz:hover .biz-img-main { transform: scale(1.04); }

.biz-img-logo {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 78%;
  max-height: 72%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px oklch(0% 0 0 / 0.5));
  transition: transform var(--d-slow) var(--ease);
}
.biz:hover .biz-img-logo { transform: scale(1.05); }

.biz-img-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: oklch(100% 0 0 / 0.9);
  padding: 6px;
  border: 1px solid oklch(85% 0.005 80);
  border-radius: 4px;
  box-shadow: 0 2px 8px oklch(0% 0 0 / 0.12);
  z-index: 2;
}

.biz-img-badge-iida { background: #fff; padding: 8px; }
.biz-img-badge-koreki { background: #142540; border-color: #142540; }
.biz-img-badge-manmaru { background: #fff; padding: 4px; }
.biz-img-badge-ponsh { background: #fff; padding: 8px; }

/* tinted placeholder bgs per business (still visible behind images while loading) */
.biz-img-iida { background: linear-gradient(135deg, oklch(28% 0.01 250) 0%, oklch(18% 0.005 250) 100%); }
.biz-img-bunshin { background: #0a0a0a; }
.biz-img-nariagari { background: linear-gradient(135deg, #f7f5ef 0%, #ece8de 100%); }
.biz-img-koreki { background: #142540; }
.biz-img-manmaru { background: linear-gradient(135deg, #fbe7f5 0%, #d9e7ff 100%); }
.biz-img-ponsh { background: #000; }

.biz-img-iida-main { object-position: center 18%; }
.biz-img-manmaru-main { object-fit: contain; padding: 8px; }
.biz-img-ponsh-main { object-fit: contain; padding: 12px; }

.biz-img-logo-bunshin { max-width: 82%; max-height: 78%; }
.biz-img-logo-nariagari { max-width: 90%; max-height: 70%; }

.img-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-en-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--text-dark-mid);
  padding: 6px 10px;
  background: oklch(100% 0 0 / 0.85);
  border: 1px solid oklch(82% 0.005 80);
  white-space: nowrap;
  z-index: 1;
}

/* Message portrait image */
.mp-frame-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 1;
}

/* Member photo image */
.mb-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  z-index: 1;
  transition: transform var(--d-slow) var(--ease);
}

.mb-card:hover .mb-photo-img { transform: scale(1.04); }

/* Footer logo */
.ft-logo {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  line-height: 0;
}
.ft-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.biz-foot {
  text-align: center;
  font-family: var(--font-jp-disp);
  font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: 0.06em;
  color: var(--text-dark-high);
  margin: 0 0 36px;
  word-break: keep-all;
}

.axis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid oklch(80% 0.01 80);
  border-bottom: 1px solid oklch(80% 0.01 80);
}

.axis-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 24px;
  position: relative;
  text-align: left;
  pointer-events: none;
}

.axis-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24%;
  bottom: 24%;
  right: 0;
  width: 1px;
  background: oklch(82% 0.005 80);
}

.axis-num {
  font-family: var(--font-en-disp);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 0.9;
  flex-shrink: 0;
  padding-top: 4px;
}

.axis-label {
  font-family: var(--font-jp-disp);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: var(--text-dark-high);
  word-break: keep-all;
}

/* ============================================================
   MESSAGE
   ============================================================ */

.message {
  padding: clamp(96px, 12vw, 160px) 0 clamp(80px, 10vw, 120px);
  background: var(--bg-deep);
  position: relative;
  overflow: hidden;
}

.message::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; height: 1px;
  background: var(--gold-grad-h);
  opacity: 0.4;
}

.msg-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: stretch;
}

.msg-portrait {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mp-frame {
  position: relative;
  flex: 1;
  min-height: 480px;
  background:
    linear-gradient(135deg, oklch(28% 0.005 250) 0%, oklch(18% 0.005 250) 100%);
  overflow: hidden;
}

.mp-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, oklch(26% 0.005 250) 0 2px, transparent 2px 14px);
  opacity: 0.5;
}

.mp-deco {
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--gold-grad-h);
  bottom: -8px;
  left: -16px;
  transform: rotate(-8deg);
  opacity: 0.6;
}

.msg-body {
  padding-top: 12px;
}

.msg-h2 {
  font-family: var(--font-jp-disp);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--text-high);
  margin: 16px 0 8px;
}

.msg-h2.sec-h2-jp {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.msg-rule { width: 48px; height: 1px; background: var(--gold-grad-h); margin: 0 0 32px; }

.msg-body p {
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  margin: 0 0 24px;
  word-break: keep-all;
  text-wrap: pretty;
}

.msg-pull {
  font-family: var(--font-jp-disp);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin: 16px 0;
  padding: 14px 0 14px 20px;
  border-left: 1px solid var(--gold);
  color: var(--text-high);
  word-break: keep-all;
  position: relative;
}

.msg-pull::after { display: none; }

.msg-sign {
  margin: 32px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.msg-sign-role {
  font-family: var(--font-jp-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--text-low);
}

.msg-sign-row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.msg-sign-name {
  font-family: var(--font-jp-disp);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--text-high);
}

.msg-sign-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.msg-sign-co {
  font-family: var(--font-jp-body);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--text-low);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 12px 4px;
  font-family: var(--font-jp-body);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--text-high);
  position: relative;
}

.link-arrow::before {
  content: "";
  position: absolute;
  left: 0; bottom: 6px;
  width: 100%;
  height: 1px;
  background: var(--gold-grad-h);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform var(--d-normal) var(--ease);
}

.link-arrow:hover::before { transform: scaleX(1); }
.link-arrow:hover span:last-child { transform: translateX(4px); }
.link-arrow span:last-child { transition: transform var(--d-normal) var(--ease); display: inline-block; }

/* ============================================================
   MEMBERS
   ============================================================ */

.members {
  padding: clamp(80px, 10vw, 120px) 0 clamp(96px, 12vw, 140px);
  background: var(--bg-deep);
  position: relative;
}

.sec-head-center {
  text-align: center;
  margin-bottom: 56px;
}

.sec-head-center .eyebrow { justify-content: center; }

.mb-title {
  font-family: var(--font-en-disp);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 14px 0 0;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mb-rule {
  width: 80px;
  height: 1px;
  background: var(--gold-grad-h);
  margin: 18px auto 18px;
}

.mb-lead {
  font-family: var(--font-jp-disp);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  margin: 0;
}

.mb-stage {
  position: relative;
  padding: 0; /* prev/next ナビ撤廃で左右 padding 不要に */
}

/* mb-rows: 上下2段構造（上3名・下4名）、両段の全幅は同じ */
.mb-rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mb-row {
  display: grid;
  gap: 18px;
}

.mb-row-top    {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.mb-row-bottom { grid-template-columns: 1fr; padding: 0; gap: 0; }

/* ─── 下段：8人を4枚表示・左右矢印でカチャッと回るカルーセル ─── */
.mb-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.mb-viewport {
  overflow: hidden;
  min-width: 0;
}

.mb-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mb-track.is-snap {
  transition: none;
}

.mb-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: oklch(18% 0.01 250 / 0.7);
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--d-fast) var(--ease),
              border-color var(--d-fast) var(--ease),
              color var(--d-fast) var(--ease);
  font-family: var(--font-en-disp);
  padding: 0 0 4px;
}

.mb-nav:hover {
  background: oklch(22% 0.02 250 / 0.85);
  border-color: var(--gold);
  color: var(--gold-high);
}

.mb-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* プレースホルダー枠：未公開メンバー用 */
.mb-card.mb-card-placeholder {
  background: oklch(14% 0.005 250 / 0.5);
  cursor: default;
}

.mb-card.mb-card-placeholder .mb-photo {
  background:
    radial-gradient(circle at 50% 35%, oklch(28% 0.005 250) 0%, oklch(14% 0.005 250) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-card.mb-card-placeholder .mb-photo::after {
  content: "?";
  font-family: var(--font-en-disp);
  font-size: 64px;
  color: oklch(40% 0.01 250);
  letter-spacing: 0.02em;
}

.mb-card.mb-card-placeholder .mb-name { color: var(--text-low); }
.mb-card.mb-card-placeholder .mb-role { color: var(--gold-mid); letter-spacing: 0.24em; }

.mb-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  background: oklch(18% 0.01 250 / 0.7);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  transition: transform var(--d-normal) var(--ease),
              border-color var(--d-fast) var(--ease),
              box-shadow var(--d-normal) var(--ease);
}

.mb-card:not(.mb-card-soon):hover {
  transform: translateY(-4px);
  border-color: var(--gold-mid);
  box-shadow: 0 10px 30px oklch(0% 0 0 / 0.4);
}

.mb-photo {
  position: relative;
  aspect-ratio: 1/1; /* 3/4 → 1/1 縦長から正方形にコンパクト化 */
  background: linear-gradient(180deg, oklch(22% 0.005 250) 0%, oklch(16% 0.005 250) 100%);
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}

.mb-silhouette {
  width: 60%;
  height: 80%;
  background: oklch(26% 0.005 250);
  clip-path: polygon(
    40% 0%, 60% 0%, 65% 8%, 65% 16%, 60% 22%, 70% 26%,
    85% 38%, 90% 56%, 92% 72%, 92% 100%, 8% 100%, 8% 72%,
    10% 56%, 15% 38%, 30% 26%, 40% 22%, 35% 16%, 35% 8%
  );
}

.mb-photo .img-label {
  bottom: 8px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 0.14em;
  background: oklch(15% 0.01 250 / 0.85);
  color: var(--gold-high);
  border-color: oklch(50% 0.06 75 / 0.4);
}

.mb-meta {
  padding: 14px 14px 16px;
  background: oklch(15% 0.005 250 / 0.85);
  border-top: 1px solid var(--line);
}

.mb-name {
  font-family: var(--font-jp-disp);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-high);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-card:hover .mb-name { color: var(--gold-high); }

.mb-role {
  font-family: var(--font-en-body);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--text-low);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-role-jp {
  font-family: var(--font-jp-body);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--text-low);
  opacity: 0.85;
}

.mb-card-soon { opacity: 0.55; cursor: default; }
.mb-card-soon .mb-silhouette { opacity: 0.6; }


.mb-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.mb-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: oklch(35% 0.005 250);
  transition: background var(--d-fast) var(--ease);
}
.mb-dot-active { background: var(--gold); }

/* ============================================================
   NEWS + RECRUIT (LIGHT)
   ============================================================ */

.nr {
  padding: clamp(72px, 10vw, 112px) 0;
}

.nr-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch; /* 左右の高さを揃える */
}

.nr-news, .nr-recruit {
  background: var(--bg-light-card);
  border: 1px solid oklch(88% 0.005 80);
  border-radius: 6px;
  align-self: stretch; /* grid セル高さに明示的に伸ばす */
  height: 100%;
  min-height: 0;
}

.nr-news {
  padding: 36px 36px 40px;
  display: flex;
  flex-direction: column;
}

/* RECRUIT は左テキスト + 右画像（カード端までフル）の2カラム */
.nr-recruit {
  display: grid;
  grid-template-columns: 3fr 4fr;
  overflow: hidden; /* 画像が border-radius 内に収まるように */
}

.nr-recruit-left {
  padding: 36px 36px 40px;
  display: flex;
  flex-direction: column;
}

/* news-list は中身に応じて伸ばす */
.nr-news .news-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 5件の各itemを等間隔に */
}

/* 「お知らせ一覧」ボタンは下端 */
.nr-news .btn-outline {
  margin-top: 20px;
  align-self: flex-start;
}

.nr-head {
  display: flex;
  align-items: center; /* baseline → center に変更（採用情報が下に落ちて見えるのを修正） */
  gap: 18px;
  margin-bottom: 28px;
}

.nr-h2 {
  font-family: var(--font-en-disp);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--text-dark-high);
  margin: 0;
}

.nr-h2-sub {
  font-family: var(--font-jp-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--text-dark-mid);
  white-space: nowrap; /* 「採用情報」が「報」だけ折り返すのを防止 */
}

.news-list {
  list-style: none;
  padding: 0; margin: 0 0 28px;
  border-top: 1px solid var(--line-light);
}

.news-item { border-bottom: 1px solid var(--line-light); }

.news-item a,
.news-item button {
  display: grid;
  grid-template-columns: 84px 100px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 4px 14px 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-dark-high);
  transition: transform var(--d-fast) var(--ease);
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.news-item .news-title {
  /* line-clampで切らない: 長文は自然に折り返して全文表示 */
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.news-item .news-arrow { display: none; }

.news-item a:hover,
.news-item button:hover { transform: translateX(16px); }
.news-item a:hover .news-arrow,
.news-item button:hover .news-arrow { color: var(--gold); }
.news-item a:hover .news-title,
.news-item button:hover .news-title { color: var(--gold-low); }

.news-date {
  font-family: var(--font-en-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-dark-mid);
}

.news-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  font-family: var(--font-en-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  border: 1px solid currentColor;
  border-radius: 999px;
  white-space: nowrap;
  justify-self: start;
  width: fit-content;
}
.news-chip-press,
.news-chip-media { color: oklch(58% 0.10 75); }
.news-chip-info,
.news-chip-recruit { color: oklch(55% 0.005 80); }

.news-title {
  font-family: var(--font-jp-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-dark-high);
  line-height: 1.55;
  transition: color var(--d-fast) var(--ease);
}

.news-arrow {
  color: var(--text-dark-low);
  transition: color var(--d-fast) var(--ease);
  text-align: center;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--gold);
  font-family: var(--font-jp-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--text-dark-high);
  position: relative;
  transition: gap var(--d-normal) var(--ease);
  padding-right: 16px;
}
.btn-outline::before { display: none; }
.btn-outline:hover { gap: 18px; color: var(--gold-low); }
.btn-outline > * { position: relative; }

/* recruit-grid は使わない構造に変わったので、テキスト側の挙動だけ定義 */
.recruit-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.recruit-text .btn-gold {
  margin-top: auto; /* ボタンを下端に張り付かせる */
  align-self: flex-start;
}

.recruit-catch {
  font-family: var(--font-jp-disp);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: var(--text-dark-high);
  margin: 0 0 18px;
  word-break: keep-all;
}

.recruit-body {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--text-dark-mid);
  margin: 0 0 24px;
  word-break: keep-all;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 28px;
  background: #000;
  color: #fff;
  font-family: var(--font-jp-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  overflow: hidden;
  transition: transform var(--d-fast) var(--ease);
  min-width: 240px;
  border: 1px solid #000;
}
.btn-gold > span:last-child {
  font-family: var(--font-en-disp);
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  transition: transform var(--d-normal) var(--ease);
}
.btn-gold:hover { transform: translateY(-2px); }
.btn-gold:hover > span:last-child { transform: translateX(6px); }
.btn-gold::after { display: none; }

.recruit-img {
  position: relative;
  /* カード(nr-recruit)の右側カラムを上下左右いっぱい埋める */
  min-height: 480px;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, oklch(80% 0.02 60) 0%, oklch(70% 0.04 50) 100%);
  border-radius: 0; /* カード端まで貫通するので個別丸めはなし */
  overflow: hidden;
}

/* 画像が表示されてるときはプレースホルダーラベルと装飾を隠す */
.recruit-img .img-label,
.recruit-img .recruit-deco { display: none; }

/* 画像差し込み用：assets/recruit-team.png があれば自動で読み込まれる */
.recruit-img-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.recruit-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, oklch(74% 0.04 55) 0 2px, transparent 2px 14px);
  opacity: 0.5;
  z-index: 0;
}

.recruit-deco {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, oklch(40% 0.04 60) 0%, transparent 100%);
}

/* ============================================================
   CONTACT (LIGHT)
   ============================================================ */

.contact {
  padding: clamp(20px, 4vw, 60px) 0 clamp(80px, 10vw, 120px);
}

.contact-shell {
  background: var(--bg-light-card);
  border: 1px solid oklch(88% 0.005 80);
  border-radius: 6px;
  padding: clamp(36px, 5vw, 72px);
}

.contact-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 12px;
}

.contact-h2 {
  font-family: var(--font-en-disp);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--text-dark-high);
  margin: 0;
}

.contact-h2-sub {
  font-family: var(--font-jp-body);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--text-dark-mid);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(36px, 5vw, 72px);
  margin-top: 32px;
}

.contact-meta {
  padding-top: 8px;
}

.cm-lead {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--text-dark-mid);
  margin: 0 0 24px;
}

.cm-rule {
  width: 48px;
  height: 1px;
  background: var(--gold-grad-h);
  margin: 0 0 28px;
}

.cm-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cm-list > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
}

.cm-list dt {
  font-family: var(--font-en-body);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--text-dark-low);
  padding-top: 4px;
}
.cm-list dd {
  margin: 0;
  font-family: var(--font-en-body);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text-dark-high);
}

.cf-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.cf-label {
  font-family: var(--font-jp-body);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--text-dark-high);
  padding-top: 8px;
}

.req { color: oklch(60% 0.18 30); font-size: 11px; margin-left: 2px; }

.cf-input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: oklch(96% 0.005 80);
  padding: 12px 14px;
  font-family: var(--font-jp-body);
  font-size: 14px;
  color: var(--text-dark-high);
  letter-spacing: 0.04em;
  transition: border-color var(--d-fast) var(--ease),
              background var(--d-fast) var(--ease);
  border-radius: 2px;
}

.cf-input::placeholder { color: oklch(72% 0.005 80); }

.cf-input:focus {
  outline: none;
  background: oklch(100% 0 0);
  border-bottom: 2px solid;
  border-image: var(--gold-grad-h) 1;
}

.cf-area { resize: vertical; min-height: 120px; }

.cf-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 20px;
  font-size: 13px;
  color: var(--text-dark-mid);
}
.cf-check input { width: 16px; height: 16px; accent-color: var(--gold); }
.cf-check a { text-decoration: underline; color: var(--text-dark-high); }

.cf-submit {
  width: 100%;
  padding: 18px;
  background: var(--bg-deep);
  color: var(--text-high);
  font-family: var(--font-jp-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  overflow: hidden;
  transition: opacity var(--d-fast) var(--ease);
}

.cf-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-grad);
  transform: translateY(-101%);
  transition: transform var(--d-normal) var(--ease);
}
.cf-submit:not(:disabled):hover::before { transform: translateY(0); }
.cf-submit:not(:disabled):hover { color: var(--bg-deep); }
.cf-submit > * { position: relative; }

.cf-submit:disabled { opacity: 0.4; cursor: not-allowed; }

.cf-thanks {
  text-align: center;
  padding: 36px 16px;
  font-family: var(--font-jp-disp);
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-dark-high);
  background: oklch(96% 0.008 80);
  border: 1px solid var(--gold-mid);
  border-radius: 4px;
}

/* ============================================================
   FOOTER
   ============================================================ */

.ft {
  background: var(--bg-deep);
  color: var(--text-mid);
  padding: clamp(64px, 8vw, 96px) 0 clamp(28px, 3vw, 40px);
  border-top: 1px solid oklch(30% 0.005 250 / 0.5);
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr;
  gap: clamp(48px, 5vw, 72px);
  margin-bottom: 48px;
}

.ft-brand-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 16px 0 18px;
}
.ft-jp { font-family: var(--font-jp-disp); font-size: 15px; letter-spacing: 0.1em; color: var(--text-high); }
.ft-en { font-family: var(--font-en-disp); font-size: 13px; letter-spacing: 0.36em; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.ft-statement {
  font-family: var(--font-jp-disp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--text-high);
  margin: 0 0 24px;
}

.ft-en-sub {
  display: inline-block;
  margin-top: 4px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.06em;
}

.ft-addr {
  font-family: var(--font-jp-body);
  font-style: normal;
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  margin: 0 0 24px;
}

.ft-tel, .ft-mail {
  font-family: var(--font-en-body);
  letter-spacing: 0.08em;
}

.ft-sns {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.sns-ico {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(40% 0.005 250);
  border-radius: 50%;
  color: var(--text-mid);
  font-size: 14px;
  transition: color var(--d-fast) var(--ease),
              border-color var(--d-fast) var(--ease),
              transform var(--d-fast) var(--ease);
}
.sns-ico:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }

.ft-line { width: auto; padding: 0 12px; font-family: var(--font-en-body); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; border-radius: 18px; }

.ft-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.ft-col h4 {
  font-family: var(--font-en-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  margin: 0 0 18px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ft-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-col a {
  font-family: var(--font-jp-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--text-mid);
  position: relative;
  padding-bottom: 2px;
  transition: color var(--d-fast) var(--ease);
}

.ft-col a:hover { color: var(--gold-high); }

.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid oklch(28% 0.005 250);
}

.ft-copy {
  font-family: var(--font-en-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-low);
}

.ft-top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--text-mid);
  transition: color var(--d-fast) var(--ease);
}
.ft-top:hover { color: var(--gold-high); }
.ft-top:hover .ft-top-arrow { transform: translateY(-3px); }
.ft-top-arrow { transition: transform var(--d-fast) var(--ease); display: inline-block; }

/* ============================================================
   MODAL
   ============================================================ */

.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal[hidden] { display: none; }

.modal-bg {
  position: absolute;
  inset: 0;
  background: oklch(0% 0 0 / 0.78);
  backdrop-filter: blur(8px);
  animation: modalFade var(--d-normal) var(--ease);
}

.modal-shell {
  position: relative;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  background: var(--bg-raised);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: modalIn var(--d-slow) var(--ease-c);
  box-shadow: 0 30px 80px oklch(0% 0 0 / 0.6);
}

@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: oklch(13% 0.01 250 / 0.7);
  color: var(--text-high);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color var(--d-fast) var(--ease), border-color var(--d-fast) var(--ease);
}
.modal-close:hover { color: var(--gold); border-color: var(--gold); }

.modal-content {
  overflow-y: auto;
  padding: clamp(28px, 4vw, 56px);
  flex: 1 1 auto;
  min-height: 0;
}

.mc-biz-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 4px;
}

.mc-num {
  font-family: var(--font-en-disp);
  font-size: 24px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mc-title {
  font-family: var(--font-jp-disp);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
  margin: 0;
  color: var(--text-high);
  letter-spacing: 0.04em;
}

.mc-tag {
  font-family: var(--font-en-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--text-mid);
  margin: 4px 0 24px;
}

.mc-rule { width: 60px; height: 1px; background: var(--gold-grad-h); margin: 0 0 24px; }

.mc-img {
  position: relative;
  aspect-ratio: 16/8;
  background: linear-gradient(135deg, oklch(25% 0.02 250) 0%, oklch(15% 0.005 250) 100%);
  border: 1px solid var(--line);
  margin-bottom: 28px;
  overflow: hidden;
}

.mc-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.mc-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin: 0 0 28px;
}

.mc-gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: oklch(15% 0.005 250);
  border: 1px solid var(--line);
}

.mc-gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--d-slow) var(--ease);
}

.mc-gallery-item:hover img { transform: scale(1.06); }

.mc-mb-photo img {
  position: absolute;
  /* width/height を 100% × scale で拡大することで実際にズームインさせる。
     負の inset でズーム分のオーバーシュートをセンタリング。 */
  --s: var(--mc-mb-scale, 1);
  top: calc((1 - var(--s)) * 50%);
  left: calc((1 - var(--s)) * 50%);
  width: calc(100% * var(--s));
  height: calc(100% * var(--s));
  object-fit: cover;
  object-position: var(--mc-mb-pos, center 18%);
  z-index: 1;
}

.mc-catch {
  font-family: var(--font-jp-disp);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.65;
  letter-spacing: 0.05em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px;
  word-break: keep-all;
}

.mc-desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  margin: 0 0 28px;
  word-break: keep-all;
}

.mc-meta {
  list-style: none;
  padding: 16px 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.mc-meta li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mc-meta li span {
  font-family: var(--font-jp-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-mid);
}
.mc-meta li b {
  font-family: var(--font-en-body);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--gold-high);
}

.mc-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border: 1px solid var(--gold);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--text-high);
  position: relative;
  overflow: hidden;
}
.mc-cta::before { content: ""; position: absolute; inset: 0; background: var(--gold-grad); transform: translateY(-101%); transition: transform var(--d-normal) var(--ease); }
.mc-cta:hover::before { transform: translateY(0); }
.mc-cta:hover { color: var(--bg-deep); }
.mc-cta > * { position: relative; }

/* COMING SOON 用：非クリッカブル + ホバー演出無し */
.mc-cta-disabled {
  border-color: var(--line);
  color: var(--text-low);
  cursor: not-allowed;
  user-select: none;
  letter-spacing: 0.24em;
}
.mc-cta-disabled::before { display: none; }
.mc-cta-disabled:hover { color: var(--text-low); }

.mc-subscribe {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--gold-mid);
  border-radius: 2px;
  background: oklch(15% 0.01 250);
}
.mc-sub-title {
  font-family: var(--font-jp-disp);
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--gold-high);
  margin: 0 0 12px;
}
.mc-sub-row { display: flex; gap: 8px; }
.mc-sub-row input { flex: 1; padding: 12px; background: oklch(10% 0.005 250); border: 1px solid var(--line); color: var(--text-high); font-family: var(--font-en-body); font-size: 13px; }
.mc-sub-row button { padding: 0 22px; background: var(--gold-grad); color: var(--bg-deep); font-weight: 500; letter-spacing: 0.16em; font-size: 12px; }

/* Member modal */
.mc-mb {
  display: grid;
  /* photo 列に最小幅と最大高さを設定して、bio が長くても写真が縮まないように */
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.mc-mb-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, oklch(26% 0.005 250) 0%, oklch(15% 0.005 250) 100%);
  border: 1px solid var(--line);
  overflow: hidden;
}
.mc-mb-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, oklch(24% 0.005 250) 0 2px, transparent 2px 14px);
  opacity: 0.5;
}
.mc-mb-photo .img-label {
  background: oklch(13% 0.01 250 / 0.85);
  color: var(--gold-high);
  border-color: oklch(50% 0.05 75 / 0.4);
}

.mc-mb-role {
  font-family: var(--font-en-body);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--gold);
  margin: 0 0 8px;
}

.mc-mb-name {
  font-family: var(--font-jp-disp);
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-high);
  margin: 0 0 8px;
}

.mc-mb-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 24px;
}

.mc-mb-bio {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  margin: 0 0 28px;
  word-break: keep-all;
  white-space: pre-line;
}

.mc-mb-sns {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.mc-mb-sns a {
  width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--text-mid);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(6px);
  animation: snsIn 480ms var(--ease) forwards;
  transition: color var(--d-fast) var(--ease), border-color var(--d-fast) var(--ease);
}
.mc-mb-sns a:hover { color: var(--gold); border-color: var(--gold); }
.mc-mb-sns a:nth-child(1) { animation-delay: 200ms; }
.mc-mb-sns a:nth-child(2) { animation-delay: 320ms; }
.mc-mb-sns a:nth-child(3) { animation-delay: 440ms; }

@keyframes snsIn { to { opacity: 1; transform: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1080px) {
  .hdr-nav > a:not(.hdr-cta):not([data-nav]) { display: inline; }
  .hdr-nav { gap: 18px; font-size: 11px; }
  .mvv { grid-template-columns: 1fr 1fr; }
  .mvv-values { grid-column: 1 / -1; }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .mb-grid { grid-template-columns: repeat(3, 1fr); }
  .nr-grid { grid-template-columns: 1fr; }
  /* 縦並び時は RECRUIT も1カラムに（画像は下に） */
  .nr-recruit { grid-template-columns: 1fr; }
  .nr-recruit .recruit-img { min-height: 320px; }
  .ft-grid { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  .br-sm { display: inline; }
  .br-md { display: inline; }
  .hdr { padding: 0 20px; }
  .hdr-nav { display: none; }
  .hdr-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: oklch(13% 0.01 250 / 0.97);
    border-bottom: 1px solid var(--line);
  }
  .hdr-burger { display: flex; }
  .hero-text { padding: clamp(60px, 10vh, 100px) 24px clamp(140px, 18vh, 200px); }
  .hero-meta { left: 24px; bottom: 60px; gap: 10px; font-size: 10px; letter-spacing: 0.28em; }
  .hv-card-1, .hv-card-3 { right: 8%; }
  .hv-card-2, .hv-card-4 { right: 4%; }
  .phil-grid { grid-template-columns: 1fr; }
  .phil-visual { aspect-ratio: 3044 / 3261; max-width: 520px; margin: 0 auto; }
  .biz-grid { grid-template-columns: 1fr; }
  .biz { grid-template-columns: 1fr; }
  .biz-img { aspect-ratio: 16/9; }
  .axis { grid-template-columns: 1fr 1fr; }
  .axis-item:nth-child(2n) { border-right: 0; }
  .msg-grid { grid-template-columns: 1fr; }
  .mb-grid { grid-template-columns: repeat(2, 1fr); }
  .mb-stage { padding: 0 8px; }
  .mb-nav { display: none; }
  .recruit-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; gap: 6px; }
  .ft-cols { grid-template-columns: 1fr 1fr; }
  .ft-bottom { flex-direction: column; gap: 16px; }
  .mc-mb { grid-template-columns: 1fr; }
  .news-item a,
  .news-item button { grid-template-columns: 100px 1fr 28px; }
  .news-item a .news-chip,
  .news-item button .news-chip { grid-column: 2; }
  .news-item a .news-title,
  .news-item button .news-title { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    transition-duration: 150ms !important;
  }
}

/* ============================================================
   Toast notification (Contact form success)
   ============================================================ */
.toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  max-width: 380px;
  background: oklch(14% 0.01 250 / 0.96);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid oklch(70% 0.11 80 / 0.5);
  border-radius: 6px;
  padding: 18px 22px;
  box-shadow: 0 14px 44px oklch(0% 0 0 / 0.5);
  color: var(--text-high, #fff);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.toast::before {
  /* gold accent line on the top */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold-grad-h);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.toast-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.toast-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--bg-deep, #0a0a0c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
}

.toast-text { min-width: 0; }

.toast-title {
  font-family: var(--font-jp-disp);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: oklch(82% 0.10 85);
  letter-spacing: 0.02em;
}

.toast-body {
  font-size: 12px;
  line-height: 1.7;
  color: oklch(82% 0.005 80);
  margin: 0;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .toast {
    top: auto;
    bottom: 20px;
    right: 16px;
    left: 16px;
    max-width: none;
  }
}

/* ============================================================
   News detail modal
   ============================================================ */
.news-detail {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(8px, 2vw, 16px);
  color: var(--text-high, #fff);
}
.news-detail-head { margin-bottom: 32px; }
.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.news-detail-title {
  font-family: var(--font-jp-disp);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
  word-break: normal;
  overflow-wrap: anywhere;
  background: linear-gradient(180deg, var(--text-high) 0%, oklch(82% 0.10 85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news-detail-body {
  font-size: 15px;
  line-height: 2;
  color: oklch(82% 0.005 80);
  letter-spacing: 0.04em;
}
.news-detail-body p { margin: 0 0 18px; }
.news-detail-link {
  margin-top: 28px;
}

.news-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  font-family: var(--font-en-body);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--gold-high);
  text-decoration: none;
  transition: background var(--d-fast) var(--ease), color var(--d-fast) var(--ease);
}

.news-link-btn:hover {
  background: var(--gold);
  color: var(--bg-deep);
}

.news-detail-foot {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid oklch(35% 0.005 250);
}

/* ============================================================
   News listing (all news modal)
   ============================================================ */
.news-listing {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(8px, 2vw, 16px);
  color: var(--text-high, #fff);
}
.news-listing-head {
  text-align: center;
  margin-bottom: 36px;
}
.news-listing-head .eyebrow-en {
  font-family: var(--font-en-disp);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--gold);
  display: block;
  margin-bottom: 12px;
}
.news-listing-title {
  font-family: var(--font-jp-disp);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  margin: 0;
  background: linear-gradient(180deg, var(--text-high) 0%, oklch(82% 0.10 85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news-listing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.news-card {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: oklch(18% 0.01 250);
  border: 1px solid oklch(30% 0.005 250);
  border-radius: 6px;
  padding: 20px 56px 20px 24px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  transition: background var(--d-fast) var(--ease),
              border-color var(--d-fast) var(--ease),
              transform var(--d-fast) var(--ease);
}
.news-card:hover {
  background: oklch(22% 0.01 250);
  border-color: var(--gold-mid, oklch(58% 0.10 75));
  transform: translateY(-2px);
}
.news-card-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
.news-card-title {
  font-family: var(--font-jp-disp);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 8px;
  color: var(--text-high, #fff);
  word-break: normal;
  overflow-wrap: anywhere;
}
.news-card-body {
  font-size: 12px;
  line-height: 1.85;
  color: oklch(70% 0.005 80);
  margin: 0;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 18px;
  transition: transform var(--d-fast) var(--ease);
}
.news-card:hover .news-card-arrow {
  transform: translateY(-50%) translateX(4px);
}

/* (news-item button: shared style with anchor handled above) */

/* ============================================================
   News listing pagination
   ============================================================ */
.news-listing-count {
  font-family: var(--font-en-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: oklch(68% 0.005 80);
  margin: 12px 0 0;
}

.news-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
  padding: 14px 18px;
  border-top: 1px solid oklch(30% 0.005 250);
  border-bottom: 1px solid oklch(30% 0.005 250);
}

.news-pager-btn {
  background: none;
  border: 1px solid oklch(40% 0.005 250);
  color: var(--text-high, #fff);
  font-family: var(--font-en-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 8px 18px;
  cursor: pointer;
  transition: background var(--d-fast) var(--ease),
              border-color var(--d-fast) var(--ease),
              color var(--d-fast) var(--ease);
}

.news-pager-btn:not(:disabled):hover {
  background: oklch(70% 0.11 80 / 0.12);
  border-color: var(--gold);
  color: var(--gold);
}

.news-pager-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.news-pager-info {
  font-family: var(--font-en-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: oklch(78% 0.005 80);
}
.news-pager-info b {
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
}

/* Toast: error state */
.toast.is-error {
  border-color: oklch(60% 0.18 25 / 0.6);
}
.toast.is-error::before {
  background: linear-gradient(90deg,
    oklch(50% 0.15 30) 0%,
    oklch(70% 0.20 25) 50%,
    oklch(50% 0.15 30) 100%);
}
.toast.is-error .toast-icon {
  background: oklch(62% 0.18 25);
  color: #fff;
}
.toast.is-error .toast-title { color: oklch(78% 0.16 30); }
