@import"https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700;800&family=Titillium+Web:wght@300;400;600;700&display=swap";:root{--bg:#1c1a1a;--panel:#231f20;--panel-2:#1f1c1d;--text:#f4f1ea;--muted:#b9b6ae;--gold:#86754d;--gold-light:#b5a06c;--gold-mid:#9c8858;--gold-deep:#6e5f3e;--gray:#666b65;--red:#ba2234;--brand: var(--gold);--brand-soft: rgba(134,117,77,.18);--border:#3a3634;--line: rgba(244,241,234,.08);--shadow: 0 14px 36px rgba(0,0,0,.45);--radius: 10px;--font-display: "Barlow Semi Condensed", "DIN Alternate", "Roboto Condensed", sans-serif;--font-body: "Titillium Web", "Dekar", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:.01em;text-transform:uppercase}a{color:var(--gold-light);text-decoration:none}a:hover{color:#cbb98a}:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px;border-radius:4px}.container{width:min(1120px,92%);margin-inline:auto}.skip-link{position:absolute;left:12px;top:-60px;z-index:100;background:var(--gold-mid);color:var(--bg);padding:.5rem .8rem;border-radius:8px;font-weight:700;transition:top .15s}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:30;background:#231f20db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:14px;color:var(--text)}.brand-logo{height:38px;width:auto;display:block}.brand-sep{width:1px;height:26px;background:var(--line)}.brand-product{font-family:var(--font-display);font-weight:700;font-size:1.35rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.nav{display:flex;gap:22px;align-items:center}.nav a{color:var(--text);opacity:.9;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;font-family:var(--font-display)}.nav a:hover{opacity:1;color:var(--gold-light)}.nav a.active{color:var(--gold-light);opacity:1}.nav a.cta{padding:.55rem 1rem;background:linear-gradient(120deg,var(--gold-light),var(--gold-mid));border:1px solid var(--gold-deep);border-radius:8px;color:var(--bg);font-weight:700;letter-spacing:.06em;opacity:1;box-shadow:inset 0 1px #ffffff24,var(--shadow)}.nav a.cta:hover{color:var(--bg)}.nav-toggle{display:none;background:none;border:1px solid var(--border);color:var(--text);border-radius:8px;padding:6px}@media(max-width:900px){.nav-toggle{display:block}.nav{position:absolute;right:16px;top:64px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px;display:none;flex-direction:column;align-items:stretch;gap:14px;box-shadow:var(--shadow);min-width:220px}.nav.open{display:flex}.nav a.cta{text-align:center}.brand-product{font-size:1.15rem}}@media(max-width:480px){.brand-sep,.brand-product{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(120deg,var(--gold-light),var(--gold-mid));color:var(--bg);border:1px solid var(--gold-deep);padding:.8rem 1.2rem;border-radius:8px;font-weight:700;letter-spacing:.08em;box-shadow:inset 0 1px #ffffff24,var(--shadow);text-transform:uppercase;font-size:.95rem;cursor:pointer;font-family:var(--font-display);transition:transform .15s,filter .15s}.btn:hover{transform:translateY(-1px);filter:brightness(1.06);color:var(--bg)}.btn.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--gray);box-shadow:none}.btn.btn-ghost:hover{border-color:var(--gold-light);color:var(--text);filter:none}.section{padding:56px 0}.section-head{max-width:64ch;margin-bottom:28px}.section-head h2{margin:0 0 .5rem;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.05}.section-head .lead{margin:0}.band{background:linear-gradient(180deg,#231f20e6,#231f2080);border-block:1px solid var(--line)}.section h2,.section h1{position:relative;padding-top:.45rem;color:var(--gold-light)}.section h2:before,.section h1:before{content:"";position:absolute;top:0;left:0;width:72px;height:3px;background:var(--gold);border-radius:2px}.section h3{color:var(--text)}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light);font-size:.78rem;font-weight:700;margin:0 0 10px;font-family:var(--font-display)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:860px){.grid-2,.grid-3{grid-template-columns:1fr}}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media(max-width:980px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.card-grid{grid-template-columns:1fr}}.card{display:block;position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);transition:border-color .25s,transform .25s,box-shadow .25s,background .25s;overflow:hidden}.card h3{margin:.2rem 0 .5rem}.card p{color:var(--muted)}.card-icon{font-size:1.25rem}.card-static{cursor:default}.pill-row{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.pill{border:1px solid var(--border);background:var(--panel);padding:.42rem .75rem;border-radius:999px;font-weight:600;letter-spacing:.04em;color:var(--text);font-size:.9rem;display:inline-flex;align-items:center;gap:8px}.pill--status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 8px #ba223499}.lead{color:#d6d2c8;font-size:1.12rem;line-height:1.55;font-weight:300}.muted{color:var(--muted)}.tiny{font-size:.9rem}.spec-asterisk{font-size:.6em;color:var(--gold-light);margin-left:3px}.spec-footnote{font-size:.82rem;line-height:1.45;color:var(--muted);margin:10px 0 0}.hero-split{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(70% 90% at 78% 40%,rgba(134,117,77,.14),transparent 60%),linear-gradient(rgba(244,241,234,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(244,241,234,.025) 1px,transparent 1px),var(--bg);background-size:auto,40px 40px,40px 40px,auto}.hero-split:after{content:"";position:absolute;left:-140px;bottom:-160px;width:620px;height:620px;background:url(/brand/eod-crest-gold.png) center/contain no-repeat;opacity:.06;pointer-events:none}.hero-split__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(28px,5vw,64px);align-items:center;padding:clamp(48px,7vw,88px) 0;min-height:min(76vh,720px)}.hero-split h1{font-size:clamp(2.3rem,4.8vw,4.1rem);line-height:.98;margin:.1rem 0 1rem;max-width:16ch;color:var(--text)}.hero-split .subtitle{color:#d6d2c8;max-width:52ch;font-size:1.15rem;line-height:1.55;margin:0;font-weight:300}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.hero-pills{margin-top:24px}.hero-pills .pill{background:#231f20b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:980px){.hero-split__inner{grid-template-columns:1fr;min-height:0;padding:40px 0 48px}.hero-split h1{max-width:none}.hero-split:after{width:420px;height:420px;left:auto;right:-160px;bottom:-120px}}.trust-band{padding:0}.trust-strip{display:flex;flex-wrap:wrap;gap:10px 28px;align-items:center;padding:16px 0;color:var(--text);font-size:.98rem}.trust-strip__label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);font-size:.74rem;font-weight:700;font-family:var(--font-display)}.trust-strip__item{display:inline-flex;align-items:center;gap:8px}.trust-strip .dot{color:var(--gold);font-size:.7rem}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:22px 20px 20px;box-shadow:var(--shadow)}.step__num{display:inline-block;font-family:var(--font-display);font-weight:700;font-size:.95rem;letter-spacing:.14em;color:var(--gold-light);margin-bottom:10px}.step h3{margin:0 0 .5rem;font-size:1.35rem}.step p{margin:0;color:var(--muted);line-height:1.55}@media(max-width:900px){.steps{grid-template-columns:1fr}}.feature-rows{padding-top:8px}.feature-row{display:grid;grid-template-columns:1.08fr 1fr;gap:clamp(24px,4vw,48px);align-items:center;padding:44px 0;scroll-margin-top:80px}.feature-row+.feature-row{border-top:1px solid var(--line)}.feature-row.reverse .feature-row__media{order:2}.feature-row__copy h3{font-size:clamp(1.5rem,2.6vw,2rem);margin:.1rem 0 .7rem;line-height:1.05}.feature-row__copy p{color:var(--muted);font-size:1.05rem;line-height:1.55;max-width:50ch}.feature-row__copy ul{margin:.9rem 0 0;padding-left:1.15rem;color:var(--text)}.feature-row__copy li{margin:.38rem 0}.feature-row__copy li::marker{color:var(--gold-light)}.media-frame{position:relative;border:1px solid rgba(244,241,234,.12);border-radius:12px;overflow:hidden;background:#1e1b1c;box-shadow:var(--shadow);aspect-ratio:16/9}@media(max-width:860px){.feature-row{grid-template-columns:1fr;gap:22px;padding:36px 0}.feature-row.reverse .feature-row__media{order:0}}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}.spec{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.spec .k{color:var(--gold-light);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-family:var(--font-display)}.spec .v{font-family:var(--font-display);font-weight:700;font-size:1.6rem;margin:.35rem 0 .2rem;letter-spacing:.03em}.spec .d{color:var(--muted);font-size:.92rem}.spec-grid--reserved .spec{background:repeating-linear-gradient(135deg,rgba(244,241,234,.03) 0 8px,transparent 8px 16px),var(--panel-2);border-style:dashed;border-color:var(--gray)}.spec-grid--reserved .v{color:var(--muted)}.spec-pending{opacity:.6}.spec-note{margin-top:16px}@media(max-width:860px){.spec-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.spec-grid{grid-template-columns:1fr}}.cta-band{position:relative;overflow:hidden;text-align:center;padding:72px 0;background:radial-gradient(80% 140% at 50% 0%,rgba(134,117,77,.2),transparent 70%),var(--panel);border-block:1px solid var(--line)}.cta-band:before{content:"";position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:520px;height:520px;background:url(/brand/eod-crest-gold.png) center/contain no-repeat;opacity:.07;pointer-events:none}.cta-band .container{position:relative;z-index:1}.cta-band h2{font-size:clamp(1.9rem,3.4vw,2.7rem);margin:.2rem 0 .6rem;color:var(--text)}.cta-band p{color:var(--muted);max-width:60ch;margin:0 auto 8px;font-size:1.08rem}.cta-band__actions{justify-content:center}.tour{position:relative;border-block:1px solid var(--line);background:var(--bg)}.tour__track{position:relative}.tour__pin{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.tour__inner{width:min(1120px,92%);display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.45fr);gap:clamp(28px,4vw,56px);align-items:center}.tour__copy{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:440px}.tour__kicker{display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);font-size:.74rem;margin:0 0 20px}.tour__count{color:var(--muted);font-variant-numeric:tabular-nums}.tour__caption{will-change:transform,opacity}.tour__caption h3{font-size:clamp(1.6rem,2.6vw,2.25rem);margin:.1rem 0 .7rem;line-height:1.05;color:var(--text)}.tour__caption p{color:var(--muted);font-size:1.05rem;line-height:1.55;max-width:48ch;margin:0}.tour__caption ul{margin:.9rem 0 0;padding-left:1.15rem;color:var(--text)}.tour__caption li{margin:.38rem 0}.tour__caption li::marker{color:var(--gold-light)}.tour__dots{list-style:none;display:flex;gap:18px;margin:32px 0 0;padding:0}.tour__dot{background:none;border:0;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--muted);font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.tour__dot-bar{display:block;width:56px;height:3px;border-radius:2px;background:var(--border);transition:background .25s,width .25s}.tour__dot.is-active{color:var(--text)}.tour__dot.is-active .tour__dot-bar{background:var(--gold);width:76px}.tour__dot:hover .tour__dot-bar{background:var(--gold-light)}.tour__hint{position:absolute;left:0;bottom:-44px;margin:0;font-family:var(--font-display);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);transition:opacity .35s}.tour__media{position:relative;aspect-ratio:16/9;width:100%}.tour__layer{position:absolute;inset:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.tour__layer.is-active{opacity:1}.download-cta{display:flex;flex-direction:column;gap:10px;align-items:flex-start;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);margin:8px 0}.download-cta p{margin:0}.download-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.download-item{background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px}.download-item h3{margin:0 0 .35rem;font-size:1.15rem}.download-item p{margin:0;color:var(--muted)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:var(--panel);border:1px solid var(--border);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;letter-spacing:.02em}.contact-form input,.contact-form textarea,.contact-form select{background:#1a1718;color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.7rem .8rem;font-size:1rem;box-shadow:inset 0 1px #ffffff0a;width:100%;min-width:0;box-sizing:border-box;font-family:inherit}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--gold-light);box-shadow:0 0 0 3px var(--brand-soft)}.contact-form select{appearance:none;cursor:pointer}@media(max-width:620px){.contact-form{grid-template-columns:1fr}}.contact-form button[type=submit]{grid-column:1 / -1;width:100%;padding:.8rem 1.2rem;border-radius:8px;font-weight:700;letter-spacing:.08em;background:linear-gradient(120deg,var(--gold-light),var(--gold-mid));color:var(--bg);border:1px solid var(--gold-deep);box-shadow:inset 0 1px #ffffff24,var(--shadow);text-transform:uppercase;font-size:.95rem;margin-top:10px;cursor:pointer;font-family:var(--font-display)}.contact-form button[type=submit]:disabled{opacity:.6;cursor:default}.contact-form .wide{grid-column:1 / -1}.contact-form .form-note{grid-column:1 / -1;margin:0;color:var(--muted);font-size:.88rem}.notice{background:var(--brand-soft);border:1px solid var(--gold);color:#f4ead0;padding:14px;border-radius:10px}.notice-error{background:#ba223429;border-color:var(--red);color:#f8dfe2}.site-main{padding-bottom:0}.site-footer{border-top:1px solid var(--line);padding:40px 0 24px;background:var(--panel);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:28px}.footer-brand p{max-width:44ch}.footer-logo{height:52px;width:auto;display:block;margin-bottom:14px}.site-footer h4{margin:.3rem 0 .7rem;color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;font-size:.9rem}.site-footer p{margin:.3rem 0}.site-footer a{color:var(--text)}.site-footer a:hover{color:var(--gold-light)}.footer-legal{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.85rem;margin-top:24px;border-top:1px solid var(--line);padding-top:14px}.footer-legal a{color:var(--muted)}@media(max-width:760px){.footer-grid{grid-template-columns:1fr}}.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}.hero-split__inner{width:min(1280px,92%);grid-template-columns:minmax(0,.85fr) minmax(0,1.3fr);gap:clamp(24px,4vw,56px);min-height:min(82svh,800px)}.hero-product{position:relative;margin:0;aspect-ratio:3/2;min-width:0;border-radius:18px;overflow:hidden;border:1px solid rgba(181,160,108,.2);box-shadow:0 32px 90px #00000061,0 0 100px -40px #b5a06c4d}.hero-product__caption{position:absolute;left:22px;right:22px;bottom:18px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);font:500 .68rem var(--font-display);letter-spacing:.12em;text-transform:uppercase}.hero-product__caption>span:first-child{color:var(--gold-light)}.product-visual{position:relative;width:100%;height:100%;overflow:hidden;background:#1c1a1a}.product-visual__image{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center}.tour__media,.feature-row__media.media-frame{aspect-ratio:3/2}.tour__pin{padding-top:72px}.tour__anchor{position:absolute;left:0;width:1px;height:1px}.tour__caption{animation:caption-in .35s ease-out}@keyframes caption-in{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:none}}.tour__progress{position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--gold-light);transform:scaleX(var(--progress,0));transform-origin:left}.tour__hint{animation:none}.scan-sequence{position:absolute;left:12px;right:12px;bottom:10px;display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid rgba(181,160,108,.35);border-radius:8px;background:#1c1a1af2;box-shadow:0 8px 30px #0000004d}.scan-sequence__grid{display:grid;grid-template-columns:repeat(3,18px);gap:2px;flex-shrink:0}.scan-sequence__grid span{display:grid;place-items:center;aspect-ratio:1;border:1px solid #60573f;border-radius:2px;font:600 .55rem var(--font-display);color:var(--muted);transition:background .25s,color .25s}.scan-sequence__grid .is-complete{background:#463e2c;color:#ece2c7}.scan-sequence__grid .is-current{background:var(--gold-light);border-color:#ead39a;color:#1c1a1a;box-shadow:0 0 12px #b5a06c4d}.visual-label{display:block;font:600 .6rem var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}.scan-sequence strong{display:block;font:600 .95rem var(--font-body);margin:3px 0}.visual-note{display:block;font-size:.68rem;color:var(--muted)}@media(max-width:980px){.hero-split__inner{grid-template-columns:1fr;min-height:0}.hero-product{width:100%;max-width:800px;justify-self:center}}@media(max-width:480px){.scan-sequence strong{font-size:.75rem}.visual-note{font-size:.6rem}.visual-label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.product-visual__image,.tour__caption{animation:none!important;transform:none!important}.scan-sequence__grid span{transition:none}}.current-product-scene{position:absolute;inset:0;background:radial-gradient(ellipse at 48% 42%,#34302a,#211e1b 52%,#191818)}.current-product-scene canvas{display:block;width:100%;height:100%}.product-visual[data-fallback=false]>.product-visual__image{opacity:0}.product-visual:not([data-live=true])>.current-product-scene{visibility:hidden}.product-visual__loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);font-size:.8rem;letter-spacing:.05em}.product-rendering-note{position:absolute;right:12px;top:12px;padding:5px 8px;border-radius:4px;background:#1c1a1ad1;color:var(--muted);font-size:.68rem;z-index:2}.hero-split{overflow:clip}.trust-strip__item{flex-shrink:0}.trust-strip__item strong{white-space:nowrap}.trust-strip__panel{flex-wrap:wrap;gap:5px 8px;min-width:0;flex-shrink:1}.trust-strip__integration{font-size:.86rem;line-height:1.5}.turntable{background:radial-gradient(ellipse at 50% 35%,#29251e 0%,var(--bg) 70%);border-bottom:1px solid var(--line)}.turntable__inner{padding:64px 0;display:flex;flex-direction:column;gap:24px}.turntable__pin{position:sticky;top:0;height:100svh;padding:100px 0 32px;justify-content:center}.turntable__heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-shrink:0}.turntable__heading .eyebrow{margin:0 0 8px}.turntable__heading h2{margin:0;font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1.08}.turntable__hint{max-width:28ch;color:var(--muted);font-size:.85rem;line-height:1.5;margin:0}.turntable__stage{position:relative;width:100%;height:min(62svh,620px);min-height:0;overflow:hidden;border:1px solid rgba(181,160,108,.28);border-radius:14px;box-shadow:0 24px 70px #00000040}.turntable__pin .turntable__stage{flex-shrink:1}.turntable__progress{position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--gold-light);transform-origin:left}.product-details__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-details figure{margin:0;min-width:0}.product-details__image{aspect-ratio:3/2;border:1px solid var(--border);border-radius:12px;overflow:hidden}.product-details figcaption{padding:20px 0 0}.product-details h3{margin:0 0 6px;font-size:1.25rem}.product-details figcaption p{margin:0;color:var(--muted);line-height:1.5}@media(max-width:640px){.hero-split__inner{gap:18px;padding:32px 0}.hero-split__copy{display:contents}.hero-split__copy>.eyebrow,.hero-split h1,.hero-split .hero-actions,.hero-split .hero-pills{margin:0}.hero-product{grid-row:3}.hero-split .subtitle{font-size:1rem}.hero-product__caption{left:14px;right:14px;bottom:12px;font-size:.54rem;letter-spacing:.08em}.trust-strip{gap:12px 24px;padding:20px 0}.trust-strip__panel{flex-basis:100%}.trust-strip__integration{flex-basis:100%;padding-left:14px}.turntable__pin{padding:96px 0 24px;gap:18px}.turntable__heading{display:block}.turntable__hint{max-width:none;font-size:.75rem;margin-top:12px}.product-details__grid{grid-template-columns:1fr;gap:36px}}@media(max-height:540px)and (min-width:641px){.turntable__pin{padding:82px 0 14px;gap:12px}.turntable__heading .eyebrow{display:none}.turntable__heading h2{font-size:1.7rem}.turntable__hint{max-width:38ch;font-size:.75rem}}.product-visual--scan .current-product-scene{bottom:82px}.product-visual--scan>.product-visual__image{height:calc(100% - 82px)}.software-workflow{height:100%;display:flex;flex-direction:column;justify-content:center;padding:clamp(18px,3vw,36px);background:radial-gradient(ellipse at top right,#332e24,transparent 75%);border:1px solid var(--border);border-radius:12px}.software-workflow>.eyebrow{margin:0 0 8px}.software-workflow h3{font-size:clamp(1.3rem,2.2vw,1.8rem);margin:0 0 18px;line-height:1.1}.software-workflow ol{list-style:none;margin:0;padding:0;display:grid;gap:8px}.software-workflow li{display:flex;gap:14px;align-items:center;border:1px solid var(--border);border-radius:7px;padding:10px 14px;transition:background .2s,border-color .2s}.software-workflow li.is-current{background:#86754d29;border-color:var(--gold)}.software-workflow__number{font:700 1.25rem var(--font-display);color:var(--gold-light)}.software-workflow strong{display:block;font:600 1.05rem var(--font-body)}.software-workflow li p{font-size:.8rem;line-height:1.3;color:var(--muted);margin:2px 0 0}.software-workflow__note{font-size:.8rem;color:var(--muted);margin:16px 0 0}.feature-row--scrubbed{display:block}.feature-row--scrubbed>.feature-row__copy{max-width:680px}.row-scan__track{position:relative}.row-scan__pin{position:sticky;top:80px;height:calc(100vh - 80px);height:calc(100svh - 80px);display:flex;flex-direction:column;justify-content:center;gap:16px}.row-scan__media{width:100%;max-width:760px;margin:0 auto;height:min(480px,calc(100svh - 160px));aspect-ratio:auto}.row-scan__hint{text-align:center;color:var(--muted);font:600 .7rem var(--font-display);letter-spacing:.08em;margin:0}.feature-row.reverse .feature-row__media{order:0}.feature-row.reverse .feature-row__copy{order:1}@media(max-width:480px){.product-visual--scan .current-product-scene{bottom:70px}.product-visual--scan>.product-visual__image{height:calc(100% - 70px)}.scan-sequence{left:8px;right:8px;bottom:8px;padding:6px 9px}.scan-sequence__grid{grid-template-columns:repeat(3,16px)}}
