:root {
  --ink: #112b40;
  --ink-soft: #536b7d;
  --line: #d9e8f2;
  --blue: #248fce;
  --blue-deep: #146da4;
  --cyan: #7ad8ff;
  --ice: #eaf7ff;
  --paper: #f8fcff;
  --white: #fff;
  --navy: #0c2b41;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(41, 102, 139, .12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 5%, rgba(122, 216, 255, .21), transparent 28rem),
    radial-gradient(circle at 92% 22%, rgba(36, 143, 206, .10), transparent 30rem),
    linear-gradient(rgba(34, 127, 184, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 127, 184, .025) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
svg { display: block; }
em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: white;
  background: var(--navy);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.site-shell { overflow: clip; }
.section-pad { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 32px), 1300px);
  min-height: 70px;
  padding: 10px 12px 10px 18px;
  margin: 14px auto 0;
  border: 1px solid rgba(207, 227, 239, .85);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 40px rgba(42, 101, 137, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .94); box-shadow: 0 14px 42px rgba(29, 78, 107, .14); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand > span > span { color: var(--blue); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 30px); }
.primary-nav a { color: #3f596b; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue-deep); }
.status-link { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4fcb8b; box-shadow: 0 0 0 4px rgba(79, 203, 139, .13); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: white;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(36, 143, 206, .23);
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { background: var(--blue-deep); box-shadow: 0 13px 30px rgba(25, 113, 165, .27); transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button--small { min-height: 46px; padding-inline: 18px; border-radius: 14px; font-size: 13px; }
.nav-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(510px, 1.08fr);
  align-items: center;
  gap: 32px;
  min-height: 730px;
  padding-top: 84px;
  padding-bottom: 76px;
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; border-radius: 2px; background: var(--cyan); }
.hero h1, .section-heading h2, .ground-intro h2, .games-heading h2, .team-copy h2, .community-copy h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 88px);
  line-height: .98;
  letter-spacing: -.065em;
}
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 14px; font-weight: 800; }
.text-link span { color: var(--blue); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-stats { display: flex; gap: 0; margin: 46px 0 0; }
.hero-stats div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; min-width: 150px; padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { padding-right: 0; margin-right: 0; border-right: 0; }
.hero-stats dt { font-size: 30px; font-weight: 850; letter-spacing: -.04em; line-height: 1; }
.hero-stats dd { max-width: 82px; margin: 0; color: #6c8292; font-size: 10px; font-weight: 750; line-height: 1.35; text-transform: uppercase; }

.ecosystem-visual { position: relative; min-height: 570px; isolation: isolate; }
.ecosystem-visual::before {
  position: absolute;
  inset: 4% 0 0 8%;
  z-index: -3;
  content: "";
  border-radius: 48% 52% 48% 52%;
  background: radial-gradient(circle, rgba(137, 219, 255, .42) 0, rgba(224, 246, 255, .44) 46%, transparent 69%);
  filter: blur(2px);
}
.orbit { position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(65, 154, 205, .3); border-radius: 50%; transform: translate(-50%, -50%) rotate(-12deg); }
.orbit--outer { width: 515px; height: 370px; }
.orbit--inner { width: 360px; height: 260px; border-style: solid; border-color: rgba(82, 170, 220, .18); transform: translate(-50%, -50%) rotate(23deg); }
.core-mark { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; width: 190px; height: 190px; place-items: center; border: 1px solid rgba(182, 220, 240, .9); border-radius: 45px; background: rgba(255, 255, 255, .91); box-shadow: 0 34px 70px rgba(42, 126, 174, .2); transform: translate(-50%, -50%) rotate(-4deg); }
.core-mark img { width: 168px; height: 168px; object-fit: contain; }
.core-glow { position: absolute; inset: 16px; z-index: -1; border-radius: 35px; box-shadow: 0 0 60px rgba(97, 196, 242, .38); }
.orbit-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 198px;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(198, 221, 234, .92);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(38, 93, 125, .15);
  transition: transform .25s ease, box-shadow .25s ease;
}
.orbit-card:hover, .orbit-card:focus-visible { z-index: 7; box-shadow: 0 22px 50px rgba(31, 93, 129, .22); transform: translateY(-5px); }
.orbit-card img { width: 58px; height: 58px; border-radius: 14px; }
.orbit-card span { color: #5d7180; font-size: 11px; font-weight: 700; line-height: 1.3; }
.orbit-card strong { display: block; color: var(--ink); font-size: 15px; }
.orbit-card--booth { top: 55px; left: 23%; transform: rotate(-3deg); }
.orbit-card--booth:hover { transform: rotate(-3deg) translateY(-5px); }
.orbit-card--jinxxy { top: 292px; right: -8px; transform: rotate(4deg); }
.orbit-card--jinxxy:hover { transform: rotate(4deg) translateY(-5px); }
.orbit-card--vee { bottom: 27px; left: 7%; transform: rotate(-2deg); }
.orbit-card--vee:hover { transform: rotate(-2deg) translateY(-5px); }
.floating-note { position: absolute; z-index: 5; padding: 9px 14px; border: 1px solid rgba(192, 221, 237, .86); border-radius: 999px; color: #436479; background: rgba(243, 251, 255, .94); box-shadow: 0 12px 30px rgba(38, 93, 125, .09); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.floating-note svg { width: 17px; height: 17px; fill: none; stroke: #42ae7e; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.floating-note--privacy { top: 180px; left: 2%; display: flex; align-items: center; gap: 7px; transform: rotate(-5deg); }
.floating-note--community { right: 4%; bottom: 110px; transform: rotate(3deg); }
.orbit-spark { position: absolute; z-index: 2; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(66, 165, 220, .12); }
.spark--one { top: 18%; right: 18%; }
.spark--two { bottom: 23%; left: 22%; width: 7px; height: 7px; background: var(--cyan); }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 60px); min-height: 72px; padding: 18px 24px; border-block: 1px solid var(--line); color: #6c8393; background: rgba(255, 255, 255, .58); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }

.products { padding-top: 130px; padding-bottom: 60px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading h2, .ground-intro h2, .games-heading h2, .team-copy h2, .community-copy h2 { font-size: clamp(44px, 5vw, 67px); }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--ink-soft); font-size: 16px; }
.section-heading--compact { margin-bottom: 40px; }
.product-stack { display: grid; gap: 26px; }
.product-card { --accent: var(--blue); display: grid; grid-template-columns: .82fr 1.18fr; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.product-card--booth { --accent: #ff5557; }
.product-card--jinxxy { --accent: #8368ee; }
.product-card--vee { --accent: #5965d8; }
.product-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: 48px; }
.product-identity { display: flex; align-items: center; gap: 17px; }
.product-identity img { width: 72px; height: 72px; border-radius: 17px; box-shadow: 0 9px 25px rgba(33, 65, 86, .14); }
.product-identity span { color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-identity h3 { margin: 3px 0 0; font-size: 27px; line-height: 1.1; letter-spacing: -.045em; }
.product-card__content > p { max-width: 430px; margin: 27px 0 0; color: var(--ink-soft); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 28px 0 0; list-style: none; }
.feature-pills li { padding: 7px 11px; border: 1px solid #e1eaf0; border-radius: 999px; color: #536978; background: #f8fbfd; font-size: 11px; font-weight: 750; }
.card-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 32px; }
.button--product { min-height: 46px; background: var(--accent); box-shadow: none; }
.button--product:hover { background: var(--accent); box-shadow: 0 10px 25px color-mix(in srgb, var(--accent), transparent 70%); filter: brightness(.93); }
.round-link { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: white; transition: background .2s ease, transform .2s ease; }
.round-link:hover { background: #f2f8fc; transform: translateY(-2px); }
.round-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.product-card__media { position: relative; display: grid; min-height: 430px; overflow: hidden; place-items: center; background: color-mix(in srgb, var(--accent), white 91%); }
.product-card__media::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, .9), transparent 30%), linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, .35)); }
.product-card__media img { position: absolute; top: 18%; left: 10%; width: 86%; max-width: none; border: 8px solid rgba(255, 255, 255, .85); border-radius: 22px; box-shadow: 0 25px 55px rgba(26, 61, 85, .2); transform: rotate(-2deg); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product-card:nth-child(even) .product-card__media img { top: 13%; transform: rotate(2deg); }
.product-card:hover .product-card__media img { transform: rotate(0) translateY(-5px); }
.media-label { position: absolute; right: 25px; bottom: 24px; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .84); border-radius: 999px; color: #496477; background: rgba(255, 255, 255, .86); box-shadow: 0 8px 20px rgba(42, 80, 102, .1); font-size: 10px; font-weight: 800; backdrop-filter: blur(9px); }
.media-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.ground-section { padding-top: 76px; padding-bottom: 96px; }
.ground-card { position: relative; display: grid; grid-template-columns: .85fr 1.6fr; gap: 55px; overflow: hidden; padding: 70px; border-radius: 42px; color: white; background: var(--navy); box-shadow: 0 30px 80px rgba(11, 52, 78, .2); }
.ground-card::after { position: absolute; right: -180px; bottom: -240px; width: 600px; height: 600px; content: ""; border: 1px solid rgba(122, 216, 255, .15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(122, 216, 255, .03), 0 0 0 140px rgba(122, 216, 255, .025); }
.eyebrow--light { color: var(--cyan); }
.ground-intro { position: relative; z-index: 2; }
.ground-intro h2 em, .games-heading h2 em { color: var(--cyan); }
.ground-intro > p { max-width: 380px; margin: 28px 0 0; color: #b8cbd7; }
.principle-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.principle-grid article { position: relative; min-height: 285px; padding: 27px 23px; border: 1px solid rgba(174, 220, 244, .15); border-radius: 22px; background: rgba(255, 255, 255, .055); }
.principle-grid svg { width: 34px; height: 34px; margin-top: 32px; fill: none; stroke: var(--cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.principle-number { color: #7793a5; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.principle-grid h3 { margin: 20px 0 8px; font-size: 17px; }
.principle-grid p { margin: 0; color: #a9c0ce; font-size: 12px; line-height: 1.65; }

.projects { padding-top: 62px; padding-bottom: 125px; }
.project-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 24px; }
.lumynaria-card, .build-card { min-height: 510px; overflow: hidden; border-radius: 32px; }
.lumynaria-card { position: relative; color: white; background: linear-gradient(135deg, #3e2f80, #1675b2 65%, #62d2e1); }
.lumynaria-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(14, 31, 75, .93) 0, rgba(20, 47, 93, .72) 42%, transparent 76%); }
.lumynaria-card > img { width: 100%; height: 100%; object-fit: cover; opacity: .73; }
.lumynaria-copy { position: absolute; top: 0; bottom: 0; left: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 52%; padding: 55px; }
.card-kicker { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lumynaria-copy h3, .build-card h3 { margin: 13px 0 0; font-size: clamp(36px, 4vw, 55px); line-height: 1; letter-spacing: -.055em; }
.lumynaria-copy p { margin: 22px 0 29px; color: #d5e8f4; font-size: 14px; }
.project-period { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; background: rgba(9, 33, 76, .22); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-period i { width: 24px; height: 1px; background: var(--cyan); }
.archive-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 18px; color: white; }
.archive-link > span { display: flex; flex-direction: column; }
.archive-link strong { font-size: 12px; }
.archive-link small { color: #bfe8f8; font-size: 9px; }
.archive-link svg { width: 18px; height: 18px; fill: none; stroke: var(--cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s ease; }
.archive-link:hover svg, .archive-link:focus-visible svg { transform: translate(3px, -3px); }
.text-link--light { color: white; }
.text-link--light span { color: var(--cyan); }
.star { position: absolute; z-index: 3; color: var(--cyan); }
.star--one { top: 42px; right: 58px; font-size: 38px; }
.star--two { right: 35%; bottom: 44px; font-size: 24px; }
.build-card { padding: 55px; border: 1px solid var(--line); background: linear-gradient(145deg, white, #eef9ff); box-shadow: var(--shadow); }
.build-card .card-kicker { color: var(--blue); }
.build-card h3 { font-size: clamp(34px, 3.2vw, 47px); }
.build-card > p { margin: 22px 0 30px; color: var(--ink-soft); font-size: 14px; }
.path-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.path-list span { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #6c8191; font-size: 12px; }
.path-list b { width: 42px; color: var(--blue-deep); }

.games-section { color: white; background: #08283e; }
.games-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 58px; padding-top: 120px; padding-bottom: 120px; }
.games-heading { align-self: center; }
.games-heading h2 { font-size: clamp(44px, 5vw, 67px); }
.games-heading > p { max-width: 360px; margin: 28px 0 0; color: #abc4d3; }
.game-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.game-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(179, 222, 244, .16); border-radius: 28px; background: #163b52; transition: transform .3s ease; }
.game-card:hover { transform: translateY(-7px); }
.game-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.game-card:hover > img { transform: scale(1.04); }
.game-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 22, 34, .96) 0, rgba(7, 29, 44, .3) 55%, transparent 75%); }
.game-card__copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; }
.game-card__copy > span { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.game-card__copy h3 { margin: 4px 0 4px; font-size: 34px; letter-spacing: -.05em; }
.game-card__copy p { margin: 0 0 18px; color: #bed0da; font-size: 12px; }
.game-card__copy a { display: inline-flex; gap: 8px; color: white; font-size: 12px; font-weight: 800; }
.game-card__copy a span { color: var(--cyan); }

.guides { padding-top: 130px; padding-bottom: 120px; }
.heading-link { margin-bottom: 11px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { position: relative; display: flex; min-height: 380px; flex-direction: column; align-items: flex-start; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(38, 92, 124, .08); transition: transform .25s ease, box-shadow .25s ease; }
a.guide-card:hover { box-shadow: 0 24px 60px rgba(38, 92, 124, .14); transform: translateY(-6px); }
.guide-index { color: #8799a6; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.guide-icon { display: grid; width: 63px; height: 63px; margin-top: 34px; place-items: center; border-radius: 18px; color: var(--blue-deep); background: var(--ice); font-family: Georgia, serif; font-size: 30px; }
.guide-icon svg { width: 31px; height: 31px; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.guide-card h3 { max-width: 310px; margin: 23px 0 10px; font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.guide-card p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.guide-arrow { position: absolute; right: 30px; bottom: 26px; color: var(--blue); font-size: 22px; }
.guide-card--signal { color: white; background: var(--blue); }
.guide-card--signal .guide-index, .guide-card--signal p { color: #d9f2ff; }
.guide-card--signal h3 { margin-top: 114px; }
.guide-card--signal > a { margin-top: 18px; color: white; font-size: 12px; font-weight: 800; }
.signal-orbits { position: absolute; top: 28px; right: 28px; width: 105px; height: 105px; }
.signal-orbits i { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; }
.signal-orbits i:nth-child(2) { inset: 18px; }
.signal-orbits i:nth-child(3) { inset: 36px; }
.signal-orbits b { position: absolute; top: 49px; left: 49px; width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 6px rgba(255, 255, 255, .15); }

.team { padding-top: 20px; padding-bottom: 130px; }
.team-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; padding: 70px 0; border-block: 1px solid var(--line); }
.team-copy > p { max-width: 430px; margin: 28px 0 0; color: var(--ink-soft); }
.team-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 18px 50px rgba(38, 92, 124, .08); }
.person-image { height: 305px; overflow: hidden; background: linear-gradient(145deg, #dff4ff, #a8dff7); }
.person-image img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.person-image--krybto { background: linear-gradient(145deg, #eaf1ff, #d7cfff); }
.person-card > div:last-child { padding: 20px 23px 22px; }
.person-card h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.person-card p { margin: 2px 0 0; color: var(--ink-soft); font-size: 11px; }

.community { padding-bottom: 120px; }
.community-card { position: relative; display: grid; grid-template-columns: .65fr 1fr .75fr; align-items: center; gap: 45px; min-height: 350px; overflow: hidden; padding: 55px 65px; border-radius: 38px; color: white; background: linear-gradient(120deg, #177ab3, #279bd6 56%, #69c9eb); box-shadow: 0 30px 70px rgba(25, 117, 172, .23); }
.community-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, black, transparent 85%); }
.community-mark { position: relative; display: grid; min-height: 230px; place-items: center; }
.community-mark > div { position: absolute; width: 235px; height: 235px; border: 1px dashed rgba(255,255,255,.38); border-radius: 50%; animation: spin 24s linear infinite; }
.community-mark > div::before, .community-mark > div::after { position: absolute; width: 10px; height: 10px; content: ""; border-radius: 50%; background: white; }
.community-mark > div::before { top: 17px; left: 43px; }
.community-mark > div::after { right: 13px; bottom: 50px; background: var(--cyan); }
.community-mark img { position: relative; width: 138px; height: 138px; padding: 8px; object-fit: contain; border: 7px solid rgba(255,255,255,.65); border-radius: 34px; background: rgba(255,255,255,.94); box-shadow: 0 20px 45px rgba(13, 73, 109, .22); }
.community-copy, .community-actions { position: relative; z-index: 2; }
.community-copy .card-kicker { color: #d9f4ff; }
.community-copy h2 { margin-top: 12px; font-size: clamp(39px, 4vw, 57px); }
.community-copy p { max-width: 470px; margin: 20px 0 0; color: #e3f5fc; font-size: 13px; }
.community-actions { display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
.button--white { color: var(--blue-deep); background: white; box-shadow: 0 12px 25px rgba(16, 85, 125, .17); }
.button--white:hover { color: var(--navy); background: #effaff; }
.social-row { display: flex; justify-content: center; gap: 18px; }
.social-row a { font-size: 10px; font-weight: 750; }
.social-row span { color: var(--cyan); }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 30px 0 24px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: .75fr .7fr 1.55fr; gap: 55px; align-items: start; padding: 35px 0 55px; }
.brand--footer { font-size: 18px; }
.brand--footer img { width: 40px; height: 40px; }
.footer-main > p { margin: 4px 0 0; color: var(--ink-soft); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 5px; color: var(--ink); font-size: 11px; }
.footer-links a { color: #718593; font-size: 11px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #8496a2; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: 12px; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .ecosystem-visual { transform: scale(.9); transform-origin: center; }
  .hero-stats div { min-width: 130px; padding-right: 17px; margin-right: 17px; }
  .ground-card { grid-template-columns: 1fr; }
  .ground-intro > p { max-width: 560px; }
  .project-grid { grid-template-columns: 1.15fr .85fr; }
  .build-card { padding: 42px; }
  .games-inner { grid-template-columns: 1fr; }
  .games-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 60px; align-items: end; }
  .games-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .games-heading > p { margin-bottom: 4px; }
  .community-card { grid-template-columns: .55fr 1fr .7fr; padding-inline: 45px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: grid; width: 44px; height: 44px; margin-left: 12px; padding: 12px; place-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 13px; border-radius: 9px; }
  .primary-nav a:hover { background: var(--ice); }
  .header-cta { justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 700px; }
  .ecosystem-visual { width: 690px; max-width: 100%; margin: 0 auto; transform: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 25px; }
  .section-heading > p { max-width: 620px; }
  .product-card { grid-template-columns: 1fr; }
  .product-card__media { min-height: 390px; }
  .ground-card { padding: 55px 40px; }
  .project-grid { grid-template-columns: 1fr; }
  .lumynaria-card, .build-card { min-height: 470px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-card--signal { grid-column: 1 / -1; min-height: 280px; }
  .guide-card--signal h3 { margin-top: 60px; }
  .team-layout { grid-template-columns: 1fr; gap: 50px; }
  .community-card { grid-template-columns: .5fr 1fr; }
  .community-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .community-actions .button { min-width: 210px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .section-pad, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { top: 8px; width: calc(100% - 16px); min-height: 62px; margin-top: 8px; padding: 8px 9px 8px 12px; border-radius: 17px; }
  .brand { font-size: 15px; }
  .brand img { width: 37px; height: 37px; border-radius: 10px; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle { grid-column: 2; grid-row: 1; margin-left: 0; }
  .hero { gap: 25px; min-height: auto; padding-top: 74px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; gap: 0; margin-top: 37px; }
  .hero-stats div { display: block; min-width: 0; padding-right: 12px; margin-right: 12px; }
  .hero-stats dt { font-size: 25px; }
  .hero-stats dd { margin-top: 5px; font-size: 8px; }
  .ecosystem-visual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; min-height: 340px; padding-top: 212px; }
  .ecosystem-visual::before { inset: 0 5% 30%; }
  .orbit--outer { top: 105px; width: 280px; height: 195px; }
  .orbit--inner { top: 105px; width: 190px; height: 135px; }
  .core-mark { top: 105px; width: 118px; height: 118px; border-radius: 29px; }
  .core-mark img { width: 104px; height: 104px; border-radius: 23px; }
  .orbit-card { position: static; display: block; min-width: 0; padding: 7px; text-align: center; transform: none !important; }
  .orbit-card img { width: 51px; height: 51px; margin: 0 auto; }
  .orbit-card span { display: block; margin-top: 6px; font-size: 8px; }
  .orbit-card strong { font-size: 10px; }
  .floating-note { display: none; }
  .spark--one { top: 25px; right: 18%; }
  .spark--two { bottom: auto; top: 165px; left: 15%; }
  .trust-strip { flex-wrap: wrap; justify-content: flex-start; gap: 10px 16px; padding-inline: 22px; font-size: 8px; }
  .trust-strip i { display: none; }
  .trust-strip span { width: calc(50% - 8px); }
  .products { padding-top: 90px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .ground-intro h2, .games-heading h2, .team-copy h2, .community-copy h2 { font-size: clamp(39px, 12vw, 52px); }
  .product-card { border-radius: 26px; }
  .product-card__content { padding: 30px 23px; }
  .product-identity img { width: 58px; height: 58px; border-radius: 14px; }
  .product-identity h3 { font-size: 23px; }
  .product-card__content > p { margin-top: 22px; font-size: 14px; }
  .feature-pills { margin-top: 22px; }
  .button--product { padding-inline: 16px; font-size: 12px; }
  .product-card__media { min-height: 265px; }
  .product-card__media img { top: 17%; left: 7%; width: 92%; border-width: 5px; border-radius: 15px; }
  .media-label { right: 14px; bottom: 13px; font-size: 8px; }
  .ground-section { padding-top: 58px; padding-bottom: 70px; }
  .ground-card { gap: 38px; padding: 42px 23px; border-radius: 29px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 210px; }
  .principle-grid svg { margin-top: 22px; }
  .projects { padding-bottom: 90px; }
  .lumynaria-card, .build-card { min-height: 450px; border-radius: 26px; }
  .lumynaria-card::after { background: linear-gradient(0deg, rgba(14,31,75,.97), rgba(20,47,93,.48)); }
  .lumynaria-copy { top: auto; width: 100%; padding: 30px 25px; }
  .lumynaria-copy h3, .build-card h3 { font-size: 39px; }
  .build-card { padding: 36px 25px; }
  .games-inner { gap: 45px; padding-top: 85px; padding-bottom: 85px; }
  .games-heading { display: block; }
  .games-heading .eyebrow { margin-bottom: 20px; }
  .game-cards { grid-template-columns: 1fr; }
  .game-card { min-height: 420px; }
  .guides { padding-top: 90px; padding-bottom: 90px; }
  .heading-link { margin-top: -10px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card, .guide-card--signal { grid-column: auto; min-height: 345px; padding: 28px; }
  .guide-card--signal h3 { margin-top: 105px; }
  .team { padding-bottom: 90px; }
  .team-layout { padding: 58px 0; }
  .team-cards { gap: 10px; }
  .person-image { height: 210px; }
  .person-card { border-radius: 20px; }
  .person-card > div:last-child { padding: 16px; }
  .person-card h3 { font-size: 17px; }
  .community { padding-bottom: 80px; }
  .community-card { display: block; min-height: 0; padding: 36px 24px; border-radius: 28px; }
  .community-mark { min-height: 220px; }
  .community-mark > div { width: 210px; height: 210px; }
  .community-copy { margin-top: 20px; }
  .community-actions { align-items: stretch; flex-direction: column; margin-top: 30px; }
  .community-actions .button { min-width: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { grid-column: auto; gap: 18px; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Interior pages */
.subpage-body { min-height: 100vh; overflow-x: clip; }
.subpage-main { padding-bottom: 110px; }
.site-header--subpage .primary-nav a[aria-current="page"] { color: var(--blue-deep); }
.site-header--subpage .primary-nav a[aria-current="page"]::after { display: block; width: 100%; height: 2px; margin-top: 3px; border-radius: 2px; content: ""; background: var(--cyan); }
.site-header--subpage .status-link[aria-current="page"] { padding-bottom: 3px; box-shadow: 0 2px 0 var(--cyan); }
.site-header--subpage .status-link[aria-current="page"]::after { display: none; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #8195a3; font-size: 11px; font-weight: 700; }
.crumbs a:hover { color: var(--blue); }
.crumbs span { color: #afbec8; }
.page-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); align-items: center; gap: 70px; min-height: 520px; padding-top: 90px; padding-bottom: 85px; }
.page-hero::after { position: absolute; right: 0; bottom: 30px; z-index: -1; width: 520px; height: 360px; content: ""; border: 1px dashed rgba(47, 151, 209, .2); border-radius: 50%; transform: rotate(-16deg); }
.page-hero h1, .product-hero h1, .article-hero h1, .legal-hero h1 { margin: 0; font-size: clamp(50px, 6.2vw, 82px); line-height: 1; letter-spacing: -.065em; }
.page-hero__lead, .product-hero__lead, .article-hero__lead, .legal-hero__lead { max-width: 680px; margin: 26px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.page-hero__art { position: relative; display: grid; min-height: 320px; place-items: center; }
.page-hero__ring { position: absolute; width: 300px; height: 220px; border: 1px dashed rgba(42, 153, 214, .3); border-radius: 50%; transform: rotate(-17deg); }
.page-hero__ring::before, .page-hero__ring::after { position: absolute; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(36,143,206,.12); }
.page-hero__ring::before { top: 20px; left: 43px; }
.page-hero__ring::after { right: 17px; bottom: 43px; background: var(--cyan); }
.page-hero__logo { position: relative; z-index: 2; width: 155px; height: 155px; padding: 14px; object-fit: contain; border: 1px solid var(--line); border-radius: 38px; background: white; box-shadow: 0 28px 60px rgba(36, 111, 155, .18); }
.page-hero__mini-icons { position: absolute; inset: 0; }
.page-hero__mini-icons img { position: absolute; width: 55px; height: 55px; border: 6px solid white; border-radius: 17px; box-shadow: 0 15px 30px rgba(30, 86, 118, .16); }
.page-hero__mini-icons img:nth-child(1) { top: 30px; right: 43px; }
.page-hero__mini-icons img:nth-child(2) { bottom: 24px; left: 20px; }
.page-hero__mini-icons img:nth-child(3) { right: 15px; bottom: 42px; }
.page-section { padding-top: 100px; }
.page-section--tight { padding-top: 62px; }
.page-section__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.page-section__head h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.05; letter-spacing: -.05em; }
.page-section__head p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 14px; }

.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.directory-card { --card-accent: var(--blue); position: relative; display: flex; min-height: 560px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 20px 55px rgba(38, 92, 124, .09); transition: transform .25s ease, box-shadow .25s ease; }
.directory-card:hover { box-shadow: 0 28px 65px rgba(38,92,124,.15); transform: translateY(-7px); }
.directory-card--booth { --card-accent: #ff5557; }
.directory-card--jinxxy { --card-accent: #8068ed; }
.directory-card--vee { --card-accent: #5965d8; }
.directory-card__visual { position: relative; height: 225px; overflow: hidden; background: color-mix(in srgb, var(--card-accent), white 89%); }
.directory-card__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, transparent, rgba(255,255,255,.7)); }
.directory-card__visual > img:first-child { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .45s ease; }
.directory-card:hover .directory-card__visual > img:first-child { transform: scale(1.035); }
.directory-card__icon { position: absolute; right: 24px; bottom: -30px; z-index: 2; width: 76px; height: 76px; border: 7px solid white; border-radius: 22px; box-shadow: 0 12px 28px rgba(23,56,76,.18); }
.directory-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 43px 29px 29px; }
.directory-card__tag { color: var(--card-accent); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.directory-card h2 { margin: 8px 0 13px; font-size: 26px; line-height: 1.1; letter-spacing: -.04em; }
.directory-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.mini-feature-list { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 23px 0 27px; list-style: none; }
.mini-feature-list li { padding: 6px 9px; border: 1px solid #e3edf3; border-radius: 999px; color: #657c8b; background: #f8fbfd; font-size: 9px; font-weight: 750; }
.directory-card__body .text-link { margin-top: auto; }

.product-hero { --product-accent: var(--blue); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 60px; min-height: 640px; padding-top: 72px; padding-bottom: 80px; }
.product-theme--booth { --product-accent: #ff5557; }
.product-theme--jinxxy { --product-accent: #8068ed; }
.product-theme--vee { --product-accent: #5965d8; }
.product-hero__identity { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.product-hero__identity img { width: 68px; height: 68px; border-radius: 17px; box-shadow: 0 11px 25px rgba(31, 69, 93, .15); }
.product-hero__identity span { display: block; color: var(--product-accent); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-hero__identity strong { display: block; margin-top: 3px; font-size: 13px; }
.product-hero h1 em { color: var(--product-accent); }
.product-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button--accent { background: var(--product-accent); box-shadow: 0 10px 26px color-mix(in srgb, var(--product-accent), transparent 72%); }
.button--accent:hover { background: var(--product-accent); filter: brightness(.92); }
.button--outline { color: var(--ink); border-color: var(--line); background: white; box-shadow: none; }
.button--outline:hover { color: var(--blue-deep); background: var(--ice); box-shadow: none; }
.product-hero__visual { position: relative; min-height: 460px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--product-accent), white 72%); border-radius: 38px; background: color-mix(in srgb, var(--product-accent), white 90%); box-shadow: 0 28px 70px rgba(32, 79, 108, .16); }
.product-hero__visual::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 80% 10%, rgba(255,255,255,.95), transparent 35%), linear-gradient(135deg, transparent, rgba(255,255,255,.36)); }
.product-hero__visual > img { position: absolute; top: 12%; left: 7%; width: 96%; max-width: none; border: 7px solid rgba(255,255,255,.84); border-radius: 23px; box-shadow: 0 25px 60px rgba(22,58,81,.23); transform: rotate(-2deg); }
.product-theme--jinxxy .product-hero__visual > img { transform: rotate(2deg); }
.product-hero__badge { position: absolute; right: 22px; bottom: 21px; z-index: 2; padding: 9px 13px; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; color: #4f6878; background: rgba(255,255,255,.88); font-size: 9px; font-weight: 800; backdrop-filter: blur(9px); }
.feature-grid--detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-tile { min-height: 230px; padding: 27px; border: 1px solid var(--line); border-radius: 23px; background: white; box-shadow: 0 15px 42px rgba(38,92,124,.065); }
.feature-tile__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: var(--product-accent); background: color-mix(in srgb, var(--product-accent), white 90%); }
.feature-tile__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.feature-tile h3 { margin: 22px 0 8px; font-size: 17px; letter-spacing: -.025em; }
.feature-tile p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.detail-shell { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 36px; }
.content-stack { display: grid; gap: 14px; }
.prose-section { padding: 35px 38px; border: 1px solid var(--line); border-radius: 23px; background: white; }
.prose-section__number { color: var(--product-accent, var(--blue)); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.prose-section h2 { margin: 10px 0 12px; font-size: 25px; line-height: 1.2; letter-spacing: -.035em; }
.prose-section p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.resources-panel { position: sticky; top: 105px; padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, white, #eef9ff); box-shadow: 0 18px 50px rgba(38,92,124,.09); }
.resources-panel h2 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.resources-panel > p { margin: 8px 0 20px; color: var(--ink-soft); font-size: 11px; }
.platform-links { display: grid; gap: 8px; }
.platform-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; color: #496273; background: white; font-size: 11px; font-weight: 800; transition: transform .2s ease, border-color .2s ease; }
.platform-link:hover { border-color: var(--product-accent, var(--blue)); transform: translateX(3px); }
.platform-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.privacy-note { margin-top: 16px; padding: 15px; border-radius: 14px; color: #527184; background: #e8f7ff; font-size: 10px; line-height: 1.6; }
.faq-block { max-width: 900px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: white; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 23px; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; content: "+"; color: var(--blue); background: var(--ice); font-size: 17px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 23px 21px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.next-product { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px 40px; border-radius: 25px; color: white; background: var(--navy); }
.next-product span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.next-product h2 { margin: 6px 0 0; font-size: 29px; }
.next-product .button { flex: 0 0 auto; }

.guide-index-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.editorial-card { position: relative; display: flex; min-height: 450px; overflow: hidden; flex-direction: column; align-items: flex-start; padding: 42px; border: 1px solid var(--line); border-radius: 29px; background: white; box-shadow: 0 20px 55px rgba(38,92,124,.09); }
.editorial-card--primary { color: white; background: linear-gradient(145deg, #0e5f91, #269ed8); }
.editorial-card--primary::after { position: absolute; right: -90px; bottom: -100px; width: 330px; height: 330px; content: "¥"; color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 280px; line-height: 1; }
.editorial-card__category { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.editorial-card--primary .editorial-card__category { color: var(--cyan); }
.editorial-card h2 { position: relative; z-index: 2; max-width: 630px; margin: auto 0 16px; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.07; letter-spacing: -.05em; }
.editorial-card p { position: relative; z-index: 2; max-width: 550px; margin: 0 0 27px; color: var(--ink-soft); font-size: 13px; }
.editorial-card--primary p { color: #d8f1fc; }
.editorial-card .text-link { position: relative; z-index: 2; }
.editorial-card--primary .text-link { color: white; }
.article-hero { max-width: 970px; padding-top: 100px; padding-bottom: 65px; }
.article-hero h1 { font-size: clamp(48px, 6vw, 76px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; color: #7c909e; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.article-shell { display: grid; grid-template-columns: 230px minmax(0, 760px); align-items: start; justify-content: center; gap: 65px; }
.article-toc { position: sticky; top: 110px; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.8); }
.article-toc strong { display: block; margin-bottom: 13px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-toc a { display: block; padding: 6px 0; color: #738896; font-size: 10px; line-height: 1.45; }
.article-toc a:hover { color: var(--blue); }
.article-content { min-width: 0; }
.article-intro { padding: 34px 38px; border-left: 4px solid var(--blue); border-radius: 0 20px 20px 0; color: var(--ink); background: var(--ice); font-size: 18px; line-height: 1.75; }
.article-section { padding: 45px 0; border-bottom: 1px solid var(--line); }
.article-section h2 { margin: 0 0 17px; font-size: 31px; line-height: 1.2; letter-spacing: -.04em; }
.article-section p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.comparison-row { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; padding: 24px; margin-top: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.comparison-row img { width: 64px; height: 64px; border-radius: 15px; }
.comparison-row h3 { margin: 4px 0 7px; font-size: 18px; }
.comparison-row p { font-size: 13px; line-height: 1.7; }
.article-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-mini { padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.related-mini img { width: 42px; height: 42px; margin-bottom: 13px; border-radius: 11px; }
.related-mini strong { display: block; font-size: 13px; }
.related-mini span { color: var(--blue); font-size: 10px; font-weight: 750; }

.status-page { padding-top: 95px; }
.status-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.status-heading h1 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.refresh-button { min-height: 43px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; font-size: 11px; font-weight: 800; cursor: pointer; }
.status-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 30px 34px; border: 1px solid #bcebd3; border-radius: 24px; background: #ebfbf3; }
.status-banner.is-degraded { border-color: #f1dca6; background: #fff9e9; }
.status-banner.is-outage { border-color: #f2bcbc; background: #fff0f0; }
.status-banner.is-unknown { border-color: #c9dce8; background: #f1f8fc; }
.status-symbol { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; color: white; background: #42b97a; }
.status-banner.is-degraded .status-symbol { background: #d7a42e; }
.status-banner.is-outage .status-symbol { background: #d95e5e; }
.status-banner.is-unknown .status-symbol { background: #6e9db8; }
.status-symbol svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.status-banner h2 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.status-banner p { margin: 3px 0 0; color: #618071; font-size: 12px; }
.status-updated { color: #6b8677; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-panel { margin-top: 22px; padding: 34px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 18px 50px rgba(38,92,124,.08); }
.status-panel__head { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 8px; }
.status-panel__head h2 { margin: 0; font-size: 21px; }
.status-panel__head p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.status-legend { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 7px 13px; color: var(--ink-soft); font-size: 9px; font-weight: 750; }
.status-legend span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.status-legend i { width: 7px; height: 7px; border-radius: 50%; background: #55c98b; }
.status-legend i.degraded { background: #e6bd55; }
.status-legend i.outage { background: #e56868; }
.status-legend i.unknown { background: #d9e4ea; }
.service-row { padding: 28px 0; border-top: 1px solid var(--line); }
.service-row__meta { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.service-row h3 { margin: 0; font-size: 15px; }
.service-row p { margin: 3px 0 0; color: #80939f; font-size: 10px; }
.service-health { display: flex; align-items: center; gap: 12px; }
.service-state { display: inline-flex; align-items: center; gap: 7px; color: #338e60; font-size: 10px; font-weight: 800; text-transform: capitalize; }
.service-state::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: currentColor; }
.service-state.degraded { color: #b88413; }
.service-state.outage { color: #d14d4d; }
.service-state.unknown { color: #718793; }
.service-uptime { color: #718793; font-size: 10px; }
.uptime-bars { display: grid; grid-template-columns: repeat(72, minmax(2px, 1fr)); gap: 2px; height: 31px; margin-top: 17px; }
.uptime-bar { min-width: 0; padding: 0; border: 0; border-radius: 2px; background: #55c98b; cursor: help; }
.uptime-bar.degraded { background: #e6bd55; }
.uptime-bar.outage { background: #e56868; }
.uptime-bar.unknown { background: #d9e4ea; }
.uptime-bar.day-start { box-shadow: -2px 0 0 #aebfc9; }
.uptime-caption { display: grid; grid-template-columns: 1fr auto 1fr; justify-content: space-between; margin-top: 7px !important; }
.uptime-caption span:nth-child(2) { text-align: center; }
.uptime-caption span:last-child { text-align: right; }

.legal-hero { max-width: 930px; padding-top: 100px; padding-bottom: 60px; }
.legal-hero h1 { font-size: clamp(52px, 6vw, 78px); }
.legal-shell { display: grid; grid-template-columns: 220px minmax(0, 800px); align-items: start; justify-content: center; gap: 65px; }
.legal-toc { position: sticky; top: 105px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.88); }
.legal-toc strong { display: block; margin-bottom: 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.legal-toc a { display: block; padding: 5px 0; color: #728896; font-size: 10px; }
.legal-toc a:hover { color: var(--blue); }
.legal-content { padding: 42px 48px; border: 1px solid var(--line); border-radius: 27px; background: white; box-shadow: 0 20px 55px rgba(38,92,124,.07); }
.legal-content h2 { margin: 48px 0 14px; padding-top: 8px; border-top: 1px solid var(--line); font-size: 23px; letter-spacing: -.035em; }
.legal-content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 13px; line-height: 1.85; }
.legal-content a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 2px; }
.legal-content ul { padding-left: 21px; }
.legal-callout { padding: 20px; margin-bottom: 30px; border-radius: 15px; color: #536f80; background: var(--ice); font-size: 12px; }

@media (max-width: 1000px) {
  .directory-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-card:last-child { grid-column: 1 / -1; }
  .product-hero { grid-template-columns: 1fr; padding-top: 100px; }
  .product-hero__visual { min-height: 430px; }
  .feature-grid--detail { grid-template-columns: repeat(2, 1fr); }
  .detail-shell { grid-template-columns: 1fr; }
  .resources-panel { position: static; }
  .platform-links { grid-template-columns: repeat(2, 1fr); }
  .article-shell, .legal-shell { grid-template-columns: 1fr; gap: 24px; }
  .article-toc, .legal-toc { position: static; }
  .article-toc { display: flex; flex-wrap: wrap; gap: 3px 18px; }
  .article-toc strong { width: 100%; }
  .legal-toc { display: none; }
}

@media (max-width: 760px) {
  .page-hero { grid-template-columns: 1fr; gap: 20px; padding-top: 75px; }
  .page-hero__art { min-height: 270px; }
  .page-section { padding-top: 75px; }
  .page-section__head { align-items: start; flex-direction: column; }
  .directory-grid, .guide-index-grid { grid-template-columns: 1fr; }
  .directory-card:last-child { grid-column: auto; }
  .directory-card { min-height: 520px; }
  .feature-grid--detail { grid-template-columns: 1fr; }
  .feature-tile { min-height: 190px; }
  .platform-links { grid-template-columns: 1fr; }
  .next-product { align-items: flex-start; flex-direction: column; padding: 28px; }
  .article-hero { padding-top: 75px; }
  .article-intro { padding: 27px; font-size: 16px; }
  .article-section { padding: 36px 0; }
  .article-section h2 { font-size: 27px; }
  .article-related { grid-template-columns: 1fr; }
  .status-heading { align-items: flex-start; flex-direction: column; }
  .status-banner { grid-template-columns: auto 1fr; }
  .status-updated { grid-column: 1 / -1; }
  .status-panel { padding: 23px; }
  .status-panel__head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .status-legend { justify-content: flex-start; }
  .service-row__meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .service-health { align-items: flex-start; flex-direction: column; gap: 5px; }
  .uptime-bars { gap: 1px; }
  .uptime-caption span:nth-child(2) { display: none; }
  .uptime-caption { grid-template-columns: 1fr 1fr; }
  .legal-hero { padding-top: 75px; }
  .legal-content { padding: 30px 24px; }
}

@media (max-width: 520px) {
  .page-hero h1, .product-hero h1, .article-hero h1, .legal-hero h1 { font-size: clamp(44px, 13vw, 58px); }
  .product-hero { padding-top: 74px; }
  .product-hero__visual { min-height: 285px; border-radius: 28px; }
  .product-hero__visual > img { top: 13%; border-width: 5px; border-radius: 15px; }
  .product-hero__actions { align-items: stretch; flex-direction: column; }
  .prose-section { padding: 28px 24px; }
  .editorial-card { min-height: 400px; padding: 30px 25px; }
  .comparison-row { grid-template-columns: 52px 1fr; padding: 18px; }
  .comparison-row img { width: 50px; height: 50px; }
  .status-page { padding-top: 75px; }
  .service-health { align-items: flex-end; flex-direction: column; gap: 3px; }
  .site-header--subpage .brand > span { display: none; }
}
