/* ============================================================
   awai lab — style.css（2026-07-23 全面磨き直し）
   線は不変：紙と墨、藍鼠を一点だけ。声は静かに・短く・具体で。
   変えたのは設え：組版の背骨（見出しの型）、作品を「一枚の紙」として
   置くカード、止まっている topbar、呼吸するスクロールの糸。
   ※ 変数名・JSフック（.reveal/.on・.sheet・.vg-*・#c2-drift）は据え置き。
   ※ サブページ（m2/c2 の doc.css）と共有。共有部の意味は変えない。
   ============================================================ */

:root {
  /* awai lab パレット（紙と墨、藍鼠を一点だけ） */
  --paper: #F4F4F2;                 /* 紙：背景 */
  --paper-hi: #FBFBF9;              /* 白紙：作品の一枚 */
  --veil: #ECEDEA;                  /* 霞：面・タイル */
  --ink-1: #25282C;                 /* 墨：主テキスト */
  --ink-2: rgba(37, 40, 44, 0.64);  /* 副：本文・補助テキスト */
  --ink-3: #92959A;                 /* 靄：メタ・かすれ */
  --line: #DEDFDB;                  /* 罫：極細の線 */
  --line-deep: #CDCFC9;            /* 罫（触れたとき、わずかに濃く） */
  --riso-blue: #586E78;             /* 藍鼠：唯一のアクセント */
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --ease-quiet: cubic-bezier(0.16, 0.84, 0.28, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-1);
  font-family: var(--sans);
  line-height: 1.95;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(88, 110, 120, 0.18); }

:focus-visible {
  outline: 1px solid var(--riso-blue);
  outline-offset: 4px;
}

/* アンカーで飛んだとき、止まっている topbar のぶん下がって着地する */
section[id] { scroll-margin-top: 86px; }

#ink {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}

/* 左ドラッグで墨を流しているあいだだけ、文字が選択されないようにする
   （押している間だけ。指を離せば元どおり選べる） */
body.ink-drawing,
body.ink-drawing * {
  -webkit-user-select: none;
  user-select: none;
}

/* 和紙の肌理：ごく淡い粒子（可読性を損なわない濃さ） */
.grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.035;
  mix-blend-mode: multiply;
}

.page {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(24px, 7vw, 64px);
}

/* ---------- topbar：紙の上に静かに留まる ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: clamp(18px, 3vh, 26px) 0 14px;
  background: rgba(244, 244, 242, 0.86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(222, 223, 219, 0.55);
}
.topbar .orgmark {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--ink-1);
  text-decoration: none;
}
.topbar .orgmark:hover { color: var(--ink-2); }
.topbar nav { display: flex; gap: 1.9em; }
.topbar nav a {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  text-decoration: none;
  padding-bottom: 3px;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: color 0.5s ease, background-size 0.6s var(--ease-quiet);
}
.topbar nav a:hover {
  color: var(--ink-1);
  background-size: 100% 1px;
}

/* ---------- ヒーロー：最初の一画面まるごと ---------- */

.hero {
  min-height: 88vh;
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vh, 64px) 0 clamp(28px, 4vh, 44px);
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--ink-3);
  margin: 0;
}

.hero-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(36px, 6vh, 72px) 0 clamp(52px, 7vh, 84px);
}

/* 淡い層の器。中の .sheet は site.js が生む */
.stack {
  position: relative;
  width: clamp(220px, 33vw, 340px);
  aspect-ratio: 3 / 4;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.stack .sheet {
  position: absolute;
  inset: 9%;
  background: rgba(37, 40, 44, 0.027);
  border-radius: 1px;
  opacity: 0;
  transition: opacity 1.4s ease, transform 1.6s var(--ease-quiet);
  will-change: transform;
}
.stack .sheet.on { opacity: 1; }

.stack-count {
  position: absolute;
  left: 4%;
  bottom: -40px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--ink-3);
  white-space: nowrap;
}
.stack-count .n {
  font-family: var(--serif);
  color: var(--ink-2);
}

.hero-title {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(42px, 6.8vw, 74px);
  line-height: 1.66;
  letter-spacing: 0.18em;
  color: var(--ink-1);
  margin: 0 0 0 clamp(-116px, -8.5vw, -46px);
  position: relative;
  z-index: 2;
}

.hero-foot {
  max-width: 32em;
  display: flex;
  flex-direction: column;
}
.hero-line {
  font-family: var(--serif);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 2.0;
  color: var(--ink-1);
  margin: 0 0 10px;
}
.hero-en {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  margin: 0;
}

/* 下へ続く一本の糸：藍鼠のひとしずくが静かに落ちていく */
.scroll-hint {
  width: 1px;
  height: clamp(44px, 7vh, 64px);
  margin-top: clamp(28px, 5vh, 48px);
  background: linear-gradient(to bottom, var(--line-deep), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-hint::after {
  content: "";
  position: absolute;
  left: 0;
  top: -45%;
  width: 1px;
  height: 45%;
  background: var(--riso-blue);
  opacity: 0.7;
  animation: hint-drip 3.4s ease-in-out infinite;
}
@keyframes hint-drip {
  0%   { top: -45%; }
  62%  { top: 105%; }
  100% { top: 105%; }
}

/* 区切りの“あわい”：細い罫の中央にすきま＋藍鼠の極細線（屋号のしるし） */
.rule-gap {
  display: flex;
  align-items: center;
  width: 130px;
  height: 16px;
  margin-top: 30px;
}
.rule-gap .ln { flex: 1; height: 1px; background: var(--line); }
.rule-gap .gap { width: 20px; align-self: stretch; position: relative; }
.rule-gap .gap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background: var(--riso-blue);
  opacity: 0.55;
}

/* ---------- 見出しの型：英字の小さな標識 → 明朝の題 ---------- */

section { padding-top: clamp(88px, 14vh, 150px); }

h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(24px, 3.2vw, 28px);
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin: 0 0 10px;
}
h2 .en {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 16px;
}
h2 .en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--riso-blue);
  opacity: 0.6;
  margin-right: 12px;
  vertical-align: 4px;
}

/* ---------- あわいのこと：しきいの図 ---------- */

.awai-band {
  position: relative;
  height: clamp(110px, 16vw, 150px);
  margin: 40px 0 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg,
    #D7DAD3 0%, #E2E4DE 36%, #EDEEEA 66%, var(--paper) 100%);
  overflow: hidden;
}
/* 軒下をよぎる光 */
.awai-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  animation: eaves-light 17s ease-in-out infinite alternate;
}
@keyframes eaves-light {
  from { transform: translateX(-40%); }
  to   { transform: translateX(260%); }
}
.awai-band .band-line {
  position: absolute;
  left: 50%;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(to bottom,
    var(--riso-blue) 0 32%, transparent 32% 68%, var(--riso-blue) 68% 100%);
  opacity: 0.5;
}
.awai-band .zone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--ink-3);
}
.awai-band .zin  { left: clamp(18px, 6%, 48px); }
.awai-band .zout { right: clamp(18px, 6%, 48px); }
.awai-band .zma {
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif);
  font-size: 13px;
  color: var(--ink-2);
  padding: 0 14px;
}

.awai-text .lead {
  font-family: var(--serif);
  font-size: clamp(15.5px, 2vw, 17px);
  line-height: 2.15;
  color: var(--ink-1);
  margin: 0 0 26px;
  max-width: 30em;
}
.awai-text .lead-close { margin-bottom: 0; }

/* ---------- Works：一枚の紙として置く ---------- */

.works-lede {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--ink-2);
  margin: 0 0 30px;
}

.work {
  position: relative;
  background: var(--paper-hi);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(24px, 3.4vw, 36px) clamp(22px, 3vw, 34px) clamp(18px, 2.6vw, 28px);
  margin-top: clamp(22px, 3vw, 30px);
  transition:
    transform 0.9s var(--ease-quiet),
    border-color 0.6s ease,
    box-shadow 0.9s ease;
}
/* ホバーの所作は、実際にホバーできる機器だけ。
   タッチ端末では :hover がタップ後に残り、影が居座って重く見えるため */
@media (hover: hover) and (pointer: fine) {
  .work:hover {
    transform: translateY(-3px);
    border-color: var(--line-deep);
    box-shadow: 0 18px 44px rgba(37, 40, 44, 0.055);
  }
}

/* 通し番号：右肩に小さく */
.work-no {
  position: absolute;
  top: clamp(20px, 2.6vw, 28px);
  right: clamp(20px, 2.6vw, 28px);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--ink-3);
}

.work-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 20vw, 200px);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.work-head { display: block; }
.work h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 27px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 0;
}
.work-name { display: flex; align-items: baseline; gap: 11px; flex-wrap: wrap; }
.work-abbr { font-size: 11px; letter-spacing: 0.16em; color: var(--ink-3); }

/* 状態のしるし：公開中＝藍鼠の点が満ちる／開発中＝まだ空の輪 */
.work-meta {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.work-meta::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
}
.is-live .work-meta::before { background: var(--riso-blue); opacity: 0.8; }
.is-dev  .work-meta::before { box-shadow: inset 0 0 0 1px var(--ink-3); }

/* 「◯◯を整える器」＝そのアプリが何の器かを定義する一行 */
.work .work-role {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--ink-2);
  margin: 14px 0 0;
}
.work p { font-size: 14.5px; color: var(--ink-2); max-width: 38em; }
/* 作品のタグライン（明朝・藍鼠） */
.work .work-copy {
  font-family: var(--serif);
  font-size: 15.5px;
  color: var(--riso-blue);
  margin: 10px 0 4px;
}
.work .work-compound {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.9;
  color: var(--riso-blue);
  margin: 12px 0 10px;
  max-width: 38em;
}

/* 作品のヴィネット（線画）：紙の上の淡い図。ホバーでわずかに息をする */
.work-visual { padding-top: 8px; }
.work-visual svg {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 1.2s var(--ease-quiet);
}
@media (hover: hover) and (pointer: fine) {
  .work:hover .work-visual svg { transform: translateY(-4px); }
}

/* 広い画面：作品の節だけ本文より左右へ広げ、2つずつ並べる */
@media (min-width: 900px) {
  .works {
    width: min(1140px, 100vw - 2 * clamp(24px, 7vw, 64px));
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(28px, 3vw, 44px);
    row-gap: clamp(28px, 3vw, 44px);
  }
  .works > h2 { grid-column: 1 / -1; margin-bottom: 0; }
  .works-lede { grid-column: 1 / -1; margin: 0; }
  .work { margin-top: 0; }
  .work-body {
    grid-template-columns: minmax(0, 1fr) clamp(92px, 9vw, 124px);
    gap: clamp(18px, 2.2vw, 30px);
  }
  .work p,
  .work .work-compound { max-width: none; }
  /* 右の列は、半歩おくれて現れる */
  html.js .work.reveal:nth-of-type(even) { transition-delay: 0.12s; }
}

/* ---------- ヴィネットの語彙（vg-*）：据え置き ---------- */

.vg-frame { fill: rgba(255, 255, 255, 0.45); stroke: var(--line); stroke-width: 1; }
.vg-hair  { stroke: var(--line); stroke-width: 1; }
.vg-ink   { stroke: rgba(37, 40, 44, 0.34); stroke-width: 2; stroke-linecap: round; }
.vg-ink.strong { stroke: rgba(37, 40, 44, 0.5); stroke-width: 2.6; }
.vg-ink.thin { stroke: rgba(37, 40, 44, 0.16); }
.vg-mark  { fill: none; stroke: rgba(37, 40, 44, 0.28); stroke-width: 1; }

/* したためる：カーソルの静かなまたたき */
.vg-cursor { fill: var(--ink-1); opacity: 0.5; animation: vg-blink 1.5s step-end infinite; }
@keyframes vg-blink {
  0%   { opacity: 0.5; }
  55%  { opacity: 0; }
  100% { opacity: 0.5; }
}

/* つきひ：週がとぎれず流れる（マスは site.js が生成） */
.vg-cell  { fill: rgba(37, 40, 44, 0.07); }
.vg-today { fill: var(--riso-blue); opacity: 0.75; }
.vg-drift { animation: vg-drift 34s linear infinite; }
@keyframes vg-drift {
  from { transform: translateY(0); }
  to   { transform: translateY(-240px); }
}

/* あとから淡く現れるもの（清書・あしあと・柿・盤面） */
.vg-fade { opacity: 0; transition: opacity 1.2s ease; transition-delay: var(--d, 0s); }
.work.on .vg-fade { opacity: 1; }

/* 足るを知る：水面。藍鼠の一本＝足るライン */
.vg-waterfill { fill: var(--riso-blue); opacity: 0.05; }
.vg-water { stroke: var(--riso-blue); stroke-width: 1.8; opacity: 0.75; }
.vg-trace { stroke: var(--riso-blue); stroke-width: 1; opacity: 0.26; }
.vg-trace.old { opacity: 0.14; }

/* 淡い道の名残（旧・道すじ用の語彙。使う図が戻っても効くよう残す） */
.vg-path { fill: none; stroke: rgba(37, 40, 44, 0.42); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.vg-path.faint { stroke: rgba(37, 40, 44, 0.16); stroke-width: 1.8; }
.vg-path.p1 { stroke: rgba(37, 40, 44, 0.20); }
.vg-path.p2 { stroke: rgba(37, 40, 44, 0.36); }
.vg-path.p3 { stroke: rgba(37, 40, 44, 0.52); stroke-width: 2.6; }
.vg-here { fill: var(--riso-blue); opacity: 0.8; }
.vg-compass { fill: var(--ink-3); font-family: var(--serif); font-size: 11px; letter-spacing: 0.1em; }
.vg-draw { stroke-dasharray: 260; stroke-dashoffset: 260; }
.work.on .vg-draw { animation: vg-draw 3.4s cubic-bezier(0.33, 0.68, 0.32, 1) forwards; }
@keyframes vg-draw { to { stroke-dashoffset: 0; } }

/* ---------- リンクの所作 ---------- */

/* 「App Store で見る」等：静かな輪のボタン */
.try {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 6px;
  padding: 8px 18px 9px;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  color: var(--riso-blue);
  text-decoration: none;
  border: 1px solid rgba(88, 110, 120, 0.42);
  border-radius: 999px;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.try:hover {
  background-color: var(--riso-blue);
  border-color: var(--riso-blue);
  color: #F6F6F4;
}

/* ---------- Contact・締め・フッター ---------- */

.contact p { margin: 18px 0 0; }
.contact a {
  font-family: var(--serif);
  font-size: clamp(18px, 2.6vw, 21px);
  letter-spacing: 0.04em;
  color: var(--ink-1);
  text-decoration: none;
  padding-bottom: 4px;
  background-image: linear-gradient(var(--riso-blue), var(--riso-blue));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  transition: color 0.5s ease;
}
.contact a:hover { color: var(--riso-blue); }

.closing { text-align: center; padding-top: clamp(90px, 14vh, 140px); }
.closing .rule-gap { margin: 0 auto 26px; }
.closing p {
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--ink-1);
  margin: 0;
}

.about p { font-size: 15px; color: var(--ink-2); max-width: 36em; }

footer {
  padding: clamp(90px, 14vh, 150px) 0 44px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-3);
}
.site-footer { text-align: center; }
.site-footer .fm {
  display: block;
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: 0.32em;
  font-size: 16px;
  color: var(--ink-1);
}
.site-footer .fk {
  display: block;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--ink-3);
  margin-top: 10px;
}
.site-footer .fe {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--riso-blue);
  margin-top: 14px;
}

/* ---------- 現れの演出（JSが効いている時だけ隠す） ---------- */

html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.1s ease, transform 1.25s var(--ease-quiet);
}
html.js .reveal.on {
  opacity: 1;
  transform: none;
}

/* ---------- 動きを減らす設定の人へ：演出をすべて止める ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .awai-band::after,
  .vg-cursor,
  .vg-drift,
  .scroll-hint::after { animation: none; }
  .vg-fade { opacity: 1; transition: none; }
  .vg-draw { animation: none; stroke-dashoffset: 0; }
  .stack .sheet { transition: none; }
  .work,
  .work-visual svg { transition: none; }
  .work:hover { transform: none; box-shadow: none; }
  .work:hover .work-visual svg { transform: none; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- スマホ ---------- */

@media (max-width: 560px) {
  body { line-height: 1.85; }
  section[id] { scroll-margin-top: 64px; }

  /* 帯：画面の端から端まで届かせ、不透明にする。
     （.page の内側にあるため既定では左右に余白ぶんの素通しができ、
       半透明だと後ろの墨が透けて中途半端に見えていた） */
  .topbar {
    padding: 13px 0 12px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 0;
  }
  .topbar::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    z-index: -1;
  }
  .topbar .orgmark { font-size: 15px; letter-spacing: 0.16em; }
  .topbar nav { gap: 1.1em; }
  .topbar nav a { font-size: 11px; letter-spacing: 0.1em; }

  /* しきいの図：狭い幅では移ろいが圧縮され、変化の偏りが「濃い板と薄い板が並ぶ」ように見えてしまう。
     そこで (1) 内側をさらに深く（明度差 約27→約56階調） (2) 変化を帯の全幅へ均等に配る
     ＝どこを見ても少しずつ移ろっている状態にする */
  .awai-band {
    height: 132px;
    background: linear-gradient(90deg,
      #B8BEB4 0%, #C7CCC3 22%, #D8DBD3 45%, #E7E9E4 70%, #F1F1EF 88%, var(--paper) 100%);
  }
  /* よぎる光は移ろいを白く飛ばすので、気配だけ残して抑える */
  .awai-band::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  }

  /* 作品：小さな画面では「面」を置かず、一本の罫で仕切るだけにする。
     幅いっぱいの塗りつぶしは壁のように重く、文字が読みにくくなるため */
  .work {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 30px 0 24px;
  }
  .work-no { top: 30px; right: 0; }
  .hero { min-height: 84svh; padding-top: 28px; }
  .hero-stage { padding: 44px 0 60px; }
  .stack { width: min(58vw, 240px); }
  .hero-title {
    font-size: clamp(34px, 10vw, 44px);
    margin-left: -10vw;
  }
  .stack-count { bottom: -34px; }
  .work-body { grid-template-columns: 1fr; gap: 6px; }
  .work-visual { max-width: 190px; margin: 12px auto 0; padding-top: 0; }
}
