@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Shippori+Mincho:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=JetBrains+Mono:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans+Mono+JP:wght@400;500;700&display=swap');

:root {
  --candy-red: #B23A2E;
  --racing-moss: #5A6B4A;
  --burnt-sienna: #C87A4D;
  --chestnut: #8B5E3C;
  --sand-beige: #D8C2A2;
  --calque-offwhite: #F0E8D9;
  --calque-white: #FAF5EA;
  --graphite-indigo: #241E16;
  --graphite-mid: #5C5048;
  --divider-pale: #E5DCC8;
  --moss-deep: #3D5240;
  --candy-yellow: #E8B832;
  --grain-opacity: 0.04;
  --shadow-br-candy: 6px 6px 0 0 rgba(178, 58, 46, 0.92);
  --shadow-br-soft: 4px 4px 0 0 rgba(36, 30, 22, 0.18);
  --border-thick: 1.5px solid rgba(36, 30, 22, 0.32);
  --border-graphite: 2px solid #241E16;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--calque-offwhite);
  color: var(--graphite-indigo);
  font-family: 'Inter', 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(900px 720px at 8% 12%, rgba(200, 122, 77, 0.22), transparent 70%),
    radial-gradient(1100px 880px at 92% 88%, rgba(90, 107, 74, 0.20), transparent 72%),
    radial-gradient(820px 640px at 70% 24%, rgba(139, 94, 60, 0.18), transparent 70%),
    radial-gradient(720px 540px at 14% 82%, rgba(216, 194, 162, 0.24), transparent 70%);
  z-index: -2;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 30% 40%, rgba(36, 30, 22, 0.05) 0, rgba(36, 30, 22, 0.05) 0.6px, transparent 0.6px, transparent 2.4px),
    repeating-radial-gradient(circle at 70% 60%, rgba(36, 30, 22, 0.05) 0, rgba(36, 30, 22, 0.05) 0.6px, transparent 0.6px, transparent 2.4px);
  opacity: var(--grain-opacity);
  z-index: -1;
}

strong, p, span, h1, h2, h3, h4, h5, h6, a, li, button, label { color: inherit; }

::selection { background: var(--candy-red); color: var(--calque-white); }

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

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

.font-display { font-family: 'Inter', 'Inter Tight', 'Noto Sans JP', sans-serif; font-feature-settings: 'wdth' 140, 'cv11'; letter-spacing: -0.02em; }
.font-mincho { font-family: 'Shippori Mincho', 'Noto Sans JP', serif; }
.font-mono { font-family: 'JetBrains Mono', 'Noto Sans Mono JP', monospace; }
.font-jp { font-family: 'Noto Sans JP', sans-serif; }
.font-jp-mono { font-family: 'Noto Sans Mono JP', 'JetBrains Mono', monospace; }

.color-candy { color: var(--candy-red); }
.color-moss { color: var(--racing-moss); }
.color-sienna { color: var(--burnt-sienna); }
.color-chest { color: var(--chestnut); }
.color-graphite { color: var(--graphite-indigo); }
.color-graphite-mid { color: var(--graphite-mid); }
.color-offwhite { color: var(--calque-offwhite); }
.color-white-calque { color: var(--calque-white); }
.color-moss-deep { color: var(--moss-deep); }
.color-yellow { color: var(--candy-yellow); }

.bg-candy { background-color: var(--candy-red); }
.bg-moss { background-color: var(--racing-moss); }
.bg-sienna { background-color: var(--burnt-sienna); }
.bg-chest { background-color: var(--chestnut); }
.bg-graphite { background-color: var(--graphite-indigo); }
.bg-graphite-mid { background-color: var(--graphite-mid); }
.bg-offwhite { background-color: var(--calque-offwhite); }
.bg-white-calque { background-color: var(--calque-white); }
.bg-moss-deep { background-color: var(--moss-deep); }
.bg-yellow { background-color: var(--candy-yellow); }

.brutal-card {
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  box-shadow: var(--shadow-br-soft);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1), border-color 240ms;
  position: relative;
}

.brutal-card.is-hover {
  z-index: 10 !important;
  transform: translate(6px, 6px);
  box-shadow: var(--shadow-br-candy);
  border: 2.5px solid var(--candy-red);
}

.brutal-candy-stripe {
  background: var(--candy-red);
  height: 3px;
  width: 320px;
  max-width: 80%;
  display: block;
}

.section-divider-marker {
  position: relative;
  height: 1.5px;
  width: 96px;
  background: var(--candy-red);
  margin: 24px auto;
}

.h1-kinetic {
  font-family: 'Inter', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(64px, 12vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-variation-settings: 'wdth' 140;
  color: var(--graphite-indigo);
}

.h2-section {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 130;
  color: var(--graphite-indigo);
}

.h3-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--graphite-indigo);
}

.mono-caps {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mono-caps-tight {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.cta-candy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0 36px;
  background: var(--candy-red);
  color: var(--calque-white);
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: var(--border-graphite);
  border-radius: 0;
  box-shadow: 6px 6px 0 0 var(--graphite-indigo);
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 200ms;
  white-space: nowrap;
  text-decoration: none;
}

.cta-candy:hover {
  transform: translate(4px, 4px);
  box-shadow: 10px 10px 0 0 var(--graphite-indigo);
  color: var(--calque-white);
}

.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  background: var(--calque-white);
  color: var(--graphite-indigo);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: var(--border-graphite);
  border-radius: 0;
  box-shadow: 4px 4px 0 0 var(--graphite-indigo);
  cursor: pointer;
  transition: transform 200ms, box-shadow 200ms, background 200ms;
  white-space: nowrap;
  text-decoration: none;
}

.cta-outline:hover {
  transform: translate(3px, 3px);
  box-shadow: 6px 6px 0 0 var(--candy-red);
  background: var(--calque-offwhite);
  color: var(--graphite-indigo);
}

.cta-candy-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: var(--candy-red);
  color: var(--calque-white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1.5px solid var(--graphite-indigo);
  border-radius: 0;
  cursor: pointer;
  transition: transform 180ms, box-shadow 180ms;
  white-space: nowrap;
  text-decoration: none;
}

.cta-candy-sm:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 0 var(--graphite-indigo);
  color: var(--calque-white);
}

.floating-panel {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  height: 580px;
  background: rgba(250, 245, 234, 0.92);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: var(--border-thick);
  border-radius: 0;
  box-shadow: 6px 0 0 0 rgba(178, 58, 46, 0.4);
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.floating-panel-logo {
  padding: 20px 18px 18px;
  border-bottom: var(--border-thick);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.floating-panel-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.floating-panel-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: block;
}

.floating-panel-domain {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--graphite-indigo);
  font-variation-settings: 'wdth' 130;
}

.floating-panel-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(36, 30, 22, 0.7);
  margin-top: 2px;
  line-height: 1.3;
}

.floating-panel-jp .accent { color: var(--candy-red); }

.floating-panel-nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 0;
  gap: 0;
}

.floating-panel-nav a {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(36, 30, 22, 0.12);
  color: var(--graphite-indigo);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms, color 200ms, transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), padding 280ms;
  position: relative;
}

.floating-panel-nav a .nav-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: rgba(36, 30, 22, 0.7);
  margin-right: 14px;
  letter-spacing: 0.04em;
}

.floating-panel-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--candy-red);
  transition: width 200ms;
}

.floating-panel-nav a:hover {
  background: rgba(178, 58, 46, 0.08);
  color: var(--candy-red);
  padding-left: 24px;
}

.floating-panel-nav a:hover::before { width: 4px; }

.floating-panel-nav a.is-active {
  background: rgba(178, 58, 46, 0.12);
  color: var(--candy-red);
  padding-left: 24px;
}

.floating-panel-nav a.is-active::before { width: 4px; }

.floating-panel-passport {
  margin: 20px 18px 24px;
  padding: 14px;
  background: rgba(250, 245, 234, 0.6);
  border: 1px solid rgba(36, 30, 22, 0.18);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(36, 30, 22, 0.8);
  line-height: 1.6;
  text-transform: uppercase;
}

.floating-panel-vertical-text {
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: rgba(36, 30, 22, 0.6);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.mobile-topbar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 110;
  background: var(--calque-white);
  border-bottom: 2px solid var(--graphite-indigo);
  height: 64px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}

.mobile-topbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.mobile-topbar-icon { width: 36px; height: 36px; flex-shrink: 0; }

.mobile-topbar-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mobile-topbar-domain {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--graphite-indigo);
}

.mobile-topbar-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 9px;
  color: rgba(36, 30, 22, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-burger {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 1.5px solid var(--graphite-indigo);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.mobile-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--graphite-indigo);
  border-radius: 0;
  transition: transform 240ms, opacity 240ms;
}

.mobile-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: radial-gradient(circle at 0% 0%, var(--calque-offwhite) 0%, var(--calque-offwhite) 40%, rgba(240, 232, 217, 0.95) 80%, rgba(240, 232, 217, 0.98) 100%);
  display: none;
  flex-direction: column;
  padding: 24px 24px 64px;
  overflow-y: auto;
}

.mobile-menu.is-open { display: flex; }

.mobile-menu-logo {
  display: none;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1.5px solid rgba(36, 30, 22, 0.2);
  margin-bottom: 32px;
}

.mobile-menu-logo svg { width: 40px; height: 40px; }

.mobile-menu-logo-text .domain { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 18px; color: var(--graphite-indigo); }
.mobile-menu-logo-text .jp { font-family: 'Shippori Mincho', serif; font-size: 11px; color: rgba(36, 30, 22, 0.7); letter-spacing: 0.08em; text-transform: uppercase; }

.mobile-menu-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.04em;
  color: var(--graphite-indigo);
  font-variation-settings: 'wdth' 130;
  margin-bottom: 28px;
  margin-top: 50px;
  line-height: 0.95;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.mobile-menu-links a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--graphite-indigo);
  padding: 14px 0;
  border-bottom: 1px solid rgba(36, 30, 22, 0.12);
  font-variation-settings: 'wdth' 110;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.mobile-menu-links a::after { content: '→'; color: var(--candy-red); font-size: 22px; }

.mobile-menu-links a .num { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: var(--candy-red); margin-right: 12px; }

main { padding-left: 288px; }

.hero-section {
  min-height: 100vh;
  position: relative;
  padding: 80px 64px 96px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: stretch;
}

.hero-photo-grid {
  display: grid;
  grid-template-columns: 540px 320px 200px;
  grid-template-rows: 220px 220px;
  gap: 12px;
  align-content: start;
}

.hero-photo-tile {
  position: relative;
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-br-soft);
  transition: transform 240ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 240ms, z-index 240ms;
  cursor: pointer;
}

.hero-photo-tile img { width: 100%; height: 100%; object-fit: cover; }

.hero-photo-tile.tile-1 { grid-column: 1; grid-row: 1 / span 2; height: 452px; }
.hero-photo-tile.tile-2 { grid-column: 2; grid-row: 1; }
.hero-photo-tile.tile-3 { grid-column: 3; grid-row: 1 / span 2; }
.hero-photo-tile.tile-4 { grid-column: 2; grid-row: 2; }
.hero-photo-tile.tile-5 { grid-column: 2 / span 2; grid-row: 3; height: 140px; display: none; }
.hero-photo-tile.tile-6 { grid-column: 3; grid-row: 3; display: none; }

.hero-photo-tile.is-hover {
  z-index: 5;
  transform: translate(-3px, -3px);
  border: 2.5px solid var(--candy-red);
  box-shadow: var(--shadow-br-candy);
}

.hero-photo-tile .tech-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding: 8px 10px;
  background: rgba(250, 245, 234, 0.94);
  border: 1px solid var(--graphite-indigo);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--candy-red);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms, transform 240ms;
  pointer-events: none;
  line-height: 1.4;
}

.hero-photo-tile:hover .tech-label, .hero-photo-tile.is-hover .tech-label { opacity: 1; transform: translateY(0); }

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  position: relative;
}

.hero-marker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--candy-red);
  margin-bottom: 24px;
}

.hero-h1 { margin-bottom: 28px; }

.hero-subtitle {
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
  color: var(--graphite-indigo);
  margin-top: 24px;
  margin-bottom: 28px;
}

.hero-tech-strip {
  margin-top: auto;
  padding: 14px 16px;
  background: rgba(250, 245, 234, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: var(--border-thick);
  border-radius: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--graphite-indigo);
  line-height: 1.7;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--racing-moss);
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 0 0 0 rgba(90, 107, 74, 0.7);
  animation: pulse 1.8s ease-out infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(90, 107, 74, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(90, 107, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(90, 107, 74, 0); }
}

.live-dot-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.live-marker {
  position: absolute;
  top: 80px;
  right: 64px;
  padding: 12px 16px;
  background: rgba(250, 245, 234, 0.94);
  border: var(--border-thick);
  border-radius: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--graphite-indigo);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 320px;
}

.live-marker::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  right: -1.5px;
  height: 3px;
  background: var(--candy-red);
}

.layer-legend {
  position: absolute;
  bottom: 96px;
  right: 64px;
  padding: 10px 12px;
  background: rgba(250, 245, 234, 0.85);
  border: 1px solid rgba(36, 30, 22, 0.18);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(36, 30, 22, 0.7);
  text-transform: uppercase;
  line-height: 1.6;
}

.section-marker {
  display: inline-block;
  width: 96px;
  height: 1.5px;
  background: var(--candy-red);
  margin-bottom: 16px;
}

.section-base {
  padding: 96px 64px 96px 0;
  position: relative;
}

.section-header { margin-bottom: 56px; }

.marquee-track {
  width: 100%;
  overflow: hidden;
  border-top: var(--border-thick);
  border-bottom: var(--border-thick);
  padding: 18px 0;
  background: rgba(250, 245, 234, 0.5);
}

.marquee-content {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
  font-family: 'Inter', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  color: rgba(36, 30, 22, 0.7);
}

.marquee-content > span { flex-shrink: 0; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 0;
  padding: 0;
}

.bento-card {
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  position: relative;
  padding: 24px;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), z-index 240ms, box-shadow 240ms, border-color 240ms;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-card .card-marker {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  background: rgba(178, 58, 46, 0.12);
  border: var(--border-thick);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--candy-red);
  transition: width 240ms, height 240ms, font-size 240ms;
}

.bento-card:hover .card-marker {
  width: 72px;
  height: 72px;
  font-size: 18px;
}

.bento-card .card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--graphite-indigo);
  margin-top: auto;
  line-height: 1.1;
}

.bento-card .card-title-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 13px;
  color: rgba(36, 30, 22, 0.7);
  letter-spacing: 0.06em;
  margin-top: 6px;
}

.bento-card .card-spec {
  margin-top: 16px;
  padding: 10px 12px;
  background: rgba(90, 107, 74, 0.18);
  border-top: 1.5px solid var(--graphite-indigo);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.bento-card .card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: -1;
  transition: opacity 280ms;
}

.bento-card.is-photo .card-img { opacity: 0.4; }
.bento-card.is-photo .card-content-wrap { background: linear-gradient(180deg, transparent 0%, rgba(250, 245, 234, 0.92) 60%, var(--calque-white) 100%); padding-top: 60%; }

.bento-card.span-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-card.span-2x1 { grid-column: span 2; grid-row: span 1; }
.bento-card.span-1x2 { grid-column: span 1; grid-row: span 2; }

.bento-card.is-hover {
  z-index: 10;
  transform: translate(6px, 6px);
  border: 2.5px solid var(--candy-red);
  box-shadow: var(--shadow-br-candy);
}

.node-graph-canvas {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 24px;
}

.node-graph-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.node-card {
  position: absolute;
  width: 200px;
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  padding: 16px;
  box-shadow: var(--shadow-br-soft);
  cursor: grab;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1), z-index 240ms, box-shadow 240ms, border-color 240ms;
  z-index: 1;
}

.node-card.is-dragging { cursor: grabbing; z-index: 20; transition: none; }
.node-card.is-active { z-index: 10; transform: scale(1.08); border: 2.5px solid var(--candy-red); box-shadow: var(--shadow-br-candy); }

.node-card .node-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--candy-red);
  line-height: 1;
}

.node-card .node-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--graphite-indigo);
  margin-top: 8px;
}

.node-card .node-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 11px;
  color: var(--candy-red);
  margin-top: 4px;
}

.node-card .node-desc {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: rgba(36, 30, 22, 0.75);
  margin-top: 8px;
  line-height: 1.5;
}

.node-card .node-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

.node-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--graphite-indigo);
  line-height: 1.6;
  display: none;
  z-index: 11;
}

.node-card.is-active .node-tooltip { display: block; }

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 0;
  margin-top: 24px;
}

.advantage-card {
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: flex 420ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 240ms, z-index 240ms, box-shadow 240ms, border-color 240ms;
  cursor: pointer;
  flex: 1;
}

.advantage-card .adv-num {
  position: absolute;
  right: -10px;
  bottom: -40px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 144px;
  line-height: 1;
  color: rgba(178, 58, 46, 0.14);
  font-variation-settings: 'wdth' 130;
  pointer-events: none;
}

.advantage-card .adv-icon { width: 56px; height: 56px; margin-bottom: 18px; }

.advantage-card .adv-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--graphite-indigo);
  margin-bottom: 12px;
}

.advantage-card .adv-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(36, 30, 22, 0.8);
  line-height: 1.5;
}

.advantage-card.is-hover {
  z-index: 10;
  transform: translate(4px, 4px);
  border: 2.5px solid var(--candy-red);
  box-shadow: var(--shadow-br-candy);
}

.masonry-grid {
  column-count: 3;
  column-gap: 24px;
  margin-top: 32px;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 24px;
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  padding: 20px;
  box-shadow: var(--shadow-br-soft);
  position: relative;
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1), z-index 240ms, box-shadow 240ms, border-color 240ms;
  cursor: pointer;
}

.masonry-item.is-hover {
  z-index: 10;
  transform: translate(6px, 6px);
  border: 2.5px solid var(--candy-red);
  box-shadow: var(--shadow-br-candy);
}

.masonry-item .case-marker {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--candy-red);
  text-transform: uppercase;
}

.masonry-item .case-chip {
  width: 32px;
  height: 32px;
  background: var(--candy-red);
  border: var(--border-thick);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--calque-white);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
}

.masonry-item .case-img-wrap {
  border: 1px solid var(--graphite-indigo);
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--calque-offwhite);
  position: relative;
}

.masonry-item .case-img-wrap img { width: 100%; height: auto; display: block; transition: transform 360ms; }
.masonry-item.is-hover .case-img-wrap img { transform: scale(1.05); }

.masonry-item .case-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--graphite-indigo);
  margin-bottom: 6px;
}

.masonry-item .case-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 11px;
  color: rgba(36, 30, 22, 0.7);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.masonry-item .case-spec {
  padding: 10px;
  background: rgba(90, 107, 74, 0.18);
  border-top: 1.5px solid var(--graphite-indigo);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-transform: uppercase;
}

.team-canvas {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 32px;
  background: rgba(250, 245, 234, 0.4);
  border: var(--border-thick);
  overflow: hidden;
}

.team-card {
  position: absolute;
  width: 280px;
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  box-shadow: var(--shadow-br-soft);
  cursor: grab;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 240ms, z-index 240ms;
  z-index: 1;
}

.team-card.is-dragging { cursor: grabbing; z-index: 50; transition: none; }

.team-card.is-fixed {
  z-index: 30;
  cursor: default;
  transform: scale(1.05) !important;
  box-shadow: var(--shadow-br-candy);
}

.team-card .team-img-wrap {
  width: 100%;
  height: 240px;
  border-bottom: var(--border-thick);
  overflow: hidden;
  background: var(--calque-offwhite);
}

.team-card .team-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.team-card .team-body {
  padding: 16px;
}

.team-card .team-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--candy-red);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.team-card .team-name-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--graphite-indigo);
  margin-bottom: 2px;
}

.team-card .team-name-en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--graphite-indigo);
  margin-bottom: 6px;
}

.team-card .team-spec {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-size: 11px;
  color: var(--candy-red);
  margin-bottom: 6px;
}

.team-card .team-years {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(36, 30, 22, 0.7);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.team-card .team-bio {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(36, 30, 22, 0.2);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(36, 30, 22, 0.85);
  line-height: 1.5;
}

.team-card.is-fixed .team-bio { display: block; }

.faq-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}

.faq-panel {
  background: var(--calque-white);
  border: var(--border-thick);
  border-radius: 0;
  padding: 22px 28px;
  cursor: pointer;
  transition: box-shadow 240ms, border-color 240ms;
  position: relative;
  overflow: hidden;
}

.faq-panel.is-open {
  border: 2.5px solid var(--candy-red);
  box-shadow: var(--shadow-br-candy);
  z-index: 2;
}

.faq-panel-head {
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq-panel-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--candy-red);
  flex-shrink: 0;
}

.faq-panel-q {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--graphite-indigo);
  letter-spacing: -0.005em;
  flex: 1;
  line-height: 1.35;
}

.faq-panel-q-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 12px;
  color: rgba(36, 30, 22, 0.6);
  margin-top: 2px;
}

.faq-panel-toggle {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--graphite-indigo);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--graphite-indigo);
  flex-shrink: 0;
  transition: transform 280ms, background 200ms, color 200ms;
}

.faq-panel.is-open .faq-panel-toggle {
  background: var(--candy-red);
  color: var(--calque-white);
  transform: rotate(45deg);
}

.faq-panel-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1), margin-top 240ms;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(36, 30, 22, 0.85);
}

.faq-panel.is-open .faq-panel-body {
  max-height: 600px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed rgba(36, 30, 22, 0.2);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 420px;
  background: var(--calque-white);
  border: var(--border-graphite);
  border-radius: 0;
  box-shadow: 8px 8px 0 0 var(--candy-red);
  padding: 22px 24px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Inter', sans-serif;
}

.cookie-banner-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--graphite-indigo);
  margin-bottom: 4px;
}

.cookie-banner-text {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(36, 30, 22, 0.8);
}

.cookie-banner-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.cookie-banner-actions button {
  flex: 1;
  min-height: 40px;
  padding: 8px 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1.5px solid var(--graphite-indigo);
  border-radius: 0;
  cursor: pointer;
  transition: transform 160ms, box-shadow 160ms;
}

.cookie-btn-accept {
  background: var(--candy-red);
  color: var(--calque-white);
}

.cookie-btn-decline {
  background: var(--calque-white);
  color: var(--graphite-indigo);
}

.cookie-banner-actions button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 0 var(--graphite-indigo); }

.cookie-banner-links {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: var(--graphite-indigo);
}

.cookie-banner-links a {
  text-decoration: underline;
  color: var(--candy-red);
  font-weight: 600;
}

footer.site-footer {
  background: var(--graphite-indigo);
  color: var(--calque-offwhite);
  padding: 80px 64px 32px 0;
  margin-left: 288px;
  position: relative;
  border-top: 3px solid var(--candy-red);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--calque-offwhite);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(240, 232, 217, 0.2);
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(240, 232, 217, 0.8);
  transition: color 200ms;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-col ul a:hover { color: var(--candy-red); }

.footer-brand-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--calque-offwhite);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.footer-brand-name .accent { color: var(--candy-red); }

.footer-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(240, 232, 217, 0.7);
  line-height: 1.6;
  margin-bottom: 18px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(240, 232, 217, 0.85);
  line-height: 1.7;
}

.footer-contact-row { display: flex; gap: 10px; align-items: baseline; }
.footer-contact-row .label { color: rgba(240, 232, 217, 0.5); width: 70px; flex-shrink: 0; }
.footer-contact-row .value { color: var(--calque-offwhite); }

.footer-passport-strip {
  background: rgba(240, 232, 217, 0.08);
  border: 1px solid rgba(240, 232, 217, 0.18);
  padding: 16px 20px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(240, 232, 217, 0.8);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(240, 232, 217, 0.2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(240, 232, 217, 0.6);
  letter-spacing: 0.04em;
}

.footer-bottom a { color: rgba(240, 232, 217, 0.8); text-decoration: underline; }
.footer-bottom a:hover { color: var(--candy-red); }

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.review-card {
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 28px;
  box-shadow: var(--shadow-br-soft);
  position: relative;
  transition: transform 240ms, box-shadow 240ms, border-color 240ms;
}

.review-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-br-candy);
  border: 2.5px solid var(--candy-red);
}

.review-card .review-quote {
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  color: var(--graphite-indigo);
  margin-bottom: 18px;
}

.review-card .review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px dashed rgba(36, 30, 22, 0.2);
  padding-top: 16px;
}

.review-card .review-avatar {
  width: 56px;
  height: 56px;
  border: 1.5px solid var(--graphite-indigo);
  overflow: hidden;
  flex-shrink: 0;
}

.review-card .review-avatar img { width: 100%; height: 100%; object-fit: cover; }

.review-card .review-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--graphite-indigo);
}

.review-card .review-car {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--candy-red);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 32px;
}

.contact-form {
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 32px;
  box-shadow: var(--shadow-br-soft);
}

.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--graphite-indigo);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  padding: 12px 14px;
  border: var(--border-thick);
  border-radius: 0;
  background: var(--calque-offwhite);
  color: var(--graphite-indigo);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: border-color 200ms, background 200ms;
}

.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none;
  border: 2px solid var(--candy-red);
  background: var(--calque-white);
}

.form-row textarea { min-height: 140px; resize: vertical; }

.form-row .helper {
  display: block;
  font-size: 11px;
  color: rgba(36, 30, 22, 0.55);
  margin-top: 4px;
}

.contact-info-block {
  background: rgba(250, 245, 234, 0.7);
  border: var(--border-thick);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(36, 30, 22, 0.18);
}

.contact-info-row:last-child { border-bottom: none; }

.contact-info-row .info-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--candy-red);
  text-transform: uppercase;
  width: 80px;
  flex-shrink: 0;
}

.contact-info-row .info-value {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--graphite-indigo);
  line-height: 1.5;
  word-break: break-word;
}

.form-success {
  display: none;
  background: rgba(90, 107, 74, 0.18);
  border: 2px solid var(--racing-moss);
  padding: 24px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--graphite-indigo);
}

.form-success.is-shown { display: block; }

.thank-you-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px;
}

.thank-you-inner {
  background: var(--calque-white);
  border: var(--border-graphite);
  padding: 64px 56px;
  box-shadow: 10px 10px 0 0 var(--candy-red);
  max-width: 720px;
}

.thank-you-h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 80px);
  letter-spacing: -0.03em;
  color: var(--graphite-indigo);
  margin-bottom: 24px;
  line-height: 1;
}

.thank-you-stamp {
  display: inline-block;
  padding: 8px 16px;
  background: var(--candy-red);
  color: var(--calque-white);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.thank-you-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  color: var(--graphite-indigo);
  margin-bottom: 32px;
}

.thank-you-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-journal-columns {
  column-count: 3;
  column-gap: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--graphite-indigo);
}

.about-journal-columns p { margin-bottom: 18px; }

.about-journal-2col {
  column-count: 2;
  column-gap: 32px;
  margin-top: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--graphite-indigo);
}

.about-journal-2col p { margin-bottom: 16px; }

.pull-quote {
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.4;
  color: var(--candy-red);
  margin: 32px 0;
  padding: 32px 24px;
  border-top: 1px solid rgba(36, 30, 22, 0.2);
  border-bottom: 1px solid rgba(36, 30, 22, 0.2);
  text-align: center;
}

.about-tech-card {
  break-inside: avoid;
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 24px;
  margin: 24px 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.about-cert-list {
  break-inside: avoid;
  margin-top: 24px;
  padding: 24px;
  background: rgba(90, 107, 74, 0.18);
  border: var(--border-thick);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.about-cert-list h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.about-photo-floating {
  width: 360px;
  background: var(--calque-white);
  border: var(--border-thick);
  box-shadow: 8px 8px 0 0 rgba(178, 58, 46, 0.85);
  padding: 0;
  position: relative;
}

.about-photo-floating img { width: 100%; height: 360px; object-fit: cover; display: block; }

.about-photo-caption {
  padding: 14px 18px;
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: 11px;
  color: rgba(36, 30, 22, 0.65);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-top: 1px solid rgba(36, 30, 22, 0.12);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: start;
}

.legal-page {
  padding: 80px 64px 80px 0;
  max-width: 1100px;
}

.legal-page h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.03em;
  color: var(--graphite-indigo);
  margin-bottom: 12px;
  line-height: 1;
}

.legal-page .legal-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  color: var(--candy-red);
  margin-bottom: 32px;
}

.legal-page h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--graphite-indigo);
  margin-top: 32px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid var(--candy-red);
}

.legal-page p, .legal-page li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(36, 30, 22, 0.85);
  margin-bottom: 14px;
}

.legal-page ul { padding-left: 24px; margin-bottom: 14px; }

.hero-compact {
  padding: 80px 64px 64px 0;
}

.hero-compact-content {
  max-width: 880px;
}

.hero-compact-marker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--candy-red);
  margin-bottom: 16px;
}

.hero-compact-h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 80px);
  letter-spacing: -0.03em;
  color: var(--graphite-indigo);
  line-height: 1;
  margin-bottom: 16px;
  font-variation-settings: 'wdth' 130;
}

.hero-compact-sub {
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(36, 30, 22, 0.85);
  line-height: 1.5;
  max-width: 720px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  margin-top: 32px;
}

.service-detail-spec {
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--graphite-indigo);
  letter-spacing: 0.04em;
  line-height: 1.8;
  height: fit-content;
}

.service-detail-spec h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--candy-red);
}

.service-detail-content h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--graphite-indigo);
  margin: 24px 0 12px;
  letter-spacing: -0.02em;
}

.service-detail-content p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(36, 30, 22, 0.85);
  margin-bottom: 16px;
}

.service-detail-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.service-detail-content ul li {
  padding: 12px 0 12px 28px;
  border-bottom: 1px dashed rgba(36, 30, 22, 0.18);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--graphite-indigo);
  position: relative;
}

.service-detail-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--candy-red);
  font-weight: 700;
}

.service-detail-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.service-detail-images img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border: var(--border-thick);
  background: var(--calque-offwhite);
}

.process-timeline-mobile {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.process-step-mobile {
  background: var(--calque-white);
  border: var(--border-thick);
  padding: 20px;
  position: relative;
}

.process-step-mobile .step-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--candy-red);
  margin-bottom: 12px;
}

.process-step-mobile .step-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--graphite-indigo);
  margin-bottom: 6px;
}

.process-step-mobile .step-jp {
  font-family: 'Shippori Mincho', serif;
  font-size: 13px;
  color: var(--candy-red);
  margin-bottom: 10px;
}

.process-step-mobile .step-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(36, 30, 22, 0.85);
}

.process-curve-svg {
  display: none;
}

@media (max-width: 1280px) {
  main { padding-left: 24px; }
  footer.site-footer { margin-left: 0; padding-right: 24px; }
  .floating-panel { display: none; }
  .mobile-topbar { display: flex; }
  .hero-section { grid-template-columns: 1fr; padding-right: 24px; overflow-x: hidden; }
  .hero-photo-grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 180px); max-width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; }
  .hero-photo-tile { min-width: 0; }
  .hero-photo-tile.tile-1 { grid-column: 1 / span 2; grid-row: 1; height: 180px; }
  .hero-photo-tile.tile-3 { grid-column: 4; grid-row: 1; }
  .hero-photo-tile.tile-2 { grid-column: 3; grid-row: 1; }
  .hero-photo-tile.tile-4 { grid-column: 2 / span 2; grid-row: 2; }
  .live-marker, .layer-legend { position: static; margin: 16px 0; max-width: 100%; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .masonry-grid { column-count: 2; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo-floating { width: 100%; max-width: 480px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .about-journal-columns { column-count: 2; }
}

@media (max-width: 900px) {
  .hero-photo-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 200px); }
  .hero-photo-tile.tile-1 { grid-column: 1 / span 2; grid-row: 1; height: 200px; }
  .hero-photo-tile.tile-3 { grid-column: 2; grid-row: 1; }
  .hero-photo-tile.tile-2 { grid-column: 1; grid-row: 2; }
  .hero-photo-tile.tile-4 { grid-column: 2; grid-row: 2; }
}

@media (max-width: 768px) {
  .h1-kinetic { font-size: 56px; }
  .h2-section { font-size: 44px; }
  .hero-section { padding: 48px 16px; min-height: auto; }
  .hero-photo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 12px; grid-template-columns: none; grid-template-rows: none; }
  .hero-photo-tile { flex: 0 0 280px; height: 280px; scroll-snap-align: center; grid-column: auto !important; grid-row: auto !important; }
  .hero-photo-tile.tile-1 { flex: 0 0 320px; height: 320px; }
  .hero-photo-tile.tile-3 { flex: 0 0 280px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .cta-candy { width: 100%; min-height: 64px; font-size: 14px; }
  .section-base { padding: 64px 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.span-2x2, .bento-card.span-2x1, .bento-card.span-1x2 { grid-column: span 1; grid-row: span 1; min-height: 260px; }
  .advantage-grid { grid-template-columns: 1fr; }
  .masonry-grid { column-count: 1; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid { gap: 16px; }
  .node-graph-canvas { display: none; }
  .process-timeline-mobile { display: flex; }
  .about-journal-columns { column-count: 1; }
  .about-journal-2col { column-count: 1; }
  .legal-page { padding: 48px 16px; }
  .cookie-banner { left: 12px; right: 12px; max-width: none; bottom: 12px; }
  .pull-quote { font-size: 22px; padding: 24px 12px; }
  .thank-you-inner { padding: 36px 24px; }
  .thank-you-section { padding: 32px 16px; }
  .marquee-content { font-size: 18px; animation-duration: 120s; }
  .hero-compact { padding: 48px 16px; }
  .team-canvas { height: 560px; }
  .team-card { width: 240px; }
  .team-card .team-img-wrap { height: 200px; }
}

.cookie-banner.is-hidden { display: none !important; }

.text-graphite { color: var(--graphite-indigo); }
.text-graphite-mid { color: var(--graphite-mid); }
.text-candy { color: var(--candy-red); }
.text-offwhite { color: var(--calque-offwhite); }
.text-white-calque { color: var(--calque-white); }
.text-moss { color: var(--racing-moss); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
