:root {
  --bg-ivory-1: #FFF9F0;
  --bg-ivory-2: #FFF5E6;
  --bg-ivory-3: #FFEFE0;
  --glass-card: rgba(255, 255, 255, 0.85);
  --glass-card-strong: rgba(255, 255, 255, 0.92);
  --glass-header: rgba(255, 249, 240, 0.92);
  --text-sapphire: #1A4D5C;
  --text-secondary: #4A7C8A;
  --accent-gold: #B8860B;
  --accent-gold-warm: #D4A84B;
  --accent-gold-deep: #996515;
  --glass-border: rgba(26, 77, 92, 0.15);
  --decor-peach: #FFE8D6;
  --decor-lavender: #E8E4F0;
  --shadow-soft: rgba(26, 77, 92, 0.08);
  --shadow-deep: rgba(26, 77, 92, 0.15);
}

strong,
p {
  color: inherit;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-sapphire);
  background: linear-gradient(135deg, var(--bg-ivory-1) 0%, var(--bg-ivory-2) 50%, var(--bg-ivory-3) 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 100vw;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 600px at 85% 15%, rgba(212, 168, 75, 0.25), transparent 70%),
    radial-gradient(circle 400px at 10% 85%, rgba(255, 232, 214, 0.3), transparent 70%),
    radial-gradient(circle 250px at 50% 50%, rgba(232, 228, 240, 0.2), transparent 70%);
  z-index: 0;
  animation: meshDrift 28s ease-in-out infinite;
}

@keyframes meshDrift {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(60px, 40px);
  }
}

h1,
h2,
h3,
h4 {
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-sapphire);
  margin: 0 0 0.6em;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}

h3 {
  font-size: 22px;
}

p {
  color: var(--text-secondary);
  margin: 0 0 1em;
}

a {
  color: var(--accent-gold);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: var(--accent-gold-deep);
}

.cap-mono {
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.mono-tech {
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: var(--text-secondary);
}

.float-pill-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 20px 12px 28px;
  background: var(--glass-header);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(26, 77, 92, 0.12);
  border-radius: 50px;
  box-shadow: 0 8px 32px var(--shadow-soft);
  max-width: calc(100% - 32px);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-sapphire);
  flex-shrink: 0;
}

.brand-orb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(26, 77, 92, 0.2);
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15), rgba(26, 77, 92, 0.1));
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.brand-orb::before {
  content: '';
  position: absolute;
  inset: 8px;
  background:
    repeating-linear-gradient(45deg, rgba(184, 134, 11, 0.3) 0 2px, transparent 2px 8px),
    repeating-linear-gradient(-45deg, rgba(26, 77, 92, 0.2) 0 2px, transparent 2px 8px);
  border-radius: 50%;
  opacity: 0.7;
}

.brand-text-block {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-domain {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-sapphire);
  text-transform: lowercase;
}

.brand-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-sapphire);
}

.brand-name-jp {
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--text-sapphire);
}

.main-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.main-nav-list a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  color: var(--text-sapphire);
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.main-nav-list a:hover {
  background: rgba(184, 134, 11, 0.12);
  color: var(--accent-gold);
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.15);
}

.cta-pill {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-warm));
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.3);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}

.cta-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 134, 11, 0.4);
  color: #fff;
}

.burger-btn {
  display: none;
  background: rgba(255, 249, 240, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(26, 77, 92, 0.15);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--text-sapphire);
}

.burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-sapphire);
  position: relative;
}

.burger-btn span::before,
.burger-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--text-sapphire);
}

.burger-btn span::before {
  top: -7px;
}

.burger-btn span::after {
  top: 7px;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, var(--bg-ivory-1), var(--bg-ivory-3));
  z-index: 200;
  display: none;
  flex-direction: column;
  padding: 80px 32px 32px;
  overflow-y: auto;
}

.mobile-drawer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 400px at 80% 20%, rgba(212, 168, 75, 0.2), transparent 70%),
    radial-gradient(circle 300px at 20% 80%, rgba(232, 228, 240, 0.4), transparent 70%);
}

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

.mobile-overlay.is-vis {
  display: block;
}

.mobile-drawer-top {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: var(--glass-header);
  backdrop-filter: blur(20px);
  border-radius: 50px;
  z-index: 2;
}

.mobile-drawer-close {
  background: rgba(184, 134, 11, 0.15);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: var(--text-sapphire);
}

.mobile-drawer-list {
  list-style: none;
  padding: 0;
  margin: 80px 0 0;
  position: relative;
  z-index: 1;
}

.mobile-drawer-list li {
  border-bottom: 1px solid rgba(26, 77, 92, 0.1);
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 8px 0;
}

.mobile-drawer-list a {
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 24px;
  color: var(--text-sapphire);
  flex: 1;
}

.mobile-drawer-list .nav-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: var(--accent-gold);
}

main {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
}

.hero-inner {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

.hero-title {
  font-size: 68px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  font-weight: 700;
}

.hero-title-en {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 500;
}

.hero-sub {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 32px;
}

.hero-divider {
  height: 2px;
  background: linear-gradient(90deg, rgba(184, 134, 11, 0.4), rgba(26, 77, 92, 0.1), transparent);
  border-radius: 24px;
  margin: 32px 0;
  max-width: 360px;
}

.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-warm));
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 44px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(184, 134, 11, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  white-space: nowrap;
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(184, 134, 11, 0.5);
  color: #fff;
}

.cta-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: var(--accent-gold);
  border: 2px solid var(--accent-gold);
  padding: 18px 42px;
  border-radius: 28px;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-secondary:hover {
  background: var(--accent-gold);
  color: #fff;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 20px 60px var(--shadow-deep);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(26, 77, 92, 0.3));
}

.section-pad {
  padding: 100px 0;
  position: relative;
}

.section-pad-sm {
  padding: 64px 0;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
}

.section-title .eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 12px;
}

.glass-card {
  background: var(--glass-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 32px var(--shadow-soft);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  color: var(--text-sapphire);
}

.glass-card:hover {
  background: var(--glass-card-strong);
  backdrop-filter: blur(24px);
  border: 2px solid rgba(184, 134, 11, 0.4);
  box-shadow: 0 16px 48px var(--shadow-deep);
  transform: translateY(-4px) scale(1.02);
  z-index: 20;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
}

.bento-large {
  grid-column: span 2;
  grid-row: span 2;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
}

.bento-large::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 77, 92, 0.05), rgba(26, 77, 92, 0.7));
}

.bento-large-content {
  position: relative;
  z-index: 1;
  padding: 28px;
  color: #fff;
  width: 100%;
}

.bento-large-content h3 {
  color: #fff;
  margin-bottom: 8px;
}

.bento-large-content p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.bento-tall {
  grid-column: span 1;
  grid-row: span 2;
}

.bento-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.bento-square {
  grid-column: span 1;
  grid-row: span 1;
}

.bento-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.2), rgba(255, 232, 214, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
  color: var(--accent-gold);
}

.bento-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 8px;
}

.bento-stat-banner {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-warm));
  color: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
}

.bento-stat-banner strong {
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.bento-stat-banner .label {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
}

.cat-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 24px 0;
  border-top: 1px dashed rgba(26, 77, 92, 0.15);
  border-bottom: 1px dashed rgba(26, 77, 92, 0.15);
  margin-top: 32px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-gold) transparent;
}

.cat-strip a {
  flex-shrink: 0;
  padding: 10px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: var(--text-sapphire);
  border: 1px solid var(--glass-border);
  white-space: nowrap;
}

.cat-strip a:hover {
  background: var(--accent-gold);
  color: #fff;
}

.timeline {
  position: relative;
  padding-left: 120px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 32px;
  bottom: 32px;
  width: 3px;
  background: linear-gradient(180deg, rgba(184, 134, 11, 0.4), rgba(26, 77, 92, 0.2));
  border-radius: 4px;
}

.timeline-node {
  display: grid;
  /* grid-template-columns: 100px 1fr; */
  align-items: start;
  margin-bottom: 32px;
  position: relative;
}

.timeline-step {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--glass-card);
  backdrop-filter: blur(16px);
  border: 2px solid rgba(184, 134, 11, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 18px;
  color: var(--text-sapphire);
  font-weight: 700;
  position: absolute;
  left: -120px;
  top: 0;
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.15);
}

.timeline-step.is-last {
  background: linear-gradient(135deg, var(--decor-lavender), rgba(255, 255, 255, 0.8));
  border-color: var(--decor-lavender);
}

.timeline-card {
  background: var(--glass-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 24px var(--shadow-soft);
  margin-left: 24px;
}

.timeline-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-flow: dense;
}

.masonry-card {
  background: var(--glass-card);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(26, 77, 92, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px var(--shadow-soft);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  color: var(--text-sapphire);
}

.masonry-card:hover {
  transform: scale(1.04);
  background: var(--glass-card-strong);
  backdrop-filter: blur(24px);
  border: 2px solid rgba(184, 134, 11, 0.35);
  z-index: 20;
}

.masonry-tall {
  grid-row: span 2;
}

.masonry-wide {
  grid-column: span 2;
}

.masonry-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.masonry-tall .masonry-card-img {
  aspect-ratio: 3/5;
  height: 100%;
}

.masonry-card-info {
  padding: 20px;
}

.masonry-card-info h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.masonry-card-info .meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--accent-gold);
  letter-spacing: 0.08em;
}

.split-sticky {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 48px;
  align-items: start;
}

.sticky-col {
  position: sticky;
  top: 140px;
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 20px 60px var(--shadow-deep);
}

.sticky-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.fact-card {
  background: var(--glass-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  color: var(--text-sapphire);
}

.fact-card:hover {
  background: var(--glass-card-strong);
  border-color: var(--accent-gold);
  transform: translateY(-4px);
  z-index: 10;
}

.fact-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 8px;
}

.fact-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--text-secondary);
}

.coverflow {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 32px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-gold) transparent;
}

.coverflow-card {
  flex: 0 0 320px;
  background: var(--glass-card);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(26, 77, 92, 0.1);
  border-radius: 24px;
  padding: 32px;
  scroll-snap-align: center;
  box-shadow: 0 8px 32px var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  color: var(--text-sapphire);
  min-height: 280px;
}

.coverflow-card:hover {
  background: var(--glass-card-strong);
  backdrop-filter: blur(24px);
  border-color: var(--accent-gold);
  transform: translateY(-6px) scale(1.03);
  z-index: 20;
}

.coverflow-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--blob-color, rgba(255, 232, 214, 0.4));
  filter: blur(40px);
  pointer-events: none;
}

.coverflow-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 12px;
}

.coverflow-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.coverflow-card p {
  font-size: 14px;
}

.team-list {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 48px;
  align-items: start;
}

.team-rows {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-rows li {
  padding: 20px 16px 20px 20px;
  border-bottom: 1px solid rgba(26, 77, 92, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.team-rows li:hover,
.team-rows li.is-active {
  background: rgba(184, 134, 11, 0.1);
  border-left-color: var(--accent-gold);
  border-radius: 0 12px 12px 0;
}

.team-rows li h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.team-rows li .role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--accent-gold);
  letter-spacing: 0.08em;
}

.team-preview {
  position: sticky;
  top: 140px;
  background: var(--glass-card);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid var(--glass-border);
  box-shadow: 0 12px 40px var(--shadow-soft);
}

.team-preview-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(26, 77, 92, 0.15);
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--decor-peach), var(--decor-lavender));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sapphire);
  font-size: 80px;
  font-weight: 300;
  background-size: cover;
}

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

.team-preview-info h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.team-preview-info .role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--accent-gold);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: block;
}

.team-preview-info p {
  font-size: 14px;
  margin: 0;
}

.flex-grow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  grid-auto-rows: 1fr;
}

.review-card {
  background: var(--glass-card);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(26, 77, 92, 0.08);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: var(--text-sapphire);
}

.review-card::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 232, 214, 0.4);
  filter: blur(20px);
  pointer-events: none;
}

.review-card:hover {
  flex-grow: 2;
  background: var(--glass-card-strong);
  backdrop-filter: blur(20px);
  border-color: var(--accent-gold);
  transform: scale(1.04);
  z-index: 20;
}

.stars {
  color: var(--accent-gold);
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.review-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-sapphire);
  margin-bottom: 16px;
}

.review-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
}

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

.faq-item {
  background: var(--glass-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: var(--glass-card-strong);
  border-color: rgba(184, 134, 11, 0.4);
  z-index: 5;
}

.faq-item.is-open {
  border: 2px solid rgba(184, 134, 11, 0.4);
  background: var(--glass-card-strong);
}

.faq-q {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-sapphire);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-q-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.15);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-q-icon {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding: 0 24px;
}

.faq-item.is-open .faq-a {
  max-height: 600px;
  padding: 0 24px 20px;
}

.faq-a-inner {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.contact-split {
  display: grid;
  grid-template-columns: 55% 45%;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px var(--shadow-deep);
  position: relative;
}

.contact-form-side {
  background: rgba(255, 255, 255, 0.95);
  padding: 64px;
  color: var(--text-sapphire);
}

.contact-info-side {
  background: var(--text-sapphire);
  color: #fff;
  padding: 64px;
  position: relative;
  overflow: hidden;
}

.contact-info-side::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.2);
  filter: blur(60px);
}

.contact-info-side::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 232, 214, 0.15);
  filter: blur(50px);
}

.contact-info-side>* {
  position: relative;
  z-index: 1;
}

.contact-info-side h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 24px;
}

.contact-info-side .phone-link {
  color: var(--accent-gold);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.contact-info-side .email-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  color: var(--decor-peach);
  display: block;
  margin-bottom: 24px;
}

.contact-info-side .address-block {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.form-field {
  margin-bottom: 24px;
}

.form-field label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-sapphire);
  display: block;
  margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--glass-border);
  background: transparent;
  padding: 12px 0;
  font-family: 'DM Sans', 'Hiragino Sans', sans-serif;
  font-size: 15px;
  color: var(--text-sapphire);
  transition: border-color 0.3s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--text-secondary);
  opacity: 0.7;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: var(--accent-gold);
}

.form-field textarea {
  resize: vertical;
  min-height: 100px;
}

.submit-btn {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-warm));
  color: #fff;
  border: none;
  padding: 22px 48px;
  border-radius: 24px;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(184, 134, 11, 0.4);
  width: 100%;
  margin-top: 8px;
  transition: transform 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
}

.field-helper {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 6px;
}

.success-banner {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15), rgba(232, 228, 240, 0.4));
  border: 2px solid var(--accent-gold);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  color: var(--text-sapphire);
  display: none;
}

.success-banner.is-vis {
  display: block;
}

.success-banner h3 {
  color: var(--accent-gold);
  margin-bottom: 12px;
}

.error-banner {
  background: rgba(255, 232, 214, 0.5);
  border: 2px solid #B8860B;
  border-radius: 12px;
  padding: 16px;
  color: #8a3a00;
  margin-bottom: 16px;
  display: none;
  font-size: 14px;
}

.error-banner.is-vis {
  display: block;
}

.site-footer {
  background: var(--text-sapphire);
  color: rgba(255, 255, 255, 0.92);
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.18);
  filter: blur(80px);
  animation: meshDrift 35s ease-in-out infinite;
}

.site-footer::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 232, 214, 0.12);
  filter: blur(100px);
}

.site-footer>* {
  position: relative;
  z-index: 1;
}

.site-footer .footer-brand-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 32px;
}

.footer-brand-block .brand-orb {
  border-color: rgba(255, 255, 255, 0.25);
}

.footer-brand-block .brand-name,
.footer-brand-block .brand-name-jp,
.footer-brand-block .brand-domain {
  color: #fff;
}

.footer-tag {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin-bottom: 16px;
  font-weight: 500;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.footer-col a:hover {
  color: var(--accent-gold);
}

.footer-contact-line {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}

.footer-contact-line strong {
  color: var(--accent-gold);
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: 700;
}

.footer-contact-line strong a {
  color: inherit;
}

.footer-contact-line strong a:hover {
  color: var(--accent-gold-warm);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

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

.footer-bottom .legal-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom .copy-line {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 480px;
  background: var(--glass-card-strong);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 48px var(--shadow-deep);
  z-index: 999;
  color: var(--text-sapphire);
}

.cookie-banner h4 {
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--text-sapphire);
}

.cookie-banner p {
  font-size: 13px;
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.cookie-banner .cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-banner .cookie-link-row {
  font-size: 12px;
  margin-bottom: 16px;
  color: var(--text-secondary);
}

.cookie-banner .cookie-link-row a {
  color: var(--accent-gold);
  text-decoration: underline;
}

.cookie-accept {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-warm));
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 18px;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  min-width: 100px;
}

.cookie-decline {
  background: rgba(255, 255, 255, 0.6);
  color: var(--text-sapphire);
  border: 1px solid var(--glass-border);
  padding: 10px 20px;
  border-radius: 18px;
  font-family: 'Plus Jakarta Sans', 'Hiragino Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  min-width: 100px;
}

.cookie-decline:hover {
  background: rgba(255, 255, 255, 0.9);
}

.reveals {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveals.is-vis {
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger>* {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveals-stagger.is-vis>*:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(2) {
  transition-delay: 0.07s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(3) {
  transition-delay: 0.14s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(4) {
  transition-delay: 0.21s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(5) {
  transition-delay: 0.28s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(6) {
  transition-delay: 0.35s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(7) {
  transition-delay: 0.42s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(8) {
  transition-delay: 0.49s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(9) {
  transition-delay: 0.56s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(10) {
  transition-delay: 0.63s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(11) {
  transition-delay: 0.70s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(12) {
  transition-delay: 0.77s;
  opacity: 1;
  transform: translateY(0);
}

.reveals-stagger.is-vis>*:nth-child(13) {
  transition-delay: 0.84s;
  opacity: 1;
  transform: translateY(0);
}

.compact-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 80px 0 64px;
}

.compact-hero .hero-title {
  font-size: 48px;
}

.compact-hero .hero-inner {
  grid-template-columns: 1fr;
  text-align: center;
}

.compact-hero .hero-kicker,
.compact-hero .hero-divider,
.compact-hero .hero-cta-row {
  margin-left: auto;
  margin-right: auto;
}

.compact-hero .hero-sub {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.compact-hero .hero-divider {
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.breadcrumb a {
  color: var(--text-secondary);
}

.breadcrumb a:hover {
  color: var(--accent-gold);
}

.price-tag {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-gold);
  margin: 16px 0;
}

.price-tag small {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 400;
  margin-left: 4px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}

.service-features li {
  font-size: 14px;
  color: var(--text-sapphire);
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}

.service-features li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--accent-gold);
  font-size: 14px;
  top: 2px;
}

.thanks-card {
  background: var(--glass-card);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 64px 48px;
  text-align: center;
  box-shadow: 0 24px 80px var(--shadow-deep);
  border: 1px solid var(--glass-border);
  color: var(--text-sapphire);
  max-width: 720px;
  margin: 0 auto;
}

.thanks-card h1 {
  color: var(--text-sapphire);
}

.legal-content {
  background: var(--glass-card);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 48px;
  border: 1px solid var(--glass-border);
  color: var(--text-sapphire);
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 16px 48px var(--shadow-soft);
}

.legal-content h2 {
  margin-top: 32px;
  font-size: 24px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  font-size: 15px;
  color: var(--text-sapphire);
  line-height: 1.8;
}

.legal-content ul {
  padding-left: 24px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent-gold);
  color: #fff;
  padding: 12px 24px;
  z-index: 9999;
  border-radius: 8px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
}

@media (max-width: 1024px) {
  .main-nav-list {
    display: none;
  }

  .cta-pill-desktop {
    display: none;
  }

  .burger-btn {
    display: flex;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 24px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-visual {
    max-height: 360px;
    aspect-ratio: 16/10;
  }

  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-large {
    grid-column: span 2;
  }

  .bento-stat-banner {
    grid-column: span 2;
  }

  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-sticky {
    grid-template-columns: 1fr;
  }

  .sticky-col {
    position: relative;
    top: 0;
    max-height: 380px;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .team-preview {
    position: relative;
    top: 0;
  }

  .contact-split {
    grid-template-columns: 1fr;
  }

  .contact-info-side h3 {
    font-size: 36px;
  }

  .footer-brand-row {
    grid-template-columns: 1fr 1fr;
  }

  .fact-cards {
    grid-template-columns: 1fr 1fr;
  }

  .timeline {
    padding-left: 80px;
  }

  .timeline::before {
    left: 32px;
  }

  .timeline-step {
    left: -80px;
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-sub {
    font-size: 12px;
  }

  .hero-cta-row {
    flex-direction: column;
  }

  .section-pad {
    padding: 64px 0;
  }

  .wrap {
    padding: 0 16px;
  }

  main {
    padding-top: 90px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-large,
  .bento-stat-banner {
    grid-column: span 1;
  }

  .bento-large {
    min-height: 240px;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
  }

  .flex-grow-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-side,
  .contact-info-side {
    padding: 24px 16px;
  }

  .contact-info-side h3 {
    font-size: 28px;
  }

  .contact-info-side .phone-link {
    font-size: 22px;
  }

  .footer-brand-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline-step {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 48px;
    height: 48px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .timeline-node {
    display: flex;
    flex-direction: column;
  }

  .timeline-card {
    margin-left: 0;
  }

  .legal-content {
    padding: 20px 16px;
  }

  .thanks-card {
    padding: 32px 16px;
  }

  .compact-hero .hero-title {
    font-size: 28px;
  }

  .hero-cta-row .cta-primary,
  .hero-cta-row .cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 14px;
  }

  .float-pill-header {
    padding: 8px 12px 8px 16px;
    gap: 8px;
    max-width: calc(100% - 16px);
    left: 16px;
    transform: none;
    right: 16px;
    justify-content: space-between;
  }

  .brand-orb {
    width: 36px;
    height: 36px;
  }

  .brand-domain {
    font-size: 8px;
  }

  .brand-name,
  .brand-name-jp {
    font-size: 11px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    padding: 16px;
  }

  .coverflow-card {
    min-width: 260px;
    flex: 0 0 260px;
  }

  .team-preview {
    padding: 16px;
  }

  .split-sticky {
    gap: 24px;
  }

  .sticky-col {
    max-height: 280px;
  }
}