:root {
  --bp-base: #F5F8FA;
  --bp-indigo: #1A2E40;
  --bp-cyan: #00A8C5;
  --bp-mint: #6BC9A7;
  --bp-pharma: #4A8FB8;
  --bp-cold-indigo: #2C5F7C;
  --bp-safety: #F5C842;
  --bp-sterile: #D8E8E8;
  --bp-white: #FFFFFF;
  --bp-graphite: #5C7080;
  --bp-divider: #E0E8EC;
  --bp-deep: #0A1A2A;
  --bp-line: rgba(26, 46, 64, 0.32);
  --bp-line-soft: rgba(26, 46, 64, 0.16);
  --bp-line-faint: rgba(26, 46, 64, 0.08);
  --bp-cyan-tint: rgba(0, 168, 197, 0.12);
  --bp-cyan-soft: rgba(0, 168, 197, 0.08);
  --bp-mint-tint: rgba(107, 201, 167, 0.14);
  --bp-shadow: 2px 4px 0 0 rgba(26, 46, 64, 0.16);
  --bp-shadow-hover: 4px 8px 0 0 rgba(0, 168, 197, 0.4);
  --bp-mono: 'JetBrains Mono', 'IBM Plex Mono', 'Courier New', monospace;
  --bp-jp-mono: 'Noto Sans Mono JP', 'JetBrains Mono', monospace;
  --bp-jp-sans: 'IBM Plex Sans JP', 'Noto Sans JP', sans-serif;
  --bp-radius: 2px;
}

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

html { 
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--bp-mono);
  font-size: 16px;
  line-height: 1.6;
  color: var(--bp-indigo);
  background: var(--bp-base);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(800px circle at 12% 18%, rgba(0, 168, 197, 0.22), transparent 50%),
    radial-gradient(900px circle at 88% 22%, rgba(107, 201, 167, 0.20), transparent 50%),
    radial-gradient(1100px circle at 75% 78%, rgba(74, 143, 184, 0.18), transparent 50%),
    radial-gradient(1000px circle at 18% 82%, rgba(44, 95, 124, 0.18), transparent 50%),
    radial-gradient(700px circle at 50% 50%, rgba(245, 200, 66, 0.10), transparent 55%),
    radial-gradient(850px circle at 92% 92%, rgba(216, 232, 232, 0.22), transparent 50%);
  animation: bpMeshDrift 52s ease-in-out infinite alternate;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(26, 46, 64, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 46, 64, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}

@keyframes bpMeshDrift {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -15px) scale(1.04); }
  100% { transform: translate(-15px, 18px) scale(1.02); }
}

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

a { color: var(--bp-indigo); text-decoration: none; }

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

.bp-wrapper { position: relative; z-index: 1; }

.bp-mono { font-family: var(--bp-mono); }
.bp-jp-mono { font-family: var(--bp-jp-mono); }
.bp-jp-sans { font-family: var(--bp-jp-sans); }

.bp-accent { color: var(--bp-cyan); }
.bp-mint { color: var(--bp-mint); }
.bp-safety { color: var(--bp-safety); }

.bp-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 32px;
  background: rgba(245, 248, 250, 0.94);
  border-bottom: 1px solid var(--bp-line);
  box-shadow: 0 1.5px 0 0 rgba(0, 168, 197, 0.32);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bp-indigo);
  max-width: 100%;
  overflow: hidden;
}

.bp-topbar-marker {
  font-weight: 700;
  margin-right: 24px;
  white-space: nowrap;
  font-family: var(--bp-mono);
}

.bp-topbar-domain {
  font-family: var(--bp-mono);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin: 0 18px;
}

.bp-topbar-jp {
  font-family: var(--bp-jp-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 46, 64, 0.7);
  white-space: nowrap;
  margin-left: 12px;
}

.bp-topbar-jp .bp-jp-accent { color: var(--bp-cyan); }

.bp-header {
  position: sticky;
  top: 32px;
  z-index: 55;
  height: 76px;
  background: var(--bp-base);
  border-bottom: 1px solid var(--bp-line);
  display: flex;
  align-items: center;
  padding: 0 16px;
  max-width: 100%;
  overflow-x: hidden;
}

.bp-logo-block {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.bp-logo-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  position: relative;
}

.bp-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.bp-logo-domain {
  font-family: var(--bp-mono);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--bp-indigo);
  white-space: nowrap;
}

.bp-logo-jp {
  font-family: var(--bp-jp-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 46, 64, 0.7);
  margin-top: 2px;
  white-space: nowrap;
}

.bp-logo-jp .bp-jp-accent { color: var(--bp-cyan); }

.bp-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.bp-nav-item {
  position: relative;
  padding: 0 16px;
  font-family: var(--bp-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bp-indigo);
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bp-nav-item::after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: var(--bp-cyan);
  border-radius: 1px;
  opacity: 0;
  transition: all 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bp-nav-item:hover { color: var(--bp-cyan); }
.bp-nav-item:hover::after { opacity: 1; width: 40px; }
.bp-nav-item.is-active { color: var(--bp-safety); }
.bp-nav-item.is-active::before {
  content: '';
  width: 3px;
  height: 3px;
  background: var(--bp-safety);
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.bp-nav-divider {
  width: 1px;
  height: 14px;
  background: var(--bp-line);
}

.bp-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
}

.bp-burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--bp-indigo);
  border-radius: 0;
  transition: all 240ms ease;
}

.bp-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--bp-base);
  z-index: 70;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 520ms cubic-bezier(0.65, 0, 0.35, 1);
  overflow-y: auto;
  padding: 80px 32px 80px;
}

.bp-mobile-menu.is-open { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.bp-mobile-menu-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bp-line);
  margin-bottom: 24px;
}

.bp-mobile-menu-title {
  font-family: var(--bp-mono);
  font-size: 56px;
  font-weight: 800;
  color: var(--bp-indigo);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  line-height: 1;
}

.bp-mobile-link {
  display: block;
  font-family: var(--bp-mono);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.04em;
  padding: 14px 0;
  border-bottom: 1px solid var(--bp-line-soft);
  opacity: 0;
  transform: translateY(20px);
  transition: all 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bp-mobile-menu.is-open .bp-mobile-link { opacity: 1; transform: translateY(0); }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(1) { transition-delay: 50ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(2) { transition-delay: 100ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(3) { transition-delay: 150ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(4) { transition-delay: 200ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(5) { transition-delay: 250ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(6) { transition-delay: 300ms; }
.bp-mobile-menu.is-open .bp-mobile-link:nth-child(7) { transition-delay: 350ms; }

.bp-mobile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  color: var(--bp-indigo);
  font-size: 20px;
  cursor: pointer;
  font-family: var(--bp-mono);
}

.bp-hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

.bp-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

.bp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 35% 35%, rgba(245, 248, 250, 0.36), transparent 50%),
    radial-gradient(circle at 65% 65%, rgba(0, 168, 197, 0.14), transparent 60%);
}

.bp-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.bp-hero-marker {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--bp-cyan);
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 240ms ease;
}

.bp-hero-marker:hover { transform: scale(1.5); }

.bp-hero-marker-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--bp-cyan);
  white-space: nowrap;
  opacity: 0.85;
  pointer-events: none;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.bp-hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 120px 24px 100px;
  text-align: center;
}

.bp-hero-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 48px 56px;
  max-width: 1100px;
  width: 100%;
  max-width: calc(100% - 48px);
  box-shadow: var(--bp-shadow);
}

.bp-hero-marker-top {
  font-family: var(--bp-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--bp-cyan);
  text-transform: uppercase;
  margin-bottom: 28px;
}

.bp-hero-title {
  font-family: var(--bp-mono);
  font-size: 84px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--bp-indigo);
  text-transform: uppercase;
  margin-bottom: 28px;
  word-break: keep-all;
}

.bp-hero-title-line {
  display: block;
  opacity: 0;
  transform: translateY(36px);
  filter: blur(8px);
  animation: bpKineticIn 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bp-hero-title-line:nth-child(1) { animation-delay: 100ms; }
.bp-hero-title-line:nth-child(2) { animation-delay: 200ms; }
.bp-hero-title-line:nth-child(3) { animation-delay: 300ms; }
.bp-hero-title-line:nth-child(4) { animation-delay: 400ms; }

@keyframes bpKineticIn {
  0% { opacity: 0; transform: translateY(36px); filter: blur(8px); }
  55% { opacity: 1; filter: blur(0px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0px); }
}

.bp-hero-rule {
  width: 280px;
  height: 2px;
  background: var(--bp-cyan);
  border-radius: 0;
  margin: 0 auto 24px;
}

.bp-hero-sub {
  font-family: var(--bp-mono);
  font-size: 18px;
  color: var(--bp-indigo);
  line-height: 1.5;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.bp-hero-passport {
  display: inline-block;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 20px;
  font-family: var(--bp-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--bp-indigo);
  margin-bottom: 36px;
  word-break: break-word;
  max-width: 100%;
}

.bp-hero-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.bp-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 22px 36px;
  background: var(--bp-cyan);
  color: #FFFFFF;
  font-family: var(--bp-mono);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 2px solid var(--bp-indigo);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-indigo);
  cursor: pointer;
  transition: all 240ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  min-height: 88px;
  text-decoration: none;
}

.bp-cta-primary:hover {
  transform: translate(4px, 4px);
  box-shadow: 6px 6px 0 0 var(--bp-indigo);
  color: #FFFFFF;
}

.bp-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bp-indigo);
  white-space: nowrap;
}

.bp-pulse-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--bp-cyan);
  border-radius: 50%;
  position: relative;
  flex: 0 0 12px;
}

.bp-pulse-dot::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid var(--bp-cyan);
  border-radius: 50%;
  animation: bpPulse 1.6s ease-out infinite;
}

@keyframes bpPulse {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}

.bp-live-dispatch {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 7;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 12px 16px;
  font-family: var(--bp-mono);
  font-size: 10px;
  color: var(--bp-indigo);
  border-top: 2px solid var(--bp-cyan);
  line-height: 1.6;
  min-width: 260px;
  max-width: calc(100% - 48px);
  word-break: break-word;
}

.bp-legend-bottom {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 7;
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(26, 46, 64, 0.7);
  text-transform: uppercase;
  line-height: 1.7;
}

.bp-section {
  position: relative;
  padding: 120px 32px 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid var(--bp-line);
}

.bp-section-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bp-section-title {
  font-family: var(--bp-mono);
  font-size: 72px;
  font-weight: 800;
  color: var(--bp-indigo);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.bp-section-rule {
  width: 480px;
  height: 2px;
  background: var(--bp-cyan);
  border-radius: 0;
  margin: 14px 0;
}

.bp-section-sub {
  font-family: var(--bp-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--bp-cyan);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bp-section-italic {
  font-family: var(--bp-mono);
  font-size: 22px;
  font-style: italic;
  color: var(--bp-cyan);
  line-height: 1.4;
  margin-bottom: 12px;
}

.bp-cols-3 {
  column-count: 3;
  column-gap: 36px;
  font-family: var(--bp-mono);
  font-size: 14px;
  line-height: 1.7;
  color: var(--bp-indigo);
}

.bp-cols-2 {
  column-count: 2;
  column-gap: 36px;
  font-family: var(--bp-mono);
  font-size: 14px;
  line-height: 1.7;
  color: var(--bp-indigo);
}

.bp-pullquote {
  font-family: var(--bp-mono);
  font-size: 36px;
  font-style: italic;
  color: var(--bp-cyan);
  line-height: 1.3;
  margin: 48px 0;
  padding-left: 24px;
  border-left: 2px solid var(--bp-cyan);
  column-span: all;
}

.bp-dataspec {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 24px;
  font-family: var(--bp-mono);
  font-size: 12px;
  line-height: 1.8;
  color: var(--bp-indigo);
  break-inside: avoid;
}

.bp-cert-list {
  background: var(--bp-mint-tint);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 24px;
  font-family: var(--bp-mono);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(26, 46, 64, 0.8);
  margin-top: 24px;
}

.bp-photo-frame {
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-line-soft);
  overflow: hidden;
  background: var(--bp-white);
  position: relative;
}

.bp-photo-caption {
  font-family: var(--bp-mono);
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: rgba(26, 46, 64, 0.6);
  letter-spacing: 0.06em;
  margin-top: 8px;
}

.bp-marquee {
  overflow: hidden;
  margin-top: 64px;
  padding: 20px 0;
  border-top: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
  position: relative;
}

.bp-marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: bpMarquee 60s linear infinite;
  font-family: var(--bp-mono);
  font-style: italic;
  font-size: 24px;
  color: rgba(26, 46, 64, 0.7);
  letter-spacing: 0.04em;
}

.bp-marquee-track span { padding: 0 28px; }

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

.bp-carousel-wrap {
  position: relative;
  margin: 60px 0 80px;
  padding: 40px 0;
}

.bp-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 40px 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .bp-carousel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bp-carousel-wrap {
    margin: 30px 0 40px;
    padding: 20px 0;
  }
  
  .bp-carousel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0 40px;
  }
}

.bp-service-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: all 320ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  min-height: 420px;
}

.bp-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bp-shadow-hover);
  border: 2px solid var(--bp-cyan);
  opacity: 1;
  z-index: 10;
}

@media (max-width: 640px) {
  .bp-service-card {
    min-height: 320px;
  }
}

.bp-service-marker {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  background: var(--bp-cyan-tint);
  border: 1px solid var(--bp-line);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--bp-indigo);
  transition: all 240ms ease;
  z-index: 2;
}

.bp-service-card:hover .bp-service-marker {
  width: 64px;
  height: 64px;
  background: var(--bp-cyan);
  color: #FFFFFF;
}

.bp-service-image {
  width: 100%;
  height: 240px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 36px;
  background: var(--bp-sterile);
  position: relative;
  flex-shrink: 0;
}

.bp-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .bp-service-image {
    height: 180px;
  }
}

.bp-service-spec {
  background: var(--bp-cyan-soft);
  border-top: 1px solid var(--bp-line);
  padding: 14px 0 0;
  font-family: var(--bp-mono);
  font-size: 11px;
  color: var(--bp-indigo);
  line-height: 1.6;
  margin-top: auto;
}

.bp-service-spec strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--bp-indigo);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bp-carousel-arrow {
  display: none;
}

.bp-carousel-progress {
  display: none;
}

.bp-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 80px 60px;
  margin-top: 60px;
  padding: 40px 0;
}

.bp-process-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bp-process-node {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-line-faint);
  padding: 18px;
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 2;
  transition: all 320ms ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bp-process-node:hover {
  transform: translateY(-4px) scale(1.08);
  border: 2px solid var(--bp-cyan);
  box-shadow: var(--bp-shadow-hover);
  z-index: 10;
}

.bp-process-number {
  font-family: var(--bp-mono);
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  color: var(--bp-cyan);
  line-height: 1;
}

.bp-process-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-indigo);
}

.bp-process-title {
  font-family: var(--bp-mono);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.02em;
}

.bp-process-desc {
  font-family: var(--bp-mono);
  font-size: 10px;
  color: rgba(26, 46, 64, 0.8);
  line-height: 1.4;
}

.bp-adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}

.bp-adv-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
  flex: 1 1 0;
  min-width: 0;
}

.bp-adv-card:hover {
  flex-grow: 1.55;
  border: 2px solid var(--bp-cyan);
  box-shadow: var(--bp-shadow-hover);
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
}

.bp-adv-num {
  position: absolute;
  bottom: -10px;
  right: 12px;
  font-family: var(--bp-mono);
  font-size: 88px;
  font-weight: 800;
  color: rgba(0, 168, 197, 0.14);
  line-height: 1;
  pointer-events: none;
}

.bp-adv-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-cyan);
  margin-bottom: 18px;
}

.bp-adv-title {
  font-family: var(--bp-mono);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.bp-adv-desc {
  font-family: var(--bp-mono);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(26, 46, 64, 0.8);
}

.bp-cases-grid {
  column-count: 3;
  column-gap: 18px;
  margin-top: 60px;
}

.bp-case-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 18px;
  break-inside: avoid;
  margin-bottom: 18px;
  transition: all 240ms ease;
  display: inline-block;
  width: 100%;
}

.bp-case-card:hover {
  transform: scale(1.04);
  box-shadow: var(--bp-shadow-hover);
  border: 2px solid var(--bp-cyan);
}

.bp-case-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.bp-case-id {
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bp-cyan);
}

.bp-case-marker {
  width: 32px;
  height: 32px;
  border: 1px solid var(--bp-line);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 800;
  color: var(--bp-cyan);
  background: var(--bp-cyan-tint);
}

.bp-case-photo {
  width: 100%;
  height: 180px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--bp-sterile);
}

.bp-case-photo img { width: 100%; height: 100%; object-fit: cover; }

.bp-case-photo.bp-tall { height: 240px; }

.bp-case-title {
  font-family: var(--bp-mono);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 4px;
}

.bp-case-jp {
  font-family: var(--bp-jp-mono);
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(26, 46, 64, 0.7);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.bp-case-spec {
  background: var(--bp-cyan-soft);
  padding: 10px 12px;
  font-family: var(--bp-mono);
  font-size: 11px;
  color: rgba(26, 46, 64, 0.8);
  line-height: 1.6;
}

.bp-team-canvas {
  position: relative;
  min-height: 120vh;
  margin-top: 60px;
  padding: 40px 0;
}

.bp-team-card {
  position: absolute;
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-line-faint);
  padding: 0;
  cursor: grab;
  transition: box-shadow 240ms ease, border 240ms ease;
  overflow: hidden;
  z-index: 1;
}

.bp-team-card:hover {
  box-shadow: var(--bp-shadow-hover);
  border: 2px solid var(--bp-cyan);
  z-index: 10;
}

.bp-team-card:active { cursor: grabbing; }

.bp-team-photo {
  width: 100%;
  height: 60%;
  overflow: hidden;
  border-bottom: 1px solid var(--bp-line);
  background: var(--bp-sterile);
}

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

.bp-team-body {
  padding: 16px;
  background: var(--bp-white);
}

.bp-team-id {
  font-family: var(--bp-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bp-cyan);
  margin-bottom: 6px;
}

.bp-team-name-jp {
  font-family: var(--bp-jp-mono);
  font-size: 22px;
  color: var(--bp-indigo);
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}

.bp-team-name-en {
  font-family: var(--bp-mono);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.bp-team-role {
  font-family: var(--bp-mono);
  font-size: 11px;
  font-style: italic;
  color: var(--bp-cyan);
  line-height: 1.4;
}

.bp-faq-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bp-faq-item {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  overflow: hidden;
  transition: all 240ms ease;
}

.bp-faq-item.is-open { border: 2px solid var(--bp-cyan); }

.bp-faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--bp-mono);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.02em;
  cursor: pointer;
  text-align: left;
  min-height: 64px;
}

.bp-faq-q .bp-faq-toggle {
  width: 32px;
  height: 32px;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-cyan);
  font-size: 18px;
  font-weight: 800;
  flex: 0 0 32px;
  margin-left: 16px;
  background: var(--bp-base);
}

.bp-faq-item.is-open .bp-faq-toggle { background: var(--bp-cyan); color: #FFFFFF; }

.bp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--bp-mono);
  font-size: 14px;
  line-height: 1.7;
  color: var(--bp-indigo);
}

.bp-faq-item.is-open .bp-faq-a { max-height: 600px; }

.bp-faq-a-inner { padding: 0 24px 22px; }

.bp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-top: 60px;
}

.bp-contact-info {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 36px;
}

.bp-contact-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--bp-line);
}

.bp-contact-line:last-child { border-bottom: none; }

.bp-contact-label {
  font-family: var(--bp-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bp-graphite);
}

.bp-contact-value {
  font-family: var(--bp-mono);
  font-size: 18px;
  font-weight: 800;
  color: var(--bp-indigo);
}

.bp-contact-form {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 36px;
}

.bp-field { margin-bottom: 18px; }

.bp-field label {
  display: block;
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bp-graphite);
  margin-bottom: 6px;
}

.bp-field input,
.bp-field textarea,
.bp-field select {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--bp-mono);
  font-size: 14px;
  color: var(--bp-indigo);
  background: var(--bp-base);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  transition: all 200ms ease;
}

.bp-field input:focus,
.bp-field textarea:focus,
.bp-field select:focus {
  outline: none;
  border: 2px solid var(--bp-cyan);
  background: var(--bp-white);
}

.bp-field textarea { min-height: 120px; resize: vertical; }

.bp-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--bp-cyan);
  color: #FFFFFF;
  font-family: var(--bp-mono);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid var(--bp-indigo);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-indigo);
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
}

.bp-submit:hover {
  transform: translate(2px, 2px);
  box-shadow: 6px 6px 0 0 var(--bp-indigo);
}

.bp-form-success {
  display: none;
  background: var(--bp-mint-tint);
  border: 1px solid var(--bp-mint);
  border-left: 4px solid var(--bp-mint);
  border-radius: var(--bp-radius);
  padding: 18px 22px;
  font-family: var(--bp-mono);
  font-size: 14px;
  color: var(--bp-indigo);
  margin-top: 18px;
}

.bp-form-success.is-visible { display: block; }

.bp-footer {
  position: relative;
  z-index: 2;
  background: var(--bp-deep);
  color: var(--bp-base);
  padding: 80px 32px 32px;
  border-top: 2px solid var(--bp-cyan);
}

.bp-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: calc(100% - 64px);
}

.bp-footer-col h4 {
  font-family: var(--bp-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bp-cyan);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 168, 197, 0.3);
}

.bp-footer-col p,
.bp-footer-col a,
.bp-footer-col li {
  font-family: var(--bp-mono);
  font-size: 13px;
  line-height: 1.8;
  color: var(--bp-base);
}

.bp-footer-col a:hover { color: var(--bp-cyan); }

.bp-footer-col ul { list-style: none; }

.bp-footer-brand {
  font-family: var(--bp-mono);
  font-size: 22px;
  font-weight: 800;
  color: var(--bp-base);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.bp-footer-jp {
  font-family: var(--bp-jp-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(245, 248, 250, 0.7);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bp-footer-jp .bp-jp-accent { color: var(--bp-cyan); }

.bp-footer-copy {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 168, 197, 0.3);
  font-family: var(--bp-mono);
  font-size: 12px;
  color: rgba(245, 248, 250, 0.6);
  text-align: center;
}

.bp-cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 80;
  max-width: 420px;
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-left: 4px solid var(--bp-cyan);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-indigo);
  padding: 20px 22px;
  font-family: var(--bp-mono);
  font-size: 12px;
  color: var(--bp-indigo);
  line-height: 1.6;
  max-width: calc(100% - 48px);
}

.bp-cookie-banner h5 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bp-indigo);
  margin-bottom: 8px;
}

.bp-cookie-banner p { margin-bottom: 14px; }

.bp-cookie-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bp-cookie-btn {
  padding: 8px 14px;
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  cursor: pointer;
  background: var(--bp-base);
  color: var(--bp-indigo);
  transition: all 200ms ease;
  white-space: nowrap;
}

.bp-cookie-btn.bp-accept { background: var(--bp-cyan); color: #FFFFFF; border-color: var(--bp-cyan); }
.bp-cookie-btn.bp-accept:hover { background: var(--bp-cold-indigo); }
.bp-cookie-btn.bp-decline:hover { background: var(--bp-sterile); }

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

.bp-page-hero {
  position: relative;
  padding: 80px 32px 60px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid var(--bp-line);
  border-bottom: 1px solid var(--bp-line);
}

.bp-page-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.bp-breadcrumb {
  font-family: var(--bp-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bp-graphite);
  margin-bottom: 18px;
}

.bp-breadcrumb a:hover { color: var(--bp-cyan); }

.bp-page-title {
  font-family: var(--bp-mono);
  font-size: 72px;
  font-weight: 800;
  color: var(--bp-indigo);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.bp-page-subtitle {
  font-family: var(--bp-mono);
  font-size: 18px;
  color: var(--bp-indigo);
  line-height: 1.5;
  max-width: 800px;
}

.bp-checkpoint {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--bp-cyan);
  border-radius: 50%;
  margin: 0 12px;
  vertical-align: middle;
}

.bp-cta-strip {
  background: var(--bp-cyan);
  border: 2px solid var(--bp-indigo);
  border-radius: var(--bp-radius);
  box-shadow: 4px 4px 0 0 var(--bp-indigo);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.bp-cta-strip h3 {
  font-family: var(--bp-mono);
  font-size: 28px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  flex: 1 1 auto;
}

.bp-cta-strip p {
  font-family: var(--bp-mono);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 6px;
}

.bp-cta-strip a {
  background: var(--bp-indigo);
  color: #FFFFFF;
  padding: 18px 32px;
  font-family: var(--bp-mono);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--bp-radius);
  border: 2px solid var(--bp-indigo);
  box-shadow: 4px 4px 0 0 var(--bp-deep);
  white-space: nowrap;
  transition: all 200ms ease;
}

.bp-cta-strip a:hover {
  transform: translate(2px, 2px);
  box-shadow: 6px 6px 0 0 var(--bp-deep);
}

.bp-thanks-card {
  max-width: 720px;
  margin: 80px auto;
  background: var(--bp-white);
  border: 2px solid var(--bp-cyan);
  border-radius: var(--bp-radius);
  box-shadow: 6px 6px 0 0 var(--bp-indigo);
  padding: 60px;
  text-align: center;
}

.bp-thanks-mark {
  font-family: var(--bp-mono);
  font-size: 88px;
  font-weight: 900;
  color: var(--bp-cyan);
  line-height: 1;
  margin-bottom: 20px;
}

.bp-legal-content {
  max-width: 880px;
  margin: 0 auto;
  font-family: var(--bp-mono);
  font-size: 14px;
  line-height: 1.8;
  color: var(--bp-indigo);
}

.bp-legal-content h2 {
  font-family: var(--bp-mono);
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.02em;
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bp-cyan);
}

.bp-legal-content h3 {
  font-family: var(--bp-mono);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  margin: 24px 0 8px;
}

.bp-legal-content p { margin-bottom: 14px; }

.bp-divider-dotted {
  border: none;
  border-top: 1px dashed var(--bp-line);
  margin: 24px 0;
  position: relative;
}

.bp-divider-dotted::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--bp-cyan);
  border-radius: 50%;
}

.bp-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 40px 0;
}

.bp-stat-block {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 24px;
  text-align: center;
}

.bp-stat-num {
  font-family: var(--bp-mono);
  font-size: 40px;
  font-weight: 900;
  color: var(--bp-cyan);
  line-height: 1;
  margin-bottom: 6px;
}

.bp-stat-label {
  font-family: var(--bp-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bp-graphite);
}

.bp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}

.bp-review-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 240ms ease;
}

.bp-review-card:hover {
  border: 2px solid var(--bp-cyan);
  transform: translateY(-4px);
}

.bp-review-photo {
  width: 80px;
  height: 80px;
  border: 1px solid var(--bp-line);
  border-radius: 50%;
  overflow: hidden;
  background: var(--bp-sterile);
  margin-bottom: 14px;
}

.bp-review-photo img { width: 100%; height: 100%; object-fit: cover; }

.bp-review-text {
  font-family: var(--bp-mono);
  font-size: 13px;
  line-height: 1.6;
  color: var(--bp-indigo);
  margin-bottom: 16px;
  flex-grow: 1;
}

.bp-review-author {
  font-family: var(--bp-mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  letter-spacing: 0.04em;
}

.bp-review-role {
  font-family: var(--bp-mono);
  font-size: 10px;
  color: var(--bp-graphite);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.bp-timeline {
  position: relative;
  margin-top: 60px;
  padding-left: 60px;
}

.bp-timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--bp-cyan);
}

.bp-timeline-item {
  position: relative;
  margin-bottom: 40px;
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 24px 28px;
}

.bp-timeline-item::before {
  content: '';
  position: absolute;
  left: -42px;
  top: 24px;
  width: 14px;
  height: 14px;
  background: var(--bp-cyan);
  border: 2px solid var(--bp-indigo);
  border-radius: 50%;
}

.bp-timeline-year {
  font-family: var(--bp-mono);
  font-size: 12px;
  font-weight: 800;
  color: var(--bp-cyan);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bp-timeline-title {
  font-family: var(--bp-mono);
  font-size: 18px;
  font-weight: 800;
  color: var(--bp-indigo);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-timeline-text {
  font-family: var(--bp-mono);
  font-size: 13px;
  line-height: 1.7;
  color: var(--bp-indigo);
}

.bp-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.bp-article-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
  padding: 28px;
  transition: all 240ms ease;
}

.bp-article-card:hover {
  border: 2px solid var(--bp-cyan);
  transform: translateY(-4px);
}

.bp-article-tag {
  display: inline-block;
  background: var(--bp-cyan-tint);
  color: var(--bp-cyan);
  font-family: var(--bp-mono);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: var(--bp-radius);
  margin-bottom: 14px;
}

.bp-article-title {
  font-family: var(--bp-mono);
  font-size: 20px;
  font-weight: 800;
  color: var(--bp-indigo);
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-article-excerpt {
  font-family: var(--bp-mono);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(26, 46, 64, 0.8);
  margin-bottom: 14px;
}

.bp-article-meta {
  font-family: var(--bp-mono);
  font-size: 10px;
  color: var(--bp-graphite);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bp-article-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 480ms ease;
  font-family: var(--bp-mono);
  font-size: 13px;
  line-height: 1.7;
  color: var(--bp-indigo);
  margin-top: 0;
}

.bp-article-content.is-open {
  max-height: 4000px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed var(--bp-line);
}

.bp-article-toggle {
  background: transparent;
  border: 1px solid var(--bp-line);
  border-radius: var(--bp-radius);
  padding: 8px 16px;
  font-family: var(--bp-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bp-indigo);
  cursor: pointer;
  letter-spacing: 0.06em;
  margin-top: 8px;
  transition: all 200ms ease;
}

.bp-article-toggle:hover {
  background: var(--bp-cyan);
  color: #FFFFFF;
  border-color: var(--bp-cyan);
}

@media (max-width: 1024px) {
  .bp-hero-title { font-size: 96px; }
  .bp-section-title { font-size: 48px; }
  .bp-page-title { font-size: 48px; }
  .bp-cols-3 { column-count: 2; }
  .bp-process-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 180px); }
  .bp-adv-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-cases-grid { column-count: 2; }
  .bp-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .bp-contact-grid { grid-template-columns: 1fr; }
  .bp-stats-row { grid-template-columns: repeat(2, 1fr); }
  .bp-article-grid { grid-template-columns: 1fr; }
  .bp-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .bp-topbar-marker { display: none; }
  .bp-topbar-jp { font-size: 9px; margin-left: 0; }
  .bp-topbar-domain { font-size: 13px; margin: 0 8px; }
  .bp-header { padding: 0 16px; height: 64px; }
  .bp-logo-icon { width: 36px; height: 36px; flex: 0 0 36px; }
  .bp-logo-domain { font-size: 14px; }
  .bp-logo-jp { font-size: 9px; }
  .bp-nav { display: none; }
  .bp-burger { display: flex; }
  .bp-hero { min-height: auto; }
  .bp-hero-card { padding: 32px 22px; }
  .bp-hero-title { font-size: 56px; }
  .bp-hero-sub { font-size: 14px; }
  .bp-hero-passport { font-size: 9px; padding: 10px 14px; }
  .bp-cta-primary { font-size: 13px; padding: 18px 24px; min-height: 64px; }
  .bp-hero-cta-row { flex-direction: column; gap: 16px; }
  .bp-live-dispatch { top: 12px; right: 12px; min-width: 0; font-size: 9px; padding: 8px 10px; max-width: 220px; }
  .bp-legend-bottom { bottom: 12px; left: 12px; font-size: 9px; }
  .bp-section { padding: 60px 18px; }
  .bp-section-title { font-size: 36px; }
  .bp-section-rule { width: 100%; max-width: 320px; }
  .bp-page-hero { padding: 60px 18px 40px; }
  .bp-page-title { font-size: 36px; }
  .bp-cols-3, .bp-cols-2 { column-count: 1; }
  .bp-pullquote { font-size: 22px; padding-left: 16px; }
  .bp-carousel { min-height: 480px; }
  .bp-process-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 20px; }
  .bp-process-svg { display: none; }
  .bp-process-node { width: 100%; height: auto; min-height: 160px; }
  .bp-adv-grid { grid-template-columns: 1fr; }
  .bp-cases-grid { column-count: 1; }
  .bp-team-canvas { min-height: auto; }
  .bp-team-card { position: relative !important; width: 100% !important; height: auto !important; margin-bottom: 18px; transform: none !important; }
  .bp-team-photo { height: 240px; }
  .bp-reviews-grid { grid-template-columns: 1fr; }
  .bp-stats-row { grid-template-columns: 1fr 1fr; }
  .bp-cta-strip { padding: 28px 22px; flex-direction: column; text-align: center; }
  .bp-cta-strip h3 { font-size: 22px; }
  .bp-footer { padding: 60px 18px 24px; }
  .bp-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .bp-cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .bp-marquee-track { font-size: 18px; animation-duration: 120s; }
  .bp-timeline { padding-left: 40px; }
  .bp-timeline-item::before { left: -32px; }
}

.bp-svg-icon { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.4; }
.bp-svg-fill { width: 100%; height: 100%; fill: currentColor; }
