:root {
  --ink: #121116;
  --paper: #f7f5f0;
  --soft: #e9e6df;
  --plum: #6d365f;
  --violet: #6d365f;
  --orange: #ff9a91;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.nav { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 28px; font-weight: 700; letter-spacing: -1.8px; }
.brand img { width: 27px; height: 27px; border-radius: 9px; object-fit: cover; }
.nav-links { display: flex; gap: 30px; margin-left: 100px; font-size: 14px; }
.nav-links a { transition: opacity .2s ease; }
.nav-links a:hover { opacity: .58; }
.eyebrow, .section-tag { font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .04em; }
.hero { overflow: hidden; }
.hero-grid { min-height: 530px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; border-top: 1px solid #d8d4ce; }
.hero-copy { position: relative; z-index: 2; padding: 46px 0 65px; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 700; letter-spacing: -.065em; line-height: .98; margin: 0; }
h1 { max-width: 670px; font-size: clamp(57px, 6.1vw, 91px); }
h1 em, h2 em { font-weight: 700; color: var(--violet); }
.intro { font-size: 18px; line-height: 1.5; max-width: 450px; margin: 28px 0 32px; color: #4e4b53; }
.early-access-form { max-width: 500px; margin-top: 32px; }.early-access-form > label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 700; }.form-row { display: flex; gap: 9px; }.form-row input { min-width: 0; min-height: 52px; flex: 1; border: 1px solid #ccc7c2; border-radius: 99px; background: rgba(255,255,255,.78); padding: 0 18px; color: var(--ink); font: inherit; font-size: 14px; outline: none; }.form-row input:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(109,54,95,.12); }.form-row input::placeholder { color: #817c80; }.form-row .button-primary { border: 0; cursor: pointer; white-space: nowrap; }.form-row .button-primary:disabled { cursor: wait; opacity: .68; }.form-status { min-height: 20px; margin: 10px 0 0; color: #5c4557; font-size: 13px; line-height: 1.4; }.website-field { display: none !important; }
.button { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 19px; }
.button-primary { background: var(--ink); color: white; padding: 16px 18px 16px 20px; border-radius: 100px; transition: transform .2s ease, background .2s ease; }
.button-primary:hover { transform: translateY(-2px); background: var(--violet); }
.button-primary span, .text-link span { font-size: 21px; line-height: 0; }
.button-quiet { padding: 12px 0; border-bottom: 1px solid #7d7a7b; }
.ryo-stage { height: 500px; position: relative; display: grid; place-items: center; overflow: visible; }
.ryo-glow { position: absolute; width: 373px; height: 373px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 153, 173, .34), rgba(207, 146, 255, .13) 49%, transparent 69%); }
.ryo { position: relative; z-index: 2; }
.ryo-app { width: min(400px, 82%); aspect-ratio: 1; filter: drop-shadow(0 29px 28px rgba(79, 41, 99, .22)); animation: ryo-breathe 4.6s ease-in-out infinite; }
.ryo-body { position: absolute; z-index: 2; width: 76%; aspect-ratio: 1; top: 8%; left: 12%; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, #fff5ee 0%, #f5c8b0 20%, #e8a0b8 43%, #c9a0d8 68%, #8890c0 100%); box-shadow: 0 20px 35px rgba(145, 81, 122, .31); }
.ryo-leg, .ryo-foot, .ryo-arm { position: absolute; background: #e3a6bb; }.ryo-leg { z-index: 0; width: 6.2%; height: 12%; top: 75%; border-radius: 99px; }.ryo-leg-left { left: 41%; }.ryo-leg-right { right: 41%; }.ryo-foot { z-index: 1; width: 11.5%; height: 7%; top: 84%; background: #e8afc2; border-radius: 60% 60% 80% 80%; }.ryo-foot-left { left: 36%; transform: rotate(-8deg); }.ryo-foot-right { right: 36%; transform: rotate(8deg); }
.ryo-arm { z-index: 1; top: 51%; width: 12%; height: 26%; background: transparent; transform-origin: 50% 0; }.ryo-arm-left { left: 10%; transform: rotate(18deg); animation: arm-left-idle 4.6s ease-in-out infinite; }.ryo-arm-right { right: 10%; transform: rotate(-18deg); animation: ryo-wave 4.2s ease-in-out infinite; }.arm-stem { position: absolute; top: 0; left: 12%; width: 76%; height: 51%; border-radius: 99px; background: #e3a6bb; }.hand { position: absolute; bottom: 0; left: 0; width: 100%; height: 48%; border-radius: 50%; background: #efbfce; }.hand i { position: absolute; bottom: 61%; width: 28%; height: 46%; border-radius: 99px; background: #efbfce; }.hand i:nth-child(1) { left: 5%; transform: rotate(18deg); }.hand i:nth-child(2) { left: 36%; }.hand i:nth-child(3) { right: 5%; transform: rotate(-18deg); }
.ryo-brow { position: absolute; top: 27%; width: 11%; height: 3%; border-radius: 99px; background: #684657; }.brow-left { left: 26%; transform: rotate(-8deg); }.brow-right { right: 26%; transform: rotate(8deg); }.ryo-eyes { position: absolute; top: 34%; left: 0; width: 100%; display: flex; justify-content: center; gap: 4%; }.ryo-eye { width: 17%; aspect-ratio: .72; border-radius: 50%; background: #fffdf9; position: relative; overflow: hidden; animation: ryo-blink 5.2s infinite; }.ryo-pupil { position: absolute; top: 21%; width: 64%; height: 62%; border-radius: 50%; background: #2a2230; }.ryo-eye:first-child .ryo-pupil { right: 10%; }.ryo-eye:last-child .ryo-pupil { left: 10%; }.ryo-pupil::after { content: ""; position: absolute; top: 13%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: white; }.ryo-eye:first-child .ryo-pupil::after { left: 14%; }.ryo-eye:last-child .ryo-pupil::after { right: 14%; }.ryo-smile { position: absolute; bottom: 24%; left: 38%; width: 24%; height: 12%; border-radius: 0 0 50% 50%; border-bottom: 4px solid #684657; }
@keyframes ryo-breathe { 50% { transform: scale(1.022); } } @keyframes ryo-blink { 0%, 46%, 50%, 100% { transform: scaleY(1); } 48% { transform: scaleY(.08); } } @keyframes arm-left-idle { 50% { transform: rotate(16deg); } } @keyframes ryo-wave { 0%, 17%, 100% { transform: rotate(-18deg); } 24% { transform: rotate(-135deg); } 33% { transform: rotate(-115deg); } 41% { transform: rotate(-150deg); } 49% { transform: rotate(-115deg); } 57% { transform: rotate(-150deg); } 66% { transform: rotate(-18deg); } }
.orbit { position: absolute; border: 1px solid rgba(65, 49, 92, .18); border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { width: 466px; height: 206px; }
.orbit-two { width: 385px; height: 164px; transform: rotate(48deg); }
.sports-orbit { position: absolute; z-index: 3; width: 470px; height: 470px; animation: sports-orbit 20s linear infinite; pointer-events: none; }
.sport-clue { position: absolute; display: grid; place-items: center; width: 48px; aspect-ratio: 1; border: 1px solid rgba(65, 49, 92, .16); border-radius: 50%; background: rgba(255, 253, 249, .88); box-shadow: 0 8px 20px rgba(65, 49, 92, .12); font-size: 25px; line-height: 1; animation: sports-orbit-counter 20s linear infinite; }
.clue-football { top: 1%; left: 46%; }.clue-cricket { top: 20%; right: 3%; }.clue-tennis { bottom: 8%; right: 11%; }.clue-f1 { bottom: 0; left: 38%; font-size: 23px; }.clue-baseball { top: 24%; left: 2%; }
@keyframes sports-orbit { to { transform: rotate(360deg); } } @keyframes sports-orbit-counter { to { transform: rotate(-360deg); } }
.ticker { border-top: 1px solid #d8d4ce; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; white-space: nowrap; overflow: hidden; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .055em; }.ticker i { width: 3px; height: 3px; flex: 0 0 3px; border-radius: 50%; background: var(--violet); }
.promise { padding: 111px 0 113px; background: var(--ink); color: white; }.promise-grid { display: grid; grid-template-columns: .8fr 2fr; gap: 30px; }.section-tag { margin: 6px 0 0; color: #a7a2ac; }.promise h2, .meet h2 { font-size: clamp(42px, 5vw, 68px); }.promise h2 em { color: #c38aae; }.promise-grid > div > p { max-width: 430px; font-size: 17px; line-height: 1.55; color: #bcb6c1; margin: 27px 0 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; }.cards article { padding: 24px 0 0; border-top: 1px solid #55505a; }.card-number { color: #c38aae; font-family: "DM Mono", monospace; font-size: 11px; }.cards h3 { font-size: 21px; margin: 39px 0 10px; letter-spacing: -.035em; }.cards p { color: #aaa4af; font-size: 15px; line-height: 1.55; max-width: 280px; margin: 0; }
.meet { padding: 132px 0; min-height: 510px; display: flex; align-items: center; justify-content: center; text-align: center; }.meet-copy { max-width: 680px; }.meet-copy .section-tag { margin-bottom: 24px; }.meet-copy > p:not(.section-tag) { font-size: 18px; line-height: 1.55; color: #55515a; max-width: 550px; margin: 27px auto 31px; }.meet h2 em { color: var(--plum); }.text-link { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
footer { background: #e8e4de; }.footer-inner { padding: 32px 0; display: flex; align-items: center; justify-content: space-between; }.footer-brand { font-size: 25px; }.footer-inner p, .footer-inner > a:not(.brand) { font-size: 13px; margin: 0; }.footer-inner > a:not(.brand) span { color: var(--violet); font-size: 16px; }
@media (max-width: 740px) { .wrap { width: min(100% - 38px, 540px); }.nav { height: 75px; }.nav-links { display: none; }.hero-grid { display: flex; flex-direction: column; min-height: 0; align-items: stretch; }.hero-copy { padding: 35px 0 19px; }.intro { font-size: 16px; margin: 23px 0 25px; }.form-row { display: grid; gap: 10px; }.form-row input { min-height: 50px; }.form-row .button-primary { justify-content: center; }.ryo-stage { height: 355px; }.ryo-app { width: 290px; }.ryo-glow { width: 290px; height: 290px; }.orbit-one { width: 337px; height: 147px; }.orbit-two { width: 280px; height: 120px; }.sports-orbit { width: 340px; height: 340px; }.sport-clue { width: 37px; font-size: 20px; }.clue-f1 { font-size: 18px; }.ticker { margin-top: 10px; justify-content: flex-start; gap: 14px; }.promise { padding: 76px 0; }.promise-grid { display: block; }.promise-grid .section-tag { margin-bottom: 25px; }.cards { grid-template-columns: 1fr; gap: 35px; margin-top: 51px; }.cards h3 { margin-top: 20px; }.meet { display: block; min-height: 0; padding: 88px 0; }.footer-inner { padding: 25px 0; flex-wrap: wrap; gap: 14px; }.footer-inner p { order: 3; width: 100%; }.footer-inner > a:not(.brand) { margin-left: auto; } }
