:root {
  --ink: #071824;
  --ink-soft: #263d48;
  --muted: #6f858d;
  --paper: #f4f7f4;
  --paper-warm: #eef4f0;
  --line: rgba(7, 24, 36, 0.13);
  --night: #071824;
  --night-soft: #0d2935;
  --aqua: #82d3ce;
  --aqua-bright: #b6f0e4;
  --coral: #ff9e80;
  --yellow: #f8d895;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", YuGothic, Arial, sans-serif;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow-soft: 0 24px 60px rgba(7, 24, 36, 0.14);
  --shadow-deep: 0 38px 80px rgba(4, 17, 26, 0.34);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.7;
  text-wrap: pretty;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image: radial-gradient(rgba(7, 24, 36, 0.13) 0.55px, transparent 0.55px);
  background-size: 7px 7px;
}

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  color: var(--paper);
  border-radius: 999px;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgba(7, 24, 36, 0.3);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(7, 24, 36, 0.14);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.site-nav a, .footer-links a {
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover, .site-nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: #2c948e; }

.header-actions { display: flex; align-items: center; gap: 12px; }

.language-toggle {
  min-width: 39px;
  padding: 5px 7px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(244, 247, 244, 0.65);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.09em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 10px 22px rgba(7, 24, 36, 0.14);
  font-weight: 720;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover, .button:focus-visible, .store-badge:hover, .store-badge:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(7, 24, 36, 0.22); }

.button-small { min-height: 39px; padding: 0 17px; font-size: 0.74rem; }

.button-glow { background: #0f3844; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.8fr);
  align-items: center;
  min-height: 780px;
  padding-top: 132px;
  padding-bottom: 92px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -240px;
  width: 800px;
  height: 800px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 45% 42%, rgba(130, 211, 206, 0.52), rgba(130, 211, 206, 0) 68%);
  filter: blur(6px);
}

.hero-copy { position: relative; z-index: 1; max-width: 610px; padding-bottom: 48px; }

.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #518681;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 158, 128, 0.18); }

h1, h2, h3, p { margin-top: 0; }

h1, h2 { letter-spacing: -0.028em; text-wrap: balance; }

.hero-title-line { display: block; }

h1 {
  max-width: 680px;
  margin-bottom: 25px;
  font-size: clamp(3.35rem, 6.1vw, 6.8rem);
  font-weight: 500;
  line-height: 1.09;
}

h1 em, h2 em { color: #2d8e88; font-family: var(--sans); font-style: normal; font-weight: 700; letter-spacing: -0.04em; white-space: nowrap; }

.hero-lead { max-width: 520px; margin-bottom: 31px; color: var(--ink-soft); font-size: 1rem; }

.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 164px;
  min-height: 55px;
  padding: 7px 15px 7px 13px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(7, 24, 36, 0.16);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-badge-large { min-width: 191px; margin-top: 4px; }

.store-apple { font-size: 1.3rem; line-height: 1; }
.store-copy { display: grid; line-height: 1.1; }
.store-copy small { font-size: 0.56rem; letter-spacing: 0.05em; opacity: 0.76; }
.store-copy strong { margin-top: 3px; font-size: 0.99rem; letter-spacing: -0.03em; }

.text-link, .legal-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 750;
  text-decoration: none;
}

.text-link > span:last-child, .legal-links a > span:last-child { color: #36928d; font-size: 1.1rem; transition: transform 180ms ease; }
.text-link:hover > span:last-child, .text-link:focus-visible > span:last-child, .legal-links a:hover > span:last-child { transform: translate(2px, -2px); }

.hero-note { display: flex; align-items: center; gap: 8px; margin: 25px 0 0; color: var(--muted); font-size: 0.7rem; }
.note-lock { color: #3c9b96; font-size: 1.15rem; }

.hero-art { position: relative; display: grid; min-height: 625px; place-items: center; }

.halo { position: absolute; border-radius: 50%; pointer-events: none; }
.halo-one { width: min(470px, 80vw); aspect-ratio: 1; background: radial-gradient(circle at center, rgba(182, 240, 228, 0.58), rgba(182, 240, 228, 0) 70%); }
.halo-two { width: min(370px, 70vw); aspect-ratio: 1; border: 1px solid rgba(49, 140, 134, 0.16); box-shadow: 0 0 0 23px rgba(49, 140, 134, 0.035), 0 0 0 47px rgba(49, 140, 134, 0.03); }

.device-frame {
  position: relative;
  z-index: 1;
  width: min(270px, 55vw);
  overflow: hidden;
  border: 7px solid #f7fbf8;
  border-radius: 38px;
  background: #c3e1e0;
  box-shadow: var(--shadow-deep), inset 0 0 0 1px rgba(7, 24, 36, 0.12);
  transform: rotate(6deg);
}

.device-frame::before {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 78px;
  height: 19px;
  content: "";
  border-radius: 20px;
  background: #071824;
  transform: translateX(-50%);
}

.device-topline { position: absolute; z-index: 3; top: 17px; right: 21px; left: 21px; display: flex; justify-content: space-between; }
.device-topline span { width: 7px; height: 7px; border-radius: 50%; background: rgba(244, 247, 244, 0.65); }
.device-frame img { width: 100%; height: auto; }
.device-reflection { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255, 255, 255, 0.3), transparent 23%, transparent 75%, rgba(255, 255, 255, 0.1)); }

.float-label { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; color: var(--ink); border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 999px; background: rgba(250, 255, 252, 0.7); box-shadow: 0 13px 26px rgba(7, 24, 36, 0.12); backdrop-filter: blur(12px); font-size: 0.68rem; font-weight: 740; }
.label-slow { bottom: 108px; left: 4%; }
.label-ecco { top: 148px; right: 2%; }
.label-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.mini-ecco { display: block; width: 18px; height: 14px; border-radius: 60% 45% 55% 35%; background: #54a7a2; transform: rotate(-10deg); }

.quiet-band { padding: 70px 0; color: var(--paper); background: var(--night); }
.quiet-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center; }
.quiet-intro .section-kicker { color: var(--aqua); }
.quiet-intro h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4.2vw, 4.4rem); font-weight: 500; line-height: 1.08; }
.quiet-facts { display: grid; gap: 0; border-top: 1px solid rgba(182, 240, 228, 0.22); }
.fact-line { display: grid; grid-template-columns: 56px 1fr; gap: 13px; align-items: center; min-height: 67px; padding: 6px 0; border-bottom: 1px solid rgba(182, 240, 228, 0.22); font-size: 0.89rem; }
.fact-number { color: var(--coral); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; }

.feature-section { padding-top: 150px; padding-bottom: 150px; }
.feature-section.section-tint { width: 100%; padding-right: max(24px, calc((100% - 1180px) / 2)); padding-left: max(24px, calc((100% - 1180px) / 2)); background: var(--paper-warm); }
.section-heading { max-width: 530px; }
.section-heading h2, .slow-copy h2, .privacy-teaser h2, .download-inner h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.9vw, 5.15rem); font-weight: 500; line-height: 1.1; }
.section-heading > p:last-of-type, .slow-copy > p:last-of-type, .privacy-teaser > div:last-child > p, .download-inner > p:not(.section-kicker):not(.download-note) { color: var(--ink-soft); font-size: 0.96rem; }
.feature-layout { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(48px, 8vw, 125px); }
.feature-layout .section-heading { order: 2; }
.feature-layout.reverse-mobile .section-heading { order: 1; }
.visual-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--night); box-shadow: var(--shadow-soft); }

.ecco-orbit { display: grid; min-height: 445px; place-items: center; background: radial-gradient(circle at center, #164652 0%, #0b2836 46%, #071824 100%); }
.ecco-orbit::before, .ecco-orbit::after { position: absolute; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 18px rgba(182, 240, 228, 0.95); }
.ecco-orbit::before { top: 23%; left: 26%; }
.ecco-orbit::after { right: 22%; bottom: 26%; width: 4px; height: 4px; background: var(--coral); }
.orbit { position: absolute; border: 1px solid rgba(130, 211, 206, 0.25); border-radius: 50%; transform: rotate(-24deg); }
.orbit-a { width: 72%; height: 48%; }
.orbit-b { width: 48%; height: 72%; transform: rotate(37deg); }
.ecco-core { position: relative; display: flex; align-items: center; justify-content: center; width: 128px; height: 102px; border: 1px solid rgba(246, 253, 248, 0.55); border-radius: 48% 52% 42% 58%; background: radial-gradient(circle at 35% 30%, #d5fff4, #6fc6bd 39%, #2a7d81 72%); box-shadow: 0 0 50px rgba(130, 211, 206, 0.38); transform: rotate(-8deg); }
.ecco-core::after { position: absolute; bottom: -17px; left: 33px; width: 65px; height: 27px; content: ""; border-bottom: 2px solid rgba(182, 240, 228, 0.75); border-radius: 50%; transform: rotate(-13deg); }
.ecco-core span { display: block; width: 10px; height: 10px; margin: 0 6px; border-radius: 50%; background: #164652; }
.ecco-core span:nth-child(2) { width: 13px; height: 13px; background: #071824; }
.orbit-label { position: absolute; color: rgba(182, 240, 228, 0.75); font-family: var(--serif); font-size: 0.72rem; font-style: italic; }
.orbit-label-one { top: 16%; left: 18%; }.orbit-label-two { top: 19%; right: 16%; }.orbit-label-three { bottom: 17%; left: 40%; }
.story-steps { display: grid; gap: 0; }
.story-step { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 23px 0; border-top: 1px solid var(--line); }
.story-step:last-child { border-bottom: 1px solid var(--line); }
.step-index { color: #36928d; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.09em; }
.story-step h3, .compact-cards h3 { margin-bottom: 7px; font-size: 0.94rem; letter-spacing: -0.02em; }
.story-step p, .compact-cards p { margin-bottom: 0; color: var(--muted); font-size: 0.82rem; }

.outing-visual { min-height: 445px; background: linear-gradient(160deg, #133e4a, #071824 70%); }
.moon { position: absolute; top: 62px; right: 58px; width: 72px; height: 72px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 40px rgba(248, 216, 149, 0.35); }
.route { position: absolute; height: 1px; border-top: 1px dashed rgba(182, 240, 228, 0.55); transform-origin: left center; }
.route i { position: absolute; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); }
.route i:nth-child(1) { left: 25%; }.route i:nth-child(2) { left: 58%; background: var(--coral); }.route i:nth-child(3) { left: 94%; }
.route-a { top: 43%; left: 18%; width: 55%; transform: rotate(-25deg); }.route-b { top: 56%; left: 21%; width: 49%; transform: rotate(23deg); }
.outing-ecco { position: absolute; top: 44%; left: 17%; display: grid; width: 74px; height: 58px; place-items: center; border-radius: 46% 54% 40% 60%; background: linear-gradient(135deg, #9ce4d5, #31908b); box-shadow: 0 0 28px rgba(130, 211, 206, 0.34); transform: rotate(-13deg); }
.outing-ecco::before, .outing-ecco::after { position: absolute; top: 19px; width: 8px; height: 8px; content: ""; border-radius: 50%; background: #0d2935; }.outing-ecco::before { left: 20px; }.outing-ecco::after { right: 19px; }
.outing-ecco span:first-child { position: absolute; right: -15px; bottom: 5px; width: 27px; height: 15px; border-bottom: 2px solid var(--aqua); border-radius: 50%; transform: rotate(-20deg); }
.destination { position: absolute; display: grid; gap: 2px; padding: 9px 14px; color: var(--paper); border: 1px solid rgba(182, 240, 228, 0.26); border-radius: 12px; background: rgba(7, 24, 36, 0.56); backdrop-filter: blur(5px); }
.destination b { color: var(--aqua-bright); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }.destination small { color: rgba(244, 247, 244, 0.66); font-size: 0.63rem; }.destination-a { top: 25%; left: 26%; }.destination-b { right: 19%; bottom: 24%; }
.visual-caption { position: absolute; right: 25px; bottom: 24px; left: 25px; display: flex; justify-content: space-between; color: rgba(244, 247, 244, 0.72); font-size: 0.7rem; letter-spacing: 0.08em; }.visual-caption strong { color: var(--coral); }
.micro-copy-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 33px; color: var(--ink-soft); font-size: 0.78rem; }.micro-copy-row > span { display: flex; align-items: center; gap: 11px; }.micro-copy-row b { color: #36928d; font-size: 0.63rem; }

.centered-heading { max-width: 660px; margin: 0 auto 54px; text-align: center; }.centered-heading .section-kicker { justify-content: center; }.centered-heading > p:last-of-type { max-width: 575px; margin-right: auto; margin-left: auto; }
.janken-board { display: flex; align-items: center; justify-content: center; min-height: 270px; gap: clamp(24px, 8vw, 100px); background: radial-gradient(circle at 50% 45%, #1f5460, #0b2836 56%, #071824); }
.hand { display: grid; width: 112px; height: 112px; place-items: center; color: var(--night); border: 5px solid rgba(244, 247, 244, 0.82); border-radius: 40% 50% 44% 56%; background: var(--aqua); box-shadow: 0 18px 28px rgba(0, 0, 0, 0.23); font-size: 3rem; transform: rotate(-12deg); }.hand-right { color: #5e4537; background: var(--coral); transform: rotate(12deg) scaleX(-1); }.versus { display: grid; gap: 9px; place-items: center; color: var(--aqua-bright); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.17em; }.versus i { display: block; width: 36px; height: 1px; background: rgba(182, 240, 228, 0.45); }.board-caption { position: absolute; bottom: 22px; color: rgba(244, 247, 244, 0.7); font-family: var(--serif); font-size: 0.82rem; font-style: italic; }
.compact-cards { margin-top: 44px; }.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }.compact-cards article { padding: 20px 0 0; border-top: 1px solid var(--line); }.card-symbol { display: block; margin-bottom: 14px; color: #36928d; font-size: 1.65rem; }

.ranking-layout { grid-template-columns: minmax(300px, 1.06fr) minmax(0, 0.94fr); }.ranking-layout .section-heading { order: 2; }.ranking-visual { min-height: 430px; padding: 28px 27px; background: linear-gradient(155deg, #123f4b, #071824 76%); }.ranking-top { display: flex; justify-content: space-between; margin-bottom: 34px; color: var(--aqua-bright); font-size: 0.62rem; letter-spacing: 0.12em; }.ranking-top span:last-child { color: rgba(182, 240, 228, 0.48); }.rank-row { position: relative; display: grid; grid-template-columns: 27px 25px 1fr auto; gap: 11px; align-items: center; min-height: 56px; border-bottom: 1px solid rgba(182, 240, 228, 0.15); color: rgba(244, 247, 244, 0.8); font-size: 0.76rem; }.rank-row b { color: var(--coral); font-size: 0.67rem; }.rank-row i { width: 23px; height: 23px; border: 1px solid rgba(182, 240, 228, 0.46); border-radius: 50%; background: radial-gradient(circle at 35% 33%, #c4f4e7, #348b89 65%); }.rank-row:nth-of-type(3) i { background: radial-gradient(circle at 35% 33%, #ffe8b1, #af7959 65%); }.rank-row:nth-of-type(4) i { background: radial-gradient(circle at 35% 33%, #d0dce0, #657f85 65%); }.rank-row strong { color: var(--aqua-bright); font-weight: 600; }.rank-you { margin: 16px -10px 0; padding: 0 10px; border: 1px solid rgba(130, 211, 206, 0.34); border-radius: 13px; background: rgba(130, 211, 206, 0.1); }.rank-you b { color: var(--aqua-bright); }.rank-sparkles span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 13px var(--coral); }.rank-sparkles span:nth-child(1) { top: 92px; right: 38px; }.rank-sparkles span:nth-child(2) { top: 171px; left: 54px; width: 3px; height: 3px; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); }.rank-sparkles span:nth-child(3) { right: 93px; bottom: 82px; width: 4px; height: 4px; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }

.ep-panel { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; min-height: 330px; padding: 53px 75px; background: linear-gradient(135deg, #123e49, #071824 83%); }.ep-orb { position: relative; z-index: 1; display: grid; width: 170px; height: 170px; place-content: center; color: var(--night); border: 1px solid rgba(244, 247, 244, 0.72); border-radius: 50%; background: radial-gradient(circle at 35% 26%, #fff1b9, #f8d895 48%, #cf9f61 100%); box-shadow: 0 0 0 17px rgba(248, 216, 149, 0.08), 0 0 0 35px rgba(248, 216, 149, 0.05), 0 21px 40px rgba(0,0,0,0.24); text-align: center; transform: rotate(-9deg); }.ep-orb span { font-size: 2.8rem; font-weight: 800; letter-spacing: -0.11em; line-height: 1; }.ep-orb b { margin-top: 6px; font-family: var(--serif); font-size: 0.71rem; font-style: italic; font-weight: 400; }.ep-flow { position: relative; z-index: 1; display: grid; gap: 14px; }.ep-flow > div { display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; color: var(--paper); }.flow-icon { display: grid; width: 28px; height: 28px; place-items: center; color: var(--aqua-bright); border: 1px solid rgba(182, 240, 228, 0.42); border-radius: 50%; font-size: 0.76rem; }.ep-flow strong { font-size: 0.83rem; font-weight: 600; }.ep-flow small { color: var(--aqua); font-size: 0.67rem; letter-spacing: 0.08em; }.ep-surface { position: absolute; right: -5%; bottom: -45%; width: 86%; height: 80%; border: 1px solid rgba(130, 211, 206, 0.19); border-radius: 50%; transform: rotate(-8deg); }.section-footnote { margin: 16px 0 0; color: var(--muted); font-size: 0.72rem; text-align: right; }

.slow-section { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 10%; padding-top: 142px; padding-bottom: 142px; }.slow-copy { max-width: 540px; }.slow-art { position: relative; min-height: 340px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(160deg, #c8efea 0%, #83c8c5 48%, #418e93 100%); box-shadow: var(--shadow-soft); }.slow-art::before { position: absolute; inset: 0; content: ""; opacity: 0.43; background: radial-gradient(circle at 18% 20%, rgba(255,255,255,0.82), transparent 24%), radial-gradient(circle at 81% 73%, rgba(244, 247, 244, 0.48), transparent 20%); }.water-line { position: absolute; width: 120%; height: 50px; border-top: 1px solid rgba(244, 247, 244, 0.53); border-radius: 50%; transform: rotate(-8deg); }.water-line-one { top: 30%; left: -8%; }.water-line-two { top: 50%; left: -6%; opacity: 0.55; transform: rotate(6deg); }.slow-ecco { position: absolute; top: 38%; left: 48%; width: 126px; height: 93px; border: 1px solid rgba(244, 247, 244, 0.8); border-radius: 48% 52% 42% 58%; background: linear-gradient(140deg, #e8fff1, #6ebcb4 48%, #2f7781); box-shadow: 0 0 47px rgba(244, 247, 244, 0.32); transform: rotate(15deg); }.slow-ecco::before, .slow-ecco::after { position: absolute; top: 32px; width: 11px; height: 11px; content: ""; border-radius: 50%; background: #0d3b48; }.slow-ecco::before { left: 35px; }.slow-ecco::after { right: 35px; }.slow-ecco span { position: absolute; right: -23px; bottom: 4px; width: 40px; height: 21px; border-bottom: 2px solid rgba(244, 247, 244, 0.74); border-radius: 50%; }.slow-ecco i { position: absolute; top: -17px; left: 45px; width: 26px; height: 30px; border-left: 1px solid rgba(244, 247, 244, 0.75); border-radius: 50%; transform: rotate(-22deg); }.slow-bubble { position: absolute; border: 1px solid rgba(244, 247, 244, 0.63); border-radius: 50%; }.bubble-one { top: 17%; left: 30%; width: 11px; height: 11px; }.bubble-two { top: 23%; right: 19%; width: 19px; height: 19px; }.bubble-three { right: 28%; bottom: 21%; width: 7px; height: 7px; }

.privacy-teaser { display: grid; grid-template-columns: 98px 1fr; gap: 34px; align-items: start; max-width: 880px; padding-top: 116px; padding-bottom: 116px; border-top: 1px solid var(--line); }.privacy-lock { display: grid; width: 74px; height: 74px; place-items: center; color: #36928d; border: 1px solid rgba(54, 146, 141, 0.42); border-radius: 50%; font-size: 2rem; }.privacy-teaser h2 { font-size: clamp(2.5rem, 4.7vw, 4.7rem); }.privacy-teaser > div:last-child { max-width: 600px; }.legal-links { display: flex; gap: 24px; margin-top: 24px; }
.download-section { width: 100%; max-width: none; padding-top: 130px; padding-bottom: 130px; color: var(--paper); background: var(--night); text-align: center; }.download-inner { display: grid; justify-items: center; }.download-inner .section-kicker { color: var(--aqua); }.download-inner h2 { font-size: clamp(3rem, 6vw, 6.2rem); }.download-inner > p:not(.section-kicker):not(.download-note) { color: rgba(244, 247, 244, 0.73); }.download-note { margin: 16px 0 0; color: rgba(244, 247, 244, 0.5); font-size: 0.72rem; }.download-section .store-badge { background: var(--paper); color: var(--ink); }.download-section .store-apple { color: #2c948e; }.download-section .store-copy small { color: var(--muted); }.download-section .store-copy strong { color: var(--ink); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; padding-top: 25px; padding-bottom: 27px; color: var(--muted); font-size: 0.7rem; }.site-footer .brand { color: var(--ink); font-size: 0.84rem; }.site-footer .brand-mark { width: 24px; height: 24px; border-radius: 7px; }.footer-links { display: flex; gap: 17px; }.footer-meta { display: flex; gap: 17px; }

body.is-english { letter-spacing: 0; }
body.is-english h1 em, body.is-english h2 em { white-space: normal; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr 0.78fr; min-height: 700px; }
  .hero-art { min-height: 530px; }
  .device-frame { width: min(240px, 46vw); }
  .feature-section { padding-top: 110px; padding-bottom: 110px; }
  .ep-panel { padding-inline: 48px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 36px, 620px); }
  .site-header { width: calc(100% - 36px); padding-top: 18px; }
  .site-header .button-small { display: none; }
  .hero { display: block; min-height: 0; padding-top: 130px; padding-bottom: 75px; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(2.75rem, 12.6vw, 4.8rem); }
  .hero-lead { font-size: 0.91rem; }
  .hero-art { min-height: 505px; margin-top: 31px; }
  .device-frame { width: min(270px, 63vw); }
  .label-slow { bottom: 67px; left: 0; }.label-ecco { top: 95px; right: 0; }
  .quiet-band { padding: 53px 0; }.quiet-grid { display: block; }.quiet-intro { margin-bottom: 36px; }.fact-line { min-height: 58px; font-size: 0.8rem; }
  .feature-section, .feature-section.section-tint { padding-top: 90px; padding-bottom: 90px; }
  .feature-section.section-tint { padding-right: 18px; padding-left: 18px; }.feature-section.section-tint > .feature-layout, .feature-section.section-tint > .micro-copy-row { width: calc(100% - 0px); }
  .feature-layout, .ranking-layout, .slow-section { display: flex; flex-direction: column; align-items: stretch; gap: 44px; }.feature-layout .section-heading, .feature-layout.reverse-mobile .section-heading, .ranking-layout .section-heading { order: 1; }.feature-layout > .visual-card, .ranking-layout > .visual-card { order: 2; }.section-heading h2, .slow-copy h2, .privacy-teaser h2, .download-inner h2 { font-size: clamp(2.7rem, 12.4vw, 4.6rem); }.privacy-teaser h2 { font-size: clamp(2.2rem, 11.4vw, 4.6rem); }
  .ecco-orbit, .outing-visual { min-height: 365px; }.micro-copy-row { gap: 13px; font-size: 0.68rem; }.micro-copy-row > span { display: grid; gap: 4px; align-content: start; }.three-columns { grid-template-columns: 1fr; gap: 0; }.compact-cards article { display: grid; grid-template-columns: 39px 1fr; column-gap: 10px; padding: 18px 0; }.compact-cards .card-symbol { grid-row: span 2; margin: 0; }.compact-cards h3 { align-self: end; margin: 0 0 2px; }.compact-cards p { align-self: start; }.janken-board { min-height: 230px; gap: 25px; }.hand { width: 80px; height: 80px; font-size: 2.1rem; }.board-caption { font-size: 0.71rem; }
  .ranking-visual { min-height: 390px; }.ranking-layout { gap: 45px; }.ep-panel { grid-template-columns: 1fr; gap: 48px; min-height: 520px; padding: 44px 30px; }.ep-orb { margin: 0 auto; }.ep-flow { width: min(100%, 290px); margin: 0 auto; }.section-footnote { text-align: left; }.slow-section { padding-top: 90px; padding-bottom: 90px; }.slow-art { min-height: 290px; }.privacy-teaser { grid-template-columns: 1fr; gap: 23px; padding-top: 80px; padding-bottom: 80px; }.privacy-lock { width: 61px; height: 61px; }.legal-links { flex-direction: column; gap: 14px; }.download-section { padding-top: 90px; padding-bottom: 90px; }.site-footer { grid-template-columns: 1fr 1fr; gap: 23px; }.footer-links { justify-content: end; }.footer-meta { grid-column: 1 / -1; justify-content: space-between; }
}

@media (prefers-reduced-motion: no-preference) {
  .halo-one { animation: breathe 8s ease-in-out infinite; }.float-label { animation: float 6s ease-in-out infinite; }.label-ecco { animation-delay: -2s; }.slow-ecco { animation: drift 9s ease-in-out infinite; }.slow-bubble { animation: rise 8s ease-in infinite; }.bubble-two { animation-delay: -3s; }.bubble-three { animation-delay: -5s; }
  @keyframes breathe { 0%, 100% { transform: scale(0.96); opacity: 0.75; } 50% { transform: scale(1.04); opacity: 1; } }
  @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  @keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(15deg); } 50% { transform: translate(9px, -8px) rotate(21deg); } }
  @keyframes rise { 0% { opacity: 0; transform: translateY(17px); } 20%, 80% { opacity: 0.9; } 100% { opacity: 0; transform: translateY(-50px); } }
}

:focus-visible { outline: 3px solid rgba(54, 146, 141, 0.55); outline-offset: 4px; }
