:root{--paper:#fff;--ink:#141516;--muted:#65686b;--soft:#f5f5f7;--line:#e5e6e8;--accent:#415e62;--radius:28px;--header:76px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:100px}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:6px}::selection{background:#dce9e7}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;left:20px;top:-80px;background:#fff;padding:14px;z-index:50}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:30;height:var(--header);background:#fffffff0;backdrop-filter:blur(20px);border-bottom:1px solid #00000006}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:block;position:relative;width:126px;aspect-ratio:6.5;overflow:hidden}.brand img{position:absolute;width:212%;height:auto;max-width:none;left:-55.5%;top:-400%}.nav-links{display:flex;gap:36px;font-size:14px}.nav-links a:hover{color:var(--muted)}.nav-cta{font-size:14px;padding:11px 22px;border:1px solid var(--line);border-radius:30px}.hero{text-align:center;overflow:hidden}.hero-copy{padding-top:72px;position:relative;z-index:2}.intro{font-size:16px;color:var(--muted);margin:0 0 23px}h1{font-size:clamp(52px,6.5vw,94px);line-height:1.03;letter-spacing:-.065em;font-weight:600;margin:0}h2{font-size:clamp(36px,4.3vw,62px);line-height:1.07;letter-spacing:-.055em;font-weight:500;margin:0}.hero-description{font-size:21px;line-height:1.45;color:var(--muted);margin:25px 0 28px}.button{display:inline-flex;align-items:center;gap:24px;background:var(--ink);color:#fff;border-radius:30px;padding:16px 25px;font-size:15px;border:1px solid transparent}.button:hover{background:#353739}.button span{font-size:19px}.hero-product{margin:20px auto 0;width:min(1140px,100%)}.hero-product img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.hero-product figcaption{font-size:13px;color:var(--muted);padding:12px 20px 0}.intro-section{padding-block:138px 84px}.section-label{font-size:15px;color:var(--muted);margin:0 0 22px}.intro-section>p:last-child{max-width:520px;font-size:19px;line-height:1.6;color:var(--muted);margin:26px 0 0}.simple-intro{padding-block:80px 140px}.simple-intro p{max-width:570px;font-size:20px;line-height:1.6;color:var(--muted)}.footer{border-top:1px solid var(--line);padding-block:35px;display:flex;gap:25px;align-items:center;font-size:13px;color:var(--muted)}.footer-name{font-size:24px;letter-spacing:.1em;font-weight:300;color:var(--ink)}.footer>span:last-child{margin-left:auto}
@media(max-width:700px){:root{--header:66px}.wrap{width:calc(100% - 40px)}.brand{width:104px}.nav-links{gap:16px;font-size:13px}.nav-links a:last-child{display:none}.nav-cta{font-size:13px;padding:9px 15px}.hero-copy{padding-top:60px}.intro{font-size:14px;margin-bottom:25px}h1{font-size:58px}.hero-description{font-size:18px}.hero-product{width:130%;margin-left:-15%;margin-top:45px}.hero-product figcaption{padding-inline:14%;font-size:12px}.intro-section{padding-block:100px 55px}.intro-section>p:last-child{font-size:17px}.footer{flex-wrap:wrap;gap:15px}.footer>span:last-child{margin-left:0;width:100%}.simple-intro{padding-block:45px 80px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.brand{aspect-ratio:5.3}.brand img{top:-325%}
/* Product-led scroll narrative: one fixed stage, four distinct chapters. */
.product-story{display:grid;grid-template-columns:1fr 1fr;gap:80px;position:relative;padding-bottom:60px}.story-visual{grid-column:2;grid-row:1;position:sticky;top:calc(var(--header) + 22px);height:calc(100svh - var(--header) - 44px);max-height:730px;background:var(--soft);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;align-self:start}.stage-heading{padding:28px 30px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;gap:15px}.stage-format{font-size:12px;color:var(--muted)}.product-stage{position:relative;min-height:220px;flex:1;overflow:hidden}.product-stage canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:pan-y;cursor:grab}.product-stage canvas:active{cursor:grabbing}.scene-fallback{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:auto;mix-blend-mode:multiply}.scene-status{position:absolute;bottom:30px;left:22px;right:22px;font-size:14px;text-align:center;color:var(--muted)}.ready .scene-fallback{display:none}.unavailable canvas{display:none}.stage-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 30px 22px;font-size:12px;min-height:56px;color:var(--muted)}.rotate-button{border:0;color:var(--ink);padding:10px 14px;border-radius:20px;background:#fff;font-size:13px}.rotate-button:hover{background:#e9ecec}.rotate-button span{font-size:18px;margin-right:6px}.product-nav{display:flex;justify-content:center;gap:4px;padding:0 20px 25px}.product-nav a{padding:10px 22px;border-radius:30px;color:var(--muted);font-size:14px}.product-nav a.active{background:#fff;color:var(--ink);box-shadow:0 2px 12px #00000005}.story-chapters{grid-column:1;grid-row:1}.chapter{min-height:105svh;display:flex;align-items:center;scroll-margin-top:100px}.chapter:first-child{min-height:90svh}.chapter-inner{padding-block:80px}.chapter h2{font-size:clamp(35px,3.6vw,51px);line-height:1.11}.chapter-inner>p:not(.section-label){font-size:18px;color:var(--muted);line-height:1.65;max-width:440px;margin-top:26px}.chapter .section-label{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.soon{border:1px solid #d9dddd;border-radius:16px;padding:5px 10px;font-size:12px;color:#5d6466;white-space:nowrap}.product-note{display:block;font-size:13px;margin-top:26px;color:#414749}.text-link{display:inline-flex;align-items:center;gap:13px;font-size:15px;border-bottom:1px solid #bcc8ca;padding-bottom:6px;margin-top:30px}.text-link:hover{color:var(--accent)}.chapter-inner>p.small-note{font-size:13px;line-height:1.65;margin-top:20px}.how-section{background:var(--soft);padding:110px 0}.how-heading{text-align:center}.how-heading>p:last-child{font-size:19px;line-height:1.5;color:var(--muted);margin-top:26px}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;margin-top:74px}.step-number{display:grid;place-items:center;width:40px;height:40px;border:1px solid #c7ccce;border-radius:50%;font-size:16px;margin-bottom:27px}h3{font-weight:500;font-size:25px;line-height:1.2;letter-spacing:-.035em;margin:0 0 16px}.how-steps p{font-size:16px;line-height:1.7;color:var(--muted);margin:0}.uses-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-block:150px;align-items:center}.use-demo{border:1px solid var(--line);border-radius:28px;padding:12px 30px 25px;background:#fff}.demo-control{display:flex;gap:5px;justify-content:space-between;padding:5px;background:var(--soft);border-radius:26px;margin:0 -17px}.demo-control button{flex:1;background:transparent;border:0;border-radius:22px;padding:12px 8px;font-size:14px;color:var(--muted)}.demo-control button[aria-selected=true]{background:#fff;color:var(--ink);box-shadow:0 2px 10px #00000005}.demo-panel{padding:36px 0 0;min-height:343px}.demo-panel[hidden]{display:none}.demo-icon{display:grid;place-items:center;background:#eaf0ef;color:var(--accent);width:40px;height:40px;border-radius:12px;font-size:25px;margin-bottom:25px}.demo-panel h3{font-size:30px}.demo-panel>p{font-size:16px;line-height:1.65;color:var(--muted);min-height:78px}.example-card{display:flex;align-items:center;gap:15px;background:var(--soft);border-radius:16px;padding:18px 15px;margin-top:26px}.example-initial{font-weight:300;border:1px solid #d0d5d5;font-size:22px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%}.example-card>div{flex:1;display:grid;gap:6px}.example-card strong{font-size:15px;font-weight:500}.example-card div span{font-size:12px;color:var(--muted)}.demo-disclaimer{font-size:12px;color:var(--muted);line-height:1.5;margin-top:22px}.business-section{display:grid;grid-template-columns:1fr 1fr;gap:95px;padding-bottom:145px;align-items:center}.business-copy p:not(.section-label){font-size:17px;line-height:1.7;color:var(--muted);max-width:490px;margin-top:26px}.business-statement{background:#eaf0ef;border-radius:var(--radius);padding:70px 45px;min-height:450px;display:flex;flex-direction:column;justify-content:space-between}.business-statement>span{font-size:clamp(45px,4.5vw,67px);font-weight:500;letter-spacing:-.06em;line-height:1.05;color:#344b4f}.business-statement p{font-size:16px;line-height:1.65;color:#526367;margin:30px 0 0}.faq-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;border-top:1px solid var(--line);padding-top:95px;padding-bottom:100px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:25px 0;display:flex;gap:20px;justify-content:space-between;align-items:center;font-size:17px;cursor:pointer;list-style:none;line-height:1.45}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:26px;font-weight:300;line-height:1;flex-shrink:0}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);font-size:16px;line-height:1.7;margin:0 25px 26px 0}.closing{padding:85px 0 100px;text-align:center;border-top:1px solid var(--line)}.closing h2{font-size:clamp(55px,6.4vw,88px);font-weight:500}.closing>p:not(.section-label){font-size:19px;line-height:1.6;color:var(--muted);margin-block:27px 30px}[hidden]{display:none!important}
@media(min-width:1600px){.hero-copy{padding-top:90px}.hero-product{max-width:1280px}.wrap{width:min(1320px,calc(100% - 120px))}}
@media(max-width:1000px){.product-story{gap:40px}.stage-heading{padding:22px 20px 0;display:block}.stage-format{display:block;margin-top:8px}.chapter h2{font-size:38px}.uses-section,.business-section{gap:45px}.how-steps{gap:35px}.business-statement{padding:50px 30px}.faq-section{gap:40px}.product-nav a{padding:10px 16px}.stage-actions{padding-inline:20px}}
@media(max-width:760px){.nav-links a:nth-child(n+2){display:none}.product-story{display:block;gap:0;padding-bottom:30px}.story-visual{top:calc(var(--header) + 10px);height:43svh;min-height:260px;max-height:420px;z-index:5;box-shadow:0 5px 20px #00000003}.stage-heading{padding:16px 20px 0;display:flex;font-size:13px}.stage-format{margin:0;font-size:12px}.product-stage{min-height:145px}.stage-actions{padding:0 20px 8px;min-height:34px}.rotate-button{padding:4px 12px;font-size:12px}.product-nav{padding-bottom:12px;gap:4px}.product-nav a{padding:7px 19px;font-size:13px}.chapter,.chapter:first-child{min-height:82svh;scroll-margin-top:calc(var(--header) + 46svh)}.chapter-inner{padding-block:58px 55px}.chapter h2{font-size:39px}.chapter-inner>p:not(.section-label){font-size:17px}.chapter .section-label{margin-bottom:18px}.how-section{padding:75px 0}.how-heading{text-align:left}.how-heading>p:last-child{font-size:17px}.how-steps{grid-template-columns:1fr;gap:35px;margin-top:46px}.how-steps article{display:grid;grid-template-columns:38px 1fr;column-gap:20px}.step-number{grid-row:1/3;width:34px;height:34px;margin:0}.how-steps h3{font-size:24px}.how-steps p{grid-column:2}.uses-section{grid-template-columns:1fr;gap:40px;padding-block:88px}.use-demo{padding:12px 23px 23px}.demo-panel{min-height:0}.demo-panel>p{min-height:0}.business-section{grid-template-columns:1fr;gap:35px;padding-bottom:85px}.business-statement{min-height:320px;padding:40px 30px}.business-statement>span{font-size:52px}.faq-section{grid-template-columns:1fr;gap:35px;padding-block:70px}.faq-list summary{font-size:16px}.closing{padding-block:70px}.footer a{margin-left:auto}.footer>span:last-child{font-size:12px}}
@media(max-height:650px) and (min-width:761px){.story-visual{top:calc(var(--header) + 10px);height:calc(100svh - var(--header) - 20px)}.stage-heading{padding-top:18px}.stage-actions{padding-bottom:5px}.product-nav{padding-bottom:12px}}

.nav-tools{display:flex;gap:24px;align-items:center}.language-switch{display:flex;align-items:center;gap:3px;font-size:12px;color:#8c9294}.language-switch button{border:0;background:none;padding:10px 5px;font-size:12px;font-weight:400;color:#757a7c}.language-switch button[aria-pressed=true]{color:var(--ink);font-weight:700}.hero-stage{height:520px;width:100%;position:relative;overflow:hidden}.hero-stage canvas{position:absolute;inset:0;touch-action:pan-y}.hero-product{width:min(1240px,100%);margin-top:22px}.hero-stage .scene-fallback{object-fit:contain;height:100%;top:0;transform:none}.hero-stage.ready .scene-fallback{display:none}.hero-stage.unavailable canvas{display:none}.hero-copy{padding-top:58px}.hero-product figcaption{padding-top:0}.available{font-size:12px;background:#e8eeea;padding:6px 11px;border-radius:20px;color:#365145}.template-picker{margin-top:30px}.picker-label{font-size:14px;font-weight:500;color:var(--ink);margin:0 0 14px}.template-options{display:flex;gap:7px;flex-wrap:wrap}.template-options button{padding:10px 15px;border:1px solid #d8dfe0;border-radius:22px;font-size:13px;background:#fff;color:var(--muted)}.template-options button[aria-pressed=true]{border-color:var(--ink);background:var(--ink);color:#fff}.color-label{margin-top:24px}.color-options{display:flex;align-items:center;gap:12px}.color-options button{border:1px solid transparent;background:none;width:36px;height:36px;border-radius:50%;padding:4px}.color-options button>span{display:block;width:26px;height:26px;background:var(--swatch);border:1px solid #00000012;border-radius:50%}.color-options button[aria-pressed=true]{border-color:var(--ink)}#color-name{font-size:13px;color:var(--muted);margin-left:4px}.template-picker .small-note{font-size:12px;line-height:1.65;color:var(--muted);max-width:340px;margin:17px 0 0}.chapter#atril{min-height:115svh}.product-nav a{padding-inline:15px}
@media(max-width:760px){.nav-tools{gap:9px}.nav-cta{display:none}.nav-links{margin-left:auto;margin-right:18px}.hero-copy{padding-top:45px}.hero-stage{height:315px}.hero-product{width:100%;margin-left:0;margin-top:25px}.hero-product figcaption{padding:0 30px;font-size:12px;line-height:1.6}.chapter#atril{min-height:105svh}.chapter-inner{padding-top:45px}.template-options button{padding:10px 13px}.stage-heading{padding-top:14px}.product-nav a{padding:7px 13px}.intro-section{padding-top:85px}.hero-description{margin-top:23px}.hero-copy h1{font-size:61px}}
/* Studio revision: neutral light, accurate material photography, readable prints. */
:root{--soft:#f5f5f7;--accent:#205eac}
.hero-copy h1{font-size:clamp(49px,6.1vw,88px);letter-spacing:-.06em}
.hero-description{font-size:19px}
.hero-stage{height:590px;background:linear-gradient(#fff 75%,#f8f9fb)}
.hero-product{max-width:1300px}
.story-visual{background:#f8f9fb}
.product-stage .product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:14px;will-change:transform}
.product-stage.show-photo>canvas,.product-stage.show-photo .scene-fallback{display:none}
.product-stage>canvas.poster-fallback{position:absolute;height:84%;width:auto;max-width:83%;object-fit:contain;inset:8% auto auto 50%;transform:translateX(-50%);border:1px solid #d9dfe4;box-shadow:0 18px 35px #15253c12;cursor:default}
.product-stage.ready>canvas.poster-fallback{display:none}
.product-stage.unavailable>canvas.poster-fallback{display:block}
.product-stage.show-photo>canvas.poster-fallback{display:none}
.hero-posters{height:100%;display:flex;justify-content:center;align-items:center;gap:22px;padding:25px}
.hero-posters canvas{position:static;height:90%;width:auto;max-width:30%;object-fit:contain;box-shadow:0 12px 35px #00000012}
.hero-stage.ready .hero-posters{display:none}
.stage-actions{gap:8px;flex-wrap:wrap;padding-bottom:18px}
.drag-hint{font-size:12px;flex:1 0 100%}
.rotate-button{border:1px solid #e1e4e8;font-size:13px}
#view-design{margin-left:auto}
.product-nav a{font-size:14px;white-space:nowrap;padding-inline:9px}
.hero-stage.unavailable .hero-posters canvas{display:block}
.template-options button{font-size:14px}
#design-dialog{border:0;border-radius:20px;padding:24px;background:#f5f5f7;max-height:94svh;width:min(610px,calc(100% - 24px));color:var(--ink);box-shadow:0 25px 100px #0003}
#design-dialog::backdrop{background:#0c101b9e;backdrop-filter:blur(7px)}
.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}
.dialog-heading h2{font-size:24px;letter-spacing:-.035em}
#close-design{border:0;background:white;border-radius:50%;width:36px;height:36px;font-size:25px}
#large-design{display:block;width:auto;max-width:100%;height:69svh;max-height:820px;margin:auto;object-fit:contain;box-shadow:0 10px 24px #00000012}
#design-dialog>p{text-align:center;font-size:12px;line-height:1.6;color:var(--muted)}
@media(max-width:760px){
  .hero-copy h1{font-size:clamp(44px,10.6vw,63px)}
  .hero-description{font-size:17px;line-height:1.55}
  .hero-stage{height:360px}
  .story-visual{height:48svh;max-height:460px;min-height:300px}
  .stage-actions{padding:0 16px 8px;min-height:35px;flex-wrap:nowrap}
  .drag-hint{display:none}
  .rotate-button{font-size:12px}
  .product-nav{padding-inline:8px}.product-nav a{padding:8px 12px;font-size:13px}
  .chapter,.chapter:first-child{scroll-margin-top:calc(var(--header) + 51svh)}
  .chapter h2{font-size:37px}
  .hero-posters{gap:9px;padding:15px}
  .hero-posters canvas{height:80%;max-width:30%}
}
.footer{flex-wrap:wrap}
.footer-reference{order:2;flex-basis:100%;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 18px;border-top:1px solid var(--line);padding-top:20px}
.footer-reference a{margin-left:0;color:var(--ink);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.footer-reference a:hover{color:var(--accent)}
