/* Compath official site — brand tokens from the app */

:root {
  --cream: #faf6ee;
  --cream-deep: #f0ebe0;
  --ink: #13201b;
  --muted: #4a5c54;
  --faint: #6a7d74;
  --line: rgba(14, 70, 60, 0.12);
  --pine: #0e463c;
  --pine-deep: #0a342e;
  --teal: #3e8e7a;
  --apricot: #f08a5d;
  --mist: #ddebe4;
  --on-dark: #fdfbf5;
  --shadow: 0 32px 72px rgba(14, 70, 60, 0.16);
  --font: "Noto Sans JP", Inter, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    system-ui, sans-serif;
  --max: 70rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 1.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  background:
    radial-gradient(ellipse 100% 60% at 0% 0%, rgba(221, 235, 228, 0.95), transparent 58%),
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(240, 138, 93, 0.22), transparent 52%),
    radial-gradient(ellipse 70% 45% at 50% 35%, rgba(62, 142, 122, 0.1), transparent 60%),
    radial-gradient(ellipse 90% 50% at 10% 70%, rgba(221, 235, 228, 0.55), transparent 55%),
    radial-gradient(ellipse 70% 40% at 95% 85%, rgba(240, 138, 93, 0.14), transparent 50%),
    linear-gradient(180deg, #f5f1e6 0%, var(--cream) 22%, #f3efe4 55%, #f7f2e9 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

/* Soft grain — depth without competing with product */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* Page-wide path atmosphere */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-bg__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
}

.site-bg__wash--a {
  width: min(70vw, 42rem);
  height: min(70vw, 42rem);
  top: -8%;
  left: -12%;
  background: rgba(221, 235, 228, 0.75);
  animation: site-wash-a 28s ease-in-out infinite;
}

.site-bg__wash--b {
  width: min(55vw, 34rem);
  height: min(55vw, 34rem);
  top: 18%;
  right: -10%;
  background: rgba(240, 138, 93, 0.28);
  animation: site-wash-b 32s ease-in-out infinite;
}

.site-bg__wash--c {
  width: min(65vw, 40rem);
  height: min(65vw, 40rem);
  bottom: 5%;
  left: 20%;
  background: rgba(62, 142, 122, 0.18);
  animation: site-wash-c 36s ease-in-out infinite;
}

.site-bg__constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 140%;
  opacity: 1;
}

.site-bg__path {
  animation: site-path-drift 40s linear infinite;
}

.site-bg__path--b {
  animation-duration: 48s;
  animation-direction: reverse;
}

.site-bg__goal {
  animation: site-goal-pulse 4.5s ease-in-out infinite;
}

@keyframes site-wash-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(6%, 8%) scale(1.08);
  }
}

@keyframes site-wash-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-7%, 5%) scale(1.1);
  }
}

@keyframes site-wash-c {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4%, -6%);
  }
}

@keyframes site-path-drift {
  to {
    stroke-dashoffset: -280;
  }
}

@keyframes site-goal-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.25);
  }
}

.nav,
main,
footer {
  position: relative;
  z-index: 1;
}

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

a {
  color: var(--pine);
}

a:hover {
  color: var(--teal);
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— nav —— */
.nav {
  position: sticky;
  top: 0.75rem;
  z-index: 40;
  display: flex;
  justify-content: center;
  padding: 0 0.75rem;
  pointer-events: none;
}

.nav__bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100%, 54rem);
  padding: 0.4rem 0.45rem 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(253, 251, 245, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 36px rgba(14, 70, 60, 0.1);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--pine);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.nav__brand img {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.45rem;
}

.nav__links {
  display: none;
  flex: 1;
  justify-content: center;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.nav__links a:hover {
  color: var(--pine);
}

.nav__lang {
  margin-left: auto;
  margin-right: 0.35rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.nav__lang:hover {
  color: var(--pine);
  border-color: rgba(14, 70, 60, 0.28);
}

.nav__cta {
  margin-left: 0;
  display: inline-flex;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: var(--pine);
  color: var(--on-dark) !important;
  text-decoration: none !important;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.nav__cta:hover {
  background: var(--pine-deep);
  color: var(--on-dark) !important;
  transform: translateY(-1px);
}

@media (min-width: 820px) {
  .nav__links {
    display: flex;
  }
}

/* —— hero —— */
.hero {
  position: relative;
  padding: 3.25rem 0 2.5rem;
  overflow: hidden;
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__wash {
  position: absolute;
  inset: -20% -25% auto;
  height: 85%;
  background:
    radial-gradient(ellipse 50% 55% at 12% 35%, rgba(240, 138, 93, 0.38), transparent 72%),
    radial-gradient(ellipse 48% 50% at 92% 18%, rgba(62, 142, 122, 0.4), transparent 70%),
    radial-gradient(ellipse 40% 40% at 55% 70%, rgba(14, 70, 60, 0.1), transparent 70%);
  animation: wash-drift 18s ease-in-out infinite;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.7;
}

.hero__orb--mist {
  width: min(48vw, 32rem);
  height: min(48vw, 32rem);
  right: -8%;
  top: 8%;
  background: rgba(221, 235, 228, 0.95);
  animation: orb-drift-a 22s ease-in-out infinite;
}

.hero__orb--apricot {
  width: min(40vw, 26rem);
  height: min(40vw, 26rem);
  left: -6%;
  bottom: 12%;
  background: rgba(240, 138, 93, 0.48);
  animation: orb-drift-b 26s ease-in-out infinite;
}

.hero__trail {
  position: absolute;
  right: -4%;
  top: 6%;
  width: min(58%, 36rem);
  height: auto;
  opacity: 0.78;
}

.hero__trail-path {
  stroke: rgba(14, 70, 60, 0.32);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 6 16;
  stroke-dashoffset: 240;
  animation: trail-draw 1.8s var(--ease) 0.35s forwards, trail-drift 14s linear 2.2s infinite;
}

.hero__trail-dots circle {
  fill: rgba(62, 142, 122, 0.62);
  opacity: 0;
  animation: trail-dot-in 0.5s var(--ease) forwards;
}

.hero__trail-dots circle:nth-child(1) { animation-delay: 0.45s; }
.hero__trail-dots circle:nth-child(2) { animation-delay: 0.58s; }
.hero__trail-dots circle:nth-child(3) { animation-delay: 0.72s; }
.hero__trail-dots circle:nth-child(4) { animation-delay: 0.86s; }
.hero__trail-dots circle:nth-child(5) { animation-delay: 1s; }
.hero__trail-dots circle:nth-child(6) { animation-delay: 1.14s; }
.hero__trail-dots circle:nth-child(7) { animation-delay: 1.28s; }

.hero__trail-goal {
  fill: rgba(240, 138, 93, 0.2);
  stroke: rgba(240, 138, 93, 0.55);
  stroke-width: 2;
  opacity: 0;
  transform-origin: 880px 40px;
  animation: trail-goal-in 0.6s var(--ease) 1.35s forwards, trail-goal-pulse 3.6s ease-in-out 2s infinite;
}

.hero__trail-flag {
  fill: var(--apricot);
  opacity: 0;
  animation: trail-goal-in 0.45s var(--ease) 1.45s forwards;
}

@keyframes wash-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate(2%, -1.5%) scale(1.04);
    opacity: 1;
  }
}

@keyframes orb-drift-a {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4%, 6%);
  }
}

@keyframes orb-drift-b {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, -4%);
  }
}

@keyframes trail-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes trail-drift {
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes trail-dot-in {
  from {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes trail-goal-in {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes trail-goal-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.5rem;
    min-height: min(78vh, 48rem);
  }

  .hero__trail {
    opacity: 0.7;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: reveal-up 0.85s var(--ease) forwards;
  animation-delay: var(--d, 0ms);
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(14, 70, 60, 0.08);
  color: var(--pine);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero__badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--apricot);
  box-shadow: 0 0 0 0 rgba(240, 138, 93, 0.45);
  animation: badge-pulse 2.8s ease-in-out 1.2s infinite;
}

@keyframes badge-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(240, 138, 93, 0.4);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(240, 138, 93, 0);
  }
}

.hero__brand {
  margin: 0 0 0.65rem;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--pine);
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--ink);
  max-width: 16em;
}

.hero__lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 28rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}

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

.btn-primary {
  background: var(--pine);
  color: var(--on-dark);
  box-shadow: 0 14px 32px rgba(14, 70, 60, 0.24);
}

.btn-primary:hover {
  background: var(--pine-deep);
  color: var(--on-dark);
}

.btn-quiet {
  color: var(--faint);
  border: 1.5px solid var(--line);
  cursor: default;
}

.hero__meta {
  margin: 0;
  font-size: 0.85rem;
  color: var(--faint);
}

.hero__meta a {
  color: var(--muted);
  text-decoration: none;
}

.hero__meta a:hover {
  color: var(--pine);
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 12% 18% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 142, 122, 0.2), transparent 68%);
  filter: blur(12px);
  z-index: 0;
  animation: glow-breathe 7s ease-in-out infinite;
}

.hero__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 34rem);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: float-y 6.5s ease-in-out infinite;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes glow-breathe {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

/* —— path motif divider —— */
.path-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  padding: 1.25rem 0 0.25rem;
}

.path-dots span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.35;
  animation: path-step 2.8s ease-in-out infinite;
}

.path-dots span:nth-child(1) { animation-delay: 0s; }
.path-dots span:nth-child(2) { animation-delay: 0.18s; }
.path-dots span:nth-child(3) { animation-delay: 0.36s; }
.path-dots span:nth-child(4) { animation-delay: 0.54s; }
.path-dots span:nth-child(5) { animation-delay: 0.72s; }

.path-dots__goal {
  width: 0.65rem !important;
  height: 0.65rem !important;
  background: var(--apricot) !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 0 rgba(240, 138, 93, 0.35);
  animation: path-goal 2.8s ease-in-out infinite !important;
  animation-delay: 0.9s !important;
}

@keyframes path-step {
  0%,
  100% {
    opacity: 0.28;
    transform: translateY(0);
  }
  40% {
    opacity: 0.85;
    transform: translateY(-3px);
  }
}

@keyframes path-goal {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(240, 138, 93, 0.35);
  }
  45% {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(240, 138, 93, 0);
  }
}

/* —— features —— */
.features {
  padding: 1rem 0 2rem;
}

.feature {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 3.25rem 0;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}

.feature.is-in {
  opacity: 1;
  transform: translateY(0);
}

.feature.is-in .feature__media img {
  animation: float-y 7s ease-in-out infinite;
}

.feature__copy,
.feature__media {
  transition: transform 0.9s var(--ease);
}

@media (min-width: 900px) {
  .feature {
    grid-template-columns: 1fr 1fr;
    gap: 3.25rem;
    padding: 4rem 0;
  }

  .feature--flip .feature__copy {
    order: 2;
  }

  .feature--flip .feature__media {
    order: 1;
  }

  .feature:not(.is-in) .feature__copy {
    transform: translateX(-14px);
  }

  .feature:not(.is-in) .feature__media {
    transform: translateX(18px);
  }

  .feature--flip:not(.is-in) .feature__copy {
    transform: translateX(14px);
  }

  .feature--flip:not(.is-in) .feature__media {
    transform: translateX(-18px);
  }

  .feature.is-in .feature__copy,
  .feature.is-in .feature__media {
    transform: none;
  }
}

.feature__index {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--apricot);
}

.feature h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: var(--pine);
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 28rem;
}

.feature__note {
  margin-top: 0.7rem !important;
  font-size: 0.88rem !important;
  color: var(--faint) !important;
}

.feature__media {
  margin: 0;
}

.feature__media img {
  width: 100%;
  max-width: 36rem;
  margin-inline: auto;
  display: block;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* —— trust —— */
.trust {
  padding: 3.75rem 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, rgba(221, 235, 228, 0.55), transparent 70%),
    linear-gradient(180deg, transparent, rgba(221, 235, 228, 0.35), transparent);
  border-top: 1px solid var(--line);
}

.trust h2 {
  margin: 0 0 0.65rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pine);
  letter-spacing: -0.02em;
}

.trust > .wrap > p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  max-width: 34rem;
}

.trust ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 34rem;
}

.trust li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.trust li:last-child {
  border-bottom: 0;
}

/* —— closing —— */
.closing {
  position: relative;
  overflow: hidden;
  padding: 4.25rem 0;
  text-align: center;
  background:
    radial-gradient(ellipse 55% 70% at 50% 100%, rgba(62, 142, 122, 0.2), transparent 65%),
    radial-gradient(ellipse 40% 50% at 20% 0%, rgba(240, 138, 93, 0.1), transparent 60%);
}

.closing::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.25rem;
  width: min(70%, 28rem);
  height: 2px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    90deg,
    rgba(62, 142, 122, 0.35) 0 6px,
    transparent 6px 16px
  );
  opacity: 0.55;
  pointer-events: none;
}

.closing h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: var(--pine);
  letter-spacing: -0.02em;
}

.closing p {
  margin: 0 auto 1.4rem;
  color: var(--muted);
  max-width: 26rem;
}

.closing .hero__actions {
  justify-content: center;
  margin-bottom: 0;
}

/* —— studio —— */
.studio {
  padding: 2.75rem 0 3.5rem;
  border-top: 1px solid var(--line);
}

.studio h2 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pine);
}

.studio p {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 38rem;
}

.mail {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 0.55rem;
  background: rgba(14, 70, 60, 0.08);
  color: var(--ink);
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.88rem;
  text-decoration: none;
  word-break: break-all;
}

.en-block {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.en-block__label {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint);
}

/* —— footer —— */
.footer,
.site-footer {
  padding: 2.25rem 0 2.75rem;
  background: var(--cream-deep);
  border-top: 1px solid var(--line);
}

.footer__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

.footer h3 {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
}

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

.footer li + li {
  margin-top: 0.3rem;
}

.footer a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer a:hover {
  color: var(--pine);
}

.footer__copy,
.site-footer__copy {
  margin: 1.35rem 0 0;
  font-size: 0.8rem;
  color: var(--faint);
}

.site-footer__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* —— legal —— */
.legal-wrap {
  width: min(100% - 2rem, 40rem);
  margin: 2.5rem auto 4rem;
}

.legal-wrap h1 {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--pine);
  letter-spacing: -0.02em;
}

.legal-wrap h2 {
  font-size: 1.05rem;
  margin: 1.75rem 0 0.55rem;
  font-weight: 700;
}

.legal-wrap p,
.legal-wrap li {
  color: var(--muted);
}

.legal-wrap p {
  margin: 0 0 0.75rem;
}

.legal-wrap .note,
.legal-wrap .en {
  margin-top: 2rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--faint);
}

.legal-back {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--muted);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    opacity: 0.025;
  }

  .hero__wash,
  .hero__orb,
  .hero__trail-path,
  .hero__trail-dots circle,
  .hero__trail-goal,
  .hero__trail-flag,
  .hero__visual::before,
  .hero__visual img,
  .hero__badge::before,
  .path-dots span,
  .path-dots__goal,
  .site-bg__wash,
  .site-bg__path,
  .site-bg__goal,
  .btn,
  .nav__cta,
  .feature,
  .feature.is-in .feature__media img,
  .reveal {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .feature,
  .feature__copy,
  .feature__media,
  .hero__trail-dots circle,
  .hero__trail-goal,
  .hero__trail-flag {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__trail-path {
    stroke-dashoffset: 0 !important;
  }
}
