/* =============================================
   Eau de Vie - LP
   背景: 黒 / 文字: 白
   日本語本文: Zen Old Mincho
   ナビ・英字: Sorts Mill Goudy
============================================= */

/* ---------- 変数 ---------- */
:root {
  --color-bg: #000;
  --color-fg: #fff;
  --color-fg-soft: rgba(255, 255, 255, 0.85);
  --color-fg-muted: rgba(255, 255, 255, 0.6);
  --color-line: rgba(255, 255, 255, 0.18);
  --color-line-soft: rgba(255, 255, 255, 0.08);

  --corner-pad: 24px;
  /* PC（>=1024px）でグロナビ（左下）と本体の干渉を避ける左右パディング。
     Section / Features.section / Footer の左右に共通で使用。 */
  --pc-edge-pad: clamp(140px, 14vw, 220px);

  --font-jp: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --font-en: "Sorts Mill Goudy", "Times New Roman", serif;
  /* フッター系で欧文→和文の自動フォールバック（英数は Sorts Mill Goudy、和文は Zen Old Mincho） */
  --font-en-jp: "Sorts Mill Goudy", "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- リセット ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--color-bg);
  color: var(--color-fg);
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  overflow-x: hidden;
  /* SP: 下部中央フローティングの ONLINE SHOP ピル（bottom:24px から浮く＋ピル高さ約46px）と
     フッター著作権が干渉しないよう、本文最下に余白を確保。
     PC では下部ピルではなく右上ボタンになるため、メディアクエリで 0 にリセット。 */
  padding-bottom: 80px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul {
  list-style: none;
}

/* =============================================
   ロゴ（左上の角に独立配置）
   初期は非表示。スクロール開始（body.is-scrolled）でフェードイン。
============================================= */
.site-header {
  position: fixed;
  top: var(--corner-pad);
  left: var(--corner-pad);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}

body.is-scrolled .site-header {
  opacity: 1;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s var(--ease), transform 0.4s var(--ease);
}

.site-logo:hover {
  opacity: 0.8;
  transform: scale(1.04);
}

.site-logo__image {
  width: 180px;
  height: auto;
  display: block;
}

/* =============================================
   ハンバーガーボタン（右上の角に独立配置 / SPのみ）
   初期は非表示。スクロール開始（body.is-scrolled）でフェードイン。
============================================= */
.hamburger {
  position: fixed;
  top: var(--corner-pad);
  right: var(--corner-pad);
  z-index: 60;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}

body.is-scrolled .hamburger {
  opacity: 1;
}

/* メニューを開いている間はスクロール状態に関係なく可視＆操作可 */
body.is-menu-open .hamburger {
  opacity: 1;
}

.hamburger__bar {
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.is-menu-open .hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.is-menu-open .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.is-menu-open .hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =============================================
   ONLINE SHOP ボタン
   デフォルト（SP）: 下部中央フローティングのピル（フロストガラス＋白枠＋直角角丸999px）
   PC（>=1024px）: 右上の角に独立配置（透明背景＋白枠・直角）／メディアクエリで上書き
   フェードイン: body.is-scrolled でフェードイン
   非表示: body.is-menu-open（メニュー展開時）でフェードアウト
============================================= */
.online-shop {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 55;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s var(--ease), visibility 0.8s var(--ease);
}

body.is-scrolled .online-shop {
  opacity: 1;
  visibility: visible;
}

body.is-menu-open .online-shop {
  opacity: 0;
  visibility: hidden;
}

.online-shop__label {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  /* "ONLINE SHOP" の半角スペースで折り返されないよう明示。
     特にピル版（width: auto / shrink-to-fit）では iOS Safari 等で
     2行になるブラウザ実装差異があるため必須。 */
  white-space: nowrap;
}

/* =============================================
   グローバルナビゲーション
   デフォルト（SP）: フルスクリーンオーバーレイ
============================================= */
.global-nav {
  position: fixed;
  inset: 0;
  background: var(--color-bg);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
}

.is-menu-open .global-nav {
  opacity: 1;
  visibility: visible;
}

.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
}

.global-nav__link {
  font-family: var(--font-en);
  font-size: clamp(1.5rem, 6vw, 2.25rem);
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: opacity 0.3s var(--ease);
}

.global-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s var(--ease), left 0.3s var(--ease);
}

.global-nav__link:hover::after {
  width: 100%;
  left: 0;
}

/* =============================================
   メインコンテンツ（SPデフォルト）
============================================= */
.main {
  width: 100%;
}

/* ---------- Intro（中央ロゴ + スクロール促し：流れるドット） ---------- */
.intro {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background-color: var(--color-bg);
  background-image: url("../img/bg/bg_intro_dock.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.intro__logo {
  position: relative;
  z-index: 1;
  width: clamp(220px, 50vw, 360px);
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(40px);
  animation: moonRise 2.4s cubic-bezier(0.25, 0, 0.15, 1) 0.3s forwards;
}

@keyframes moonRise {
  0%   { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ============================
   ドックステージ
   イントロ中央でロゴ→商品をクロスフェード（opacity は JS のスクロール連動で制御 / pin は使わない）
============================= */
.dock__stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

/* ロゴと商品を同じグリッドマスに重ねて中央で交差させる */
.dock__stage .dock__logo,
.dock__stage .dock__product {
  grid-area: 1 / 1;
}

/* ロゴは初期表示。JS で opacity を動かすため登場アニメ（moonRise）は無効化 */
.dock__logo {
  animation: none;
  opacity: 1;
  transform: none;
}

/* 商品画像は初期非表示。スクロール連動でフェードインさせる */
.dock__product {
  width: clamp(221px, 62vw, 286px);
  height: auto;
  filter: drop-shadow(0 20px 50px var(--color-line-soft));
  opacity: 0;
  will-change: opacity;
}

.intro__scroll-prompt {
  position: absolute;
  bottom: clamp(40px, 8vh, 80px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: promptFadeIn 1.2s var(--ease) 1.4s forwards;
  z-index: 1;
}

@keyframes promptFadeIn {
  0%   { opacity: 0; transform: translate(-50%, 8px); }
  100% { opacity: 1; transform: translate(-50%, 0); }
}

/* スクロール開始でスクロール促しはフェードアウト */
body.is-scrolled .intro__scroll-prompt {
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

/* スクロール促しC：流れるドット（縦線上を上→下に水滴のように落ちる） */
.scroll-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.scroll-dot__label {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--color-fg-muted);
  text-transform: uppercase;
}

.scroll-dot__rail {
  position: relative;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.18);
  overflow: visible;
}

.scroll-dot__particle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: dotFlow 2s linear infinite;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

@keyframes dotFlow {
  0%   { top: 0;    opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* ---------- セクション共通 ---------- */
.section {
  padding: 100px 24px;
}

/* --- Story セクション ---
   最低 100vh、コンテンツが超えれば自然に伸びる（PC はピン区間が自動延長、SP は通常スクロールで全表示） */
.story {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../img/bg/bg_story.webp");
  background-size: cover;
  background-position: center;
  overflow: visible;
}
.story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.story .section__inner {
  position: relative;
  z-index: 1;
}

/* --- Features セクション --- */
.features {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../img/bg/bg_features.webp");
  background-size: cover;
  background-position: center;
  overflow: visible;
}
.features::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.features .section__inner {
  position: relative;
  z-index: 1;
}

/* --- Usage セクション --- */
.usage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.usage__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/bg/bg_usage.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.15);
  will-change: transform;
  z-index: 0;
}
.usage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.usage .section__inner {
  position: relative;
  z-index: 2;
}

/* ---------- Story 2カラム（左テキスト + 右円形ロゴ） ---------- */
.story .section__inner {
  max-width: 1080px;
}

.story__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

/* SP: ロゴ非表示 + テキスト圧縮で 100vh に収める */
.story__visual {
  display: none;
}

.story .section__text {
  line-height: 1.85;
  margin-bottom: 18px;
}

.story .section__title {
  line-height: 1.5;
  margin-bottom: 28px;
}

.story__logo {
  width: clamp(120px, 28vw, 160px);
  height: auto;
  display: block;
}

/* --- reveal アニメーション初期状態 --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
}

/* --- アンダーラインリビール（複数行対応: background-image 方式） --- */
.underline-reveal {
  --ul-scale: 0;
  position: relative;
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: calc(var(--ul-scale) * 100%) 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 2px;
}

.section__inner {
  max-width: 880px;
  margin: 0 auto;
}

.section__label {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--color-fg);
  margin-bottom: 24px;
}

.section__title {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.section__text {
  font-size: clamp(0.95rem, 2.4vw, 1rem);
  line-height: 2.1;
  margin-bottom: 24px;
  color: var(--color-fg-soft);
}

/* ---------- Features（3つの真髄） ----------
   PC: 左商品画像1本 + 右テキスト の2カラム
   SP: 上画像 → 下テキスト の縦積み
   各項目は h3 内に「番号 + 名前」をインライン化 */
.features__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.features__visual {
  display: flex;
  justify-content: center;
}

.features__product-frame {
  position: relative;
  display: block;
  max-width: 200px;
}

.features__product {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  position: relative;
  opacity: 0;
  filter: blur(16px);
  transform: scale(1.1);
  will-change: opacity, filter, transform;
}

.features__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.features__item {
  --line-scale: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 12px;
  position: relative;
}
.features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
  transform: scaleX(var(--line-scale));
  transform-origin: left;
}

.features__name {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  letter-spacing: 0.12em;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.features__num {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-fg-muted);
  flex-shrink: 0;
}

.features__name-text {
  flex: 1 1 auto;
}

.features__text {
  font-size: clamp(0.82rem, 1.8vw, 0.9rem);
  line-height: 1.7;
  color: var(--color-fg-soft);
}

/* ---------- Usage（利用シーン） ---------- */
.usage__scenes {
  --border-scale: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 8px 0 32px;
  padding: 4px 0 4px 20px;
  position: relative;
}
.usage__scenes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-line);
  transform: scaleY(var(--border-scale));
  transform-origin: top;
}

.usage__scene {
  font-family: var(--font-jp);
  font-size: clamp(0.95rem, 2.4vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #fff;
}

/* ---------- Spec（成分表 横スクロールカード） ---------- */
.spec {
  background: var(--color-bg);
}

.spec__cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.spec__card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 18px;
}

.spec__card-title {
  font-family: var(--font-en);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.spec__card-sub {
  font-size: 0.8rem;
  color: var(--color-fg-soft);
  margin-bottom: 12px;
}

.spec__card-img {
  display: block;
  max-height: 100px;
  width: auto;
  margin: 0 auto 12px;
  object-fit: contain;
}

.spec__table {
  display: grid;
  gap: 0;
}

.spec__row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
}

.spec__row:last-child {
  border-bottom: none;
}

.spec__row dt {
  color: var(--color-fg-soft);
}

.spec__row dd {
  font-family: var(--font-en);
  text-align: right;
}

/* ---------- Gallery（SP: 1行横スクロール / PC: 3列グリッド・正方形タイル） ---------- */
.gallery__grid {
  list-style: none;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--color-line) transparent;
  padding-bottom: 12px;
}

.gallery__grid::-webkit-scrollbar {
  height: 4px;
}

.gallery__grid::-webkit-scrollbar-track {
  background: transparent;
}

.gallery__grid::-webkit-scrollbar-thumb {
  background: var(--color-line);
  border-radius: 2px;
}

.gallery__item {
  flex: 0 0 auto;
  width: clamp(240px, 72vw, 320px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =============================================
   フッター
   PC: 3段構成（ブランド帯 / 3列リンクグリッド / 著作権）
   SP: 1列縦積み（ブランド → service → info → about → 著作権）
   欧文はSorts Mill Goudy、和文はZen Old Minchoに自動フォールバック
============================================= */
.site-footer {
  border-top: 1px solid var(--color-line);
  padding: 56px 24px 32px;
}

/* 段1: ブランド帯（ロゴ + 所在地） */
.site-footer__brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding-bottom: 36px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s var(--ease);
}

.site-footer__logo:hover {
  opacity: 0.7;
}

.site-footer__logo img {
  width: 180px;
  height: auto;
  display: block;
}

.site-footer__address {
  font-family: var(--font-en-jp);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: var(--color-fg-muted);
}

/* 段2: リンクグリッド（SPは縦積み、PCは3列） */
.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--color-line-soft);
  border-bottom: 1px solid var(--color-line-soft);
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__heading {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: lowercase;
  color: var(--color-fg-muted);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-line-soft);
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__list a {
  display: inline-block;
  font-family: var(--font-en-jp);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: var(--color-fg-soft);
  transition: opacity 0.25s var(--ease);
}

.site-footer__list a:hover {
  opacity: 0.55;
}

/* 段3: 著作権 */
.site-footer__copy {
  font-family: var(--font-en-jp);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.8;
  color: var(--color-fg-muted);
  text-align: center;
  padding-top: 28px;
}

/* =============================================
   PCレイアウト（>=1024px）
   ロゴ: 左上角の独立ウィジェット
   ナビ: 左下角の独立ウィジェット（縦並び）
   メイン: 画面ほぼ全幅、左にナビとの干渉回避用padding
============================================= */
@media (min-width: 1024px) {
  :root {
    --corner-pad: 32px;
  }

  /* PC では ONLINE SHOP が右上ボタン（下部帯ではない）になるため、
     SP デフォルトで設定した本文末の余白をリセット */
  body {
    padding-bottom: 0;
  }

  /* ハンバーガーボタンはPCで非表示 */
  .hamburger {
    display: none;
  }

  /* ONLINE SHOP: 右上角の独立ボタン（透明背景＋白枠・直角／ホバーで白塗り＋黒文字に反転） */
  .online-shop {
    position: fixed;
    top: var(--corner-pad);
    right: var(--corner-pad);
    bottom: auto;
    left: auto;
    /* SPデフォルトの translateX(-50%) を打ち消す */
    transform: none;
    z-index: 55;
    height: auto;
    padding: 14px 28px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 1px solid #fff;
    border-radius: 0;
    transition: opacity 0.8s var(--ease),
                visibility 0.8s var(--ease),
                background-color 0.3s var(--ease),
                color 0.3s var(--ease);
  }

  .online-shop:hover {
    background: #fff;
  }

  .online-shop:hover .online-shop__label {
    color: #000;
  }

  .online-shop__label {
    font-size: 12px;
  }

  /* ロゴ: 左上角の小ウィジェット（PCではしっかり視認できるサイズに） */
  /* SVGをタイトな viewBox に絞ったため、同じpxでも従来の約2倍大きく見える */
  .site-logo__image {
    width: 110px;
    height: auto;
  }

  /* グローバルナビ: 左下角の独立ウィジェット
     初期は非表示。スクロール開始（body.is-scrolled）でフェードイン。 */
  .global-nav {
    position: fixed;
    inset: auto auto var(--corner-pad) var(--corner-pad);
    width: auto;
    height: auto;
    background: transparent;
    opacity: 0;
    visibility: visible;
    display: block;
    transition: opacity 0.8s var(--ease);
  }

  body.is-scrolled .global-nav {
    opacity: 1;
  }

  .global-nav__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
  }

  .global-nav__link {
    font-size: 1rem;
    letter-spacing: 0.16em;
    text-transform: lowercase;
    color: var(--color-fg-soft);
  }

  .global-nav__link::after {
    bottom: -2px;
  }

  /* セクション: 左下のナビと重ならないよう左パディングを確保 */
  .section {
    padding: 140px var(--pc-edge-pad);
  }

  /* Story: 左テキスト60% + 右円形ロゴ40%（PC 2カラム） */
  .story__visual {
    display: flex;
  }

  .story__inner {
    grid-template-columns: 60% 1fr;
    gap: clamp(32px, 4vw, 64px);
  }

  .story__logo {
    width: auto;
    height: clamp(24vh, 30vh, 34vh);
    aspect-ratio: 1 / 1;
  }

  /* Story 限定でタイポをPCに最適化 */
  .story .section__title {
    font-size: clamp(1.4rem, 4vw, 2rem);
    margin-bottom: 28px;
  }

  .story .section__text {
    line-height: 1.95;
    margin-bottom: 18px;
  }

  /* ---------- Features 2カラム（左商品画像1本 + 右テキスト） ----------
     縦あふれ対策（5層 + インライン化）:
       層0: 番号と名前のインライン化（h3内）→ HTML/共通CSSで実装済
       層1: min-height: 100vh でピン区間を自動延長（あふれ時の安全網）
       層2: section padding 上下を 140px → 100px に圧縮（縦+80px確保）
       層3: タイポ・gap 細粒度圧縮（line-height 1.9→1.7 等は共通CSSで実装済）
       層4: 1024-1279px は 36/64、1280px以上は 40/60 の可変グリッド
       層5: 商品画像 max-height: 320px + object-fit: contain（共通CSSで実装済） */

  /* 層2: Features 限定で section padding 上下を圧縮 */
  .features.section {
    padding: 100px var(--pc-edge-pad);
  }

  /* 層1（ピン区間自動延長）は各セクション個別ルール（min-height: 100vh）で対応済み */

  .features .section__inner {
    max-width: 1080px;
  }

  .features__layout {
    grid-template-columns: 35% 1fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: center;
  }

  .features__product-frame {
    max-width: 100%;
  }

  /* 層3: Features 限定でタイポ・gap を圧縮 */
  .features .section__title {
    font-size: clamp(1.4rem, 4vw, 2rem);
    margin-bottom: 20px;
  }

  .features__list {
    gap: 16px;
  }

  .features__item {
    padding-top: 16px;
  }

  /* Spec: PCでは3枚横並び + パディングを戻す */
  .spec__cards {
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .spec__card {
    flex: 1 1 0;
    padding: 28px 24px;
  }

  .spec__row {
    padding: 8px 0;
  }

  /* Gallery: PCでは3列2行のグリッド一覧（横スクロールなし） */
  .gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }

  .gallery__item {
    width: auto;
  }

  /* フッター: 左下のナビと重ならないよう左右パディングを確保 */
  .site-footer {
    padding: 80px var(--pc-edge-pad) 50px;
  }

  /* 段1: ブランド帯はPCで左右2分割（左ロゴ + 右所在地） */
  .site-footer__brand-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 32px;
    padding-bottom: 40px;
  }

  /* 段2: 3列グリッド */
  .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding: 40px 0;
  }

  .site-footer__list {
    gap: 12px;
  }

  /* 段3: 著作権 */
  .site-footer__copy {
    padding-top: 32px;
  }
}
