:root{--ink:#262337;--muted:#686472;--soft:#8d8799;--line:#e2dee8;--surface:#fff;--wash:#f7f5f9;--accent:#6653a3;--accent-dark:#4a397f;--blush:#eecfdd;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--surface);font:400 16px/1.55 var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit}button{font:inherit}h1,h2,h3,p,blockquote{margin-top:0}h1,h2,h3{line-height:1.08}
::selection{color:var(--ink);background:#eadcf3}
:focus-visible{outline:3px solid #9478cf;outline-offset:4px}
.container{width:min(100% - 72px,1220px);margin-inline:auto}
.skip-link{position:absolute;top:-60px;left:16px;z-index:1000;padding:10px 16px;background:var(--ink);color:#fff;text-decoration:none;border-radius:6px}.skip-link:focus{top:12px}

.site-header{height:76px;border-bottom:1px solid rgba(83,74,107,.13);background:#faf9fc;position:relative;z-index:10}
.header-inner{height:100%;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap;font-size:20px;font-weight:760;letter-spacing:-.055em}
.brand-symbol{width:30px;height:30px;display:flex;align-items:center;justify-content:center;gap:3px}
.brand-symbol i{width:3px;height:10px;background:var(--accent);border-radius:3px}.brand-symbol i:nth-child(2){height:20px}.brand-symbol i:nth-child(3){height:14px}.brand-symbol i:nth-child(4){height:24px}
.site-nav{display:flex;align-items:center;gap:32px;margin-left:auto}.site-nav a{text-decoration:none;color:#5e5a69;font-size:13px;font-weight:650;transition:color .2s}.site-nav a:hover{color:var(--accent)}
.header-cta{margin-left:14px;display:inline-flex;gap:18px;align-items:center;padding:10px 15px;border:1px solid #d6cfe1;border-radius:7px;text-decoration:none;font-size:13px;font-weight:750;transition:background .2s,border-color .2s,transform .2s}.header-cta:hover{background:#eee9f5;border-color:#ac9bc9;transform:translateY(-2px)}

.hero{padding:0 0 72px;background:linear-gradient(128deg,#e4e2f0 0%,#f3ebf2 50%,#f3e4e7 100%)}
.hero-intro{text-align:center;padding:82px 0 57px}
.hero-topline,.section-label{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--accent);line-height:1.4}
.hero-topline{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:22px}
.topline-dot{width:7px;height:7px;border-radius:50%;background:#b98ab4;box-shadow:0 0 0 4px rgba(185,138,180,.15)}
.hero h1{font-size:clamp(54px,6.2vw,91px);line-height:.99;letter-spacing:-.075em;font-weight:760;margin:0 auto 25px}.hero h1 span{color:var(--accent);font-weight:590}
.hero-description{font-size:18px;line-height:1.55;max-width:660px;margin:0 auto 27px;color:#504b5d}
.hero-actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:27px}
.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:27px;padding:12px 18px;text-decoration:none;border-radius:7px;font-size:14px;font-weight:750;transition:transform .22s,background .22s,box-shadow .22s}
.button:hover{transform:translateY(-3px)}
.button-primary{color:#fff;background:var(--ink);box-shadow:0 9px 23px rgba(38,35,55,.14)}.button-primary:hover{background:var(--accent-dark);box-shadow:0 13px 26px rgba(74,57,127,.2)}
.text-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:14px;font-weight:750;color:var(--accent-dark)}.text-link:hover{text-decoration:underline}
.hero-disclaimer{color:#797383;font-size:12px;margin:17px 0 0}
.scene-wrap{width:min(100% - 40px,1440px);margin:0 auto}
.scene-intro{display:flex;justify-content:space-between;gap:12px;color:#716879;font-size:10px;font-weight:800;letter-spacing:.12em;margin:0 1px 12px}
.scene-caption{display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:12px;color:#6c6676;margin:12px 2px 0}.scene-caption a{color:var(--accent-dark);font-weight:750;text-decoration:none;white-space:nowrap}.scene-caption a:hover{text-decoration:underline}

.process-section{padding:112px 0 118px;background:#fff}
.section-head{max-width:650px;margin-bottom:47px}.section-label{margin:0 0 15px}.section-head h2,.use-copy h2,.control-layout h2,.final-layout h2{font-size:clamp(39px,4.4vw,59px);letter-spacing:-.065em;font-weight:710;margin:0 0 16px}
.section-head>p:last-child,.use-copy>p:not(.section-label),.control-layout>div>p:not(.section-label),.final-layout p:not(.section-label){color:var(--muted);font-size:17px;line-height:1.6;max-width:600px;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process-item{position:relative;padding:24px 24px 28px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}
.process-item:hover{transform:translateY(-4px);border-color:#c5b7d7;box-shadow:0 14px 30px rgba(52,39,73,.07)}
.process-number{color:#a390b5;font-weight:780;font-size:11px;letter-spacing:.12em;margin-bottom:20px}
.process-art{height:124px;border-radius:8px;background:#f4f1f7;margin-bottom:22px;display:flex;align-items:center;justify-content:center;color:#4e4366}
.process-item h3{font-size:22px;letter-spacing:-.045em;margin:0 0 9px}.process-item>p{font-size:14px;line-height:1.6;color:var(--muted);margin:0;max-width:310px}
.process-art-speak{gap:14px}.process-phone{width:28px;height:51px;border-radius:6px;background:#4e426b;padding:5px;display:flex;flex-direction:column;align-items:center}.process-phone i{width:100%;height:35px;border-radius:2px;background:#d9d1e8}.process-phone b{display:block;width:6px;height:2px;background:#c7bddb;border-radius:3px;margin-top:4px}.process-quote{font-size:13px;font-weight:700;background:#fff;border:1px solid #ded5e9;padding:11px 13px;border-radius:7px;box-shadow:0 5px 14px rgba(59,42,89,.06)}
.process-art-check{flex-direction:column;gap:5px;padding:15px 20px;align-items:stretch}.process-art-check span{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #ddd5e6;padding:4px 0;font-size:9px;font-weight:800;letter-spacing:.08em;color:#847591}.process-art-check span:last-child{border-bottom:0}.process-art-check b{color:#3c3450;font-size:11px;letter-spacing:0}
.process-art-record{gap:12px}.record-check{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#e4daf0;color:var(--accent-dark);font-weight:800}.process-art-record b{display:block;font-size:13px}.process-art-record small{display:block;color:#83788c;font-size:10px;margin-top:2px}

.use-section{padding:112px 0 118px;background:#f7f5f9;border-top:1px solid #efecf2}
.use-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:9%;align-items:start}
.use-copy h2{max-width:490px}.use-copy>p:not(.section-label){max-width:470px}
.workflow-picker{margin-top:34px;border-top:1px solid #ddd8e4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px}
.picker-tab{appearance:none;border:0;border-bottom:1px solid #ddd8e4;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:16px 4px;color:#625c6b;font-size:14px;font-weight:650;cursor:pointer;transition:color .2s,padding .2s}.picker-tab span{font-size:13px;color:#a094ab}.picker-tab:hover,.picker-tab.active{color:var(--accent-dark);padding-left:10px}.picker-tab.active{font-weight:800}.picker-tab.active span{color:var(--accent)}
.workflow-preview{border:1px solid #ded9e5;border-radius:12px;background:#fff;box-shadow:0 20px 42px rgba(50,38,68,.06);overflow:hidden}
.preview-header{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e9e5ed;padding:18px 23px;color:#887c99;font-size:10px;font-weight:800;letter-spacing:.12em}.preview-header span:first-child{color:var(--accent)}
.preview-main{padding:40px 32px 38px}.preview-main>p:first-child,.preview-subhead{display:block;color:#9a8ba7;font-size:10px;letter-spacing:.13em;font-weight:800}.preview-main>p:first-child{margin-bottom:15px}.preview-main blockquote{font-size:clamp(28px,3vw,41px);font-weight:680;letter-spacing:-.06em;line-height:1.16;min-height:96px;margin:0;color:var(--ink)}.preview-rule{width:100%;height:1px;background:#e8e3ed;margin:27px 0 22px}.preview-main strong{font-size:15px;font-weight:700;display:block;margin:7px 0 12px}.preview-outcome{font-size:13px;color:var(--muted);margin:0}.workflow-preview>a{display:flex;justify-content:space-between;gap:12px;text-decoration:none;padding:16px 23px;background:#f0ebf6;color:var(--accent-dark);font-size:13px;font-weight:780;transition:background .2s}.workflow-preview>a:hover{background:#e7dff1}

.control-section{padding:105px 0 110px;background:#28263b;color:#fff}
.control-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:12%;align-items:start}.control-layout .section-label{color:#c5b6ef}.control-layout h2{max-width:560px}.control-layout>div>p:not(.section-label){color:#d2cfdb;max-width:540px}
.control-list{border-top:1px solid #555267}.control-list>div{display:flex;gap:23px;border-bottom:1px solid #555267;padding:18px 0}.control-list span{font-size:11px;color:#bca9e7;font-weight:800;letter-spacing:.08em;margin-top:4px}.control-list p{color:#d8d5de;font-size:14px;line-height:1.55;margin:0}.control-list strong{color:#fff}

.final-section{padding:100px 0;background:linear-gradient(120deg,#e7e4f2,#f4e7eb)}
.final-layout{display:flex;align-items:end;justify-content:space-between;gap:50px}.final-layout h2{margin-bottom:12px}.final-layout p:not(.section-label){max-width:560px}.final-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;padding-bottom:5px;flex:none}
.site-footer{padding:40px 0 24px;background:#f9f8fa}.footer-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px}.footer-main p{margin:0;color:var(--muted);font-size:13px}.footer-main nav{display:flex;gap:24px}.footer-main nav a{text-decoration:none;color:#56505e;font-size:13px;font-weight:650}.footer-main nav a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#898392;font-size:11px}

@media(max-width:1050px){.container{width:min(100% - 48px,920px)}.site-nav{gap:18px}.use-layout{gap:5%}.final-layout{align-items:start;flex-direction:column;gap:26px}}
@media(max-width:760px){.container{width:min(100% - 36px,680px)}.site-header{height:66px}.site-nav{display:none}.header-cta{margin-left:auto}.hero-intro{padding:65px 0 42px}.hero h1{font-size:clamp(51px,10vw,74px)}.hero-description{font-size:16px}.scene-wrap{width:min(100% - 20px,680px)}.scene-intro{font-size:8px}.scene-intro span:last-child{display:none}.scene-caption{font-size:11px;align-items:start}.process-section,.use-section,.control-section{padding:80px 0}.process-grid{grid-template-columns:1fr;gap:12px}.process-item{display:grid;grid-template-columns:72px 1fr;column-gap:18px;padding:22px}.process-number{grid-column:1;grid-row:1;margin:0}.process-art{grid-column:1;grid-row:2/4;height:72px;margin:0}.process-art-speak{gap:0}.process-quote,.process-art-check,.process-art-record>span:last-child{display:none}.process-item h3{grid-column:2;grid-row:2;font-size:20px}.process-item>p{grid-column:2;grid-row:3}.process-art-record{align-items:start;padding-top:9px}.use-layout,.control-layout{grid-template-columns:1fr;gap:38px}.workflow-picker{margin-top:25px}.preview-main{padding:30px 24px}.preview-main blockquote{min-height:0}.footer-main{grid-template-columns:1fr;gap:14px}.footer-main nav{flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:5px}}
@media(max-width:480px){.container{width:min(100% - 32px,440px)}.brand{font-size:18px}.header-cta{font-size:12px;padding:8px 11px;gap:7px}.hero-intro{padding:55px 0 36px}.hero-topline{font-size:9px}.hero h1{font-size:clamp(47px,12vw,58px)}.hero-description{font-size:15px}.hero-actions{gap:17px;flex-direction:column}.hero-actions .button{width:100%}.hero-disclaimer{font-size:11px}.hero{padding-bottom:50px}.section-head h2,.use-copy h2,.control-layout h2,.final-layout h2{font-size:40px}.section-head>p:last-child,.use-copy>p:not(.section-label),.control-layout>div>p:not(.section-label),.final-layout p:not(.section-label){font-size:15px}.workflow-picker{column-gap:10px}.picker-tab{font-size:12px}.preview-header{font-size:8px;padding:15px}.preview-main{padding:28px 20px}.preview-main blockquote{font-size:31px}.final-section{padding:77px 0}.final-actions{align-items:stretch;flex-direction:column;width:100%}.final-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.header-cta,.picker-tab,.process-item{transition:none}}
