@charset "UTF-8";

/* =========================================================
   MANGOSTEEN Renewal - Static HTML Mock
   Design System : black × gold × white / cinematic / minimal
   ========================================================= */

/* ---------- 0. Webfont ---------- */
/* DIN Condensed: @font-face は inc/fonts.php から wp_add_inline_style で出力（woff2 マジック検証・preload 整合） */

/* ---------- 1. Design Tokens ---------- */
:root{
  /* color */
  --c-bg:        #050505;
  --c-bg-soft:   #0b0b0b;
  --c-bg-elev:   #111111;
  --c-line:      #1f1f1f;
  --c-line-2:    #2a2a2a;
  --c-text:      #e9e9e9;
  --c-text-mute: #8a8a8a;
  --c-text-dim:  #5a5a5a;
  --c-gold:      #c8a45d;
  --c-gold-soft: #b8924a;
  --c-gold-glow: rgba(200,164,93,.35);
  --c-white:     #ffffff;

  /* typography */
  --ff-en: "Inter","Helvetica Neue","Arial",system-ui,sans-serif;
  --ff-jp: "M PLUS 1p","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  --ff-display: "DIN Condensed",DINCondensed,"Bebas Neue","Oswald","Impact","Helvetica Neue Condensed","Arial Narrow",sans-serif;

  /* layout */
  --max:    1440px;
  --gutter: clamp(20px, 4vw, 64px);
  --header-h: 76px;

  /* motion */
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- 2. Reset ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  font-family: "DIN Condensed",DINCondensed,var(--ff-jp);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: .04em;
  overflow-x: hidden;
  overflow-y: auto;
}
img,svg,video{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; transition: color .3s var(--ease), opacity .3s var(--ease); }
a:hover{ color: var(--c-gold); }
button{ font: inherit; cursor:pointer; background:none; border:0; color:inherit; }
ul,ol{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,h5,h6,p{ margin:0; }
hr{ border:0; height:1px; background:var(--c-line); margin:0; }
::selection{ background: var(--c-gold); color:#000; }

/* ---------- 3. Typography ---------- */
/* Japanese body copy (M PLUS 1p) — English UI keeps --ff-en / --ff-display */
:is(
  .page-hero__lead,
  .article-body,
  .article-body p,
  .dealer__addr,
  .dealer__hours,
  .dealer__desc,
  .dealer-rank__head p,
  .dealers-distributor__lead,
  .dealers-distributor__company,
  .mgst-empty-state__jp,
  .sp-menu a small,
  .journal-feature__sub,
  .journal-feature__excerpt,
  .news-feature__excerpt,
  .featured-dealer-card__body p:not(.text-link),
  .container--narrow > .lead
){
  font-family: var(--ff-jp);
  font-weight: 400;
  letter-spacing: 0.08em;
}
:is(
  .dealers-distributor__title,
  .dealer-rank__head p
){
  font-family: var(--ff-jp);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.en{ font-family: var(--ff-en); letter-spacing:.18em; }
.display{
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: .88;
  color: var(--c-white);
  text-transform: uppercase;
}
.eyebrow{
  font-family: var(--ff-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .35em;
  color: var(--c-gold);
  text-transform: uppercase;
}
.eyebrow::before{
  content:""; display:inline-block;
  width: 28px; height:1px; background:var(--c-gold);
  vertical-align: middle; margin-right: 14px; transform: translateY(-2px);
}
.lead{ color: var(--c-text-mute); line-height:2; font-size:14px; }

/* ---------- 4. Layout ---------- */
.container{
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--wide{ max-width: 1680px; }
.container--narrow{ max-width: 880px; }
.site-main{
  overflow: visible;
  position: relative;
}
.site-main > *:not(.hero){
  position: relative;
  z-index: 2;
}
.section{ padding: clamp(80px, 12vw, 160px) 0; position: relative; }
.section--tight{ padding: clamp(60px, 8vw, 100px) 0; }

/* TOP — セクション間余白（最大 100px） */
.home .section{
  padding: clamp(60px, 8vw, 100px) 0;
}
.divider{ height:1px; background: var(--c-line); }
.divider--gold{ height:1px; background: linear-gradient(90deg, transparent, var(--c-gold), transparent); }

/* ---------- 5. Header ---------- */
.site-header{
  position: fixed; inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  display: flex; align-items: center;
  background: rgba(5,5,5,.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.site-header.is-scrolled{
  background: rgba(5,5,5,.85);
  border-bottom-color: var(--c-line);
}
.site-header__inner{
  width:100%; max-width: var(--max);
  margin: 0 auto; padding: 0 var(--gutter);
  display:flex; align-items:center; gap: 32px;
}
.site-logo{
  display:flex; align-items:center; gap:10px;
  font-family: var(--ff-en); font-weight: 600; letter-spacing:.2em;
  font-size: 14px; color: var(--c-white);
  line-height: 1;
}
.site-logo__img{
  display:block;
  height: 22px; width: auto;
  filter: drop-shadow(0 0 12px rgba(200,164,93,.18));
  transition: filter .35s var(--ease), transform .4s var(--ease), opacity .35s var(--ease);
}
.site-logo:hover .site-logo__img{
  filter: drop-shadow(0 0 16px rgba(200,164,93,.45));
}
/* 旧菱形マーク互換 (任意) */
.site-logo__mark{
  width: 22px; height: 22px;
  border:1px solid var(--c-gold);
  display:grid; place-items:center;
  color: var(--c-gold);
  font-size: 11px;
  transform: rotate(45deg);
}
.site-logo__mark span{ transform: rotate(-45deg); }

.gnav{ margin-left: auto; }
.gnav__list{
  display:flex; gap: clamp(14px, 2vw, 28px);
  font-family: var(--ff-en); font-size: 12px; letter-spacing:.18em;
}
.gnav__list a{
  display:inline-block; padding: 6px 0; color: var(--c-text);
  position: relative;
}
.gnav__list a::after{
  content:""; position:absolute; left:0; right:100%; bottom: 0;
  height:1px; background: var(--c-gold);
  transition: right .35s var(--ease);
}
.gnav__list a:hover::after{ right:0; }

.site-utility{ display:flex; align-items:center; gap: 14px; }
.site-utility a{
  width: 34px; height: 34px;
  border:1px solid var(--c-line-2);
  display:grid; place-items:center;
  color: var(--c-text-mute);
  border-radius: 999px;
  transition: all .3s var(--ease);
}
.site-utility a:hover{ color: var(--c-gold); border-color: var(--c-gold); }
.site-utility .btn-store{
  width: auto; padding: 0 16px; border-radius: 999px;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em;
}

.hamburger{
  display:none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  margin-left: 8px;
}
.hamburger span{
  display:block; width: 22px; height:1px; background: var(--c-white);
  position: relative;
}
.hamburger span::before,
.hamburger span::after{
  content:""; position:absolute; left:0; width:22px; height:1px; background:var(--c-white);
  transition: transform .35s var(--ease), top .35s var(--ease);
}
.hamburger span::before{ top:-7px; }
.hamburger span::after { top: 7px; }
.is-menu-open .hamburger span{ background: transparent; }
.is-menu-open .hamburger span::before{ top:0; transform: rotate(45deg); }
.is-menu-open .hamburger span::after { top:0; transform: rotate(-45deg); }

/* ---------- 6. SP Fullscreen Menu ---------- */
.sp-menu{
  position: fixed; inset: 0;
  background: var(--c-bg);
  z-index: 90;
  opacity: 0; pointer-events: none;
  transition: opacity .5s var(--ease);
  display:flex; flex-direction:column;
  padding: calc(var(--header-h) + 24px) var(--gutter) 40px;
}
.is-menu-open .sp-menu{ opacity: 1; pointer-events: auto; }
.sp-menu__list{ display:flex; flex-direction:column; }
.sp-menu__list li{ border-bottom: 1px solid var(--c-line); }
.sp-menu__list a{
  display:flex; align-items:center; justify-content:space-between;
  padding: 22px 4px;
  font-family: var(--ff-en); font-size: 18px; letter-spacing: .18em;
  color: var(--c-white);
}
.sp-menu__list a small{
  font-family: var(--ff-jp); font-size: 11px; letter-spacing: .1em;
  color: var(--c-text-mute);
  margin-left: auto; margin-right: 18px;
}
.sp-menu__list a .arrow{
  color: var(--c-gold); font-size: 14px; transition: transform .3s var(--ease);
}
.sp-menu__list a:hover .arrow{ transform: translateX(6px); }
.sp-menu__foot{
  margin-top: auto; padding-top: 32px;
  display:flex; gap: 18px; color: var(--c-text-mute);
}
.sp-menu__foot a{
  width: 40px; height: 40px;
  border:1px solid var(--c-line-2); border-radius:999px;
  display:grid; place-items:center;
  transition: all .3s var(--ease);
}
.sp-menu__foot a:hover{ color: var(--c-gold); border-color: var(--c-gold); }

/* ---------- 7. Buttons ---------- */
.btn{
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 28px;
  font-family: var(--ff-en); font-size: 12px; letter-spacing: .28em;
  border: 1px solid var(--c-line-2);
  color: var(--c-white);
  background: transparent;
  position: relative;
  transition: border-color .35s var(--ease), color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.btn:hover{
  border-color: var(--c-gold);
  color: var(--c-gold);
  box-shadow: 0 0 0 1px var(--c-gold-glow), 0 12px 40px -12px var(--c-gold-glow);
}
.btn .arrow{ transition: transform .35s var(--ease); }
.btn:hover .arrow{ transform: translateX(6px); }
.btn--gold{ border-color: var(--c-gold); color: var(--c-gold); }
.btn--gold:hover{ background: var(--c-gold); color:#000; }
.btn--solid{ background: var(--c-gold); border-color: var(--c-gold); color:#000; }
.btn--solid:hover{ background: var(--c-white); border-color: var(--c-white); color:#000; }
.btn--ghost{ border-color: transparent; padding-left: 0; padding-right: 0; }
.btn--ghost:hover{ background: transparent; box-shadow:none; }

.text-link{
  display:inline-flex; align-items:center; gap: 10px;
  font-family: var(--ff-en); font-size:12px; letter-spacing:.25em;
  color: var(--c-text);
  position:relative; padding-bottom: 8px;
}
.text-link::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:1px;
  background: var(--c-line-2);
}
.text-link:hover{ color: var(--c-gold); }
.text-link:hover::after{ background: var(--c-gold); }

/* ---------- 8. Hero (Top) ---------- */
.hero{
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: var(--header-h);
  display: flex; align-items: stretch;
  background: var(--c-bg);
  overflow: visible;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(60% 50% at 70% 60%, rgba(200,164,93,.06), transparent 72%),
    radial-gradient(120% 80% at 50% 100%, rgba(0,0,0,.48), transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.hero__media,
.hero__bg{
  position:absolute; inset:0;
  z-index: 0;
}
.hero__media img,
.hero__media .media-placeholder{
  width:100%; height:100%; object-fit: cover; object-position: center 60%;
  filter: brightness(.78) contrast(1.05) saturate(.9);
}
.hero__media .hero-image{
  width: 100%;
  height: 100%;
}
.hero__media::after{
  content:""; position:absolute; inset:0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.22) 40%, rgba(0,0,0,.06) 74%, rgba(0,0,0,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,.22) 0%, transparent 34%, rgba(0,0,0,.52) 100%);
}
.hero__inner{
  position: relative; z-index: 2;
  width: 100%; max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(60px, 8vw, 100px);
  display: grid; grid-template-rows: 1fr auto;
  align-items: end;
}
.hero__copy{
  align-self: center;
  padding-top: clamp(80px, 14vw, 160px);
  max-width: 720px;
}
.hero__title{
  font-family: var(--ff-display);
  font-weight: 200;
  font-size: clamp(48px, 8.6vw, 132px);
  line-height: .92;
  letter-spacing: -.02em;
  color: var(--c-white);
  margin-top: 28px;
  text-shadow:
    0 1px 22px rgba(0,0,0,.5),
    0 3px 48px rgba(0,0,0,.35);
}
.hero__title em{
  font-style: normal;
  color: var(--c-gold);
  font-weight: 300;
}
.hero__sub{
  margin-top: 36px;
  max-width: 460px;
  color: var(--c-text-mute);
  line-height: 2;
  font-size: 14px;
}
.hero__cta{
  margin-top: 44px;
  display: flex; gap: 16px; flex-wrap: wrap;
}
.hero__meta{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 24px; padding-top: 56px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em;
  color: var(--c-text-mute);
}
.hero__meta .scroll{
  display:flex; align-items:center; gap: 12px;
}
.hero__meta .scroll::before{
  content:""; width:1px; height: 40px; background: var(--c-gold);
  display:inline-block; transform: translateY(8px);
  animation: scroll-line 2.4s var(--ease) infinite;
}
@keyframes scroll-line{
  0%{ transform: scaleY(0) translateY(0); transform-origin: top; }
  50%{ transform: scaleY(1) translateY(0); transform-origin: top; }
  51%{ transform: scaleY(1) translateY(0); transform-origin: bottom; }
  100%{ transform: scaleY(0) translateY(0); transform-origin: bottom; }
}

/* ---------- 9. Strength / Features ---------- */
.strength__head{
  display:grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
  margin-bottom: clamp(60px, 8vw, 100px);
}
.strength__title{
  font-family: var(--ff-display); font-weight: 200;
  font-size: clamp(40px, 6vw, 84px); line-height: 1; color: var(--c-white);
  letter-spacing: -.01em;
}
.strength__title em{ color: var(--c-gold); font-style:normal; }
.feature-grid{
  display:grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--c-line);
  border-left: 1px solid var(--c-line);
}
.feature-card{
  padding: 44px 32px 56px;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  position:relative;
  transition: background .35s var(--ease);
}
.feature-card:hover{ background: linear-gradient(180deg, rgba(200,164,93,.06), transparent); }
.feature-card .icon{
  width: 48px; height: 48px;
  display:grid; place-items:center;
  border:1px solid var(--c-gold);
  color: var(--c-gold);
  margin-bottom: 32px;
  transform: rotate(45deg);
}
.feature-card .icon i{ transform: rotate(-45deg); font-size: 18px; }
.feature-card .num{
  position:absolute; top: 24px; right: 28px;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em; color: var(--c-text-dim);
}
.feature-card h3{
  font-family: var(--ff-display); font-weight: 300;
  font-size: 22px; line-height: 1.3; color: var(--c-white);
  margin-bottom: 12px;
}
.feature-card p{ color: var(--c-text-mute); font-size: 13px; line-height: 1.95; }

/* STRENGTH: スクロール演出に依存しない初期表示（.reveal 非使用・ACF 空でもグリッド常時可視） */
.section--strength .strength__grid,
.section--strength .strength-card{
  opacity: 1;
  visibility: visible;
  transform: none;
  height: auto;
  overflow: visible;
}

/* ---------- 9-b. Empty / placeholder（ACF 未入力でもレイアウト維持） ---------- */
.mgst-empty-state{
  text-align: center;
  padding: clamp(40px, 6vw, 72px) var(--gutter);
  border: 1px dashed var(--c-line-2);
  color: var(--c-text-mute);
  background: rgba(11, 11, 11, .55);
}
.mgst-empty-state__en{
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .24em;
  color: var(--c-white);
  margin: 0 0 12px;
  text-transform: uppercase;
}
.mgst-empty-state__jp{
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
  max-width: 36em;
  margin-inline: auto;
}
.mgst-empty-state--span{
  grid-column: 1 / -1;
  width: 100%;
  justify-self: stretch;
}
.dealer-rank__empty{
  border: 0;
  padding: clamp(20px, 3vw, 32px) 0;
  margin: 0;
  text-align: left;
}
.news-feature--placeholder .news-feature__title{
  font-size: clamp(28px, 4vw, 44px);
}
.news-card--placeholder{ opacity: .92; }
.bike-card--placeholder{ opacity: .95; }
.featured-dealer-card--placeholder{ opacity: .96; }
.article-kv--placeholder .media-placeholder{ filter: brightness(.55); }

/* ---------- 10. Lineup teaser ---------- */
.lineup-teaser{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bike-card{
  position: relative;
  border:1px solid var(--c-line);
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  overflow: hidden;
  transition: border-color .35s var(--ease), transform .5s var(--ease);
}
.bike-card:hover{ border-color: var(--c-gold); }
.bike-card__media{
  position:relative; aspect-ratio: 3/2; overflow:hidden;
}
.bike-card__media img,
.bike-card__media .media-placeholder,
.bike-card__media .lineup-ft02-image,
.bike-card__media .lineup-ft02mini-image{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.85) contrast(1.05);
  transition: transform 1.2s var(--ease), filter .6s var(--ease);
}
.bike-card:hover .bike-card__media img,
.bike-card:hover .bike-card__media .media-placeholder,
.bike-card:hover .bike-card__media .lineup-ft02-image,
.bike-card:hover .bike-card__media .lineup-ft02mini-image{ transform: scale(1.04); filter: brightness(1) contrast(1.05); }
.bike-card__media::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.6) 100%);
}
.bike-card__body{ padding: 28px 28px 32px; position:relative; }
.bike-card__cat{
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .35em;
  color: var(--c-gold);
}
.bike-card__name{
  font-family: var(--ff-display); font-weight: 300;
  font-size: 28px; color: var(--c-white); line-height: 1.1;
  margin-top: 8px;
}
.bike-card__sub{ color: var(--c-text-mute); font-size: 12px; margin-top: 10px; letter-spacing: .1em; }
.bike-card__arrow{
  position:absolute; top: 28px; right: 28px;
  width: 36px; height: 36px;
  border:1px solid var(--c-line-2);
  display:grid; place-items:center;
  color: var(--c-text-mute);
  border-radius: 50%;
  transition: all .35s var(--ease);
}
.bike-card:hover .bike-card__arrow{
  background: var(--c-gold); color: #000; border-color: var(--c-gold);
}
/* MACHINE release status — 英語主役 + 日本語補助 */
.mgst-release-status{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1;
}
.mgst-release-status__en{
  font-family: var(--ff-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
}
.mgst-release-status__jp{
  font-size: 10px;
  line-height: 1;
  margin-top: 4px;
  opacity: 0.65;
  letter-spacing: 0.08em;
}
.mgst-release-status--developing .mgst-release-status__en{ color: rgba(255,255,255,.52); }
.mgst-release-status--developing .mgst-release-status__jp{ color: rgba(255,255,255,.45); }
.mgst-release-status--arriving .mgst-release-status__en{ color: rgba(210, 188, 150, .88); }
.mgst-release-status--arriving .mgst-release-status__jp{ color: rgba(210, 188, 150, .62); }
.mgst-release-status--on_sale .mgst-release-status__en{ color: rgba(255,255,255,.92); }
.mgst-release-status--on_sale .mgst-release-status__jp{ color: rgba(255,255,255,.58); }

.mgst-release-status--card{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 10px 7px;
  border: 1px solid var(--c-line-2);
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(4px);
}

.mgst-release-status--hero{
  margin-top: 18px;
  padding: 10px 12px 9px;
  border: 1px solid var(--c-line-2);
  background: rgba(0,0,0,.35);
}

.product-hero__release-status{
  margin-top: 16px;
}
.product-hero__release-status .mgst-release-status--hero{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.mgst-release-status__tagline{
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 10px;
}
.mgst-release-status__tagline-en{
  font-family: var(--ff-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.mgst-release-status__tagline-jp{
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,.38);
}

/* MACHINE — developing single */
#mgst-machine-product.is-machine-release-developing .machine-developing-notice{
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--c-line-2);
  background: rgba(0,0,0,.28);
  max-width: 640px;
}
#mgst-machine-product .machine-developing-notice__en{
  font-family: var(--ff-en);
  font-size: 11px;
  line-height: 1.85;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,.62);
  margin: 0;
}
#mgst-machine-product .machine-developing-notice__jp{
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255,255,255,.48);
  margin: 10px 0 0;
  letter-spacing: 0.06em;
}
#mgst-machine-product .product-hero__actions--developing{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
#mgst-machine-product .machine-developing-cta__soon{
  opacity: .72;
  cursor: default;
  pointer-events: none;
}

/* ---------- 11. World — worldwide.png + typography（section BG グラデ画像は不使用） ---------- */
.world--lux{
  --lux-black: #050505;
  --lux-white: #f3f3f3;
  --lux-gold: #c8a96b;
  background-color: var(--lux-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}

.world__inner{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
  position: relative;
  overflow: visible;
}

.world--lux .world-grid--ww{
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  gap: clamp(40px, 6vw, 96px);
  align-items: stretch;
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.world--lux .world-grid__copy{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  height: 100%;
  padding-right: clamp(12px, 3vw, 56px);
  position: relative;
  z-index: 2;
}

.world--lux .world-grid__eyebrow{
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: #c8a96b;
  margin: 0 0 clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  text-shadow: 0 1px 16px rgba(5, 5, 5, 0.75);
}

.world--lux .world-grid__title{
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 24px);
}
.world--lux .world-grid__title-line{
  display: block;
  font-family: var(--ff-display);
  color: var(--lux-white);
}
.world--lux .world-grid__title-line--primary{
  font-weight: 700;
  font-size: clamp(72px, 7vw, 140px);
  line-height: 0.92;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 2px 32px rgba(5, 5, 5, 0.85);
}
.world--lux .world-grid__title-line--secondary{
  font-weight: 300;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: 0.08em;
  color: rgba(243, 243, 243, 0.88);
  text-shadow: 0 2px 28px rgba(5, 5, 5, 0.8);
}
.world--lux .world-grid__title-line em{
  font-style: normal;
  color: var(--lux-gold);
  font-weight: 400;
}

.world--lux .world-grid__lead{
  margin: clamp(40px, 5vw, 56px) 0 0;
  max-width: 34em;
}
.world--lux .world-grid__lead--jp{
  margin: 0;
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.08em;
  color: rgba(243, 243, 243, 0.55);
  text-shadow: 0 1px 18px rgba(5, 5, 5, 0.7);
}
.world--lux .world-grid__lead--jp2{
  margin-top: 0.35em;
  color: rgba(243, 243, 243, 0.48);
}

.world--lux .world-grid__actions{
  margin-top: auto;
  margin-bottom: 0;
  padding-top: clamp(22px, 2.8vw, 32px);
  border-top: 1px solid rgba(200, 169, 107, 0.12);
  position: relative;
  z-index: 2;
}

.world--lux .world__cta{
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 0.45s var(--ease),
    color 0.45s var(--ease),
    box-shadow 0.5s var(--ease);
}
.world--lux .world__cta i{
  font-size: 10px;
  opacity: 0.75;
  transition: transform 0.4s var(--ease);
}
.world--lux .world__cta--lux{
  border: 1px solid rgba(200, 169, 107, 0.48);
  color: var(--lux-gold);
  background: #050505;
  box-shadow: none;
}
.world--lux .world__cta--lux:hover{
  border-color: rgba(200, 169, 107, 0.85);
  color: #fdf6e8;
  box-shadow:
    0 0 0 1px rgba(200, 169, 107, 0.12),
    0 0 48px -12px rgba(200, 169, 107, 0.28);
}
.world--lux .world__cta--lux:hover i{
  transform: translateX(4px);
}

.world--lux .world-grid__visual{
  position: relative;
  z-index: 0;
  min-height: min(72vh, 720px);
  overflow: visible;
  padding-bottom: 0;
}

.world-proofs{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 24px);
  padding-top: clamp(22px, 2.8vw, 32px);
  border-top: 1px solid rgba(200, 169, 107, 0.12);
}
.world-proofs__item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.world-proofs__ico{
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: rgba(200, 169, 107, 0.58);
  margin-top: 1px;
}
.world-proofs__ico--mark{
  width: 20px;
  height: 20px;
  color: rgba(200, 169, 107, 0.52);
}
.world-proofs__text{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.world-proofs__en{
  font-family: var(--ff-en);
  font-size: 8px;
  letter-spacing: 0.22em;
  color: rgba(200, 169, 107, 0.78);
  text-transform: uppercase;
  line-height: 1.35;
}
.world-proofs__jp{
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: rgba(243, 243, 243, 0.32);
}

.world-visual{
  position: absolute;
  left: clamp(0px, 2.5vw, 0px);
  right: auto;
  top: 40%;
  bottom: auto;
  width: clamp(720px, 78vw, 1200px);
  max-width: 1200px;
  margin: 0;
  padding: 0;
  transform: translateY(calc(-50% + 1.5vh)) translateX(calc(6% - 10vw)) scale(0.88);
  transform-origin: 0% 0%;
  pointer-events: none;
  display: block;
}

/* 日本〜NEW 付近だけ相対的に明るさを残す（全体は暗く） */
.world-visual::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 20% 25% at 70% 40%,
    rgba(200, 169, 107, 0.14) 0%,
    rgba(243, 243, 243, 0.06) 28%,
    transparent 58%
  );
  mix-blend-mode: screen;
  opacity: 0.75;
}

.world-visual::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 36% 44% at 70% 41%,
    rgba(5, 5, 5, 0) 0%,
    rgba(5, 5, 5, 0) 36%,
    rgba(5, 5, 5, 0.45) 100%
  );
}

.world-visual__img{
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: 48% 44%;
  opacity: 0.62;
  filter: brightness(0.84) saturate(0.88);
}

@media (prefers-reduced-motion: reduce){
  .world--lux .world__cta,
  .world--lux .world__cta i{
    transition: none;
  }
}

@media (max-width: 1080px){
  .world--lux .world-grid--ww{
    grid-template-columns: 1fr;
    gap: clamp(48px, 8vw, 80px);
  }
  .world--lux .world-grid__copy{
    min-height: 0;
    height: auto;
    padding-right: 0;
    order: 1;
  }
  .world--lux .world-grid__actions{
    margin-top: clamp(44px, 5.5vw, 64px);
  }
  .world--lux .world-grid__visual{
    order: 2;
    min-height: min(52vh, 520px);
    overflow: visible;
    padding-bottom: clamp(100px, 14vw, 132px);
  }
  .world-proofs{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
    column-gap: clamp(12px, 3vw, 24px);
  }
  .world-visual{
    position: relative;
    left: 50%;
    width: min(165vw, 1200px);
    max-width: 1200px;
    right: auto;
    top: auto;
    margin: 0 auto -10vh;
    transform: translateX(calc(-50% + 2vw)) scale(0.88);
    transform-origin: 62% 44%;
  }
  .world-visual__img{
    object-position: 46% 44%;
    opacity: 0.6;
  }
  .world-visual::before{
    opacity: 0.65;
  }
  .world-visual::after{
    background: radial-gradient(
      ellipse 34% 42% at 66% 40%,
      rgba(5, 5, 5, 0) 0%,
      rgba(5, 5, 5, 0) 34%,
      rgba(5, 5, 5, 0.42) 100%
    );
  }
}

/* WORLD — mobile: map as subtle backdrop; copy remains primary (PC / tablet landscape unchanged above 768px) */
@media (max-width: 768px){
  .world--lux{
    padding-bottom: clamp(40px, 8vw, 56px);
  }
  .world--lux .world__inner{
    overflow-x: hidden;
    padding-bottom: clamp(24px, 5vw, 40px);
  }
  .world--lux .world-grid--ww{
    gap: clamp(36px, 7vw, 56px);
  }
  .world--lux .world-grid__copy{
    position: relative;
    z-index: 3;
  }
  .world--lux .world-grid__visual{
    order: 2;
    min-height: min(38vh, 340px);
    padding-bottom: clamp(112px, 20vw, 148px);
    overflow: hidden;
  }
  .world-visual{
    position: absolute;
    left: auto;
    right: -8vw;
    bottom: 6%;
    top: auto;
    width: 68vw;
    max-width: 320px;
    margin: 0;
    transform: none;
    transform-origin: 100% 100%;
  }
  .world-visual__img{
    opacity: 0.52;
    filter: brightness(0.8) saturate(0.82);
    object-position: 54% 48%;
  }
  .world-visual::before{
    opacity: 0.42;
    background: radial-gradient(
      ellipse 22% 28% at 72% 42%,
      rgba(200, 169, 107, 0.1) 0%,
      rgba(243, 243, 243, 0.04) 26%,
      transparent 56%
    );
  }
  .world-visual::after{
    background: radial-gradient(
      ellipse 38% 46% at 68% 44%,
      rgba(5, 5, 5, 0) 0%,
      rgba(5, 5, 5, 0.12) 38%,
      rgba(5, 5, 5, 0.52) 100%
    );
  }
  .world-proofs{
    position: absolute;
    z-index: 4;
  }
}

@media (max-width: 720px){
  .world__inner{
    padding-top: 0;
    padding-bottom: 0;
  }
  .world--lux .world-grid__title-line--primary{
    font-size: clamp(44px, 12vw, 88px);
  }
  .world--lux .world-grid__title-line--secondary{
    font-size: clamp(20px, 5vw, 34px);
  }
}

@media (max-width: 480px){
  .world--lux .world-grid__title-line--primary{
    font-size: clamp(36px, 11vw, 64px);
    letter-spacing: 0.02em;
  }
  .world-proofs{
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }
  .world-proofs__en{
    font-size: 7px;
    letter-spacing: 0.18em;
  }
  .world-proofs__jp{
    font-size: 8px;
  }
}


/* ---------- 12. Section heads ---------- */
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 32px; margin-bottom: clamp(40px, 6vw, 72px);
}
.section-head__title{
  font-family: var(--ff-display); font-weight:200;
  font-size: clamp(32px,5vw,64px); line-height: 1;
  color: var(--c-white); letter-spacing: -.005em;
}
.section-head__title small{
  display:block; font-family: var(--ff-en); font-weight: 500;
  font-size: 11px; letter-spacing: .35em; color: var(--c-gold);
  margin-bottom: 18px;
}

/* ---------- 13. Page Hero (sub pages) ---------- */
.page-hero{
  position: relative;
  padding-top: calc(var(--header-h) + clamp(80px, 12vw, 140px));
  padding-bottom: clamp(60px, 8vw, 100px);
  border-bottom: 1px solid var(--c-line);
  background: var(--c-bg);
  overflow: hidden;
}
.page-hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(60% 40% at 80% 80%, rgba(200,164,93,.06), transparent 70%);
}
.page-hero__inner{ position:relative; }
.breadcrumb{
  font-family: var(--ff-en); font-size: 10px; letter-spacing:.3em;
  color: var(--c-text-dim);
  margin-bottom: 28px;
}
.breadcrumb a{ color: var(--c-text-mute); }
.breadcrumb span{ color: var(--c-text-mute); margin: 0 12px; }
.page-hero__title{
  font-family: var(--ff-display); font-weight: 200;
  font-size: clamp(48px, 8vw, 112px); line-height: .9; color: var(--c-white);
  letter-spacing: -.01em;
}
.page-hero__title small{
  display:block; font-family: var(--ff-en); font-weight: 400;
  font-size: 11px; letter-spacing: .4em; color: var(--c-gold);
  margin-bottom: 22px;
}
.page-hero__lead{
  margin-top: 28px; max-width: 540px;
  color: var(--c-text-mute); font-size: 14px; line-height: 2;
}

/* ---------- 14. Lineup grid ---------- */
.lineup-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.lineup-grid .bike-card__media{ aspect-ratio: 3/2; }

/* ---------- 15. Product page ---------- */
.product-hero{
  display:grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: calc(var(--header-h) + clamp(60px, 9vw, 110px));
  padding-bottom: clamp(60px, 9vw, 100px);
  position:relative; overflow:hidden;
}
.product-hero__copy{ position: relative; }
.product-hero__model{
  font-family: var(--ff-en); font-weight: 500; letter-spacing: .35em;
  color: var(--c-gold); font-size: 12px;
}
.product-hero__name{
  font-family: var(--ff-display); font-weight: 200;
  font-size: clamp(48px, 7vw, 104px); line-height: .9;
  color: var(--c-white); margin-top: 14px; letter-spacing: -.01em;
}
.product-hero__name em{ color: var(--c-gold); font-style: normal; font-weight: 300; }
.product-hero__lead{
  margin-top: 36px; max-width: 460px;
  color: var(--c-text-mute); font-size: 14px; line-height: 2;
}
.product-hero__media{
  position: relative; aspect-ratio: 16/10;
  background: var(--c-bg-soft);
  border:1px solid var(--c-line);
}
.product-hero__media img,
.product-hero__media .media-placeholder,
.product-hero__media .product-kv-image{
  width:100%; height:100%; object-fit:cover; filter: brightness(.95) contrast(1.05);
}
.product-hero__media::after{
  content:""; position:absolute; inset: auto 0 0 0; height: 50%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
  pointer-events: none;
}

.colors{
  display:flex; gap: 14px; margin-top: 40px; align-items:center;
}
.colors__label{ font-family: var(--ff-en); font-size: 10px; letter-spacing:.3em; color: var(--c-text-dim); margin-right:8px;}
.color-swatch{
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--c-line-2);
  position: relative;
  cursor: pointer;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.color-swatch:hover{ transform: scale(1.06); border-color: var(--c-gold); }
.color-swatch.is-active{ border-color: var(--c-gold); box-shadow: 0 0 0 3px rgba(200,164,93,.2); }

/* MACHINE MODEL selector（580 / 1000） */
.machine-model-selector{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}
.machine-model-selector__label{
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--c-text-dim);
  margin-right: 4px;
  flex-shrink: 0;
}
.machine-model-selector__track{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.machine-model-selector__track::-webkit-scrollbar{ display: none; }
.machine-model-btn{
  flex: 0 0 auto;
  min-width: 72px;
  padding: 10px 22px;
  border: 1px solid var(--c-line-2);
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.78);
  font-family: var(--ff-en);
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1;
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
}
.machine-model-btn:hover{
  border-color: rgba(200,164,93,.55);
  color: #fff;
}
.machine-model-btn.is-active{
  background: #0a0a0a;
  border-color: var(--c-gold);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(200,164,93,.35), inset 0 0 0 1px rgba(200,164,93,.12);
}
@media (max-width: 767px){
  .machine-model-selector{
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 28px;
  }
  .machine-model-selector__track{
    flex: 1 1 auto;
    max-width: 100%;
  }
}

/* MACHINE 単一: カラー切替（スウォッチ 18px・KV フェード） */
.colors--machine{
  flex-wrap: wrap;
  gap: 12px;
}
.color-swatch--machine{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 0;
  background-clip: padding-box;
}
.color-swatch--machine:hover{
  transform: scale(1.1);
  border-color: var(--c-gold);
}
.color-swatch--machine.is-active{
  transform: scale(1.2);
  border-color: var(--c-gold);
  box-shadow: 0 0 0 2px rgba(200,164,93,.35);
}
.color-swatch--machine.is-active:hover{
  transform: scale(1.2);
}
.product-kv-image.js-machine-kv{
  transition: opacity .3s ease, transform .3s ease;
  background-size: cover;
  background-position: center;
}

/* MACHINE HERO — 画像主体レイアウト・バランス */
#mgst-machine-product .product-hero--machine{
  display: block;
  padding-top: calc(var(--header-h) + clamp(56px, 8vw, 96px));
  padding-bottom: clamp(56px, 8vw, 88px);
  overflow: visible;
}
#mgst-machine-product .machine-hero-inner{
  width: min(1680px, calc(100% - 120px));
  margin: 0 auto;
}
#mgst-machine-product .machine-hero-grid{
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(720px, 1.08fr);
  gap: 36px;
  align-items: center;
}
#mgst-machine-product .machine-hero-copy{
  position: relative;
  max-width: 740px;
}
#mgst-machine-product .product-hero__model{
  margin-bottom: 0;
}
#mgst-machine-product .product-hero__name{
  margin-top: 12px;
  margin-bottom: 18px;
}
#mgst-machine-product .machine-hero-description{
  margin-top: 22px;
  max-width: none;
  font-size: 18px;
  line-height: 2.1;
  color: rgba(255,255,255,.82);
}
#mgst-machine-product .product-hero__price--machine{
  margin-top: 28px;
}
#mgst-machine-product .product-hero__order-status{
  margin-top: 16px;
}
#mgst-machine-product .colors--machine{
  margin-top: 44px;
}
#mgst-machine-product .product-hero__actions--machine{
  margin-top: 36px;
}
#mgst-machine-product .machine-hero-media{
  width: 100%;
  min-height: 640px;
  aspect-ratio: auto;
  overflow: hidden;
  background: var(--c-bg-soft);
  border: 1px solid var(--c-line);
}
#mgst-machine-product .machine-hero-image,
#mgst-machine-product .machine-hero-media .product-kv-image{
  display: block;
  width: 100%;
  min-height: 640px;
  aspect-ratio: 16 / 10;
  height: auto;
}
#mgst-machine-product .machine-hero-media img{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px){
  #mgst-machine-product .machine-hero-inner{
    width: calc(100% - 48px);
  }
  #mgst-machine-product .machine-hero-grid{
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #mgst-machine-product .machine-hero-copy{
    max-width: 100%;
  }
  #mgst-machine-product .machine-hero-description{
    max-width: 100%;
  }
  #mgst-machine-product .machine-hero-media,
  #mgst-machine-product .machine-hero-image,
  #mgst-machine-product .machine-hero-media .product-kv-image{
    min-height: 0;
  }
  #mgst-machine-product .machine-hero-media img{
    aspect-ratio: 16 / 11;
  }
  #mgst-machine-product .machine-hero-image,
  #mgst-machine-product .machine-hero-media .product-kv-image{
    aspect-ratio: 16 / 11;
  }
}

/* MACHINE HERO KV — 常時見やすく（暗転・hover明る化を廃止） */
#mgst-machine-product .machine-hero-media::after{
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.28));
  pointer-events: none;
}
#mgst-machine-product .machine-hero-media img,
#mgst-machine-product .machine-hero-media .machine-hero-image,
#mgst-machine-product .machine-hero-media .product-kv-image{
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(1) contrast(1.02) !important;
  transition: transform .6s ease, filter .6s ease;
  background-color: transparent;
}
#mgst-machine-product .machine-hero-media:hover img,
#mgst-machine-product .machine-hero-media:hover .machine-hero-image,
#mgst-machine-product .machine-hero-media:hover .product-kv-image{
  filter: brightness(1) contrast(1.02) !important;
  transform: scale(1.015);
  box-shadow: none;
  opacity: 1 !important;
}
.gallery-grid--machine .cell--full{
  grid-column: 1 / -1;
}

/* MACHINE gallery — 実画像を常時可視（§25 / §28 の opacity・filter を打ち消す） */
.gallery-grid--machine .cell,
.gallery-grid--machine .machine-gallery-item{
  position: relative;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
}
.gallery-grid--machine .machine-gallery{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.gallery-grid--machine{
  gap: 6px;
}
.gallery-grid--machine .cell,
.gallery-grid--machine .machine-gallery-item{
  border-color: rgba(255, 255, 255, 0.06);
}
.gallery-grid--machine img,
.gallery-grid--machine .machine-gallery__image,
.machine-gallery img,
.machine-gallery__image,
.machine-gallery-item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  z-index: 2;
  filter: none !important;
  transform: none;
  background: transparent;
}
.gallery-grid--machine img.is-ready,
.gallery-grid--machine .machine-gallery__image.is-ready{
  opacity: 1;
}
.gallery-grid--machine .machine-gallery-trigger{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.gallery-grid--machine .machine-gallery-trigger::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  transition: background 0.48s ease-out;
  pointer-events: none;
}
.gallery-grid--machine .machine-gallery-trigger:hover::after,
.gallery-grid--machine .machine-gallery-trigger:focus-visible::after{
  background: rgba(0, 0, 0, 0.22);
}
.gallery-grid--machine .machine-gallery-trigger .machine-gallery__image{
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  transition: transform 0.48s ease-out, filter 0.48s ease-out;
}
.gallery-grid--machine .cell:hover img,
.gallery-grid--machine .cell:hover .machine-gallery__image,
.gallery-grid--machine .machine-gallery-trigger:hover .machine-gallery__image,
.gallery-grid--machine .machine-gallery-trigger:focus-visible .machine-gallery__image{
  transform: scale(1.03);
  filter: brightness(0.9) contrast(1.04) !important;
}
.gallery-grid--machine .cell .media-placeholder{
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none;
}
.machine-gallery-empty,
.gallery-empty{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--c-text-dim);
}
.gallery-empty p{
  margin: 0;
}

/* MACHINE gallery — fullscreen lightbox */
html.mgst-gallery-lightbox-open,
body.mgst-gallery-lightbox-open{
  overflow: hidden;
  overscroll-behavior: none;
}
body.mgst-gallery-lightbox-open{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
.mgst-gallery-lightbox{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y pinch-zoom;
}
.mgst-gallery-lightbox.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  touch-action: none;
}
.mgst-gallery-lightbox__backdrop{
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  pointer-events: auto;
}
.mgst-gallery-lightbox__close{
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  right: max(16px, env(safe-area-inset-right));
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  transition: color 0.28s ease, background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  -webkit-appearance: none;
  appearance: none;
}
.mgst-gallery-lightbox__close-icon{
  display: block;
  font-family: var(--ff-en);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-1px);
}
.mgst-gallery-lightbox__close:hover,
.mgst-gallery-lightbox__close:focus-visible{
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}
.mgst-gallery-lightbox__zone{
  position: absolute;
  top: 0;
  z-index: 3;
  width: 30%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.mgst-gallery-lightbox__zone--prev{
  left: 0;
}
.mgst-gallery-lightbox__zone--next{
  right: 0;
}
.mgst-gallery-lightbox__zone[hidden]{
  display: none;
}
.mgst-gallery-lightbox__nav-icon{
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0);
  font-size: 14px;
  transform: translateY(-50%);
  transition: color 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
}
.mgst-gallery-lightbox__zone--prev .mgst-gallery-lightbox__nav-icon{
  left: max(12px, env(safe-area-inset-left));
}
.mgst-gallery-lightbox__zone--next .mgst-gallery-lightbox__nav-icon{
  right: max(12px, env(safe-area-inset-right));
}
.mgst-gallery-lightbox.is-open:hover .mgst-gallery-lightbox__zone .mgst-gallery-lightbox__nav-icon,
.mgst-gallery-lightbox__zone:focus-visible .mgst-gallery-lightbox__nav-icon{
  color: rgba(255, 255, 255, 0.42);
}
.mgst-gallery-lightbox__zone:hover .mgst-gallery-lightbox__nav-icon,
.mgst-gallery-lightbox__zone:focus-visible .mgst-gallery-lightbox__nav-icon{
  color: rgba(255, 255, 255, 0.55);
}
.mgst-gallery-lightbox__stage{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(92vw, 1600px);
  max-height: 92vh;
  margin: 0;
  pointer-events: none;
}
.mgst-gallery-lightbox__img{
  display: block;
  max-width: min(92vw, 1600px);
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.mgst-gallery-lightbox__img.is-loaded{
  opacity: 1;
  transform: scale(1);
}
.mgst-gallery-lightbox__img.is-changing{
  opacity: 0;
  transform: scale(0.985);
}
.mgst-gallery-lightbox__counter{
  position: absolute;
  left: 50%;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 5;
  transform: translateX(-50%);
  margin: 0;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.36);
  text-transform: uppercase;
  pointer-events: none;
}
.mgst-gallery-lightbox__counter[hidden]{
  display: none;
}
@media (max-width: 767px){
  .mgst-gallery-lightbox__zone{
    width: 26%;
  }
  .mgst-gallery-lightbox.is-open .mgst-gallery-lightbox__zone .mgst-gallery-lightbox__nav-icon{
    color: rgba(255, 255, 255, 0.32);
  }
  .mgst-gallery-lightbox__close{
    width: 48px;
    height: 48px;
  }
  .mgst-gallery-lightbox__close-icon{
    font-size: 20px;
  }
}

/* MACHINE gallery — mobile: no transform stack (iOS Safari tap / hit-test fix) */
@media (max-width: 768px){
  .gallery-grid--machine.reveal,
  .gallery-grid--machine .cell,
  .gallery-grid--machine .machine-gallery-item,
  .gallery-grid--machine .machine-gallery-trigger{
    transform: none !important;
    -webkit-transform: none !important;
  }
  .gallery-grid--machine img,
  .gallery-grid--machine .machine-gallery__image,
  .gallery-grid--machine .cell:hover img,
  .gallery-grid--machine .cell:hover .machine-gallery__image,
  .gallery-grid--machine .machine-gallery-trigger:hover .machine-gallery__image,
  .gallery-grid--machine .machine-gallery-trigger:focus-visible .machine-gallery__image{
    transform: none !important;
    -webkit-transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    pointer-events: auto;
    -webkit-user-select: none;
    user-select: none;
  }
  .gallery-grid--machine .machine-gallery-trigger::after{
    display: none;
  }
}

/* wp-admin: フロント gallery/lightbox 用ルールを ACF 管理画面へ波及させない */
body.wp-admin .mgst-gallery-lightbox,
body.wp-admin .machine-gallery-panel,
body.wp-admin .gallery-grid--machine,
body.wp-admin .machine-gallery-tabs{
  all: unset;
  display: revert;
}

.product-hero__price--machine{
  margin-top: 22px;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--c-text-mute);
}
.product-hero__price--machine .product-hero__price-value{
  display: inline-block;
  margin-left: 10px;
  color: var(--c-white);
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: .04em;
}
.product-hero__order-status{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}
.product-hero__badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-family: var(--ff-en);
  font-size: 9px;
  letter-spacing: .18em;
  border: 1px solid var(--c-line-2);
  color: var(--c-text-mute);
}
.product-hero__badge--coming-soon{
  border-color: var(--c-gold);
  color: var(--c-gold);
}
.product-hero__badge--preorder{
  border-color: rgba(200,164,93,.55);
  color: var(--c-gold);
}
.product-hero__badge--soldout{
  opacity: .75;
}
.product-hero__actions--machine{
  margin-top: 44px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* MACHINE SPEC — 可変1/2カラム・改行防止（table 不使用） */
.section--machine-spec{
  padding-top: clamp(72px, 10vw, 120px);
  padding-bottom: clamp(72px, 10vw, 120px);
}
.machine-spec-section.container--wide{
  max-width: none;
}
.machine-spec-inner{
  width: min(1400px, calc(100% - 120px));
  margin: 0 auto;
}
.machine-spec-section .section-head--machine-spec{
  margin-bottom: 0;
}
.machine-spec-section .section-head__title{
  font-family: var(--ff-display);
  font-size: clamp(72px, 8vw, 120px);
  line-height: 0.92;
  letter-spacing: .02em;
  color: var(--c-white);
}
.machine-spec-section .section-head__title small,
.machine-spec-subtitle{
  display: block;
  margin-bottom: 12px;
  font-family: var(--ff-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .24em;
  line-height: 1.6;
  color: rgba(212,175,55,.88);
}
.machine-spec-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 72px;
  margin-top: 56px;
}
.machine-spec-column{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.machine-spec-row{
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.machine-spec-column .machine-spec-row:last-child{
  border-bottom: 0;
}
.machine-spec-label{
  font-family: var(--ff-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.8;
  color: rgba(212,175,55,.88);
  text-transform: uppercase;
  white-space: nowrap;
}
.machine-spec-value{
  font-family: var(--ff-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(255,255,255,.96);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.machine-spec-note{
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.machine-spec-note__text,
.machine-spec-note .js-machine-spec-note{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--c-text-mute);
  letter-spacing: .04em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 768px){
  .machine-spec-inner{
    width: calc(100% - 40px);
  }
  .machine-spec-grid{
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 40px;
  }
  .machine-spec-row{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
    align-items: start;
  }
  .machine-spec-label{
    font-size: 11px;
    letter-spacing: .16em;
    white-space: normal;
  }
  .machine-spec-value{
    font-size: 16px;
    line-height: 1.75;
  }
  .machine-spec-section .section-head__title{
    font-size: clamp(52px, 14vw, 88px);
  }
}
.swatch-black{ background: #0a0a0a; }
.swatch-white{ background: #d8d8d8; }
.swatch-red  { background: #6b1820; }
.swatch-green{ background: #1f3a2a; }
.swatch-gold { background: linear-gradient(135deg,#c8a45d,#7a5b2f); }

/* tabs */
.tabs{
  display:flex; gap: 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  margin: clamp(60px,8vw,100px) 0 60px;
}
.tabs button{
  flex:1; padding: 26px 24px;
  font-family: var(--ff-en); font-size: 12px; letter-spacing: .3em;
  color: var(--c-text-mute);
  position: relative;
  border-right: 1px solid var(--c-line);
  transition: color .35s var(--ease);
}
.tabs button:last-child{ border-right:0; }
.tabs button.is-active{ color: var(--c-gold); }
.tabs button.is-active::after{
  content:""; position:absolute; left:0; right:0; bottom:-1px; height:1px; background: var(--c-gold);
}

/* MACHINE gallery — dynamic groups */
.machine-gallery-tabs{
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  margin: clamp(60px, 8vw, 100px) 0 60px;
}
.machine-gallery-tabs::-webkit-scrollbar{
  display: none;
}
.machine-gallery-tabs__btn{
  flex: 0 0 auto;
  padding: 26px 28px;
  font-family: var(--ff-en);
  font-size: 12px;
  letter-spacing: .32em;
  color: var(--c-text-mute);
  position: relative;
  border: 0;
  border-right: 1px solid var(--c-line);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color .32s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.machine-gallery-tabs__btn:last-child{
  border-right: 0;
}
.machine-gallery-tabs__btn.is-active{
  color: var(--c-gold);
}
.machine-gallery-tabs__btn.is-active::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--c-gold);
}
.machine-gallery-panel{
  opacity: 1;
  transition: opacity .32s ease-out;
}
.machine-gallery-panel.is-fading{
  opacity: 0;
}
.machine-gallery-panel[hidden]{
  display: none !important;
}
@media (max-width: 767px){
  .machine-gallery-tabs__btn{
    padding: 18px 16px;
    font-size: 11px;
    letter-spacing: .24em;
  }
}

/* gallery grid */
.gallery-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.gallery-grid .cell{
  aspect-ratio: 1/1; overflow:hidden; background: var(--c-bg-soft);
  border: 1px solid var(--c-line);
  position: relative;
}
.gallery-grid .cell img,
.gallery-grid .cell .media-placeholder,
.gallery-grid .cell .gallery-image-01,
.gallery-grid .cell .gallery-image-02{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.85) contrast(1.05);
  transition: transform .8s var(--ease), filter .4s var(--ease);
}
.gallery-grid .cell:hover img,
.gallery-grid .cell:hover .media-placeholder,
.gallery-grid .cell:hover .gallery-image-01,
.gallery-grid .cell:hover .gallery-image-02{ transform: scale(1.05); filter: brightness(1); }

/* spec list */
.spec-table{ width:100%; border-collapse: collapse; }
.spec-table th, .spec-table td{
  padding: 18px 0; border-bottom: 1px solid var(--c-line);
  text-align: left; font-size: 13px; vertical-align: top;
}
.spec-table th{
  width: 30%; color: var(--c-gold); font-family: var(--ff-en);
  font-weight: 500; letter-spacing: .25em; font-size: 11px;
}
.spec-table td{ color: var(--c-text); }

/* ---------- 16. Parts page ---------- */
.parts-layout{
  display:grid; grid-template-columns: 240px 1fr; gap: 60px;
}
.parts-cat{
  position: sticky; top: calc(var(--header-h) + 24px);
  align-self: start;
  border-top: 1px solid var(--c-line);
}
.parts-cat li{ border-bottom: 1px solid var(--c-line); }
.parts-cat a{
  display:flex; align-items:center; justify-content:space-between;
  padding: 18px 0; font-family: var(--ff-en); font-size: 12px;
  letter-spacing: .25em; color: var(--c-text);
}
.parts-cat a:hover{ color: var(--c-gold); }
.parts-cat .is-active a{ color: var(--c-gold); }
.parts-main{
  display: flex;
  flex-direction: column;
  gap: 56px;
  min-width: 0;
}
.parts-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.parts-pagination{
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.parts-pagination .page-numbers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.parts-pagination .page-numbers li{
  margin: 0;
}
.parts-pagination a.page-numbers,
.parts-pagination span.page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 6px 4px;
  font-family: var(--ff-en), "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #999;
  background: none;
  border: none;
  text-decoration: none;
  transition: color 0.3s var(--ease), text-shadow 0.3s var(--ease);
}
.parts-pagination a.page-numbers:hover{
  color: var(--c-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-shadow: 0 0 18px rgba(200, 164, 93, 0.25);
}
.parts-pagination span.page-numbers.current{
  color: var(--c-gold);
  border-bottom: 1px solid rgba(200, 164, 93, 0.55);
  padding-bottom: 4px;
  cursor: default;
}
.parts-pagination span.page-numbers.dots{
  min-width: auto;
  color: #666;
  letter-spacing: 0.2em;
}
.part-card{
  position: relative;
  display: block;
  border:1px solid var(--c-line);
  background: var(--c-bg-soft);
  cursor: default;
  color: inherit;
  text-decoration: none;
  transition: border-color .35s var(--ease);
}
.part-card:hover{ border-color: var(--c-gold); }
.part-card__media{ aspect-ratio: 1/1; overflow:hidden; }
.part-card__media img,
.part-card__media .media-placeholder,
.part-card__media .parts-image{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.9) contrast(1.05);
  transition: transform .8s var(--ease), filter .4s var(--ease);
}
.part-card:hover .part-card__media img,
.part-card:hover .part-card__media .media-placeholder,
.part-card:hover .part-card__media .parts-image{ transform: scale(1.04); filter: brightness(1); }
.part-card__body{
  padding: 24px;
  display:flex; align-items: flex-end; justify-content: space-between; gap: 16px;
  border-top: 1px solid var(--c-line);
}
.part-card__name{
  font-family: var(--ff-display); font-weight: 300; font-size: 16px;
  color: var(--c-white); line-height: 1.3;
}
.part-card__cat{
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .3em; color: var(--c-gold);
  margin-bottom: 6px;
}
.part-card__price{
  font-family: var(--ff-en); font-size: 13px; letter-spacing: .15em;
  color: var(--c-text);
}

/* ---------- 17. Laws / FAQ ---------- */
.faq-list{ display:grid; gap: 14px; }
.faq{
  border:1px solid var(--c-line);
  background: var(--c-bg-soft);
  transition: border-color .35s var(--ease);
}
.faq:hover{ border-color: var(--c-line-2); }
.faq__head{
  display:flex; align-items:center; gap: 24px;
  padding: 26px 28px;
  cursor:pointer;
  width: 100%; text-align: left;
}
.faq__icon{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border:1px solid var(--c-gold); color: var(--c-gold);
  flex: 0 0 auto;
}
.faq__q{
  flex:1;
  font-family: var(--ff-display); font-weight: 300; font-size: 17px;
  color: var(--c-white); line-height: 1.5;
}
.faq__plus{
  color: var(--c-gold);
  width: 28px; height: 28px; display:grid; place-items:center;
  border:1px solid var(--c-line-2);
  border-radius:50%;
  transition: transform .4s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.faq.is-open .faq__plus{ transform: rotate(45deg); background: var(--c-gold); color:#000; }
.faq__body{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease);
}
.faq.is-open .faq__body{ grid-template-rows: 1fr; }
.faq__body > div{
  overflow: hidden;
  padding: 0 28px;
  color: var(--c-text-mute); font-size: 14px; line-height: 2;
}
.faq.is-open .faq__body > div{ padding: 0 28px 28px; padding-left: 96px; }

.laws-section__title{
  font-family: var(--ff-display);
  font-weight: 200;
  font-size: 28px;
  color: var(--c-white);
  margin: 0 0 32px;
  line-height: 1.35;
}
.laws-help{
  margin-top: 80px;
  padding: 32px;
  border: 1px solid var(--c-line);
  background: var(--c-bg-soft);
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.laws-help__icon{
  color: var(--c-gold);
  font-size: 22px;
  flex: 0 0 auto;
  line-height: 1;
}
.laws-help__copy{
  flex: 1;
  min-width: min(100%, 240px);
}
.laws-help__title{
  color: var(--c-white);
  margin: 0 0 4px;
  font-family: var(--ff-display);
  font-weight: 300;
}
.laws-help__lead{
  margin: 0;
}
.laws-help__btn{
  flex: 0 0 auto;
}

/* ---------- 18. Dealers ---------- */
.dealers-layout{
  display:grid; grid-template-columns: 1fr 1fr; gap: 0;
  border:1px solid var(--c-line);
  min-height: 70vh;
}
.dealers-list{
  border-right: 1px solid var(--c-line);
  background: var(--c-bg-soft);
  max-height: 70vh; overflow:auto;
}
.dealer-rank{
  border-bottom: 1px solid var(--c-line);
}
.dealer-rank__head{
  padding: 24px 32px 18px;
  border-bottom: 1px solid var(--c-line);
  background: rgba(0,0,0,.22);
}
.dealer-rank__label{
  display:block;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .32em;
  color: var(--c-gold);
  margin-bottom: 8px;
}
.dealer-rank__head p{
  color: var(--c-text-mute);
  font-size: 12px;
  line-height: 1.9;
}
.dealer{
  padding: 28px 32px;
  border-bottom: 1px solid var(--c-line);
  display: grid; gap: 10px;
  cursor: pointer;
  position: relative;
  transition:
    background .3s var(--ease),
    border-color .35s var(--ease),
    box-shadow .45s var(--ease),
    transform .45s var(--ease);
}
.dealer:hover{
  background: rgba(200,164,93,.04);
  transform: translateY(-2px);
}
.dealer__name{
  font-family: var(--ff-display); font-weight: 300; font-size: 22px; color: var(--c-white);
}
.dealer__addr{ color: var(--c-text-mute); font-size: 13px; }
.dealer__hours{ color: var(--c-text-dim); font-size: 12px; }
.dealer__desc{
  color: var(--c-text-mute);
  font-size: 12px;
  line-height: 1.9;
}
.dealer__tags{
  display:flex; gap: 8px; margin-top: 4px;
  flex-wrap: wrap;
}
.dealer__tag{
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .25em;
  padding: 4px 10px; border: 1px solid var(--c-line-2); color: var(--c-gold);
}
.dealer__badge{
  display:inline-flex;
  width: fit-content;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .28em;
  color: #050505;
  background: var(--c-gold);
  padding: 6px 10px;
  margin-bottom: 4px;
}
.dealer__media{
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(200,164,93,.38);
  background: #050505;
}
.dealer__media .media-placeholder,
.dealer__media .dealer-image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.dealer--expert{
  grid-template-columns: 180px 1fr;
  gap: 22px;
  margin: 18px;
  padding: 18px;
  border: 1px solid rgba(200,164,93,.45);
  background:
    radial-gradient(70% 80% at 20% 20%, rgba(200,164,93,.08), transparent 65%),
    rgba(5,5,5,.55);
}
.dealer--expert:hover{
  border-color: var(--c-gold);
  box-shadow:
    0 0 0 1px rgba(200,164,93,.28),
    0 22px 70px -28px rgba(200,164,93,.48);
}
.dealer--expert .dealer__name{
  font-size: 28px;
}
.dealer--store{
  background: rgba(8,8,8,.5);
}
.dealer--store:hover{
  border-color: var(--c-line-2);
}
.dealer--agency{
  padding: 20px 32px;
  gap: 6px;
  background: rgba(0,0,0,.18);
}
.dealer--agency .dealer__name{
  font-size: 18px;
  letter-spacing: .02em;
}
.dealer--agency .dealer__addr{
  font-size: 12px;
}
.dealer--agency .dealer__tag{
  color: var(--c-text-mute);
  border-color: var(--c-line);
}
.dealers-map{
  position: relative;
  background: var(--c-bg-soft);
  background-image:
    linear-gradient(rgba(200,164,93,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,164,93,.05) 1px, transparent 1px),
    radial-gradient(60% 40% at 50% 60%, rgba(200,164,93,.08), transparent 70%);
  background-size: 40px 40px, 40px 40px, 100% 100%;
  display:grid; place-items:center;
  color: var(--c-text-dim);
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .3em;
}
.dealers-map::after{
  content:""; position:absolute; inset:0;
  background: radial-gradient(circle at 50% 60%, transparent 30%, rgba(0,0,0,.6) 80%);
}
.dealers-map .pin{
  position: absolute; width: 14px; height: 14px;
  border-radius:50%; background: var(--c-gold);
  box-shadow: 0 0 0 4px rgba(200,164,93,.2), 0 0 20px var(--c-gold);
  transform: translate(-50%,-50%);
}
.dealers-map .pin::after{
  content:""; position:absolute; left:50%; top:50%;
  width: 30px; height: 30px; border-radius:50%;
  border: 1px solid var(--c-gold);
  transform: translate(-50%,-50%);
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse{
  0%  { transform: translate(-50%,-50%) scale(.6); opacity: 1; }
  100%{ transform: translate(-50%,-50%) scale(2.5); opacity: 0; }
}

/* ---------- 18-a. Dealers — domestic distributor (information block) ---------- */
.section--dealers-distributor{
  padding-top: 0;
  padding-bottom: clamp(72px, 10vw, 120px);
}
.dealers-distributor{
  max-width: 44rem;
}
.dealers-distributor__inner{
  padding: clamp(40px, 5vw, 56px) clamp(44px, 6vw, 72px);
  border: 1px solid rgba(200,164,93,.36);
  background: rgba(0,0,0,.42);
  border-left: 2px solid rgba(200,164,93,.52);
}
.dealers-distributor__title{
  margin: 0 0 22px;
  font-family: var(--ff-jp);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--c-white);
}
.dealers-distributor__lead{
  margin: 0 0 32px;
  max-width: 34em;
  color: var(--c-text-mute);
  font-size: 13px;
  line-height: 2;
}
.dealers-distributor__company{
  margin: 0 0 28px;
  font-family: var(--ff-jp);
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--c-white);
}
.dealers-distributor__link{
  margin: 0;
}

/* ---------- 18-b. Featured expert dealers (TOP) ---------- */
.featured-dealers{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.featured-dealer-card{
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  border:1px solid rgba(200,164,93,.42);
  background:
    radial-gradient(70% 80% at 20% 20%, rgba(200,164,93,.07), transparent 68%),
    var(--c-bg-soft);
  overflow:hidden;
  transition:
    transform .45s var(--ease),
    border-color .35s var(--ease),
    box-shadow .45s var(--ease);
}
.featured-dealer-card:hover{
  transform: translateY(-2px);
  border-color: var(--c-gold);
  box-shadow:
    0 0 0 1px rgba(200,164,93,.26),
    0 22px 72px -28px rgba(200,164,93,.48);
}
.featured-dealer-card__media{
  aspect-ratio: 4/3;
  overflow:hidden;
  border-right: 1px solid rgba(200,164,93,.25);
  background:#050505;
}
.featured-dealer-card__media .media-placeholder,
.featured-dealer-card__media .dealer-image{
  width:100%;
  height:100%;
  background-size: cover;
  background-position: center;
}
.featured-dealer-card__body{
  padding: 32px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.featured-dealer-card__badge{
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  background: var(--c-gold);
  color: #050505;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .3em;
}
.featured-dealer-card h3{
  font-family: "Inter", "M PLUS 1p", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: var(--c-white);
  margin-bottom: 14px;
}
.featured-dealer-card p{
  color: var(--c-text-mute);
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 24px;
}

/* ---------- 19. Contact form ---------- */
.contact-form{
  display:grid; gap: 28px; max-width: 720px; margin: 0 auto;
}
.field{
  display: grid; gap: 10px;
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 18px;
}
.field label{
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .3em; color: var(--c-gold);
}
.field label .req{ color: var(--c-gold); margin-left: 6px; font-size: 9px; }
.field input,
.field select,
.field textarea{
  background: transparent;
  border: 0;
  color: var(--c-white);
  font-family: var(--ff-jp);
  font-size: 16px;
  padding: 8px 0;
  outline: none;
  resize: vertical;
}
.field select{
  appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--c-gold) 50%),
                    linear-gradient(-45deg, transparent 50%, var(--c-gold) 50%);
  background-position: calc(100% - 16px) center, calc(100% - 10px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 32px;
  cursor: pointer;
}
.field select option{ background: #0a0a0a; color: #fff; }
.field textarea{ min-height: 140px; line-height: 1.8; }
.field input::placeholder, .field textarea::placeholder{ color: var(--c-text-dim); }

/* ---------- 20. News ---------- */
.news-cats{
  display:flex; gap: 6px; flex-wrap: wrap; margin-bottom: 56px;
}
.news-cats button{
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em;
  padding: 10px 18px;
  border:1px solid var(--c-line-2);
  color: var(--c-text-mute);
  transition: all .3s var(--ease);
}
.news-cats button.is-active,
.news-cats button:hover{ color: var(--c-gold); border-color: var(--c-gold); }

.news-feature{
  display:grid; grid-template-columns: 1.4fr 1fr; gap: 60px;
  align-items: center;
  padding-bottom: 60px; margin-bottom: 60px;
  border-bottom: 1px solid var(--c-line);
  transform: none;
}
.news-feature:hover{
  transform: none;
  box-shadow: none;
}
.news-feature__media{
  aspect-ratio: 16/10; overflow:hidden; border:1px solid var(--c-line);
}
.news-feature__media img,
.news-feature__media .media-placeholder,
.news-feature__media .news-image{
  width:100%; height:100%; object-fit:cover; filter: brightness(.9);
  transition:
    transform .6s cubic-bezier(.22,.61,.36,1),
    filter .6s cubic-bezier(.22,.61,.36,1);
}
.news-feature:hover .news-feature__media img,
.news-feature:hover .news-feature__media .media-placeholder,
.news-feature:hover .news-feature__media .news-image{
  transform: scale(1.03);
  filter: brightness(1.08);
}
.news-feature__body .meta{
  display:flex; gap: 18px; align-items:center;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em; color: var(--c-text-mute);
}
.news-feature__body .meta .cat{ color: var(--c-gold); }
.news-feature__title{
  font-family: var(--ff-display); font-weight: 200;
  font-size: clamp(28px, 3.6vw, 44px); line-height: 1.2;
  color: var(--c-white); margin: 22px 0 24px;
}
.news-feature__excerpt{ color: var(--c-text-mute); font-size: 14px; line-height: 2; }

.news-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 32px 24px;
}
.news-card{
  display:block;
  transform: none;
}
.news-card:hover{
  transform: none;
  box-shadow: none;
}
.news-card__media{
  aspect-ratio: 16/10; overflow:hidden; border:1px solid var(--c-line);
  position:relative;
}
.news-card__media img, .news-card__media .media-placeholder, .news-card__media .news-image{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.85);
  transition:
    transform .6s cubic-bezier(.22,.61,.36,1),
    filter .6s cubic-bezier(.22,.61,.36,1);
}
.news-card:hover .news-card__media img,
.news-card:hover .news-card__media .media-placeholder,
.news-card:hover .news-card__media .news-image{
  transform: scale(1.03);
  filter: brightness(1.08);
}
.news-card__body{ padding: 22px 0 0; }
.news-card .meta{
  display:flex; gap: 14px;
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .25em; color: var(--c-text-mute);
}
.news-card .meta .cat{ color: var(--c-gold); }
.news-card__title{
  font-family: var(--ff-display); font-weight: 300; font-size: 18px;
  line-height: 1.5; color: var(--c-white); margin-top: 14px;
}

.pager{
  display:flex; gap: 6px; justify-content:center; margin-top: 80px;
}
.pager a, .pager span{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  font-family: var(--ff-en); font-size: 12px; letter-spacing: .15em;
  color: var(--c-text-mute);
  border:1px solid var(--c-line-2);
  transition: all .3s var(--ease);
}
.pager a:hover{ color: var(--c-gold); border-color: var(--c-gold); }
.pager .is-active{ color: #000; background: var(--c-gold); border-color: var(--c-gold); }

/* ---------- 20-b. Journal (Stories & Showcase) ----------
   NEWS とは別系統のブランド雑誌・ショーケース表現。
   - 余白広め
   - 写真大きめ
   - DIN 巨大タイポ
   - 雑誌レイアウト
*/
.journal-feature{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
  padding-bottom: clamp(60px, 8vw, 100px);
  margin-bottom: clamp(60px, 8vw, 100px);
  border-bottom: 1px solid var(--c-line);
  position: relative;
}
.journal-feature__media{
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.journal-feature__media img,
.journal-feature__media .media-placeholder{
  width:100%; height:100%;
  object-fit: cover;
  filter: brightness(.6) contrast(1.1);
  opacity: .58;
  transition: filter .6s var(--ease), opacity .6s var(--ease), transform 1s var(--ease);
}
.journal-feature:hover .journal-feature__media img,
.journal-feature:hover .journal-feature__media .media-placeholder{
  filter: brightness(.82) contrast(1.12);
  opacity: .92;
  transform: scale(1.03);
}
.journal-feature__body{
  padding-bottom: 12px;
}
.journal-feature__meta{
  display:flex; gap: 20px; align-items:center;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .3em;
  color: var(--c-text-mute);
  margin-bottom: 28px;
}
.journal-feature__meta .cat{ color: var(--c-gold); }
.journal-feature__meta .num{
  color: var(--c-text-dim);
  letter-spacing: .15em;
}
.journal-feature__title{
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(40px, 5.6vw, 88px);
  line-height: .92;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 22px;
}
.journal-feature__title em{
  font-style: normal;
  color: var(--c-gold);
}
.journal-feature__sub{
  font-family: "Inter", "M PLUS 1p", sans-serif;
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 22px;
}
.journal-feature__excerpt{
  color: var(--c-text-mute);
  font-size: 13px;
  line-height: 2;
  margin-bottom: 32px;
  max-width: 480px;
}

.journal-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(28px, 4vw, 60px);
}
.journal-card{
  display:block;
  position: relative;
}
.journal-card.is-large{ grid-column: span 4; }
.journal-card.is-medium{ grid-column: span 3; }
.journal-card.is-small{ grid-column: span 2; }
.journal-card__media{
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-line);
  margin-bottom: 22px;
}
.journal-card.is-large .journal-card__media{ aspect-ratio: 16/10; }
.journal-card.is-medium .journal-card__media{ aspect-ratio: 4/5; }
.journal-card.is-small .journal-card__media{ aspect-ratio: 1/1; }
.journal-card__media img,
.journal-card__media .media-placeholder{
  width:100%; height:100%;
  object-fit: cover;
  filter: brightness(.6) contrast(1.1);
  opacity: .58;
  transition: filter .6s var(--ease), opacity .6s var(--ease), transform 1s var(--ease);
}
.journal-card:hover .journal-card__media img,
.journal-card:hover .journal-card__media .media-placeholder{
  filter: brightness(.82) contrast(1.12);
  opacity: .92;
  transform: scale(1.03);
}
.journal-card__meta{
  display:flex; gap: 16px; align-items:center;
  font-family: var(--ff-en);
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--c-text-mute);
  margin-bottom: 10px;
}
.journal-card__meta .cat{ color: var(--c-gold); }
.journal-card__title{
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: .98;
  color: var(--c-white);
  margin-bottom: 12px;
}
.journal-card.is-large .journal-card__title{ font-size: clamp(26px, 3.4vw, 44px); }
.journal-card.is-medium .journal-card__title{ font-size: clamp(22px, 2.4vw, 30px); }
.journal-card.is-small .journal-card__title{ font-size: 18px; line-height: 1.2; }
.journal-card__excerpt{
  color: var(--c-text-mute);
  font-size: 13px;
  line-height: 1.95;
  font-family: "Inter", "M PLUS 1p", sans-serif;
}

/* ---------- 20-c. Journal single (story) ---------- */
.story-kv{
  position: relative;
  aspect-ratio: 21/9;
  overflow: hidden;
  border-bottom: 1px solid var(--c-line);
}
.story-kv img,
.story-kv .media-placeholder{
  width:100%; height:100%;
  object-fit: cover;
  filter: brightness(.55) contrast(1.1);
}
.story-kv::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.45) 0%, transparent 30%, rgba(0,0,0,.85) 100%),
    linear-gradient(90deg, rgba(0,0,0,.55) 0%, transparent 50%);
}
.story-kv__inner{
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(40px, 6vw, 90px) var(--gutter);
  z-index: 2;
}
.story-kv__num{
  display:block;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .35em;
  color: var(--c-gold);
  margin-bottom: 14px;
}
.story-kv__cat{
  display:flex; gap: 24px; align-items:center;
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--c-text-mute);
  margin-bottom: 32px;
}
.story-kv__cat .cat{ color: var(--c-gold); }
.story-kv__title{
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: .9;
  color: var(--c-white);
  font-size: clamp(44px, 7.2vw, 120px);
  max-width: 1200px;
  margin-bottom: 24px;
}
.story-kv__title em{ font-style: normal; color: var(--c-gold); }
.story-kv__sub{
  font-family: "Inter", "M PLUS 1p", sans-serif;
  color: var(--c-text);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.85;
  max-width: 720px;
}

/* Journal single — editorial layout（full-screen KV 廃止） */
.journal-article{
  background: var(--c-bg);
}
.journal-article__header{
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: 0;
}
.journal-article__header-inner{
  max-width: 1400px;
  margin: 0 auto;
}
.journal-article__header .breadcrumb{
  margin-bottom: clamp(24px, 4vw, 40px);
}
.journal-article__cat{
  margin: 0 0 clamp(16px, 2.5vw, 24px);
  font-family: var(--ff-en), "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.journal-title{
  margin: 0 0 clamp(14px, 2vw, 20px);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", var(--ff-jp), sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 5vw, 88px);
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: var(--c-white);
  text-transform: none;
  max-width: 100%;
}
.journal-article__subtitle{
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  font-family: "Noto Sans JP", var(--ff-jp), sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  max-width: 900px;
}
.journal-article__meta{
  margin: 0 0 clamp(28px, 4vw, 44px);
  padding: 0;
  border: 0;
}
.journal-article__date{
  font-family: var(--ff-en), "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-text-mute);
}
.journal-article__media{
  margin: 0;
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 9;
  max-height: 680px;
  overflow: hidden;
  border: 1px solid var(--c-line);
  background: #111;
}
.journal-article__media-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) contrast(1.04);
}
.journal-article__main{
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(48px, 7vw, 88px);
}
.journal-article__content{
  max-width: 900px;
  margin: 0 auto;
}
.journal-article__lead{
  margin: 0 0 clamp(36px, 5vw, 56px);
  font-family: "Noto Sans JP", var(--ff-jp), sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
}
.journal-article__details{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 clamp(36px, 5vw, 52px);
  padding-bottom: clamp(28px, 4vw, 40px);
  border-bottom: 1px solid var(--c-line);
}
.journal-article__detail{
  font-family: var(--ff-en), "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-text-mute);
}
.journal-article__body.article-body{
  max-width: none;
  margin: 0;
  font-family: "Noto Sans JP", var(--ff-jp), sans-serif;
  font-size: 15px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.82);
}
.journal-article__body.article-body p{
  margin: 0 0 1.75em;
}
.journal-article__body.article-body h2,
.journal-article__body.article-body h3{
  font-family: "Bebas Neue", "Noto Sans JP", var(--ff-display), sans-serif;
  font-weight: 400;
  color: var(--c-white);
}
.journal-article__body.article-body img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em 0;
  border: 1px solid var(--c-line);
}
.journal-article__gallery{
  padding-top: 0;
}

/* JOURNAL single — タイトル完全日本語化（DIN / Bebas 禁止） */
.single-journal .journal-title,
.single-journal .entry-title,
.single-journal .journal-article__header h1,
.single-journal h1.journal-title{
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", var(--ff-jp), sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.22 !important;
  text-transform: none !important;
}

/* JOURNAL single — タイトル下〜本文／ギャラリーまでの余白を圧縮 */
.single-journal .journal-article__header,
.single-journal .journal-article__header.section,
.single-journal .journal-header,
.single-journal .entry-header{
  margin-bottom: 40px !important;
  padding-bottom: 0 !important;
}
.single-journal .journal-article__header.section{
  padding-top: clamp(32px, 5vw, 56px) !important;
}
.single-journal .journal-article__main,
.single-journal .journal-article__main.section,
.single-journal .journal-article__content,
.single-journal .journal-content,
.single-journal .entry-content{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.single-journal .journal-article__meta{
  margin-bottom: clamp(20px, 3vw, 28px);
}
.single-journal .journal-article__gallery,
.single-journal .journal-article__gallery.section,
.single-journal .journal-article__gallery.section--tight{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.single-journal .journal-article__gallery .story-mosaic{
  margin-top: 0;
}
.single-journal .journal-article__body .wp-block-gallery:first-child,
.single-journal .journal-article__body > figure.wp-block-gallery:first-child{
  margin-top: 0;
}

/* JOURNAL — 本文ギャラリー（MACHINE 互換 lightbox / CSS Grid） */
.mgst-journal-gallery{
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 clamp(28px, 4vw, 40px);
  width: 100%;
}
.mgst-journal-gallery .mgst-gallery-item{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid var(--c-line);
  background: #111;
  cursor: zoom-in;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  aspect-ratio: 4 / 3;
  position: relative;
}
.mgst-journal-gallery .mgst-gallery-item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border: 0;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  cursor: zoom-in;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
@media (max-width: 1080px){
  .mgst-journal-gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.single-journal .journal-article__body .wp-block-gallery,
.single-journal .journal-article__body .wp-block-image,
.single-journal .journal-article__body figure.wp-block-image,
.single-journal .journal-article__body .blocks-gallery-item{
  display: none !important;
}
.single-journal .journal-article__body .wp-block-columns{
  display: block !important;
  position: static !important;
}
.single-journal .journal-article__body .wp-block-column{
  display: block !important;
  position: static !important;
  width: auto !important;
  flex: none !important;
}

/* アイキャッチは一覧・OGP用。single 本文・ブロックには出さない */
.single-journal .wp-block-post-featured-image,
.single-journal .journal-article__body .wp-post-image,
.single-journal .journal-article__body .post-thumbnail{
  display: none !important;
}

@media (max-width: 768px){
  .journal-article__header{
    padding-top: 24px;
  }
  .journal-title{
    font-size: clamp(32px, 8.2vw, 42px);
    line-height: 1.22;
  }
  .single-journal .journal-article__header.section{
    padding-top: 24px !important;
    margin-bottom: 32px !important;
  }
  .single-journal .journal-article__main.section{
    padding-bottom: 40px !important;
  }
  .journal-article__media{
    max-height: none;
    aspect-ratio: 16 / 9;
  }
  .journal-article__main{
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .journal-article__lead{
    font-size: 15px;
    line-height: 1.95;
  }
  .journal-article__body.article-body{
    font-size: 14px;
    line-height: 2;
  }
}

.story-meta{
  display:flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  padding: 32px 0;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--c-text-mute);
  margin-bottom: clamp(60px, 8vw, 100px);
}
.story-meta dt{
  color: var(--c-gold);
  margin-right: 8px;
  display: inline-block;
}
.story-meta dd{
  margin: 0;
  display: inline-block;
  color: var(--c-text);
  letter-spacing: .12em;
}
.story-meta__row{ display: flex; gap: 8px; align-items: baseline; }

.story-lead{
  font-family: "Inter", "M PLUS 1p", sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.95;
  color: var(--c-text);
  letter-spacing: .01em;
  margin-bottom: clamp(56px, 7vw, 90px);
  max-width: 820px;
}

.story-body{
  font-family: "Inter", "M PLUS 1p", sans-serif;
  font-size: 15px;
  line-height: 2.05;
  color: var(--c-text);
  max-width: 820px;
}
.story-body p{ margin: 0 0 28px; }
.story-body h2{
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  color: var(--c-white);
  margin: clamp(60px, 7vw, 90px) 0 28px;
}
.story-body h2::before{
  content: ""; display:block;
  width: 36px; height: 1px;
  background: var(--c-gold);
  margin-bottom: 18px;
}

.story-pull{
  margin: clamp(60px, 8vw, 100px) auto;
  max-width: 880px;
  padding: 0 var(--gutter);
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: 1.05;
  font-size: clamp(28px, 3.6vw, 48px);
  color: var(--c-white);
  text-align: center;
  position: relative;
}
.story-pull::before,
.story-pull::after{
  content: ""; display:block;
  width: 40px; height: 1px;
  background: var(--c-gold);
  margin: 24px auto;
}
.story-pull em{ font-style: normal; color: var(--c-gold); }

.story-figure{
  margin: clamp(48px, 7vw, 80px) 0;
  border: 1px solid var(--c-line);
}
.story-figure--bleed{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  border-left: 0;
  border-right: 0;
}
.story-figure img,
.story-figure .media-placeholder{
  width: 100%;
  display: block;
  filter: brightness(.65) contrast(1.1);
}
.story-figure figcaption{
  font-size: 12px;
  color: var(--c-text-dim);
  letter-spacing: .04em;
  padding: 14px 4px 0;
  font-family: "Inter", "M PLUS 1p", sans-serif;
}

.story-mosaic{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 8px;
  margin: clamp(48px, 7vw, 80px) 0;
}
.story-mosaic .cell{
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-line);
  background: var(--c-bg-soft);
}
.story-mosaic .cell img,
.story-mosaic .cell .media-placeholder{
  width:100%; height:100%;
  object-fit: cover;
  filter: brightness(.6) contrast(1.1);
  opacity: .7;
  transition: filter .5s var(--ease), opacity .5s var(--ease), transform .8s var(--ease);
}
.story-mosaic .cell:hover img,
.story-mosaic .cell:hover .media-placeholder{
  filter: brightness(.85) contrast(1.12);
  opacity: 1;
  transform: scale(1.04);
}
.story-mosaic .cell--xl{ grid-column: span 4; grid-row: span 2; }
.story-mosaic .cell--lg{ grid-column: span 2; grid-row: span 2; }
.story-mosaic .cell--md{ grid-column: span 3; grid-row: span 1; }
.story-mosaic .cell--sm{ grid-column: span 2; grid-row: span 1; }

.story-credits{
  margin: clamp(60px, 8vw, 100px) 0;
  padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 56px);
  border: 1px solid var(--c-line);
  background:
    radial-gradient(60% 80% at 80% 30%, rgba(200,164,93,.06), transparent 65%),
    rgba(8,8,8,.6);
}
.story-credits h3{
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .35em;
  color: var(--c-gold);
  margin-bottom: 28px;
}
.story-credits dl{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px 32px;
  margin: 0;
}
.story-credits dt{
  font-family: var(--ff-en);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--c-text-dim);
  text-transform: uppercase;
}
.story-credits dd{
  margin: 0;
  font-family: "Inter", "M PLUS 1p", sans-serif;
  font-size: 14px;
  color: var(--c-text);
}
.story-credits dd a{
  color: var(--c-gold);
  border-bottom: 1px solid rgba(200,164,93,.3);
}

/* journal レスポンシブ */
@media (max-width: 1080px){
  .journal-feature{ grid-template-columns: 1fr; gap: 36px; }
  .journal-grid{ grid-template-columns: repeat(4, 1fr); }
  .journal-card.is-large{ grid-column: span 4; }
  .journal-card.is-medium{ grid-column: span 2; }
  .journal-card.is-small{ grid-column: span 2; }
  .story-mosaic{ grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; }
  .story-mosaic .cell--xl{ grid-column: span 4; grid-row: span 2; }
  .story-mosaic .cell--lg{ grid-column: span 2; grid-row: span 2; }
  .story-mosaic .cell--md{ grid-column: span 2; grid-row: span 1; }
  .story-mosaic .cell--sm{ grid-column: span 2; grid-row: span 1; }
  .story-credits dl{ grid-template-columns: 1fr; gap: 6px 0; }
  .story-credits dl dt{ margin-top: 14px; }
}
@media (max-width: 720px){
  .journal-grid{ grid-template-columns: 1fr; }
  .journal-card.is-large,
  .journal-card.is-medium,
  .journal-card.is-small{ grid-column: span 1; }
  .story-mosaic{ grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .story-mosaic .cell--xl,
  .story-mosaic .cell--lg,
  .story-mosaic .cell--md,
  .story-mosaic .cell--sm{ grid-column: span 2; grid-row: span 1; }
  .story-meta{ gap: 14px 24px; padding: 24px 0; }
}

/* ---------- 21. News single ---------- */
.article-kv{
  position: relative;
  aspect-ratio: 16/8;
  border-bottom: 1px solid var(--c-line);
  overflow:hidden;
}
.article-kv img, .article-kv .media-placeholder{
  width:100%; height:100%; object-fit:cover; filter: brightness(.78) contrast(1.05);
}
.article-kv::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.5), transparent 30%, rgba(0,0,0,.85));
}
.article-meta{
  display:flex; gap: 22px; align-items:center;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .25em; color: var(--c-text-mute);
  margin-bottom: 26px;
}
.article-meta .cat{ color: var(--c-gold); }
.article-title{
  font-family: var(--ff-display); font-weight: 200;
  font-size: clamp(28px, 4vw, 52px); line-height: 1.25;
  color: var(--c-white); margin-bottom: 60px;
}
.article-body{
  font-size: 15px; line-height: 2.05; color: var(--c-text);
}
.article-body p{ margin: 0 0 28px; }
.article-body h2{
  font-family: var(--ff-display); font-weight: 300; font-size: 24px;
  color: var(--c-white); margin: 60px 0 24px; padding-left: 18px;
  border-left: 2px solid var(--c-gold);
}
.article-body img{ margin: 36px 0; border:1px solid var(--c-line); }
.article-body figcaption{ font-size: 12px; color: var(--c-text-dim); margin-top: 8px; }

.share{
  display:flex; align-items:center; gap: 16px;
  padding: 32px 0; margin-top: 60px;
  border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line);
}
.share .label{ font-family: var(--ff-en); font-size: 11px; letter-spacing: .3em; color: var(--c-text-dim); }
.share a{
  width: 40px; height: 40px; border:1px solid var(--c-line-2); border-radius: 50%;
  display:grid; place-items:center; color: var(--c-text-mute);
  transition: all .3s var(--ease);
}
.share a:hover{ color: var(--c-gold); border-color: var(--c-gold); }

/* ---------- 22. Catalog ---------- */
.catalog-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px;
}
.catalog-card{
  background: var(--c-bg-soft);
  border: 1px solid var(--c-line);
  display:flex; flex-direction: column;
  transition: border-color .35s var(--ease), transform .5s var(--ease);
}
.catalog-card:hover{ border-color: var(--c-gold); }
.catalog-card__cover{
  position:relative; aspect-ratio: 3/4; overflow:hidden;
  border-bottom: 1px solid var(--c-line);
}
.catalog-card__cover img, .catalog-card__cover .media-placeholder, .catalog-card__cover .catalog-image{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.92) contrast(1.05);
  transition: transform .8s var(--ease);
}
.catalog-card:hover .catalog-card__cover img,
.catalog-card:hover .catalog-card__cover .media-placeholder,
.catalog-card:hover .catalog-card__cover .catalog-image{ transform: scale(1.03); }
.catalog-card__body{ padding: 28px; display:flex; flex-direction: column; gap: 14px; }
.catalog-card__cat{
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .3em; color: var(--c-gold);
}
.catalog-card__title{
  font-family: var(--ff-display); font-weight: 300; font-size: 22px;
  color: var(--c-white); line-height: 1.3;
}
.catalog-card__meta{
  display:flex; justify-content:space-between; align-items:center;
  font-family: var(--ff-en); font-size: 11px; letter-spacing: .2em; color: var(--c-text-mute);
  padding-top: 14px; border-top: 1px solid var(--c-line);
}
.catalog-card__meta .dl-count i{ color: var(--c-gold); margin-right: 6px; }
.catalog-card .btn{ width: 100%; justify-content: space-between; padding: 14px 18px; }

/* ---------- 23. Movies ---------- */
.movies-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 32px 24px;
}
.movie-card{ display:block; }
.movie-card__thumb{
  position:relative; aspect-ratio: 16/9; overflow:hidden;
  border:1px solid var(--c-line);
}
.movie-card__thumb img, .movie-card__thumb .media-placeholder, .movie-card__thumb .movie-image{
  width:100%; height:100%; object-fit:cover;
  filter: brightness(.78);
  transition: transform .8s var(--ease), filter .4s var(--ease);
}
.movie-card:hover .movie-card__thumb img,
.movie-card:hover .movie-card__thumb .media-placeholder,
.movie-card:hover .movie-card__thumb .movie-image{ transform: scale(1.04); filter: brightness(.95); }
.movie-card__thumb::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.7));
}
.movie-card__play{
  position:absolute; inset:0; display:grid; place-items:center;
  z-index: 2;
}
.movie-card__play span{
  width: 64px; height: 64px; border-radius:50%;
  border:1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
  display:grid; place-items:center;
  color: var(--c-white);
  transition: all .35s var(--ease);
  backdrop-filter: blur(2px);
}
.movie-card:hover .movie-card__play span{
  background: var(--c-gold); color:#000; border-color: var(--c-gold);
  box-shadow: 0 0 0 12px rgba(200,164,93,.15);
}
.movie-card__body{ padding: 18px 0; }
.movie-card__title{
  font-family: var(--ff-display); font-weight: 300; font-size: 17px;
  line-height: 1.5; color: var(--c-white);
}
.movie-card__meta{
  font-family: var(--ff-en); font-size: 10px; letter-spacing: .25em;
  color: var(--c-text-mute); margin-top: 8px;
}

/* ---------- 24. Footer ---------- */
.site-footer{
  background: #020202;
  color: var(--c-text-mute);
  padding: clamp(80px, 10vw, 120px) 0 32px;
  border-top: 1px solid var(--c-line);
  text-align: center;
  position: relative;
}
.site-footer::before{
  content:""; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, var(--c-gold), transparent);
  opacity: .5;
}
.footer-logo{
  display:inline-flex; align-items:center; gap: 14px;
  font-family: var(--ff-en); font-weight: 600; letter-spacing: .35em;
  color: var(--c-gold); font-size: 16px;
  margin-bottom: 60px;
}
.footer-logo__img{
  display:block;
  height: 30px; width: auto;
  filter: drop-shadow(0 0 16px rgba(200,164,93,.2));
}
.footer-logo .mark{
  width: 32px; height:32px;
  border:1px solid var(--c-gold);
  display:grid; place-items:center;
  transform: rotate(45deg);
}
.footer-logo .mark span{ transform: rotate(-45deg); font-size: 12px; }

.footer-nav{
  display:grid; grid-template-columns: repeat(4, 1fr);
  gap: 44px; max-width: 1100px; margin: 0 auto 84px;
  text-align: left;
}
.footer-nav h4{
  font-family: var(--ff-en); font-size: 16px; letter-spacing: .35em; color: var(--c-gold);
  margin-bottom: 24px;
  line-height: 1.3;
}
.footer-nav li{ margin-bottom: 15px; }
.footer-nav a{
  color: var(--c-text-mute);
  font-size: 18px;
  line-height: 1.55;
}
.footer-nav a:hover{ color: var(--c-gold); }

.footer-sns{
  display:flex; gap: 18px; justify-content: center; margin-bottom: 64px;
}
.footer-sns a{
  width: 52px; height: 52px;
  border:1px solid var(--c-line-2);
  border-radius: 50%;
  display:grid; place-items:center;
  font-size: 20px;
  color: var(--c-text-mute);
  transition: all .3s var(--ease);
}
.footer-sns a:hover{ color: var(--c-gold); border-color: var(--c-gold); }

.footer-copy{
  font-family: var(--ff-en); font-size: 13px; letter-spacing: .35em; color: var(--c-text-dim);
  line-height: 1.6;
  padding-top: 38px; border-top: 1px solid var(--c-line);
}

/* ---------- 24-b. Card titles override (non-DIN) ----------
   DIN は 大型タイポ専用。カードタイトル等は Inter / M PLUS 1p に戻す。 */
.feature-card h3,
.bike-card__name,
.news-card__title,
.catalog-card__title,
.movie-card__title,
.dealer__name,
.faq__q,
.part-card__name{
  font-family: "Inter", "M PLUS 1p", "Helvetica Neue", sans-serif;
  text-transform: none;
  letter-spacing: .005em;
}

/* ---------- 25. Image placeholder helper (common のみ) ---------- */
.media-placeholder{
  background-image: url("../images/common/placeholder-bike.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  filter: brightness(.55) contrast(1.1);
  opacity: .58;
  transition:
    filter .6s var(--ease),
    opacity .6s var(--ease),
    transform 1.2s var(--ease);
}
.media-placeholder--square{
  background-image: url("../images/common/placeholder-square.svg");
}

/* ---------- 25-b. Theme photography（カテゴリ別 assets/images/… のみ） ---------- */
.lineup-ft02-image,
.lineup-ft02mini-image,
.product-kv-image,
.gallery-image-01,
.gallery-image-02,
.news-image,
.catalog-image,
.dealer-image,
.movie-image,
.parts-image{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform .9s var(--ease),
    filter .6s var(--ease),
    opacity .6s var(--ease),
    box-shadow .5s var(--ease);
}

/* TOP HERO：写真＋段階グラデは ::before に集約（調整は overlay / filter のみ） */
.hero-image{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-image::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.52) 0%,
      rgba(0,0,0,.28) 38%,
      rgba(0,0,0,.10) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.10) 0%,
      rgba(0,0,0,.26) 100%
    ),
    url("../images/common/hero-main.jpg");
  background-size: cover;
  background-position: center 56%;
  background-repeat: no-repeat;
  filter: brightness(.96) contrast(1.02) saturate(.92);
  transform: scale(1.01);
  transform-origin: center center;
  transition:
    filter .9s var(--ease),
    transform 1.2s var(--ease),
    opacity .8s var(--ease);
  pointer-events: none;
}
.hero-image::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    circle at 68% 56%,
    rgba(255,255,255,.07) 0%,
    rgba(255,255,255,.03) 18%,
    transparent 42%
  );
  opacity: .32;
  transition:
    opacity .8s var(--ease),
    transform 1s var(--ease);
  pointer-events: none;
}
.hero:hover .hero-image::before{
  filter: brightness(1.06) contrast(1.05) saturate(1);
  transform: scale(1.03);
}
.hero:hover .hero-image::after{
  opacity: .62;
  transform: scale(1.03);
}

.lineup-ft02-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.25),
      rgba(0,0,0,.45)
    ),
    url("../images/products/lineup-ft02.jpg");
}

.lineup-ft02mini-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.25),
      rgba(0,0,0,.45)
    ),
    url("../images/products/lineup-ft02mini.jpg");
}

.product-hero__media:has(.product-kv-image){
  aspect-ratio: 16 / 9;
}

.product-kv-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.2),
      rgba(0,0,0,.45)
    ),
    url("../images/products/ft02mini-black-kv.jpg");
}

.gallery-image-01{
  background-image: url("../images/gallery/ft02mini-black-gallery-01.jpg");
}

.gallery-image-02{
  background-image: url("../images/gallery/ft02mini-black-gallery-02.jpg");
}

.news-feature__media:has(.news-image),
.news-card__media:has(.news-image){
  aspect-ratio: 16 / 9;
}

.news-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.2),
      rgba(0,0,0,.45)
    ),
    url("../images/news/news-thumb-01.jpg");
}

.catalog-image{
  background-image: url("../images/catalog/catalog-cover-01.jpg");
}

.dealer-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.25),
      rgba(0,0,0,.45)
    ),
    url("../images/dealers/dealer-tokyo.jpg");
}

/* featured dealer 枠は従来どおり 4/3（画像は cover でトリミング） */
.movie-image{
  background-image:
    linear-gradient(
      rgba(0,0,0,.3),
      rgba(0,0,0,.5)
    ),
    url("../images/movies/movie-thumb-01.jpg");
}

.parts-image{
  background-image: url("../images/parts/parts-battery.jpg");
}

/* 用途別メディア hover（TOP HERO は .hero-image::before / ::after で制御） */
.product-hero__media:hover .product-kv-image{
  transform: translateY(-2px);
  filter: brightness(1.05) contrast(1.06);
  box-shadow: 0 0 32px rgba(200,164,93,.18);
}
.bike-card:hover .lineup-ft02-image,
.bike-card:hover .lineup-ft02mini-image{
  filter: brightness(1.06) contrast(1.06);
  box-shadow: inset 0 0 0 1px rgba(200,164,93,.12), 0 0 28px rgba(200,164,93,.2);
}
.gallery-grid .cell:hover .gallery-image-01,
.gallery-grid .cell:hover .gallery-image-02{
  filter: brightness(1.06) contrast(1.06);
  box-shadow: 0 0 24px rgba(200,164,93,.2);
}
.news-feature:hover .news-image,
.news-card:hover .news-image{
  transform: scale(1.03);
  filter: brightness(1.08);
  box-shadow: none;
}
.catalog-card:hover .catalog-image{
  filter: brightness(1.04) contrast(1.06);
  box-shadow: 0 0 26px rgba(200,164,93,.2);
}
.featured-dealer-card:hover .dealer-image{
  filter: brightness(1.06) contrast(1.05);
  box-shadow: 0 0 28px rgba(200,164,93,.22);
}
.dealer:hover .dealer-image{
  filter: brightness(1.06) contrast(1.05);
  box-shadow: 0 0 22px rgba(200,164,93,.18);
}
.movie-card:hover .movie-image{
  filter: brightness(1.05) contrast(1.05);
  box-shadow: 0 0 26px rgba(200,164,93,.2);
}
.part-card:hover .parts-image{
  filter: brightness(1.06) contrast(1.06);
  box-shadow: 0 0 22px rgba(200,164,93,.18);
}

/* ---------- 26. Reveal animation（任意：.is-visible で演出。初期は表示優先） ---------- */
.reveal{
  opacity: 1;
  transform: none;
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.is-visible{ opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .reveal{
    transition: none;
  }
}

/* ---------- 27. Responsive ---------- */
@media (max-width: 1080px){
  .lineup-teaser, .lineup-grid, .news-grid, .catalog-grid, .movies-grid, .parts-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid{ grid-template-columns: repeat(2, 1fr); }
  .product-hero{ grid-template-columns: 1fr; }
  .strength__head{ grid-template-columns: 1fr; gap: 24px; }
  .news-feature{ grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
  .parts-layout{ grid-template-columns: 1fr; }
  .parts-cat{ position: static; display:flex; gap: 4px; flex-wrap: wrap; border-top: 0; }
  .parts-cat li{ border:1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
  .parts-cat a{ padding: 10px 16px; }
  .parts-main{ gap: 40px; }
  .parts-pagination .page-numbers{ gap: 4px 12px; }
}
@media (max-width: 720px){
  .gnav, .site-utility .btn-store{ display:none; }
  .hamburger{ display:flex; margin-left: auto; }
  .site-utility{ margin-left: auto; }
  .site-utility a:not(.btn-store){ display:none; }
  .lineup-teaser, .lineup-grid, .news-grid, .catalog-grid, .movies-grid,   .parts-grid{
    grid-template-columns: 1fr;
  }
  .parts-main{ gap: 32px; overflow-x: hidden; }
  .parts-pagination .page-numbers a.page-numbers,
  .parts-pagination .page-numbers span.page-numbers{
    min-width: 40px;
    min-height: 40px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .feature-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .dealers-layout{ grid-template-columns: 1fr; }
  .dealers-list{ border-right:0; border-bottom: 1px solid var(--c-line); max-height: 50vh; }
  .dealer-rank__head{ padding: 20px; }
  .dealer{ padding: 22px 20px; }
  .dealer--expert{
    grid-template-columns: 1fr;
    margin: 12px;
    padding: 14px;
  }
  .dealer--expert .dealer__name{ font-size: 23px; }
  .featured-dealers{ grid-template-columns: 1fr; }
  .featured-dealer-card{ grid-template-columns: 1fr; }
  .featured-dealer-card__media{
    border-right: 0;
    border-bottom: 1px solid rgba(200,164,93,.25);
  }
  .featured-dealer-card__body{ padding: 26px; }
  .footer-nav{ grid-template-columns: repeat(2, 1fr); text-align: center; }
  .tabs button{ padding: 18px 10px; font-size: 11px; letter-spacing: .2em; }
  .section-head{ flex-direction: column; align-items: flex-start; }
  .hero__title{ font-size: clamp(40px, 14vw, 80px); }
  .product-hero__name{ font-size: clamp(40px, 13vw, 80px); }
  .page-hero__title{ font-size: clamp(40px, 13vw, 80px); }
  .article-body{ font-size: 14px; }
  .faq.is-open .faq__body > div{ padding-left: 28px; }
  .laws-help{
    margin-top: 56px;
    padding: 24px;
    gap: 20px;
    align-items: flex-start;
  }
  .laws-help__btn{
    width: 100%;
    justify-content: center;
  }
  .laws-section__title{
    font-size: clamp(22px, 6vw, 28px);
    margin-bottom: 24px;
  }
}

/* =========================================================
   28. DIN Condensed Bold 一括適用 (上書き)
   - H1 / 大型英字 / FVキャッチ / SECTION TITLE のみ
   - letter-spacing 広め / 行間タイト / 工業感
   - 本文・カード小見出しには適用しない
   ========================================================= */
.hero__title,
.page-hero__title,
.product-hero__name,
.section-head__title,
.strength__title,
.news-feature__title,
.article-title,
.world-grid__title{
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: .9;
}
.hero__title,
.page-hero__title,
.product-hero__name,
.strength__title{ text-transform: uppercase; }

.hero__title em,
.page-hero__title em,
.product-hero__name em,
.strength__title em{
  font-style: normal;
  color: var(--c-gold);
  font-weight: 700;
}

/* 「 small (eyebrow) 」部分は DIN ではなく Inter のまま */
.hero__title small,
.page-hero__title small,
.section-head__title small,
.product-hero__model{
  font-family: var(--ff-en);
  text-transform: uppercase;
  letter-spacing: .35em;
}

/* WORLD lux: §28 の .world-grid__title 太字・字間を h2 から外し、各行 span に委ねる */
.world--lux .world-grid__title{
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.02;
}

/* =========================================================
   29. Placeholder visual tuning
   - 「暗い」ではなく「静かに存在感がある」状態へ調整
   - SVG 自体にブランド演出が入っているため、ここでは明るさ・透過・hover演出のみ整える
   ========================================================= */

/* TOP HERO：フォールバック img / .media-placeholder のみ（.hero-image は §8・§25-b の ::before で制御） */
.hero__media img,
.hero__media .media-placeholder{
  filter: brightness(.7) contrast(1.1) saturate(.92);
  opacity: .72;
}

/* PRODUCT HERO : 商品ページは少し強めに見せる */
.product-hero__media img,
.product-hero__media .media-placeholder,
.product-hero__media .product-kv-image{
  filter: brightness(.78) contrast(1.1);
  opacity: .82;
}

/* 各カード : 静かに存在感がある程度 */
.bike-card__media img,
.bike-card__media .media-placeholder,
.bike-card__media .lineup-ft02-image,
.bike-card__media .lineup-ft02mini-image,
.part-card__media img,
.part-card__media .media-placeholder,
.part-card__media .parts-image,
.catalog-card__cover img,
.catalog-card__cover .media-placeholder,
.catalog-card__cover .catalog-image,
.movie-card__thumb img,
.movie-card__thumb .media-placeholder,
.movie-card__thumb .movie-image,
.dealer__media img,
.dealer__media .media-placeholder,
.dealer__media .dealer-image,
.featured-dealer-card__media img,
.featured-dealer-card__media .media-placeholder,
.featured-dealer-card__media .dealer-image,
.gallery-grid .cell img,
.gallery-grid .cell .media-placeholder,
.gallery-grid .cell .gallery-image-01,
.gallery-grid .cell .gallery-image-02,
.article-kv img,
.article-kv .media-placeholder{
  filter: brightness(.6) contrast(1.1);
  opacity: .58;
  transition:
    filter .6s var(--ease),
    opacity .6s var(--ease),
    transform .9s var(--ease);
}

/* hover : 少しだけ明るく + ゴールド glow + translateY(-2px) */
.bike-card,
.part-card,
.catalog-card,
.movie-card,
.featured-dealer-card{
  transition:
    transform .5s var(--ease),
    border-color .35s var(--ease),
    box-shadow .5s var(--ease);
}
.bike-card:hover,
.part-card:hover,
.catalog-card:hover,
.movie-card:hover,
.featured-dealer-card:hover{
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(200,164,93,.35),
    0 18px 56px -24px rgba(200,164,93,.45);
}

.bike-card:hover .bike-card__media img,
.bike-card:hover .bike-card__media .media-placeholder,
.bike-card:hover .bike-card__media .lineup-ft02-image,
.bike-card:hover .bike-card__media .lineup-ft02mini-image,
.part-card:hover .part-card__media img,
.part-card:hover .part-card__media .media-placeholder,
.part-card:hover .part-card__media .parts-image,
.catalog-card:hover .catalog-card__cover img,
.catalog-card:hover .catalog-card__cover .media-placeholder,
.catalog-card:hover .catalog-card__cover .catalog-image,
.movie-card:hover .movie-card__thumb img,
.movie-card:hover .movie-card__thumb .media-placeholder,
.movie-card:hover .movie-card__thumb .movie-image,
.dealer:hover .dealer__media img,
.dealer:hover .dealer__media .media-placeholder,
.dealer:hover .dealer__media .dealer-image,
.featured-dealer-card:hover .featured-dealer-card__media img,
.featured-dealer-card:hover .featured-dealer-card__media .media-placeholder,
.featured-dealer-card:hover .featured-dealer-card__media .dealer-image,
.gallery-grid .cell:hover img,
.gallery-grid .cell:hover .media-placeholder,
.gallery-grid .cell:hover .gallery-image-01,
.gallery-grid .cell:hover .gallery-image-02{
  filter: brightness(.82) contrast(1.12);
  opacity: .92;
}

/* ---------- 29. News single — quiet luxury title ---------- */
.page-hero--news-single{
  padding-bottom: clamp(40px, 5vw, 64px);
}
.page-hero--news-single .breadcrumb{
  margin-bottom: clamp(18px, 2.5vw, 26px);
}
.page-hero--news-single .article-meta--hero{
  margin-bottom: clamp(20px, 2.8vw, 28px);
}
.page-hero--news-single .page-hero__title,
.page-hero--news-single .page-hero__title--news{
  font-family: var(--ff-jp);
  font-weight: 600;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-transform: none;
  text-wrap: balance;
  max-width: 1200px;
  margin: 0;
  color: var(--c-white);
}
.page-hero--news-single:has(+ .section--news-kv){
  padding-bottom: clamp(28px, 4vw, 44px);
}
.section--news-kv{
  padding-top: 0;
  padding-bottom: clamp(36px, 5vw, 64px);
}
.section--news-body{
  padding-top: clamp(40px, 5vw, 72px);
}
.section--news-kv + .section--news-body{
  padding-top: clamp(32px, 4vw, 56px);
}
.news-kv{
  margin: 0 auto;
  max-width: 1400px;
  height: auto;
  overflow: visible;
  border: 1px solid var(--c-line);
  background: #000;
}
.news-kv__img,
.news-kv img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(.94);
}
@media (max-width: 1080px){
  .page-hero--news-single{
    padding-bottom: clamp(40px, 8vw, 56px);
  }
  .page-hero--news-single:has(+ .section--news-kv){
    padding-bottom: clamp(24px, 5vw, 36px);
  }
  .page-hero--news-single .page-hero__title,
  .page-hero--news-single .page-hero__title--news{
    font-size: clamp(34px, 10vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    max-width: 100%;
  }
}

/* =========================================================
   30. Touch / narrow — card images: always use hover brightness
   (sticky :hover on touch was leaving images dim until tap)
   PC hover rules above are unchanged.
   ========================================================= */
@media (hover: none), (max-width: 768px){

  /* §29 placeholder tuning — hover 後の明るさを常時適用 */
  .hero__media img,
  .hero__media .media-placeholder,
  .bike-card__media img,
  .bike-card__media .media-placeholder,
  .bike-card__media .lineup-ft02-image,
  .bike-card__media .lineup-ft02mini-image,
  .part-card__media img,
  .part-card__media .media-placeholder,
  .part-card__media .parts-image,
  .catalog-card__cover img,
  .catalog-card__cover .media-placeholder,
  .catalog-card__cover .catalog-image,
  .movie-card__thumb img,
  .movie-card__thumb .media-placeholder,
  .movie-card__thumb .movie-image,
  .dealer__media img,
  .dealer__media .media-placeholder,
  .dealer__media .dealer-image,
  .featured-dealer-card__media img,
  .featured-dealer-card__media .media-placeholder,
  .featured-dealer-card__media .dealer-image,
  .gallery-grid .cell img,
  .gallery-grid .cell .media-placeholder,
  .gallery-grid .cell .gallery-image-01,
  .gallery-grid .cell .gallery-image-02,
  .journal-card__media img,
  .journal-card__media .media-placeholder{
    filter: brightness(.82) contrast(1.12) !important;
    opacity: .92 !important;
    transform: none !important;
  }

  /* 個別カード（§29 外 / hover 値が異なるもの） */
  .news-feature__media img,
  .news-feature__media .media-placeholder,
  .news-feature__media .news-image,
  .news-card__media img,
  .news-card__media .media-placeholder,
  .news-card__media .news-image{
    filter: brightness(1.08) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .story-mosaic .cell img,
  .story-mosaic .cell .media-placeholder{
    filter: brightness(.85) contrast(1.12) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* TOP HERO — hover 後の見え方に固定 */
  .hero__media img,
  .hero__media .media-placeholder{
    opacity: 1 !important;
    filter: brightness(1) contrast(1.05) saturate(.95) !important;
    transform: none !important;
  }
  .hero-image::before{
    filter: brightness(1.06) contrast(1.05) saturate(1) !important;
    transform: none !important;
  }
  .hero-image::after{
    opacity: .62 !important;
    transform: none !important;
  }

  /* カード内グラデ overlay（暗転の原因になりやすい） */
  .bike-card__media::after,
  .movie-card__thumb::after{
    opacity: 0 !important;
  }

  /* 用途別 background-image（hover 時の明るさを常時） */
  .lineup-ft02-image,
  .lineup-ft02mini-image,
  .gallery-image-01,
  .gallery-image-02,
  .news-image,
  .catalog-image,
  .dealer-image,
  .movie-image,
  .parts-image{
    filter: brightness(1.06) contrast(1.06) !important;
    opacity: .92 !important;
    transform: none !important;
  }

  .news-image{
    filter: brightness(1.08) !important;
    opacity: 1 !important;
  }

  .movie-image{
    filter: brightness(1.05) contrast(1.05) !important;
  }

  .catalog-image{
    filter: brightness(1.04) contrast(1.06) !important;
  }

  /* sticky hover：枠・浮き上がりのみ無効（画像明るさは上で固定済み） */
  .bike-card:hover,
  .part-card:hover,
  .catalog-card:hover,
  .movie-card:hover,
  .featured-dealer-card:hover,
  .journal-card:hover,
  .news-card:hover,
  .news-feature:hover,
  .gallery-grid .cell:hover,
  .story-mosaic .cell:hover,
  .dealer:hover{
    transform: none !important;
    box-shadow: none !important;
  }

  .bike-card:hover,
  .part-card:hover,
  .catalog-card:hover,
  .movie-card:hover,
  .featured-dealer-card:hover{
    border-color: var(--c-line);
  }

  .journal-card:hover .journal-card__media img,
  .journal-card:hover .journal-card__media .media-placeholder,
  .bike-card:hover .bike-card__media img,
  .bike-card:hover .bike-card__media .media-placeholder,
  .bike-card:hover .bike-card__media .lineup-ft02-image,
  .bike-card:hover .bike-card__media .lineup-ft02mini-image,
  .part-card:hover .part-card__media img,
  .part-card:hover .part-card__media .media-placeholder,
  .part-card:hover .part-card__media .parts-image,
  .catalog-card:hover .catalog-card__cover img,
  .catalog-card:hover .catalog-card__cover .media-placeholder,
  .catalog-card:hover .catalog-card__cover .catalog-image,
  .movie-card:hover .movie-card__thumb img,
  .movie-card:hover .movie-card__thumb .media-placeholder,
  .movie-card:hover .movie-card__thumb .movie-image,
  .dealer:hover .dealer__media img,
  .dealer:hover .dealer__media .media-placeholder,
  .dealer:hover .dealer__media .dealer-image,
  .featured-dealer-card:hover .featured-dealer-card__media img,
  .featured-dealer-card:hover .featured-dealer-card__media .media-placeholder,
  .featured-dealer-card:hover .featured-dealer-card__media .dealer-image,
  .gallery-grid .cell:hover img,
  .gallery-grid .cell:hover .media-placeholder,
  .gallery-grid .cell:hover .gallery-image-01,
  .gallery-grid .cell:hover .gallery-image-02,
  .news-card:hover .news-card__media img,
  .news-card:hover .news-card__media .media-placeholder,
  .news-card:hover .news-card__media .news-image,
  .news-feature:hover .news-feature__media img,
  .news-feature:hover .news-feature__media .media-placeholder,
  .news-feature:hover .news-feature__media .news-image,
  .story-mosaic .cell:hover img,
  .story-mosaic .cell:hover .media-placeholder{
    transform: none !important;
  }
}
