/* AutoRes listening page: one content rail, vector interface, accessible transport. */
.ar-page{--ar-rail:1180px;--ar-section-space:88px}
.ar-page .ar-wrap{width:min(var(--ar-rail),calc(100% - 64px))}
.ar-page .ar-hero{padding-top:64px}
.ar-page .ar-hero-copy{grid-template-columns:1.18fr 1fr;gap:56px;align-items:center}
.ar-page .ar-hero h1{font-size:clamp(40px,4.5vw,62px)}
.ar-page .ar-hero-description>p:first-child{font-size:17px}
.ar-page .ar-facts{padding:32px 0;margin-top:38px}
.ar-page .ar-section{padding-block:var(--ar-section-space)}
.ar-page .ar-section-heading{gap:56px;margin-bottom:36px}
.ar-page .ar-faq{max-width:none}
.ar-page .ar-hero .ar-link{color:var(--ar-violet)}
.ar-listen{padding-top:62px!important}
.ar-listen-shell{background:linear-gradient(135deg,#ffffffed,#f4f2fbe8);border:1px solid #d3d8e6;border-radius:30px;padding:22px;display:grid;grid-template-columns:248px minmax(0,1fr);gap:22px;box-shadow:0 22px 70px #51407412,0 2px 1px #fff inset}
.ar-listen-side{padding:16px 0 0 4px;display:flex;flex-direction:column;gap:18px}
.ar-demo-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ar-violet);font-weight:600;margin:0 0 10px}
.ar-demo-prompt{font-size:22px!important;line-height:1.35;margin:0 0 10px!important;letter-spacing:-.035em}
.ar-demo-sub{font-size:13px;color:var(--ar-muted);margin:0}
.ar-demo-tracks{display:grid;gap:9px}
.ar-demo-track{border:1px solid #d8deea;border-radius:16px;background:#f8f9fc;color:var(--ar-ink);padding:16px;text-align:left;transition:background .25s,box-shadow .25s,transform .25s}
.ar-demo-track:hover{transform:translateY(-2px);background:white}
.ar-demo-track[aria-pressed=true]{border-color:#a99ad5;background:linear-gradient(115deg,#ebe8fa,#edf6fb);box-shadow:0 5px 14px #7768a510}
.ar-demo-track strong{font-size:14px;font-weight:600;display:flex;justify-content:space-between;gap:12px}
.ar-demo-track strong:after{content:'↗';color:var(--ar-violet);font-weight:400}
.ar-demo-track span{display:block;font-size:11px;line-height:1.65;color:var(--ar-muted);margin-top:5px}
.ar-demo-method{font-size:11px;line-height:1.75;color:var(--ar-muted);margin:auto 0 8px}
.ar-demo-method strong{display:block;font-size:12px;color:var(--ar-ink);font-weight:500}
.ar-demo-main{min-width:0}
.ar-web-plugin{margin:0;position:relative;isolation:isolate;border:1px solid #cdd4e0;border-radius:20px;overflow:hidden;background:linear-gradient(#fafbfc,#e2e7ef);box-shadow:0 10px 30px #35406112}
.ar-web-plugin svg{display:block;width:100%;height:auto;font-family:Poppins,system-ui,sans-serif;user-select:none}
.ar-plugin-ink{fill:#242d3d}.ar-plugin-muted{fill:#536178}
.ar-demo-expand{display:block;min-height:44px;margin:10px 0 0 auto;padding:8px 2px;border:0;background:none;color:var(--ar-muted);font-size:11px;text-underline-offset:4px;text-decoration:underline}
.ar-demo-expand:hover{color:var(--ar-violet)}
.ar-demo-transport{padding:8px 0 0}
.ar-demo-buttons{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.ar-demo-play{display:flex;align-items:center;justify-content:center;gap:10px;min-width:123px;min-height:49px;padding:10px 18px;border:1px solid #6a50bf;border-radius:13px;color:white;background:#6c4bc8;font-weight:600;font-size:14px;box-shadow:0 3px 0 #ffffff20 inset;transition:transform .2s,background .2s}
.ar-demo-play:hover{background:#583aaf;transform:translateY(-2px)}
.ar-demo-play:active{transform:translateY(1px)}
.ar-demo-play:disabled{opacity:.7}
.ar-play-icon{display:inline-flex;width:15px;justify-content:center}
.ar-demo-modes{display:flex;border:1px solid #cdd3e3;border-radius:13px;padding:4px;background:#e9ecf4;gap:3px}
.ar-demo-modes button{min-height:39px;padding:7px 14px;border:0;border-radius:9px;background:transparent;color:#536178;font-size:12px;font-weight:500;transition:background .22s,color .22s,box-shadow .22s}
.ar-demo-modes button[aria-pressed=true]{background:#fff;color:#6347b7;box-shadow:0 2px 6px #30365413}
.ar-demo-progress{display:flex;align-items:center;gap:14px;margin-top:16px}
.ar-demo-progress label{font-size:11px;color:var(--ar-muted);font-variant-numeric:tabular-nums;white-space:nowrap}
.ar-demo-progress input{width:100%;height:30px;margin:0;accent-color:#7654d2;cursor:pointer;min-width:0}
.ar-demo-status{font-size:11px;color:var(--ar-muted);margin:8px 0 0;min-height:2em}
.ar-demo-credit{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:10px 24px;font-size:11px;line-height:1.8;color:var(--ar-muted);padding:18px 4px 0}
.ar-demo-credit p{margin:0;max-width:760px}
.ar-demo-credit details{margin-left:auto}
.ar-demo-credit summary{cursor:pointer;color:var(--ar-violet);min-height:32px}
.ar-demo-credit details[open]{width:100%;margin-left:0;padding-top:10px}
.ar-demo-credit details p{margin-top:8px}
.ar-demo-dialog{padding:20px;width:min(1250px,96vw);max-height:96vh;overflow:auto;border:1px solid #fff;border-radius:24px;background:#f5f6fb;color:var(--ar-ink);box-shadow:0 40px 150px #15172e66}
.ar-demo-dialog::backdrop{background:#20253888;backdrop-filter:blur(12px)}
.ar-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;font-size:12px}
.ar-dialog-head button{min-height:44px;border:1px solid #c6cbdb;border-radius:12px;background:white;padding:8px 16px;color:var(--ar-ink)}
.ar-dialog-head button{white-space:nowrap;flex-shrink:0}
.ar-demo-dialog .ar-demo-main{max-width:980px;margin:auto}
.ar-demo-dialog .ar-demo-expand{display:none}
.ar-demo-noscript{padding:18px;border:1px solid #cdd3e3;border-radius:16px;color:var(--ar-muted);font-size:14px}
.ar-page .ar-workflow{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}
.ar-workflow-card{border-top:1px solid #c6cde0;padding-top:24px}
.ar-workflow-card .ar-step-number{font-size:13px;display:block;margin-bottom:17px}
.ar-workflow-card h3{font-size:24px;margin-bottom:10px}
.ar-workflow-card p{font-size:14px;color:var(--ar-muted);margin:0}
.ar-uses{display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:start}
.ar-uses p{font-size:16px;color:var(--ar-muted)}
.ar-use-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.ar-use-list li{padding:19px 0;border-bottom:1px solid #ccd3e0;display:grid;grid-template-columns:135px 1fr;gap:22px}
.ar-use-list li:first-child{padding-top:0}
.ar-use-list strong{font-size:16px;font-weight:500}
.ar-use-list span{font-size:13px;color:var(--ar-muted)}
.ar-delta-link{display:flex;justify-content:center;align-items:center;gap:14px;color:#6147b0;text-decoration:none;font-size:20px;font-weight:500;min-height:80px}
.ar-delta-link i{font-style:normal;background:#ffffffb0;display:grid;place-items:center;border:1px solid #c4b8e0;border-radius:50%;width:53px;height:53px;transition:transform .25s}
.ar-delta-link:hover i{transform:scale(1.1)}
.ar-creator{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:center}
.ar-creator-photo{margin:0;position:relative;border-radius:28px;overflow:hidden;height:500px;background:#dbe1ed}
.ar-creator-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 42%}
.ar-creator-photo figcaption{position:absolute;left:20px;bottom:20px;right:20px;padding:13px 18px;background:#ffffffee;border-radius:16px;backdrop-filter:blur(12px);font-size:12px;color:var(--ar-ink)}
.ar-creator-photo figcaption strong{font-weight:600;display:block;font-size:16px}
.ar-creator-copy p{font-size:16px;color:var(--ar-muted)}
.ar-creator-signature{display:flex;align-items:center;gap:17px;padding-top:20px;margin-top:24px;border-top:1px solid var(--ar-line);font-size:12px;color:var(--ar-muted)}
.ar-creator-signature img{width:120px}
.ar-delivery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.ar-delivery article{padding:25px 0;border-top:1px solid var(--ar-line)}
.ar-delivery .ar-step-number{font-size:12px;display:block;margin-bottom:17px}
.ar-delivery h3{font-size:21px;margin-bottom:10px}
.ar-delivery p{font-size:14px;color:var(--ar-muted);margin:0}
.ar-page .ar-controls{gap:22px}
.ar-page .ar-control:hover .ar-dial:before{transform:rotate(-35deg)}
.ar-page .ar-purchase{padding:52px}
@media(min-width:851px){.ar-listen-side{gap:14px;padding-top:10px}.ar-listen-side .ar-demo-play{width:100%;min-height:46px}.ar-listen-side .ar-demo-modes{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.ar-listen-side .ar-demo-modes button{padding:7px 6px;font-size:11px;min-height:39px}.ar-listen-side .ar-demo-progress{gap:8px;margin-top:10px}.ar-listen-side .ar-demo-status{font-size:10px;min-height:3.5em}.ar-listen-side .ar-demo-track{padding:13px 14px}.ar-listen-side .ar-demo-method{font-size:10px;margin-top:auto}.ar-listen-side .ar-demo-method strong{font-size:11px}.ar-listen-side .ar-demo-sub{font-size:12px}}
@media(min-width:1800px){.ar-page .ar-wrap{width:var(--ar-rail)}}
@media(max-width:1100px){.ar-listen-shell{grid-template-columns:220px minmax(0,1fr);padding:18px;gap:18px}.ar-demo-prompt{font-size:19px!important}.ar-demo-play{min-width:100px}.ar-demo-modes button{padding-inline:10px}.ar-page .ar-nav a{padding-inline:9px}.ar-page .ar-header-inner{gap:17px}.ar-page .ar-brand{gap:18px}.ar-page .ar-hero-copy{gap:35px}.ar-demo-credit{font-size:11px}}
@media(max-width:850px){.ar-page{--ar-section-space:65px}.ar-page .ar-wrap{width:calc(100% - 48px)}.ar-page .ar-hero-copy{grid-template-columns:1fr;gap:25px}.ar-page .ar-hero-description{max-width:620px}.ar-listen-shell{grid-template-columns:1fr}.ar-listen-side{padding:0;display:grid;grid-template-columns:1fr 1.4fr;gap:15px}.ar-demo-tracks{grid-template-columns:1fr 1fr;gap:10px}.ar-demo-method{grid-column:1/-1;margin:0;font-size:11px}.ar-demo-method strong{display:inline;margin-right:5px}.ar-demo-track{padding:13px}.ar-demo-track span{font-size:11px}.ar-demo-prompt{font-size:20px!important}.ar-demo-sub{font-size:12px}.ar-page .ar-section-heading{gap:23px}.ar-uses{gap:35px}.ar-use-list li{grid-template-columns:1fr;gap:4px}.ar-creator{gap:35px}.ar-creator-photo{height:440px}.ar-page .ar-purchase{padding:35px}.ar-delivery{gap:22px}.ar-delivery h3{font-size:20px}}
@media(max-width:600px){.ar-page{--ar-section-space:56px}.ar-page .ar-wrap{width:calc(100% - 40px)}.ar-page .ar-hero{padding-top:38px}.ar-page .ar-hero h1{font-size:clamp(33px,9.5vw,52px)}.ar-page .ar-hero-description>p:first-child{font-size:16px}.ar-page .ar-facts{margin-top:25px;padding:27px 0;gap:18px}.ar-page .ar-section h2{font-size:32px}.ar-page .ar-section-heading{gap:14px;margin-bottom:26px}.ar-page .ar-lead{font-size:15px}.ar-listen{padding-top:48px!important}.ar-listen-shell{border-radius:22px;padding:12px;gap:16px}.ar-listen-side{display:block;padding:6px}.ar-demo-kicker{font-size:10px}.ar-demo-prompt{font-size:21px!important}.ar-demo-sub{font-size:13px;margin-bottom:16px}.ar-demo-tracks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ar-demo-track{padding:12px 10px;min-height:95px}.ar-demo-track strong{font-size:12px;gap:4px}.ar-demo-track span{font-size:10px}.ar-demo-method{margin-top:14px;font-size:11px;line-height:1.7}.ar-demo-method strong{font-size:11px}.ar-web-plugin{border-radius:12px}.ar-demo-transport{padding-inline:5px}.ar-demo-buttons{gap:10px}.ar-demo-play{width:100%;min-height:46px;font-size:14px}.ar-demo-modes{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.ar-demo-modes button{font-size:12px;min-height:42px;padding:7px 8px}.ar-demo-progress{gap:10px;margin-top:9px}.ar-demo-status{font-size:11px;min-height:3.5em}.ar-demo-credit{font-size:10px;padding-top:15px}.ar-demo-credit details{margin-left:0}.ar-page .ar-workflow{grid-template-columns:1fr;gap:26px}.ar-workflow-card{padding-top:19px}.ar-workflow-card .ar-step-number{margin-bottom:8px}.ar-workflow-card h3{font-size:23px}.ar-workflow-card p{font-size:14px}.ar-uses{grid-template-columns:1fr;gap:24px}.ar-uses p{font-size:15px}.ar-use-list li{grid-template-columns:105px 1fr;gap:15px;padding:17px 0}.ar-use-list strong{font-size:14px}.ar-use-list span{font-size:13px}.ar-page .ar-control p{font-size:13px}.ar-page .ar-delta{gap:15px}.ar-delta-link{font-size:18px;justify-content:flex-start;min-height:64px}.ar-delta-link i{width:45px;height:45px}.ar-creator{grid-template-columns:1fr;gap:30px}.ar-creator-photo{height:390px;max-width:100%;border-radius:23px}.ar-creator-photo figcaption{left:14px;bottom:14px;right:14px;padding:12px 15px}.ar-creator-copy p{font-size:15px}.ar-creator-signature{font-size:11px}.ar-delivery{grid-template-columns:1fr;gap:0}.ar-delivery article{padding:21px 0}.ar-delivery .ar-step-number{margin-bottom:10px}.ar-page .ar-faq details p{font-size:14px}.ar-page .ar-purchase{padding:28px 23px}.ar-demo-dialog{padding:12px;border-radius:18px}.ar-dialog-head{font-size:11px}.ar-dialog-head button{font-size:12px;padding-inline:12px}}
@media(prefers-reduced-motion:reduce){.ar-demo-track,.ar-demo-play,.ar-demo-modes button{transition:none}.ar-demo-track:hover,.ar-demo-play:hover,.ar-delta-link:hover i{transform:none}}
@media(max-width:360px){.ar-page .ar-brand .product-logo{display:none}.ar-page .ar-header-inner{gap:12px}.ar-page .ar-header .ar-button{margin-left:auto}.ar-page .ar-menu-toggle{margin-left:0;flex-shrink:0}}

/* A grounded hero: one message column beside the complete product. */
.ar-page .ar-canvas:after{display:none}
.ar-page .ar-hero-copy{grid-template-columns:minmax(0,.93fr) minmax(0,1.17fr);gap:44px;align-items:center}
.ar-page .ar-hero{padding-top:54px}
.ar-page .ar-hero h1{font-size:clamp(36px,3.65vw,53px);line-height:1.14;letter-spacing:-.055em}
.ar-page .ar-identity{width:215px;margin-bottom:13px}
.ar-page .ar-hero-description{margin-top:23px;max-width:490px}
.ar-page .ar-hero-description>p:first-child{font-size:15px;line-height:1.85;margin-bottom:24px}
.ar-page .ar-hero .ar-eyebrow{font-size:10px;letter-spacing:.12em}
.ar-hero-product{position:relative;min-width:0;padding:16px 16px 0;background:linear-gradient(145deg,#ffffffeb,#e9eef8ef);border:1px solid #fff;border-radius:26px;box-shadow:0 18px 48px #39436117,0 0 0 1px #d9dced;align-self:center}
.ar-hero-product-link{display:block;text-decoration:none}
.ar-hero-product-top{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:0 2px 15px;font-size:9px;color:var(--ar-muted)}
.ar-hero-product-top>span{display:flex;align-items:center;gap:7px;letter-spacing:.11em;font-weight:600}
.ar-hero-product-top i{height:5px;width:5px;border-radius:50%;background:#2bacca;box-shadow:0 0 0 4px #24a5cf12}
.ar-hero-product-top b{font-weight:500;font-size:10px;white-space:nowrap}
.ar-hero-vector{border:1px solid #cbd3e0;border-radius:15px;overflow:hidden;background:#f2f4f8;box-shadow:0 3px 10px #3b486c0a}
.ar-hero-vector svg{display:block;width:100%;height:auto;font-family:Poppins,system-ui,sans-serif}
.ar-hero-product-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:60px;color:var(--ar-muted);font-size:11px;padding:10px 4px}
.ar-hero-product-caption strong{font-size:12px;color:var(--ar-violet);font-weight:600;display:flex;gap:10px;align-items:center}
.ar-hero-product-caption strong span{transition:transform .25s}
.ar-hero-product-link:hover .ar-hero-product-caption strong span{transform:translate(2px,-2px)}
.ar-page .ar-hero .ar-facts{margin-top:40px}
@media(max-width:1100px){.ar-page .ar-hero-copy{gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)}.ar-page .ar-hero h1{font-size:clamp(34px,3.9vw,45px)}.ar-page .ar-hero-description>p:first-child{font-size:14px}.ar-page .ar-hero .ar-button{font-size:13px;padding:13px 17px}.ar-page .ar-hero .ar-link{font-size:12px}.ar-hero-product{padding:12px 12px 0;border-radius:22px}.ar-hero-product-top{font-size:8px;letter-spacing:0}.ar-hero-product-top b{font-size:9px}.ar-hero-product-caption{min-height:52px;font-size:10px}.ar-hero-product-caption strong{font-size:11px}}
@media(max-width:850px){.ar-page .ar-hero-copy{grid-template-columns:1fr;gap:34px}.ar-page .ar-hero-message{max-width:610px}.ar-page .ar-hero h1{font-size:clamp(39px,6.6vw,55px)}.ar-page .ar-hero-description{max-width:610px;margin-top:20px}.ar-page .ar-hero-description>p:first-child{font-size:16px}.ar-page .ar-hero .ar-button{font-size:15px}.ar-page .ar-hero .ar-link{font-size:14px}.ar-hero-product{width:100%;padding:16px 16px 0}.ar-hero-product-top{font-size:9px}.ar-hero-product-top b{font-size:11px}.ar-hero-product-caption{min-height:58px;font-size:12px}.ar-hero-product-caption strong{font-size:13px}}
@media(max-width:600px){.ar-page .ar-hero{padding-top:33px}.ar-page .ar-hero h1{font-size:clamp(32px,8.9vw,48px)}.ar-page .ar-identity{width:194px;margin-bottom:12px}.ar-page .ar-hero .ar-eyebrow{font-size:9px;letter-spacing:.09em}.ar-page .ar-hero-description>p:first-child{font-size:15px;margin-bottom:19px}.ar-page .ar-hero-description{margin-top:19px}.ar-page .ar-hero-copy{gap:28px}.ar-hero-product{padding:10px 10px 0;border-radius:19px}.ar-hero-vector{border-radius:10px}.ar-hero-product-top{font-size:7px;padding-bottom:10px}.ar-hero-product-top b{font-size:8px}.ar-hero-product-caption{min-height:48px;font-size:10px}.ar-hero-product-caption strong{font-size:11px}.ar-page .ar-hero .ar-facts{margin-top:26px}}

/* Keep dial captions in their own space, clear of the decorative rings. */
.ar-page .ar-control{min-width:0}
.ar-control-visual{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 auto 28px;width:155px;max-width:100%}
.ar-page .ar-control-visual .ar-dial{margin:0;flex-shrink:0}
.ar-dial-caption{display:block;max-width:100%;text-align:center;color:var(--ar-muted);font-size:10px;font-weight:500;line-height:1.5;letter-spacing:.025em;overflow-wrap:normal}
@media(max-width:1100px){.ar-control-visual{width:132px}}
@media(max-width:850px),(hover:none),(pointer:coarse){.ar-demo-expand{display:none}}
@media(max-width:600px){
 .ar-page .ar-control{grid-template-columns:110px minmax(0,1fr);gap:18px 24px;align-items:center}
 .ar-control-visual{width:110px;margin:0;grid-column:1;grid-row:1}
 .ar-page .ar-control h3{grid-column:2;grid-row:1;margin:0}
 .ar-page .ar-control>p,.ar-page .ar-control>.ar-range{grid-column:1 / -1;margin:0}
}
@media(max-width:360px){
 .ar-page .ar-control{grid-template-columns:90px minmax(0,1fr);gap:18px}
 .ar-control-visual{width:90px}
}
