:root{--blue:#0755ff;--ink:#172034;--muted:#65738a;--line:#e5eaf2;--pale:#f3f7ff}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:#fff;color:var(--ink);font:16px/1.75 -apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-underline-offset:4px}header,main,footer{width:min(100% - 80px,1080px);margin:auto}header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:108px;border-bottom:1px solid var(--line)}header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}header nav a{color:var(--ink);text-decoration:none}header nav a:hover{color:var(--blue)}.studio-logo{display:block;position:relative;overflow:hidden;width:174px;height:60px;flex-shrink:0}.studio-logo img{position:absolute;width:228%;max-width:none;height:auto;left:-64%;top:-144%}main{padding:52px 0 48px;min-height:62vh}h1{font-size:clamp(30px,4.5vw,48px);line-height:1.25;letter-spacing:-1.8px;margin:0 0 18px}h2{font-size:26px;line-height:1.4;letter-spacing:-.8px;margin:32px 0 12px}h3{font-size:20px;letter-spacing:-.6px;line-height:1.4}p{margin:10px 0}ul{padding-left:22px}.eyebrow{font-size:13px;color:var(--blue);font-weight:700;letter-spacing:1.8px;margin:0 0 18px}.meta{font-size:14px;color:var(--muted)}.studio-intro{padding:4px 0 32px}.studio-intro h1{font-size:clamp(32px,4.4vw,48px);margin-bottom:10px}.intro-copy{color:var(--muted);margin:0}.product-feature{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;border:1px solid #dce6f6;border-radius:28px;overflow:hidden;min-height:410px}.product-copy{padding:44px}.wordmark{width:min(100%,350px);aspect-ratio:2.7;overflow:hidden;position:relative}.wordmark img{position:absolute;width:114%;max-width:none;height:auto;left:-7%;top:-78%}.product-description{font-size:18px;line-height:1.85;color:#56657d;margin:24px 0}.product-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:12px 20px;border-radius:12px;background:var(--blue);color:white;text-decoration:none;font-size:15px;font-weight:600;transition:background .15s}.button:hover{background:#0041d3}.button span{font-size:20px;font-weight:400}.release-status{color:var(--muted);font-size:14px}.product-art{align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;padding:40px;background-color:var(--pale);background-image:linear-gradient(#dce6f480 1px,transparent 1px),linear-gradient(90deg,#dce6f480 1px,transparent 1px);background-size:40px 40px;border-left:1px solid #e3eaf5}.app-icon{position:relative;overflow:hidden;width:230px;aspect-ratio:1;border-radius:24%;background:#fff;box-shadow:0 18px 44px #28477e14,0 0 0 1px #dde5f4}.app-icon img{display:block;position:absolute;width:114%;height:auto;max-width:none;left:-6.4%;top:-7.4%}.art-caption{font-size:12px;letter-spacing:2px;color:#6885ad;font-weight:600}.home-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0 0;font-size:14px;color:var(--muted)}.home-bottom a{white-space:nowrap;text-decoration:none}.home-bottom p{margin:0}.home-bottom a span{margin-left:12px}.kitchen-hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;padding:8px 36px 54px}.kitchen-hero .wordmark{width:380px;max-width:100%}.kitchen-hero-art{display:flex;justify-content:center}.kitchen-hero-art .app-icon{width:260px}.badge{display:inline-block;border:1px solid #d7e3ff;border-radius:8px;padding:5px 12px;color:var(--blue);font-size:14px}.feature-section{border-top:1px solid var(--line);padding-top:34px}.section-title .eyebrow{margin-bottom:8px}.section-title h2{margin:0 0 28px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article{border:1px solid var(--line);border-radius:18px;padding:26px}.feature-number{font-size:14px;font-weight:600;color:var(--blue)}.feature-grid h3{margin:18px 0 10px}.feature-grid p{color:var(--muted);font-size:16px;line-height:1.85}.feature-tag{display:block;margin-top:24px;font-size:13px;color:#5676a2}.status-note{margin:18px 0 30px}.brand-banner{overflow:hidden;aspect-ratio:5.3;border-radius:18px;background:#fafafa}.brand-banner img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.document-page main{max-width:760px;padding-top:44px}.document-page h1{font-size:32px;letter-spacing:-1px}.document-page h2{font-size:21px;margin-top:32px}.document-page p,.document-page li{overflow-wrap:anywhere}.document-page .meta{font-size:14px}.notice{padding:16px 20px;background:var(--pale);border-radius:12px}.links{display:flex;flex-wrap:wrap;gap:12px 24px}.card{display:block;border:1px solid var(--line);border-radius:18px;padding:24px;margin:24px 0;color:inherit;text-decoration:none}.card h2{margin:0 0 6px}details{padding:18px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600}footer{padding:28px 0;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{font-size:16px;font-weight:650;color:var(--ink);text-decoration:none}footer nav{display:flex;flex-wrap:wrap;gap:12px 22px;font-size:14px}footer a{color:inherit}footer p{margin:14px 0 0}.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}a:focus-visible,summary:focus-visible{outline:3px solid #96b2ff;outline-offset:5px}
@media(max-width:720px){header,main,footer{width:calc(100% - 40px)}header{min-height:88px;gap:12px}.studio-logo{width:140px;height:49px}header nav{gap:16px;font-size:13px}main{padding:32px 0}.studio-intro{padding:0 0 26px}.product-feature{grid-template-columns:1fr}.product-copy{padding:30px}.product-copy .wordmark{width:300px}.product-art{border-left:0;border-top:1px solid #e3eaf5;padding:34px;gap:20px}.app-icon{width:190px}.product-description{font-size:16px;margin:20px 0}.product-actions{gap:16px}.button{font-size:14px}.home-bottom{align-items:flex-start;font-size:13px;gap:16px;padding-top:24px}.kitchen-hero{grid-template-columns:1fr;gap:32px;padding:0 8px 36px}.kitchen-hero-art{background:var(--pale);border-radius:22px;padding:32px}.kitchen-hero-art .app-icon{width:190px}.kitchen-hero .wordmark{width:320px}.feature-grid{grid-template-columns:1fr;gap:12px}.feature-grid article{padding:22px}.feature-grid h3{margin:12px 0 8px}.feature-grid p{margin:0}.feature-tag{margin-top:16px}.section-title h2{font-size:24px}.brand-banner{aspect-ratio:3.2}.footer-top{align-items:flex-start;flex-direction:column;gap:16px}.document-page main{padding-top:30px}.document-page h1{font-size:28px}.document-page h2{font-size:20px}}@media(max-width:360px){header,main,footer{width:calc(100% - 32px)}.studio-logo{width:122px;height:43px}header nav{gap:12px;font-size:12px}.product-copy{padding:24px}.product-actions{gap:12px}.home-bottom{flex-direction:column;gap:10px}.studio-intro h1{font-size:30px}}

/* dot shares the product card dimensions; its artwork keeps its monochrome identity. */
.dot-feature{margin-top:28px}.dot-feature .eyebrow{color:#606875;letter-spacing:1px}.dot-title{width:min(100%,350px);aspect-ratio:2.7;display:flex;flex-direction:column;justify-content:center}.dot-title h2{font-size:72px;line-height:1;letter-spacing:-4px;margin:0 0 10px;color:#111}.dot-title p{font-size:17px;line-height:1.5;margin:0;color:#636b76}.dot-button{background:#17191d}.dot-button:hover{background:#35383e}.dot-art{background:#f1f2f4;border-color:#e5e7eb}.dot-icon{background:#000;box-shadow:0 18px 44px #11111114,0 0 0 1px #ddd}.dot-icon img{position:static;width:100%;height:100%;object-fit:contain}.dot-art .art-caption{color:#707782;letter-spacing:1.4px}.dot-screen-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px}.dot-screen-heading h3{font-size:16px;margin:0}.dot-screen-heading span{font-size:14px;color:var(--muted)}.dot-screen-rail{display:flex;gap:16px;overflow-x:auto;max-width:100%;padding-bottom:16px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:thin}.dot-screen-rail img{flex:0 0 176px;width:176px;height:auto;aspect-ratio:1242/2688;object-fit:contain;align-self:flex-start;border-radius:14px;scroll-snap-align:start;background:#eee}.dot-screen-rail:focus-visible{outline:3px solid #96b2ff;outline-offset:4px}@media(max-width:720px){.dot-title{width:300px;max-width:100%}.dot-title h2{font-size:64px}.dot-title p{font-size:15px}.dot-feature{margin-top:20px}.dot-screen-rail img{flex-basis:156px;width:156px}.dot-screen-heading span{font-size:13px}}

