: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{container-type:size}
.product-stage .product-photo{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:multiply}
.product-photo-layer{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transition:opacity 520ms cubic-bezier(.4,0,.2,1);will-change:opacity}
.product-photo-layer.is-visible{opacity:1}
.product-photo-crop{width:min(88cqw,88cqh);aspect-ratio:1;background-size:200% 200%;background-repeat:no-repeat}
.product-photo-layer .product-photo-crop,.mobile-product-visual .product-photo-crop{transform:scale(var(--product-zoom,1));transform-origin:center;transition:transform 160ms ease-out;will-change:transform}
.product-stage>canvas.product-render,.hero-stage>canvas.product-render{opacity:0;transition:opacity 520ms cubic-bezier(.4,0,.2,1)}
.product-stage>canvas.product-render{transform:scale(var(--stand-zoom,1));transform-origin:center;transition:opacity 520ms cubic-bezier(.4,0,.2,1),transform 160ms ease-out}
.product-stage.ready>canvas.product-render,.hero-stage.ready>canvas.product-render{opacity:1}
.product-stage.show-photo>canvas.product-render{opacity:0;pointer-events: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>canvas.poster-fallback{transform:translateX(-50%) scale(var(--stand-zoom,1));transition:opacity 520ms cubic-bezier(.4,0,.2,1),transform 160ms ease-out}
.product-stage.ready>canvas.poster-fallback{opacity:0;pointer-events:none}
.product-stage.unavailable>canvas.poster-fallback{display:block;opacity:1}
.product-stage.show-photo>canvas.poster-fallback{opacity:0;pointer-events: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-posters{transition:opacity 520ms cubic-bezier(.4,0,.2,1)}
.hero-stage.ready .hero-posters{opacity:0;pointer-events:none}
.stage-actions{gap:8px;flex-wrap:wrap;padding-bottom:18px;height:90px;flex:0 0 90px}
.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;height:43px;flex:0 0 43px;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)}
.product-customizer{margin-top:28px;max-width:440px}
.product-customizer .picker-label{font-size:14px;margin:0 0 12px;color:var(--ink)}
.finish-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.finish-options button{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--muted);font-size:14px;text-align:left}
.finish-options button:hover{background:var(--soft)}
.finish-options button[aria-pressed=true]{border-color:var(--ink);color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.finish-swatch{width:23px;height:23px;border-radius:50%;background:var(--swatch);border:1px solid #0002;flex-shrink:0}
.product-customizer .small-note{font-size:12px;line-height:1.6;color:var(--muted);margin:12px 0 0}
.selected-finish{font-size:13px;color:var(--muted);margin:12px 0 0}
.color-options{flex-wrap:wrap;gap:9px}
#color-name{flex-basis:100%;margin:2px 0 0}
.client-picker{margin-top:28px;max-width:440px}
.client-picker .picker-label{font-size:14px;margin:0 0 12px}
.client-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.client-options button{display:flex;align-items:center;gap:12px;min-height:73px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;color:var(--ink);text-align:left}
.client-options button:hover{background:var(--soft)}
.client-options button[aria-pressed=true]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.client-options button>span:last-child{display:grid;gap:5px;min-width:0}
.client-options strong{font-size:14px;font-weight:500}.client-options button>span>span{font-size:12px;color:var(--muted)}
.client-swatch{width:38px;height:44px;display:grid;place-items:center;flex-shrink:0;border-radius:7px;font-size:24px;font-weight:600}
.kora{background:linear-gradient(155deg,#fff6e8 17%,#bc513a 17%,#bc513a 78%,#fff6e8 78%);color:#fff6e8;font-family:Georgia,serif}
.brava{background:repeating-linear-gradient(135deg,#c5403b 0 5px,#fff9ee 5px 10px,#244987 10px 15px);color:#fff;text-shadow:0 1px 3px #000}
.luma{background:radial-gradient(ellipse at 0 100%,#f0d9e4 42%,#fff8f5 43%,#fff8f5 80%,#59304f 81%);color:#59304f;font-family:Georgia,serif}
.nodo{background:linear-gradient(90deg,#2545cf 72%,#ddf373 72%);color:#ddf373}
.client-selection{font-size:14px;color:var(--muted);margin:12px 0 0}
.basic-designs{margin-top:22px;max-width:440px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.basic-designs summary{font-size:14px;padding:16px 0;cursor:pointer}
.basic-designs .template-picker{margin-top:0;padding-bottom:18px}
.basic-designs>.finish-options{padding-bottom:18px}
.available{font-size:14px}
@media(max-width:380px){.client-options button{gap:8px;padding:9px}.client-swatch{width:30px}}
.services-section{padding-top:116px;padding-bottom:32px;scroll-margin-top:100px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
.services-heading{text-align:center;max-width:920px;margin:0 auto 64px}
.services-heading .section-label{font-size:21px;line-height:1.3;font-weight:600;letter-spacing:-.025em;color:var(--ink);margin:0 0 23px}
.services-heading h2{font-size:clamp(44px,5.8vw,76px);font-weight:600;line-height:1.04;letter-spacing:-.055em;margin:0;text-wrap:balance}
.services-heading>p:last-child{font-size:21px;font-weight:400;line-height:1.5;letter-spacing:-.018em;color:var(--muted);margin:28px auto 0;max-width:640px;text-wrap:pretty}
.service-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 44px}
.service-row{min-width:0;padding:0 5px;display:flex;flex-direction:column}
.service-row h3{font-size:29px;font-weight:600;line-height:1.14;margin:0 0 19px;letter-spacing:-.035em;text-wrap:balance;max-width:280px;min-height:2.28em}
.service-row>div{display:flex;flex-direction:column;flex:1}
.service-row p{font-size:17px;line-height:1.58;letter-spacing:-.015em;color:var(--muted);margin:0 0 25px;text-wrap:pretty}
.service-detail{display:block;font-size:15px;font-weight:600;line-height:1.5;letter-spacing:-.015em;color:var(--ink);margin-top:auto}
.service-feature{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:56px 60px;background:var(--soft);border-radius:32px}
.service-feature h3{font-size:clamp(34px,4vw,48px);line-height:1.06;letter-spacing:-.045em;max-width:340px;margin:0;min-height:0}
.service-feature p{font-size:19px;line-height:1.55;margin-bottom:24px}
.services-section>.text-link{display:table;margin:50px auto 0;font-size:17px;font-weight:500;color:var(--accent);border-bottom:0;text-decoration:underline;text-underline-offset:5px;text-decoration-color:transparent}
.services-section>.text-link:hover{text-decoration-color:currentColor}
.mobile-product-visual{display:none}
.service-illustrated{padding:0}
.service-illustrated>.service-gallery{display:block;flex:none;margin:0 0 28px}
.service-frames{background:var(--soft);border-radius:22px;overflow:hidden}
.service-frames figure{margin:0}
.service-frames img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.service-frames figcaption{padding:17px 20px;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:-.02em;min-height:79px;display:flex;align-items:center}
.web-demo{aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;padding:5%;background:#ece8ed}
.web-demo-luma{background:#f3edf1}.web-demo-kora{background:#e9e0d4}.web-demo-brava{background:#e5e9ec}
.web-window{width:100%;height:100%;background:#fff;border-radius:11px;overflow:hidden;box-shadow:0 18px 40px rgba(20,21,22,.13);display:flex;flex-direction:column}
.web-chrome{height:19px;flex:none;background:#f2f2f4;display:flex;align-items:center;gap:4px;padding-left:10px}
.web-chrome i{width:5px;height:5px;border-radius:50%;background:#c3c3c8}
.web-page{flex:1;min-height:0;display:flex;flex-direction:column}
.web-demo-nav{height:39px;flex:none;display:flex;align-items:center;justify-content:space-between;padding:0 18px;gap:6px;font-size:10px}
.web-demo-nav strong{font-size:12px;letter-spacing:-.04em}.web-demo-nav span{color:#57545a;font-size:9px;white-space:nowrap}
.web-demo-split{flex:1;min-height:0;display:grid;grid-template-columns:1.03fr .97fr;align-items:stretch}
.web-demo-message{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:12px 8px 12px 19px;gap:7px;min-width:0}
.web-demo-message small{font-size:9px;letter-spacing:.02em;color:#6c5b65}
.web-demo-message b{font-size:clamp(15px,1.65vw,25px);line-height:1.05;letter-spacing:-.045em;max-width:200px}
.web-demo-message span{font-size:10px;line-height:1.35;max-width:190px;color:#545057}
.web-demo-message em,.web-phone-page em{font-style:normal;font-size:9px;font-weight:650;background:#4f3043;color:#fff;border-radius:20px;padding:6px 9px;display:inline-block}
.service-frames .web-demo-split img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;min-height:0}
.web-demo-kora .web-phone{height:100%;width:50%;min-width:160px;max-width:215px;border:5px solid #252525;border-radius:24px;background:#f7f2e9;box-shadow:0 16px 35px rgba(50,35,20,.24);display:flex;flex-direction:column;overflow:hidden}
.web-phone-top{width:35%;height:8px;flex:none;margin:0 auto;background:#252525;border-radius:0 0 7px 7px}
.web-phone-page{display:flex;flex-direction:column;min-height:0;flex:1;padding:8px 10px;gap:6px;color:#322c26}
.web-phone-page strong{font-size:11px;letter-spacing:-.03em}.web-phone-page small{font-size:9px;color:#856344}.web-phone-page b{font-size:18px;line-height:1;letter-spacing:-.04em}
.service-frames .web-phone-page img{width:100%;height:38%;aspect-ratio:auto;object-fit:cover;object-position:center 72%;border-radius:7px;min-height:0}
.web-phone-page span{font-size:9px;white-space:nowrap}.web-phone-page em{background:#593e2b;align-self:flex-start;font-size:8px}
.web-demo-brava .web-page{background:#171d23;color:#fff}.web-demo-brava .web-demo-nav span{color:#c0c7cd}
.web-demo-brava .web-demo-split{grid-template-columns:.9fr 1.1fr}.web-demo-brava .web-demo-message{padding-left:17px}
.web-demo-brava .web-demo-message small,.web-demo-brava .web-demo-message span{color:#c7cdd2}.web-demo-brava .web-demo-message em{background:#eef1f2;color:#171d23}
.web-thumb{display:flex;flex-direction:column;justify-content:center;gap:4px;width:100%;height:100%;border-radius:7px;padding:7px;background:#eee6eb}
.web-thumb i{display:block;width:65%;height:7px;background:#714c63;border-radius:3px}.web-thumb i+i{width:90%;height:10px;background:#c29cae}
.kora-thumb{background:#f1e5d1}.kora-thumb i{background:#886343}.kora-thumb i+i{background:#cba875}.brava-thumb{background:#222b33}.brava-thumb i{background:#e3e8eb}.brava-thumb i+i{background:#768997}
.service-thumbnails{display:flex;flex-wrap:wrap;gap:12px;padding:14px 3px 3px}
.service-thumbnails button{width:66px;height:52px;padding:3px;border:1px solid transparent;border-radius:11px;background:transparent;opacity:.65;transition:opacity 160ms ease}
.service-thumbnails button[aria-pressed=true]{border-color:var(--ink);opacity:1}
.service-thumbnails button:hover{opacity:1}
.service-thumbnails button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;opacity:1}
.service-thumbnails img{display:block;width:100%;height:100%;object-fit:cover;border-radius:7px}
.services-section>.service-examples-note{font-size:13px;color:var(--muted);line-height:1.6;text-align:center;margin:30px auto 0;max-width:700px}
@media(max-width:1000px) and (min-width:761px){
  .nav{gap:14px}.brand{flex:0 0 110px}.nav-links{gap:15px;font-size:13px;white-space:nowrap}.nav-tools{gap:8px}.nav-cta{padding:9px 12px;font-size:13px}
  .service-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px}
  .service-frames figcaption{font-size:15px;padding-inline:15px}
  .service-illustrated:last-child{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}
  .service-illustrated:last-child h3{grid-column:1/-1;max-width:none;min-height:0}
  .service-illustrated:last-child>.service-gallery{grid-column:1;margin-bottom:0}
  .service-illustrated:last-child>.service-copy{grid-column:2}
}
@media(max-width:760px){
  .services-section{padding-top:72px;padding-bottom:16px;scroll-margin-top:85px}
  .services-heading{margin-bottom:36px;text-align:left}.services-heading .section-label{font-size:18px;margin-bottom:20px}
  .services-heading h2{font-size:clamp(38px,10vw,56px);line-height:1.06;letter-spacing:-.05em}
  .services-heading>p:last-child{font-size:19px;line-height:1.5;margin-top:24px}
  .service-list{grid-template-columns:1fr;gap:0}
  .service-row{display:block;padding:30px 4px;border-bottom:1px solid var(--line)}
  .service-row h3{font-size:28px;margin-bottom:16px;max-width:100%;min-height:0}
  .service-row p{font-size:17px;margin-bottom:18px}.service-detail{font-size:15px}
  .service-feature{padding:30px 25px;margin-bottom:6px;border:0;border-radius:24px}
  .service-feature h3{font-size:34px;max-width:270px;margin-bottom:22px}.service-feature p{font-size:17px}
  .service-illustrated{padding:36px 0}.service-illustrated h3{margin-bottom:24px}
  .service-illustrated>.service-gallery{margin-bottom:24px}.service-frames figcaption{min-height:60px}
  .web-demo-message b{font-size:clamp(17px,5vw,24px)}
  .service-thumbnails{gap:8px}.service-thumbnails button{flex:0 1 66px;min-width:0}
  .services-section>.service-examples-note{text-align:left;margin-top:25px}
  .services-section>.text-link{margin-top:32px}
  .story-visual{position:static;top:auto;height:410px;min-height:0;max-height:none;width:100%;margin:26px 0;z-index:auto;box-shadow:none}
  .chapter,.chapter:first-child,.chapter#atril{display:block;min-height:0;scroll-margin-top:85px}
  .chapter+.chapter{border-top:1px solid var(--line);margin-top:36px}
  .chapter-inner{padding:32px 0}.chapter#atril .chapter-inner{padding-top:0}
  .mobile-product-visual{display:grid;place-items:center;width:100%;height:320px;margin:26px 0;background:#f8f9fb;border-radius:var(--radius);overflow:hidden;container-type:size}
  .mobile-product-visual .product-photo-crop{width:min(92cqw,92cqh);mix-blend-mode:multiply}
  .product-story{padding-bottom:25px}.chapter .product-customizer,.chapter .client-picker{margin-top:22px}
  .product-nav{padding-bottom:14px}.product-stage{min-height:180px}
  .nav-links a:nth-child(2){display:inline}.nav-links{gap:12px;margin-right:12px}.brand{width:90px;flex-shrink:0}
}
@media(max-width:380px){.brand{width:80px}.nav-links{font-size:12px;gap:10px;margin-right:10px}}
@media(max-width:760px){
  :root{scroll-behavior:auto;scroll-padding-top:80px}
  #servicios,.chapter,.chapter:first-child,.chapter#atril{scroll-margin-top:12px}
}
