@charset "UTF-8";
@font-face{font-family:Instrument Serif;src:url('/assets/fonts/InstrumentSerif-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Instrument Serif;src:url('/assets/fonts/InstrumentSerif-Italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
:root{--paper:#f6f4ee;--ink:#20271f;--muted:#677063;--line:#d9ded2;--gold:#d2b785;--forest:#19241d;--max:1360px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans','PingFang SC','Hiragino Sans',sans-serif;color-scheme:light;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%;height:auto}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:450;line-height:1.12;letter-spacing:-.035em}p+p{margin-top:1em}a:focus-visible,button:focus-visible{outline:2px solid #caa363;outline-offset:5px}::selection{background:#d6bb8499}.wrap{max-width:var(--max);margin-inline:auto;padding-inline:60px}.skip{position:fixed;inset-block-start:-100px;inset-inline-start:20px;z-index:100;background:var(--paper);padding:12px}.skip:focus{inset-block-start:12px}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;line-height:1.5;font-weight:550}.serif{font-family:'Instrument Serif',Georgia,serif;font-style:italic;font-weight:400}.site-header{position:sticky;inset-block-start:0;z-index:30;background:#f6f4eef2;border-bottom:1px solid #20271f12;backdrop-filter:blur(18px)}.home .site-header{position:fixed;inset-inline:0;color:#f8f4ec;background:transparent;border-color:#ffffff16;transition:background .3s}.home.scrolled .site-header{background:#141b17eb;backdrop-filter:blur(18px)}.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{display:inline-flex;align-items:center;gap:12px;font-weight:580;font-size:27px;letter-spacing:-1.5px;white-space:nowrap}.brand-mark{display:block;width:26px;height:26px;border:1.3px solid currentColor;border-radius:50%;position:relative;overflow:hidden;flex-shrink:0}.brand-mark:before{content:'';position:absolute;inset:4px -8px 4px 9px;border:1px solid currentColor;border-radius:50%}.brand-mark:after{content:'';position:absolute;width:21px;height:1px;background:currentColor;left:2px;top:19px;transform:rotate(-25deg)}.brand-dot{font-size:15px;align-self:start;line-height:1.5;margin-inline-start:-7px;color:var(--gold)}.header-end{display:flex;align-items:center;gap:32px}nav{display:flex;align-items:center;gap:32px}nav a{font-size:13px;opacity:.83;position:relative;white-space:nowrap}nav a:after{content:'';position:absolute;inset-block-end:-7px;inset-inline-start:0;width:0;height:1px;background:currentColor;transition:width .2s}nav a:hover{opacity:1}nav a:hover:after{width:100%}.language-open{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #7e887f66;background:transparent;color:inherit;min-height:40px;padding:8px 13px;border-radius:30px;font-size:11px}.language-open svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.25}.language-current{min-width:21px;white-space:nowrap}.menu-toggle{display:none;color:inherit;background:none;border:0;width:42px;height:42px;padding:8px}.menu-toggle span{display:block;width:23px;height:1px;margin:6px auto;background:currentColor;transition:transform .2s}.menu-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.hero{position:relative;isolation:isolate;background:#141815;color:#fbf6ea;min-height:800px;height:min(960px,100svh);display:flex;align-items:center;overflow:hidden}.hero-art,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{z-index:-1;background:linear-gradient(90deg,#08110dec 0%,#0b110dbb 29%,#0d130e28 61%,#0d130e0a 100%),linear-gradient(0deg,#101510c9,transparent 24%,transparent 80%,#10151066)}.hero-content{width:100%;padding-block:156px 136px;position:relative}.hero .eyebrow{display:flex;align-items:center;gap:12px;color:#e7d6b7;margin-bottom:26px}.live-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#eac28b;box-shadow:0 0 15px #eac28b}.hero h1{font-size:clamp(76px,7.4vw,114px);line-height:1.01;max-width:700px;font-weight:430;letter-spacing:-.057em}.hero h1 em{font-size:1.27em;letter-spacing:-.028em;line-height:.92;display:inline-block;color:#e4cba4;margin-top:10px}.hero-intro{font-size:15px;line-height:1.8;color:#dfded1;max-width:365px;margin:32px 0 32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:9px 10px 9px 22px;background:var(--forest);color:white;border:1px solid transparent;border-radius:50px;min-height:52px;font-size:12px;font-weight:550;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);background:#324535}.button.light{background:#f1ede1;color:#20281e}.button.light:hover{background:#fffdf5}.button.outline{background:none;border-color:#b3baad;color:var(--ink);padding:13px 22px}.button-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1e2a1d0d}.button-icon svg{width:15px;height:15px;transition:transform .25s}.button:hover svg{transform:translate(2px,-2px)}.hero-footer{position:absolute;inset-block-end:22px;inset-inline:60px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#d6d4c6;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.hero-scroll{position:absolute;left:50%;transform:translateX(-50%);height:46px;width:29px;border:1px solid #ffffff40;border-radius:30px;display:grid;place-items:center;font-size:18px}.intro-section{padding-block:96px 92px;display:grid;grid-template-columns:.65fr 1fr;gap:70px}.intro-section>.eyebrow{padding-top:13px;color:#7a806e}.intro-copy h2{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(43px,4.3vw,64px);font-weight:400;line-height:1.06;letter-spacing:-.02em;max-width:640px}.intro-bottom{margin-top:28px;display:grid;grid-template-columns:70px 1fr;gap:35px;align-items:center}.intro-bottom p{font-size:14px;max-width:405px;color:var(--muted)}.sun-symbol{font-size:55px;color:#bda06d;line-height:1;font-weight:200}
.products-section{padding-block:25px 100px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:0 0 36px}.section-heading>.eyebrow{color:#747e6d;flex-shrink:0}.section-heading h2{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(40px,4.2vw,62px);font-weight:400;letter-spacing:-.015em;max-width:760px}.section-heading p:not(.eyebrow){max-width:330px;color:var(--muted);font-size:15px}.product-card{display:grid;grid-template-columns:.88fr 1.12fr;min-width:0;border-radius:26px;overflow:hidden;background:#122620;color:#f4f5e9;border:1px solid #b2bb9a26}.product-card>div{min-width:0}.product-copy{padding:62px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-identity{display:flex;gap:17px;align-items:center;margin-bottom:37px}.app-icon{width:64px;height:64px;aspect-ratio:1;object-fit:contain;flex-shrink:0;border-radius:15px;box-shadow:0 8px 20px #0002}.product-identity h3{font-size:27px;letter-spacing:-.045em;margin-bottom:6px}.pill{display:inline-flex;font-size:10px;line-height:1.5;letter-spacing:.04em;color:#c4d5b6;gap:6px;align-items:center}.pill:before{content:'';width:4px;height:4px;border-radius:50%;background:#bbd59d;flex-shrink:0}.product-copy h4{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:54px;line-height:1.05;margin-bottom:23px;letter-spacing:-.02em;max-width:360px}.product-copy>h3{font-family:'Instrument Serif',Georgia,serif;font-size:52px;margin:18px 0}.product-copy p{max-width:360px;font-size:14px;color:#c3cdc0;line-height:1.8}.product-copy .subhead{font-size:23px;line-height:1.4;margin-bottom:20px;color:#e9efdf}.product-details{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:#b4c3ad;margin:24px 0 32px}.product-details span+span:before{content:'/';padding-inline-end:10px;color:#839880}.product-art{position:relative;isolation:isolate;min-height:590px;background:radial-gradient(ellipse at 75% 16%,#84a39155,transparent 60%),linear-gradient(145deg,#334b3d,#203b30 58%,#476246);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:65px 24px 90px;min-width:0}.orbital-ring{position:absolute;width:580px;height:580px;border:1px solid #f6edc81c;border-radius:50%;z-index:-1;transform:rotate(-22deg);pointer-events:none}.ring-two{width:700px;height:390px;transform:rotate(-45deg)}.product-scene{width:100%;min-width:0;display:grid;place-items:center;position:relative;padding:15px}.word-panel{width:288px;max-width:100%;height:358px;background:#f3f0e5;border:1px solid #ffffff;color:#26342b;border-radius:18px;box-shadow:0 30px 60px #061d1866,0 2px 3px #fff5 inset;padding:24px;transform:rotate(-7deg);transition:transform .6s,box-shadow .6s}.product-card:hover .word-panel{transform:rotate(-3deg) translateY(-6px);box-shadow:0 38px 70px #061d1880}.word-panel-top{display:flex;align-items:center;justify-content:space-between;color:#6c7767;font-size:11px;font-weight:550}.mini-sun{font-size:23px;color:#919f74}.word-script{margin-top:40px;font-family:'Hiragino Mincho ProN','Noto Serif CJK JP',Georgia,serif;font-size:43px;line-height:1.4;text-align:center;white-space:nowrap;letter-spacing:.04em}.romanization{display:block;text-align:center;font-family:'Instrument Serif',Georgia,serif;font-size:23px;font-style:italic;color:#788568;margin-top:4px}.waveform{height:38px;display:flex;justify-content:center;align-items:center;gap:3px;margin:18px 0 24px}.waveform i{display:block;width:2px;border-radius:8px;background:#7c956b;height:8px}.waveform i:nth-child(3n){height:20px}.waveform i:nth-child(4n){height:30px}.waveform i:nth-child(5n){height:13px}.word-panel-bottom{border-top:1px solid #a7b49755;padding-top:16px;display:flex;justify-content:space-between;align-items:center;font-size:11px;gap:14px}.floating-tag{position:absolute;background:#ebf1e722;border:1px solid #eef2e033;backdrop-filter:blur(16px);padding:12px 16px;display:flex;gap:12px;align-items:center;font-size:12px;color:#f4f2df;box-shadow:0 8px 24px #00130a22;border-radius:9px;max-width:250px;line-height:1.5;pointer-events:none}.floating-tag>span:first-child{display:grid;place-items:center;width:25px;height:25px;flex-shrink:0;border-radius:5px;color:#dfe8cc;background:#d7e5ce22}.tag-top{inset-block-start:9px;inset-inline-end:0;transform:rotate(7deg)}.tag-bottom{inset-block-end:-12px;inset-inline-start:0;transform:rotate(4deg);font-size:10px}.experience-tabs{position:absolute;inset-block-end:32px;inset-inline:20px;display:flex;justify-content:center;gap:4px;flex-wrap:wrap}.experience-tabs button{background:transparent;border:1px solid transparent;border-radius:30px;font-size:11px;padding:7px 15px;color:#bfcdbb;transition:background .25s,color .25s}.experience-tabs button[aria-selected=true]{background:#e7edda;color:#30412d;border-color:#f6faec55}.experience-tabs button:hover{border-color:#e4eddb66}.product-under{display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#798372;letter-spacing:.04em;padding-top:18px}.product-art>.app-icon{width:185px;height:185px;aspect-ratio:1;object-fit:contain;border-radius:39px;box-shadow:0 30px 70px #0d1e1466;transform:rotate(-7deg)}.language-word{position:absolute;opacity:.8;font-family:'Instrument Serif',Georgia,serif;font-style:italic}.language-word.one{top:35px;left:35px;font-size:38px;max-width:70%;line-height:1.1}.language-word.two{bottom:50px;right:35px;font-family:inherit;font-style:normal;font-size:29px}.language-word.three{bottom:106px;left:35px;font-size:22px;opacity:.55}.art-note{position:absolute;top:30px;right:30px;font-size:10px;color:#d2dbc9}.product-showcase .language-word.one{top:60px;font-size:36px}.product-showcase .art-note{left:35px;right:auto}
.approach-section{background:#ebece3;padding-block:85px 90px;border-top:1px solid #d9dece;border-bottom:1px solid #d9dece}.approach-top{display:flex;justify-content:space-between;align-items:center;gap:50px}.approach-top h2{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:clamp(43px,4.6vw,70px);letter-spacing:-.02em;max-width:700px;margin-top:23px}.aperture{position:relative;width:145px;height:145px;border:1px solid #9caa8277;border-radius:50%;flex-shrink:0;overflow:hidden;transform:rotate(-20deg)}.aperture i{position:absolute;inset:-1px 35px -1px -35px;border-radius:50%;border:1px solid #9caa8277}.aperture i:nth-child(2){inset:-1px 62px -1px -62px}.aperture i:nth-child(3){inset:-1px 92px -1px -92px}.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;margin-top:55px}.principle{border-top:1px solid #bcc7ac;padding-top:22px}.principle .num{display:block;color:#8a987d;font-size:11px;margin-bottom:34px}.principle h3{font-size:22px;line-height:1.35;letter-spacing:-.025em;margin-bottom:17px;max-width:290px}.principle p{color:#75806b;font-size:13px;line-height:1.9;max-width:330px}.contact-section{padding-block:90px;display:flex;justify-content:space-between;gap:55px;align-items:center}.contact-section h2{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:clamp(52px,5.7vw,86px);letter-spacing:-.03em;margin:18px 0 22px}.contact-section p{color:var(--muted);font-size:14px;max-width:410px}.contact-link{display:flex;align-items:center;gap:30px;font-size:clamp(16px,1.8vw,25px);letter-spacing:-.03em}.contact-link>span:first-child{border-bottom:1px solid #a7b197;padding-block:8px}.contact-orbit{display:grid;place-items:center;border:1px solid #b6bfa8;width:70px;height:70px;border-radius:50%;transition:transform .3s,background .3s;flex-shrink:0}.contact-link:hover .contact-orbit{transform:rotate(45deg);background:#e9ecdf}.site-footer{background:#1b241d;color:#c5cfbb;padding-block:40px 25px}.footer-top{display:flex;align-items:center;gap:35px;padding-bottom:33px;flex-wrap:wrap}.footer-top .wordmark{color:#eff1e6}.footer-top p{font-size:11px;margin-inline:auto;color:#a1af96}.footer-links{display:flex;gap:25px;align-items:center;flex-wrap:wrap;font-size:11px}.footer-language{font-size:11px;min-height:32px;padding:5px 10px}.footer-bottom{display:flex;justify-content:space-between;gap:22px;border-top:1px solid #f4f3df1a;padding-top:22px;font-size:10px;color:#8e9e83}.footer-bottom>div{display:flex;gap:23px;flex-wrap:wrap}.footer-bottom a:hover,.footer-links a:hover{color:#f6f0df}
#language-dialog{width:min(610px,calc(100% - 32px));max-height:calc(100svh - 48px);border:1px solid #d6dccb;border-radius:22px;background:#f6f4ee;color:#253121;padding:30px;box-shadow:0 30px 100px #06100966;overflow:auto}#language-dialog::backdrop{background:#08130c9c;backdrop-filter:blur(9px)}.dialog-heading{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:25px}.dialog-heading h2{font-family:'Instrument Serif',Georgia,serif;font-size:36px;font-weight:400;line-height:1.2;letter-spacing:-.02em}.dialog-close{width:34px;height:34px;background:none;border:1px solid #b8c1aa;border-radius:50%;font-size:23px;line-height:1;flex-shrink:0;color:#536449}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.language-choice{position:relative;border:1px solid #d9dece;background:transparent;padding:13px 36px 13px 15px;border-radius:9px;text-align:start;min-width:0;color:#34442b}.language-choice>span{display:block;font-size:14px}.language-choice small{display:block;font-size:10px;color:#8b947c;margin-top:3px}.language-choice i{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:none;color:#456835;font-style:normal}.language-choice[aria-pressed=true]{background:#e6eadb;border-color:#8ba171}.language-choice[aria-pressed=true] i{display:block}.language-choice:hover{background:#edf0e5}.language-choice[dir=rtl]{padding:13px 15px 13px 36px}.language-choice[dir=rtl] i{right:auto;left:14px}
.breadcrumbs{font-size:11px;color:#849078;margin:32px 0}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.product-hero{padding:30px 0 65px}.product-hero .eyebrow{color:#8e9b7d}.product-hero h1{font-size:clamp(60px,7.4vw,110px);line-height:1.03;margin:22px 0 28px;max-width:1000px}.product-hero h1 em{color:#809263;font-size:1.12em}.product-hero .lead{max-width:630px;color:var(--muted);font-size:18px;margin-bottom:28px}.actions{display:flex;gap:14px;flex-wrap:wrap}.section{padding-block:90px 25px}.section>.eyebrow{margin-bottom:23px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;margin-top:45px}.feature-grid article{border-top:1px solid var(--line);padding-top:26px}.feature-symbol{font-family:'Instrument Serif',Georgia,serif;font-size:36px;color:#a0ac8b}.feature-grid h3{font-size:24px;line-height:1.4;margin:17px 0}.feature-grid p{font-size:14px;color:var(--muted)}.wide-note{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding-block:55px;border-block:1px solid var(--line);margin-top:75px}.wide-note h2{font-family:'Instrument Serif',Georgia,serif;font-size:46px;font-weight:400}.wide-note p{font-size:14px;color:var(--muted);margin-bottom:20px}.text-link{display:inline-flex;align-items:center;gap:25px;font-size:13px;border-bottom:1px solid #9eac8e;padding-block:8px}.text-link:hover{color:#75955b}.legal{max-width:860px;margin-inline:auto;padding:48px 30px 80px}.legal h1{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(44px,5vw,64px);font-weight:400;line-height:1.1;margin:20px 0 25px}.legal h2{font-size:23px;line-height:1.4;letter-spacing:-.02em;margin:38px 0 15px}.legal h3{font-size:20px;margin:23px 0 12px}.legal p,.legal li{font-size:15px;line-height:1.9;color:#5d6b53}.legal a{color:#47752a;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.legal ul{padding-inline-start:22px}.legal .updated{font-size:11px;color:#99a08b}.legal .policy-note{padding:23px;border-radius:10px;background:#e9edde;margin-top:25px}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.support-grid section{border:1px solid var(--line);border-radius:12px;padding:26px}.support-grid h2{margin-top:0}.error-page{padding-block:100px}.error-page h1{font-family:'Instrument Serif',Georgia,serif;font-size:72px;font-weight:400;margin-block:20px}.error-page p{margin-bottom:25px}.reveal{opacity:1;transform:none}
html[data-script=cjk] h1,html[data-script=cjk] h2,html[data-script=cjk] h3,html[data-script=cjk] h4{font-family:inherit;line-height:1.35;letter-spacing:-.035em;font-weight:440}html[data-script=cjk] .serif{font-family:inherit;font-style:normal}html[data-script=cjk] .hero h1{font-size:clamp(57px,6.2vw,87px);max-width:800px}html[data-script=cjk] .hero h1 em{font-size:1em}html[data-script=cjk] .intro-copy h2{font-size:clamp(32px,3.4vw,46px)}html[data-script=cjk] .section-heading h2{font-size:40px}html[data-script=cjk] .product-copy h4{font-size:35px}html[data-script=cjk] .approach-top h2{font-size:44px}html[data-script=cjk] .contact-section h2{font-size:58px}html[data-script=cjk] .dialog-heading h2{font-size:24px}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4{font-family:Tahoma,'Segoe UI',sans-serif;letter-spacing:0;line-height:1.4}html[dir=rtl] .hero h1{font-size:76px;max-width:720px}html[dir=rtl] .hero h1 em{font-family:inherit;font-size:1em;font-style:normal}html[dir=rtl] .hero-shade{background:linear-gradient(-90deg,#08110dee,#0b110dad 45%,#0d130e55),linear-gradient(0deg,#101510c9,transparent 25%)}html[dir=rtl] .hero-intro{max-width:390px}html[dir=rtl] .hero-art img{object-position:center}html[dir=rtl] .intro-copy h2{font-size:44px}html[dir=rtl] .word-script,html[dir=rtl] .romanization,html[dir=rtl] .contact-link,html[dir=rtl] .product-details{direction:ltr}html[dir=rtl] .language-choice{text-align:start}
@media(min-width:1600px){.hero-content{padding-block:175px 150px}.hero{min-height:850px}.hero-art img{object-position:center 53%}}
@media(max-width:1100px){.wrap{padding-inline:38px}.hero-footer{inset-inline:38px}.hero h1{font-size:84px;max-width:610px}.hero-intro{max-width:350px}.intro-section{gap:45px;grid-template-columns:.55fr 1fr}.product-copy{padding:40px 34px}.product-copy h4{font-size:45px}.product-art{min-height:580px}.word-panel{width:250px;height:345px;padding:22px}.word-script{font-size:36px}.floating-tag{max-width:205px;font-size:11px}.tag-bottom{font-size:9px}.tag-top{inset-inline-end:-5px}.experience-tabs button{padding-inline:11px}.contact-link{gap:18px}.contact-orbit{width:55px;height:55px}.principles{gap:30px}.product-hero h1{font-size:86px}.language-word.two{font-size:24px}.language-word.one{font-size:32px}.footer-top{gap:25px}.footer-top p{margin-inline:0 auto}}
@media(max-width:900px){nav{display:none;position:absolute;inset-block-start:77px;inset-inline:0;padding:26px 38px;flex-direction:column;align-items:flex-start;gap:24px;background:#f6f4ef;border-bottom:1px solid #d9ded2;box-shadow:0 20px 30px #0001;color:#24331d}.home nav{background:#18221cf5;color:#f7f5e8;border-color:#ffffff20}.menu-open nav{display:flex}.menu-toggle{display:block}.header-end{gap:12px}.header-inner{min-height:78px}.hero{min-height:810px}.hero h1{font-size:78px;max-width:580px}.hero-shade{background:linear-gradient(90deg,#0b120dec 0%,#0b130db3 40%,#0b130d11 100%),linear-gradient(0deg,#0b120dc9,transparent 80%)}.intro-section{grid-template-columns:1fr;gap:27px;padding-block:65px}.intro-copy{max-width:690px}.intro-bottom{max-width:570px}.product-card{grid-template-columns:1fr 1fr}.product-copy{padding:35px 27px}.product-art{min-height:580px;padding-inline:15px}.word-panel{width:225px;height:338px;padding:20px}.word-script{font-size:31px}.floating-tag{max-width:180px}.tag-top{inset-block-start:0}.tag-bottom{inset-inline-start:-5px}.product-identity{gap:12px;margin-bottom:25px}.product-identity h3{font-size:25px}.app-icon{width:52px;height:52px;border-radius:12px}.product-copy h4{font-size:41px}.product-copy p{font-size:13px}.product-details{margin-bottom:25px}.product-copy .button{gap:10px;font-size:11px}.section-heading{gap:25px}.section-heading h2{font-size:44px}.principles{gap:23px}.principle h3{font-size:20px}.contact-section{align-items:start;flex-direction:column;gap:32px;padding-block:70px}.contact-link{font-size:23px}.contact-section h2{font-size:68px}.aperture{width:110px;height:110px}.footer-top p{display:none}html[data-script=cjk] .hero h1{font-size:67px}html[dir=rtl] .hero h1{font-size:65px}}
@media(max-width:640px){.wrap{padding-inline:23px}.header-inner{min-height:74px;gap:15px}.wordmark{font-size:24px;gap:9px}.brand-mark{width:23px;height:23px}.header-end{gap:5px}.language-open{padding:7px 9px;min-height:36px;font-size:10px;gap:6px}.language-open svg{width:15px;height:15px}nav{inset-block-start:73px;padding-inline:25px}.hero{height:auto;min-height:800px;align-items:end}.hero-content{padding-block:325px 114px}.hero-art img{object-position:64% center}.hero-shade{background:linear-gradient(0deg,#0b130efc 0%,#0c140ee8 32%,#0c140e3b 69%,#0c140e22 100%)}.hero .eyebrow{font-size:9px;max-width:330px;letter-spacing:.13em;margin-bottom:19px}.hero h1{font-size:clamp(52px,12.9vw,76px);line-height:1.03;letter-spacing:-.055em;max-width:100%}.hero h1 em{font-size:1.24em;margin-top:3px}.hero-intro{font-size:13px;line-height:1.75;max-width:330px;margin-block:23px 27px}.hero-footer{inset-inline:23px;inset-block-end:22px;font-size:8px;gap:16px;letter-spacing:.05em;align-items:end}.hero-footer>span:first-child{max-width:180px}.hero-scroll{display:none}.hero-footer>span:last-child{white-space:nowrap}.button{font-size:11px;min-height:48px;padding:7px 9px 7px 20px;gap:22px}.button-icon{width:32px;height:32px}.intro-section{padding-block:54px;gap:22px}.intro-copy h2{font-size:43px;max-width:400px;line-height:1.07}.intro-bottom{grid-template-columns:42px 1fr;gap:20px;margin-top:24px}.sun-symbol{font-size:42px}.intro-bottom p{font-size:12px;line-height:1.8}.products-section{padding-block:12px 58px}.section-heading{display:block;margin-bottom:23px}.section-heading h2{font-size:41px;margin-top:17px;max-width:400px}.section-heading p:not(.eyebrow){margin-top:17px}.product-card{grid-template-columns:1fr;border-radius:20px}.product-copy{padding:32px 29px 36px}.product-identity{margin-bottom:26px}.product-identity h3{font-size:27px}.app-icon{width:57px;height:57px}.product-copy h4{font-size:46px;max-width:330px}.product-copy p{font-size:13px;max-width:360px}.product-details{margin-block:20px 27px}.product-art{min-height:470px;padding-block:48px 80px}.product-scene{max-width:420px}.word-panel{width:235px;height:315px;padding:21px}.word-script{font-size:34px;margin-top:28px}.waveform{margin:16px 0 18px;height:32px}.word-panel-bottom{font-size:10px;padding-top:12px}.tag-top{inset-inline-end:4px;inset-block-start:0}.tag-bottom{inset-inline-start:1px;inset-block-end:0;max-width:180px}.experience-tabs{inset-block-end:22px;inset-inline:12px}.experience-tabs button{font-size:10px;padding:7px 12px}.product-under{font-size:9px}.approach-section{padding-block:55px}.approach-top{align-items:start;gap:20px}.approach-top h2{font-size:42px;margin-top:20px}.aperture{width:55px;height:55px;margin-top:8px}.aperture i{inset:-1px 18px -1px -18px}.aperture i:nth-child(2){inset:-1px 32px -1px -32px}.aperture i:nth-child(3){inset:-1px 45px -1px -45px}.principles{grid-template-columns:1fr;gap:30px;margin-top:34px}.principle{padding-top:18px;display:grid;grid-template-columns:40px 1fr;column-gap:17px}.principle .num{grid-row:1/3;margin-bottom:0;padding-top:4px}.principle h3{font-size:21px;max-width:none;margin-bottom:13px}.principle p{font-size:12px;max-width:none;grid-column:2}.contact-section{padding-block:55px;gap:30px}.contact-section h2{font-size:60px;margin:17px 0 20px}.contact-section p{font-size:13px}.contact-link{font-size:20px;gap:19px}.contact-orbit{width:49px;height:49px}.contact-orbit svg{width:21px;height:21px}.site-footer{padding-block:30px 22px}.footer-top{display:block;padding-bottom:25px}.footer-links{margin-top:24px;gap:22px}.footer-bottom{display:block;font-size:9px;line-height:1.7}.footer-bottom>div{gap:12px 20px;margin-top:13px}.footer-language{min-height:32px;font-size:10px}.product-hero{padding-block:25px 40px}.product-hero h1{font-size:clamp(52px,12vw,73px)}.product-hero .lead{font-size:15px}.breadcrumbs{font-size:10px;margin-block:22px}.section{padding-block:55px 20px}.feature-grid{grid-template-columns:1fr;gap:28px;margin-top:28px}.feature-grid article{padding-top:22px}.feature-grid h3{font-size:24px}.feature-grid p{font-size:13px}.wide-note{grid-template-columns:1fr;gap:25px;margin-top:40px;padding-block:36px}.wide-note h2{font-size:42px}.product-art>.app-icon{width:165px;height:165px;border-radius:35px}.language-word.two{font-size:23px;right:25px}.language-word.three{left:25px;font-size:20px}.product-showcase .language-word.one{font-size:32px;left:25px;top:55px}.product-showcase .art-note{left:25px;top:26px}.legal{padding:30px 23px 55px}.legal h1{font-size:43px}.legal h2{font-size:21px}.legal p,.legal li{font-size:14px}.support-grid{grid-template-columns:1fr}.support-grid section{padding:23px}.error-page h1{font-size:52px}#language-dialog{padding:22px;border-radius:18px}.dialog-heading{gap:16px;margin-bottom:18px}.dialog-heading h2{font-size:29px}.language-grid{gap:6px}.language-choice{padding:11px 27px 11px 12px}.language-choice>span{font-size:12px}.language-choice small{font-size:9px}.language-choice i{right:9px;font-size:12px}html[data-script=cjk] .hero h1{font-size:clamp(38px,10.4vw,60px);line-height:1.35}html[data-script=cjk] .hero h1 em{margin-top:0}html[data-script=cjk] .intro-copy h2{font-size:29px}html[data-script=cjk] .section-heading h2{font-size:30px}html[data-script=cjk] .product-copy h4{font-size:32px}html[data-script=cjk] .approach-top h2{font-size:31px}html[data-script=cjk] .contact-section h2{font-size:43px}html[data-script=cjk] .product-hero h1{font-size:clamp(36px,9.7vw,57px)}html[data-script=cjk] .legal h1{font-size:33px}html[dir=rtl] .hero h1{font-size:46px}html[dir=rtl] .hero-shade{background:linear-gradient(0deg,#0b130efc,#0c140ee8 35%,#0c140e33 75%)}html[dir=rtl] .intro-copy h2{font-size:32px}html[dir=rtl] .section-heading h2,html[dir=rtl] .product-copy h4{font-size:34px}html[dir=rtl] .approach-top h2{font-size:33px}html[dir=rtl] .contact-section h2{font-size:46px}html[dir=rtl] .product-hero h1{font-size:42px}html[dir=rtl] .legal h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.product-card:hover .word-panel{transform:rotate(-7deg)}}

/* Regression fixes from the multilingual browser checks. */
p{text-wrap:pretty}.legal h1,.legal h2,.legal h3{overflow-wrap:anywhere;hyphens:auto}.word-panel[data-experience=practice] .word-script{font-size:30px;letter-spacing:0}.floating-tag{background:#213d31cc;backdrop-filter:blur(12px)}
@media(min-width:1101px){.hero-intro{max-width:395px}}

/* Countdrop shares the collection layout and keeps its own game atmosphere. */
.countdrop-card{background:#191d2c;color:#f0f0fb;border-color:#b9bde61a}.countdrop-card .pill{color:#b8d9c9}.countdrop-card .pill:before{background:#91c8ac}.countdrop-card .product-copy p{color:#bbc1d3}.countdrop-card .product-details{color:#b5bed4}.countdrop-card .product-details span+span:before{color:#78849e}.countdrop-card h4{max-width:390px}.countdrop-actions{display:flex;align-items:flex-start;flex-direction:column;gap:17px;max-width:100%}.countdrop-store{display:inline-flex;align-items:center;gap:15px;font-size:11px;color:#c4c9df;padding-block:5px;border-bottom:1px solid #737d9d66}.countdrop-store:hover{color:#f6f2e9;border-color:#d6cbef}.countdrop-art{background:radial-gradient(ellipse at 32% 30%,#6f64af44,transparent 65%),radial-gradient(ellipse at 85% 80%,#2d698b50,transparent 70%),#202336;min-height:630px;padding:48px 30px 76px}.countdrop-phones{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:540px;gap:15px;direction:ltr}.countdrop-phone{margin:0;flex:0 1 43%;min-width:0;padding:5px;border:1px solid #a8add347;border-radius:27px;background:#0d1020;box-shadow:0 28px 60px #08081788;overflow:hidden;transition:transform .6s}.countdrop-phone img{width:100%;height:auto;aspect-ratio:720/1566;object-fit:contain;border-radius:21px}.phone-genesis{transform:translateY(-18px) rotate(-7deg);z-index:2}.phone-cat{transform:translateY(23px) rotate(7deg);z-index:1}.countdrop-card:hover .phone-genesis{transform:translateY(-23px) rotate(-4deg)}.countdrop-card:hover .phone-cat{transform:translateY(17px) rotate(4deg)}.countdrop-orbit{position:absolute;inset:auto;border:1px solid #b0b7e517;border-radius:50%;z-index:-1;pointer-events:none}.orbit-outer{width:760px;height:360px;transform:rotate(-45deg)}.orbit-inner{width:520px;height:520px}.gameplay-caption{position:absolute;inset-block-end:26px;inset-inline:25px;text-align:center;font-size:10px;letter-spacing:.06em;color:#909bb6}.countdrop-under{margin-bottom:44px}
html:lang(ru) .hero h1{font-size:clamp(68px,6.2vw,93px);max-width:730px}html:lang(ru) .hero h1 em{font-size:1.12em}html:lang(ru) .product-copy h4{font-size:43px}html:lang(ru) .intro-copy h2,html:lang(ru) .section-heading h2{font-size:48px}html:lang(ru) .dialog-heading h2{font-size:31px}html:lang(ru) .legal h1{font-size:53px}html:lang(ru) .serif{font-family:Georgia,'Times New Roman',serif}
@media(max-width:1100px){.countdrop-art{padding-inline:24px}.countdrop-phone{border-radius:22px}.countdrop-phone img{border-radius:17px}.countdrop-phones{gap:8px}.countdrop-card h4{font-size:42px}}
@media(max-width:900px){.countdrop-art{min-height:660px;padding-inline:20px}.countdrop-phones{gap:6px}.countdrop-phone{flex-basis:47%;padding:3px;border-radius:19px}.countdrop-phone img{border-radius:15px}.countdrop-card h4{font-size:37px}html:lang(ru) .product-copy h4{font-size:36px}}
@media(max-width:640px){.countdrop-art{min-height:465px;padding:55px 28px 65px}.countdrop-phones{max-width:420px;gap:7px}.countdrop-phone{flex-basis:43%;border-radius:19px;padding:3px}.countdrop-phone img{border-radius:15px}.countdrop-card h4{font-size:44px}.countdrop-actions{gap:16px}.countdrop-store{font-size:11px}.gameplay-caption{font-size:9px;inset-block-end:22px}.countdrop-under{margin-bottom:30px}html[data-script=cjk] .countdrop-card h4{font-size:32px}html:lang(ru) .hero h1{font-size:clamp(37px,10.3vw,60px);line-height:1.13}html:lang(ru) .hero h1 em{font-size:1.06em;margin-top:10px}html:lang(ru) .intro-copy h2,html:lang(ru) .section-heading h2{font-size:34px}html:lang(ru) .product-copy h4{font-size:32px}html:lang(ru) .product-hero h1{font-size:44px}html:lang(ru) .legal h1{font-size:36px}html:lang(ru) .dialog-heading h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){.countdrop-card:hover .phone-genesis{transform:translateY(-18px) rotate(-7deg)}.countdrop-card:hover .phone-cat{transform:translateY(23px) rotate(7deg)}}

/* Give translated headings room without pushing the decorative mark off screen. */
.approach-top>div{min-width:0}.approach-top h2{overflow-wrap:anywhere}
@media(max-width:640px){html:lang(ru) .approach-top h2{font-size:32px}}
