@import "./styles/base.css";
@import "./styles/background.css";
@import "./styles/profile-hero.css?v=about-journey-20260604";
@import "./styles/language-toggle.css";
@import "./styles/responsive.css?v=about-journey-20260604";

:root {
  --paper: #F8F8FF;
  --paper-warm: #F8F8FF;
}

.site-shell,
.profile-scroll-stage,
.profile-scene,
.about-section,
.about-capability-journey {
  background: transparent;
}

.badge-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  filter: none;
}
