.ds-btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--control-height);min-width:var(--touch-min);border-radius:var(--radius-md);letter-spacing:-.01em;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);border:1px solid #0000;padding:.7rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.ds-btn:hover{transform:translateY(-1px)}.ds-btn:disabled,.ds-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none}.ds-btn--primary{background:var(--color-signal);border-color:var(--color-signal);color:var(--color-ink-deep)}.ds-btn--secondary{border-color:var(--color-border-strong);color:var(--color-ink);background:0 0}.ds-btn--secondary:hover:not(:disabled){border-color:var(--color-ink);background:#123c340a}.ds-btn--ink{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-text-inverse)}.ds-btn--ink:hover:not(:disabled){background:var(--color-ink-deep)}.ds-btn--ghost{color:var(--color-text-inverse);background:0 0;border-color:#ffffff73}.ds-btn--ghost:hover:not(:disabled){background:#ffffff0f;border-color:#ffffffd9}.ds-btn--sm{min-height:2.35rem;font-size:var(--text-sm);padding:.45rem .9rem}.ds-badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);font-size:var(--text-xs);letter-spacing:.02em;padding:.2rem .55rem;font-weight:600;line-height:1.3;display:inline-flex}.ds-badge--soft{background:var(--accent-soft,var(--color-mist));color:var(--accent,var(--color-ink));border-color:#0000}.ds-badge--status:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.ds-badge--available{color:#1f5c43;background:#2f6b4f1a;border-color:#2f6b4f38}.ds-badge--available:before{background:#2f6b4f}.ds-badge--pilot{color:#8a6420;background:#d4a24c24;border-color:#b8842f59}.ds-badge--pilot:before{background:var(--color-signal-deep)}.ds-badge--private-preview{color:#0f5f58;background:#0f766e1a;border-color:#0f766e47}.ds-badge--private-preview:before{background:#0f766e}.ds-badge--in-development{color:#3d4f9c;background:#3d4f9c1a;border-color:#3d4f9c40}.ds-badge--in-development:before{background:#3d4f9c}.ds-badge--planned{color:var(--color-accent-labs);background:var(--color-accent-labs-soft);border-color:#5c667047}.ds-badge--planned:before{background:var(--color-accent-labs)}.ds-badge--live,.ds-badge--live-marketplace{color:#8a6420;background:#d4a24c24;border-color:#b8842f59}.ds-badge--live:before,.ds-badge--live-marketplace:before{background:var(--color-signal-deep)}.ds-section-header{gap:var(--space-3);max-width:40rem;display:grid}.ds-section-header__label{font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--accent,var(--color-signal-deep));margin:0;font-weight:600}.ds-section-header__title{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text);margin:0}.ds-section-header__title em{color:var(--accent,var(--color-signal-deep));font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}.ds-section-header__copy{color:var(--color-text-muted);font-size:var(--text-lg);max-width:48ch;margin:0}.ds-product-card{gap:var(--space-4);padding:var(--space-6) var(--space-5);margin-inline:calc(var(--space-5) * -1);border-top:1px solid var(--color-border);border-left:3px solid var(--accent,var(--color-signal));color:inherit;transition:background-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:0 0;text-decoration:none;display:grid}.ds-product-card:hover{background:color-mix(in srgb, var(--accent-soft,var(--color-mist)) 70%, transparent)}.ds-product-card--emphasized{padding-block:var(--space-7)}.ds-product-card__meta{gap:var(--space-2);display:grid}.ds-product-card__category{font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--accent,var(--color-signal-deep));margin:0;font-weight:600}.ds-product-card__name{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.03em;margin:0;font-weight:700}.ds-product-card__headline{color:var(--color-text);margin:0;font-weight:600}.ds-product-card__description{margin:var(--space-2) 0 0;color:var(--color-text-muted);max-width:62ch}.ds-product-card__supporting{margin:var(--space-3) 0 0;color:var(--color-ink);font-size:var(--text-sm);font-weight:600}.ds-product-card__cta{color:var(--color-ink);font-weight:600}.ds-product-card:hover .ds-product-card__name,.ds-product-card:hover .ds-product-card__cta{color:var(--accent,var(--color-signal-deep))}@media (width>=768px){.ds-product-card{align-items:center;gap:var(--space-6);grid-template-columns:1.1fr 1.6fr auto}.ds-product-card__cta,.ds-product-card .ds-btn{white-space:nowrap;justify-self:end}}.ds-feature-card{gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--color-border);display:grid}.ds-feature-card__title{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:1.35rem;font-weight:700}.ds-feature-card__body{color:var(--color-text-muted);max-width:36ch;margin:0}.ds-workflow{counter-reset:workflow;gap:0;margin:0;padding:0;list-style:none;display:grid}.ds-workflow__step{gap:var(--space-2);padding:var(--space-5) 0;border-top:1px solid var(--color-border);counter-increment:workflow;display:grid}.ds-workflow__step:before{content:counter(workflow, decimal-leading-zero);font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);letter-spacing:.08em;color:var(--accent,var(--color-signal-deep))}.ds-workflow__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.ds-workflow__body{color:var(--color-text-muted);max-width:42ch;margin:0}@media (width>=900px){.ds-workflow{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.ds-workflow__step{border-top:1px solid var(--color-border);padding-top:var(--space-5);border-bottom:none}}.ds-cta-panel{gap:var(--space-6);padding-top:var(--space-8);border-top:1px solid var(--color-border);display:grid}.ds-cta-panel__actions{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}@media (width>=768px){.ds-cta-panel{grid-template-columns:1.35fr auto;align-items:end}}.ds-shell-header{z-index:40;background:color-mix(in srgb, var(--color-paper) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);position:sticky;top:0}.ds-app{flex-direction:column;min-height:100vh;display:flex}.ds-app>main{flex:1}.ds-site-nav{justify-content:space-between;align-items:center;gap:var(--space-4);width:min(100% - (var(--gutter) * 2), var(--max));min-height:var(--header-height);padding:var(--space-4) 0;margin:0 auto;display:flex}.ds-site-nav__brand{min-width:0;max-width:min(220px,100% - 5.5rem);color:inherit;flex:0 auto;align-items:center;text-decoration:none;display:inline-flex}.ds-brand-logo{object-fit:contain;object-position:left center;width:100%;height:auto;display:block}.ds-brand-logo--nav-light,.ds-brand-logo--nav-dark{width:clamp(10.5rem,42vw,13.75rem);max-width:100%}.ds-brand-logo--nav-light{display:none}.ds-brand-logo--nav-dark,.ds-app--light-landing .ds-brand-logo--nav-light{display:block}.ds-app--light-landing .ds-brand-logo--nav-dark{display:none}.ds-brand-logo--footer{width:clamp(14rem,55vw,20rem);max-width:100%}.ds-footer-brand-lockup{align-items:center;max-width:100%;display:inline-flex}.ds-site-nav__desktop{align-items:center;gap:var(--space-5);display:none}.ds-site-nav__link{color:inherit;cursor:pointer;font-weight:500;font:inherit;background:0 0;border:none;border-bottom:1px solid #0000;padding-bottom:.1rem;text-decoration:none}.ds-site-nav__link:hover,.ds-site-nav__link[aria-current=page],.ds-site-nav__trigger[aria-current=page]{border-bottom-color:currentColor}.ds-site-nav__dropdown{position:relative}.ds-site-nav__menu{gap:var(--space-1);min-width:16.5rem;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md);display:grid;position:absolute;top:calc(100% + .65rem);left:0}.ds-site-nav__menu-group+.ds-site-nav__menu-group{border-top:1px solid var(--color-border);margin-top:.35rem;padding-top:.45rem}.ds-site-nav__menu-heading,.ds-site-nav__mobile-heading,.ds-site-footer__group-label{color:var(--color-signal-deep);font-size:var(--text-xs);letter-spacing:var(--tracking-label);text-transform:uppercase;margin:0;padding:.35rem .65rem .1rem;font-weight:700}.ds-site-nav__menu[hidden]{display:none}.ds-site-nav__menu-link{border-radius:var(--radius-sm);color:var(--color-ink);padding:.55rem .65rem;font-weight:600;text-decoration:none;display:block}.ds-site-nav__menu-link:hover,.ds-site-nav__menu-link[aria-current=page]{background:var(--color-mist)}.ds-site-nav__toggle{z-index:50;min-width:var(--touch-min);min-height:var(--touch-min);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-ink);cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative}.ds-site-nav__mobile{z-index:45;width:min(100% - (var(--gutter) * 2), var(--max));margin:0 auto var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);display:none;position:relative}.ds-site-nav__mobile[data-open=true]{gap:var(--space-3);display:grid}.ds-site-nav__mobile a{min-height:var(--touch-min);align-items:center;font-weight:600;display:flex}.ds-site-nav__mobile-group{gap:.15rem;display:grid}.ds-site-nav__mobile-heading{padding-left:0}.ds-site-nav__mobile-child{padding-left:var(--space-4);color:var(--color-text-muted);font-weight:500!important}@media (width>=860px){.ds-site-nav__desktop{display:flex}.ds-site-nav__toggle,.ds-site-nav__mobile{display:none!important}}.ds-site-footer{gap:0;margin-top:auto;display:grid}.ds-site-footer__band{background:linear-gradient(135deg, var(--color-ink) 0%, #1a4a40 55%, #0f2e28 100%);color:var(--color-text-inverse);padding:var(--space-8) 0}.ds-site-footer__inner{width:min(100% - (var(--gutter) * 2), var(--max));gap:var(--space-6);margin:0 auto;display:grid}@media (width>=720px){.ds-site-footer__inner{grid-template-columns:1.4fr auto;align-items:end}}.ds-site-footer__brand{gap:var(--space-2);max-width:100%;display:grid}.ds-site-footer__cta{gap:var(--space-3);justify-items:start;display:grid}.ds-site-footer__cta p{color:#ffffffc7;margin:0;font-weight:500}.ds-site-footer__links{width:min(100% - (var(--gutter) * 2), var(--max));padding:var(--space-6) 0 var(--space-7);gap:var(--space-5);border-top:1px solid var(--color-border);margin:0 auto;display:grid}.ds-site-footer__nav{gap:var(--space-3) var(--space-5);flex-wrap:wrap;display:flex}.ds-site-footer__nav a{color:var(--color-text-muted);font-weight:500}.ds-site-footer__nav--marketplace{align-items:center}.ds-site-footer__nav--marketplace .ds-site-footer__group-label{padding:0}.ds-site-footer__nav--utility a{font-size:var(--text-sm)}.ds-site-footer__operator{color:#6f8880;max-width:42rem;font-size:var(--text-sm);margin:0;line-height:1.5}@media (prefers-reduced-motion:reduce){.ds-btn,.ds-product-card{transition:none}.ds-btn:hover{transform:none}}.ds-arrow{stroke:currentColor;stroke-width:1.7px;stroke-linecap:square;stroke-linejoin:miter;flex:none;width:1.05rem;height:1.05rem;display:block;overflow:visible}.ds-brand-mark{border:1px solid #ffffff57;border-radius:50%;justify-content:center;align-items:end;gap:.13rem;width:1.75rem;height:1.75rem;padding:.42rem;display:inline-flex}.ds-brand-mark i{background:#e4a83a;width:.18rem}.ds-brand-mark i:first-child{height:.38rem}.ds-brand-mark i:nth-child(2){height:.75rem}.ds-brand-mark i:last-child{height:.56rem}.ds-btn{border-radius:0;justify-content:space-between;gap:1.1rem;min-height:3rem;padding:.78rem 1.1rem;font-size:.88rem;font-weight:750}.ds-btn--secondary:hover:not(:disabled){background:#0d372f0d;border-color:#0d372f}.ds-btn--sm{min-height:2.65rem;padding:.65rem .9rem}.ds-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.6rem}.ds-section-header{gap:1rem;max-width:52rem}.ds-section-header__label{letter-spacing:.16em;color:var(--page-accent,#a66f11);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem}.ds-section-header__title{letter-spacing:-.055em;color:#0d372f;text-wrap:balance;max-width:17ch;font-size:clamp(2.6rem,5.3vw,4.5rem);font-weight:700;line-height:1.04}.ds-section-header__copy{color:#66736e;max-width:44rem;font-size:1.05rem;line-height:1.7}.ds-section-header__copy p{margin:0 0 .8rem}.ds-product-card{border:1px solid #0d372f29;border-top:5px solid var(--accent,#e4a83a);background:#fff;grid-template-columns:.9fr 1.45fr auto;align-items:center;gap:2.5rem;min-height:18rem;margin:1rem 0 0;padding:2.4rem;position:relative}.ds-product-card:hover{background:#fff;transform:translateY(-3px)}.ds-product-card__category{letter-spacing:.13em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem}.ds-product-card__name{letter-spacing:-.055em;font-size:clamp(2.2rem,4vw,3.2rem)}.ds-product-card__description{color:#66736e;line-height:1.65}.ds-product-card__cta:after{content:"View product";border-bottom:1px solid;padding-bottom:.35rem;font-size:.82rem;display:inline-block}.ds-feature-card{border:1px solid #0d372f29;border-top:3px solid var(--page-accent,#e4a83a);background:#fff;align-content:start;gap:1.2rem;min-height:13rem;padding:1.8rem}.ds-feature-card__title{letter-spacing:-.035em;font-size:1.45rem}.ds-feature-card__body{color:#66736e;max-width:none;line-height:1.65}.ds-workflow{border-block:1px solid #0d372f29;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:0;margin-top:3.4rem}.ds-workflow__step{border:0;border-right:1px solid #0d372f29;align-content:start;min-height:13rem;padding:1.5rem}.ds-workflow__step:last-child{border:0}.ds-workflow__step:before{color:var(--page-accent,#a66f11);margin-bottom:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ds-workflow__title{margin-top:2.5rem;font-size:1.2rem}.ds-workflow__body{color:#66736e;font-size:.9rem;line-height:1.6}.ds-cta-panel{border:0;padding:0}.ds-cta-panel .ds-section-header__title,.product-section:last-child .ds-cta-panel .ds-section-header__title{color:#f7f4e9}.ds-cta-panel .ds-section-header__copy{color:#91aaa2}.ds-shell-header{z-index:40;color:#d2ded9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#062a25f5;border-bottom:1px solid #ffffff1c;position:sticky;top:0}.ds-site-nav{width:min(1180px,100% - 48px);min-height:5.5rem;padding:0}.ds-site-nav__brand{color:#f7f4e9;letter-spacing:-.045em;align-items:center;gap:.7rem;font-size:1.35rem;display:inline-flex}.ds-site-nav__desktop{gap:1.8rem}.ds-site-nav__link{color:#b8ccc5;border:0;padding:.4rem 0;font-size:.86rem;font-weight:500}.ds-site-nav__link:hover,.ds-site-nav__link[aria-current=page],.ds-site-nav__trigger[aria-current=page]{color:#fff;border:0}.ds-site-nav__trigger:after{content:"";border-bottom:1px solid;border-right:1px solid;width:.35rem;height:.35rem;margin:0 0 .2rem .45rem;display:inline-block;transform:rotate(45deg)}.ds-site-nav__menu{background:#0b352f;border-color:#ffffff1f;border-radius:0;min-width:14rem;padding:.55rem;top:calc(100% + 1.5rem);box-shadow:0 20px 55px #00000040}.ds-site-nav__menu-link{color:#d2ded9;border-radius:0;font-size:.88rem}.ds-site-nav__toggle{color:#fff;background:0 0;border-color:#ffffff47;border-radius:0;min-width:3.5rem;min-height:2.65rem;padding-inline:.7rem;font-size:.76rem}.ds-site-nav__mobile{background:#0b352f;border-color:#ffffff1f;border-radius:0;width:min(1180px,100% - 30px);margin-bottom:.9rem;padding:1rem}.ds-footer-brand-lockup{align-items:center;gap:.75rem;display:inline-flex}.ds-site-footer__brand p{color:#718f86;max-width:32rem}.ds-site-footer__cta p{color:#8fa79f;letter-spacing:.12em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem}.ds-app--light-landing .ds-shell-header{color:var(--color-ink);background:color-mix(in srgb, var(--color-paper) 92%, transparent);border-bottom-color:var(--color-border)}.ds-app--light-landing .ds-site-nav{min-height:max(var(--header-height), 4.75rem)}.ds-app--light-landing .ds-site-nav__brand{color:var(--color-ink)}.ds-app--light-landing .ds-site-nav__link{color:var(--color-ink);font-size:inherit}.ds-app--light-landing .ds-site-nav__link:hover,.ds-app--light-landing .ds-site-nav__link[aria-current=page],.ds-app--light-landing .ds-site-nav__trigger[aria-current=page]{color:var(--color-ink);border-bottom:1px solid}.ds-app--light-landing .ds-site-nav__trigger:after{display:none}.ds-app--light-landing .ds-site-nav__menu{border-radius:var(--radius-md);border-color:var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md)}.ds-app--light-landing .ds-site-nav__menu-link{color:var(--color-ink)}.ds-app--light-landing .ds-site-nav__menu-link:hover,.ds-app--light-landing .ds-site-nav__menu-link[aria-current=page]{color:var(--color-ink);background:var(--color-mist)}.ds-app--light-landing .ds-site-nav__toggle{border-radius:var(--radius-md);color:var(--color-ink);border-color:var(--color-border-strong);background:var(--color-surface)}.ds-app--light-landing .ds-site-nav__mobile{border-radius:var(--radius-md);border-color:var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md)}.ds-app--light-landing .ds-site-nav__mobile a{color:var(--color-ink)}.ds-app--light-landing .ds-site-nav__mobile-child{color:var(--color-text-muted)!important}@media (width<=900px){.ds-product-card{grid-template-columns:1fr;gap:1.5rem}.ds-product-card__cta,.ds-product-card .ds-btn{justify-self:start}.ds-workflow{grid-template-columns:1fr 1fr}.ds-workflow__step{border-bottom:1px solid #0d372f29;border-right:0}}@media (width<=600px){.ds-site-nav,.ds-site-footer__inner,.ds-site-footer__links{width:calc(100% - 30px)}.ds-site-nav{gap:.75rem;min-height:4.75rem}.ds-site-nav__brand{max-width:min(11.5rem,100% - 5.25rem)}.ds-brand-logo--nav-light,.ds-brand-logo--nav-dark{width:clamp(9.75rem,48vw,11.5rem)}.ds-brand-logo--footer{width:min(17.5rem,100%)}.ds-site-nav__desktop{display:none}.ds-product-card{min-height:0;margin-top:.8rem;padding:1.6rem}.ds-product-card__name{font-size:2.4rem}.ds-feature-card{min-height:0;padding:1.45rem}.ds-workflow{grid-template-columns:1fr}.ds-workflow__step{min-height:0;padding:1.35rem 0}.ds-workflow__step:before{margin-bottom:0}.ds-workflow__title{margin-top:1.5rem}.ds-site-footer__nav{gap:.8rem 1.2rem}}.ds-brand-mark{border-color:#123c344d}.ds-btn{border-radius:var(--radius-md);font-weight:650}.ds-btn--primary:hover:not(:disabled){background:#e0b15d;border-color:#e0b15d}.ds-btn--secondary{color:var(--color-ink);border-color:var(--color-border-strong)}.ds-product-card{gap:var(--space-6);min-height:0;padding:var(--space-6) var(--space-5);border:0;border-top:1px solid var(--color-border);border-left:3px solid var(--accent,var(--color-signal));background:0 0;margin:0}.ds-section-header__title em{color:var(--page-accent,var(--color-signal));letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:1.06em;font-style:italic;font-weight:500}.ds-feature-card__title{font-size:1.35rem}.ds-shell-header{color:var(--color-ink);background:color-mix(in srgb, var(--color-paper) 92%, transparent);border-bottom:1px solid var(--color-border)}.ds-site-nav__brand{color:var(--color-ink);font-size:1.125rem}.ds-site-nav__menu{border-radius:var(--radius-md);border-color:var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md)}.ds-site-nav__toggle{color:var(--color-ink);border-color:var(--color-border-strong);background:var(--color-surface)}.ds-site-nav__mobile{border-radius:var(--radius-md);border-color:var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md)}.ds-site-footer__band{padding:var(--space-8) 0;background:linear-gradient(135deg, var(--color-ink) 0%, #1a4a40 55%, #0f2e28 100%)}.ds-footer-brand-lockup strong{color:#fff;font-size:1.35rem}.ds-site-footer__brand p{color:#ffffffb8}.ds-site-footer__links{padding:var(--space-6) 0 var(--space-7);color:var(--color-text);border-top:0}.ds-site-footer__nav a{color:var(--color-text-muted);font-size:inherit}@media (width<=900px){.ds-workflow{grid-template-columns:1fr}}.ds-section-header__title em{color:var(--page-accent,var(--color-signal));font-family:Georgia,Times New Roman,serif;font-size:1.06em;font-style:italic;font-weight:500}.ds-btn{border-radius:0;justify-content:center;font-weight:650}.ds-btn--primary{color:#062a25;background:#d4a24c;border-color:#d4a24c}.ds-btn--primary:hover:not(:disabled){color:#062a25;background:#e0b15d;border-color:#e0b15d}.ds-btn--ink{color:#f7f4e9;background:#062a25;border-color:#062a25}.ds-section-header__label{font-family:var(--font-body);color:var(--page-accent,#b8842f)}.ds-section-header__title{color:#0d372f;font-size:var(--text-3xl);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight)}.ds-section-header__title em{font-family:inherit;font-style:normal;font-weight:inherit;color:inherit}.ds-section-header__copy{color:var(--color-text-muted);font-size:var(--text-lg);line-height:var(--leading-normal)}.ds-product-card{min-height:0;padding:var(--space-6) var(--space-5);border:0;border-top:1px solid var(--color-border);border-left:3px solid var(--accent,var(--color-signal));background:0 0;margin:0}.ds-product-card:last-child{border-bottom:1px solid var(--color-border)}.ds-product-card:hover{background:color-mix(in srgb, var(--accent-soft,var(--color-mist)) 70%, transparent);box-shadow:none;transform:none}.ds-product-card__name{font-size:var(--text-xl);letter-spacing:-.03em}.ds-product-card__headline{font-family:var(--font-body);font-size:var(--text-md)}.ds-product-card__description{color:var(--color-text-muted)}.ds-product-card__cta{font-size:inherit}.ds-product-card__cta:after{content:none}.ds-feature-card{min-height:0;padding:var(--space-5) 0 0;border:0;border-top:1px solid var(--color-border);background:0 0}.ds-feature-card__body{color:var(--color-text-muted)}.ds-workflow{margin-top:var(--space-6);gap:var(--space-5);border:0}.ds-workflow__step{min-height:0;padding:var(--space-5) 0;border-top:1px solid var(--color-border);border-bottom:0;border-right:0}.ds-workflow__step:last-child{border-bottom:1px solid var(--color-border)}.ds-workflow__title{margin-top:0}.ds-workflow__body{color:var(--color-text-muted)}.ds-shell-header{color:#d2ded9;background:#062a25f5;border-bottom-color:#ffffff1c}.ds-site-nav{min-height:5.5rem}.ds-site-nav__brand{color:#f7f4e9}.ds-site-nav__link{color:#b8ccc5;font-size:.86rem}.ds-site-nav__link:hover,.ds-site-nav__link[aria-current=page],.ds-site-nav__trigger[aria-current=page]{color:#fff;border-bottom:0}.ds-site-nav__trigger:after{display:inline-block}.ds-site-nav__menu{background:#0b352f;border-color:#ffffff1f;border-radius:0;box-shadow:0 20px 55px #00000040}.ds-site-nav__menu-link{color:#d2ded9}.ds-site-nav__menu-link:hover,.ds-site-nav__menu-link[aria-current=page]{color:#fff;background:#ffffff12}.ds-site-nav__toggle{color:#fff;background:0 0;border-color:#ffffff47;border-radius:0}.ds-site-nav__mobile{box-shadow:none;background:#0b352f;border-color:#ffffff1f;border-radius:0}.ds-site-nav__mobile a{color:#d2ded9}.ds-site-nav__mobile-child{color:#91aaa2!important}.ds-site-footer{color:#c2d1cc;background:#041e1b}.ds-site-footer__band{background:0 0;padding:4.8rem 0 3.5rem}.ds-site-footer__inner,.ds-site-footer__links{width:min(1180px,100% - 48px)}.ds-site-footer__cta p{color:#8fa79f;font-family:var(--font-body);font-size:inherit;letter-spacing:normal;text-transform:none}.ds-site-footer__links{border-top-color:#ffffff1f;padding:1.4rem 0 2rem}.ds-site-footer__nav a{color:#78978e}.ds-site-footer__nav a:hover,.ds-site-footer__nav a[aria-current=page]{color:#fff}.ds-section-header__title em{letter-spacing:-.04em;font-size:1.06em;color:var(--page-accent,#b8842f)!important;font-family:Georgia,Times New Roman,serif!important;font-style:italic!important;font-weight:500!important}.brand-scene{pointer-events:none;z-index:0;background:#081c28;position:absolute;inset:0;overflow:hidden}.brand-scene__layers,.brand-scene__phase,.brand-scene__water-window,.brand-scene__water,.brand-scene svg{width:100%;height:100%;position:absolute;inset:0}.brand-scene{contain:paint}.brand-scene__veil{background:linear-gradient(90deg,#041520b8,#0000 80%),linear-gradient(#04152024,#0000 70%,#06171d);position:absolute;inset:0}.brand-scene__day-terrain{filter:brightness(1.55)saturate(.7)}.brand-scene__day,.brand-scene__evening{opacity:0}.brand-scene[data-motion=true] .brand-scene__day{animation:72s ease-in-out infinite brand-day}.brand-scene[data-motion=true] .brand-scene__evening{animation:72s ease-in-out infinite brand-evening}.brand-scene__water-window{-webkit-mask:url(/scene/water-mask.svg) 50%/cover no-repeat;mask:url(/scene/water-mask.svg) 50%/cover no-repeat}.brand-scene__water{transform-origin:50%;animation:7s ease-in-out infinite alternate brand-water}.brand-scene[data-running=false] *{animation-play-state:paused!important}.brand-scene__controls{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#051922b8;border:1px solid #d9ede636;border-radius:24px;gap:4px;padding:4px;display:flex;position:absolute;bottom:24px;right:clamp(20px,4vw,64px)}.brand-scene__controls button{color:#e5ecea;touch-action:manipulation;min-height:44px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:20px;padding:6px 14px;font-size:13px}.brand-scene__controls button:hover{background:#ffffff18}.brand-scene__controls button:focus-visible{outline-offset:2px;outline:2px solid #e9bf72}@keyframes brand-day{0%,11.11%{opacity:0}33.33%,66.67%{opacity:1}77.78%,to{opacity:0}}@keyframes brand-evening{0%,47.22%{opacity:0}66.67%,77.78%{opacity:1}to{opacity:0}}@keyframes brand-water{0%{transform:translate(-.45px)}50%{transform:translate(.15px,.25px)}to{transform:translate(.45px,-.15px)}}@media (prefers-reduced-motion:reduce){.brand-scene *{animation:none!important}.brand-scene__day,.brand-scene__evening,.brand-scene__controls{display:none}}.brand-scene[data-running=true] .brand-scene__day,.brand-scene[data-running=true] .brand-scene__evening{will-change:opacity}.brand-scene[data-running=true] .brand-scene__water{will-change:transform}@media (width<=880px),(pointer:coarse){.brand-scene__controls{-webkit-backdrop-filter:none;backdrop-filter:none;background:#071e28ee}}.solvo-cinematic{--scene-pine:#123c34;--scene-pine-deep:#0a241f;--scene-gold:#d4a24c;--scene-base:#071411;--scene-ocean:#071923;--scene-aurora:#79dcd3;--scene-text:#f6faf7;--scene-muted:#c5d4cf;--scene-card:#07191ddb;--scene-border:#79dcd34d;--header-height:5.5rem;--deck-lift:7rem;--deck-reserve:14.5rem;color:var(--scene-text);background:var(--scene-base);max-width:100%;padding:0;overflow-x:clip}.solvo-cinematic :focus-visible,.ds-app--cinematic .skip-link:focus,.ds-app--cinematic .skip-link:focus-visible{outline:2px solid var(--scene-aurora);outline-offset:3px}.solvo-cinematic .ds-btn{border-radius:999px;justify-content:center;gap:.6rem;min-height:3rem;padding:.8rem 1.5rem;font-weight:650}.solvo-cinematic .ds-btn--primary{background:var(--scene-gold);border-color:var(--scene-gold);color:var(--scene-pine-deep)}.solvo-cinematic .ds-btn--ghost{color:#f6faf7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0511148c;border-color:#f6faf76b}.solvo-cinematic .ds-btn--ghost:hover:not(:disabled){background:#051114b8;border-color:#f6faf7c7}@media (width<=760px){.solvo-cinematic{--header-height:5rem}}.ds-app--cinematic{background:var(--color-black);color:#f6faf7;max-width:100%;overflow-x:clip}.ds-app--cinematic .ds-site-footer__links{border-top-color:#79dcd32e}.ds-app--cinematic .ds-site-footer__nav a,.ds-app--cinematic .ds-site-footer__operator,.ds-app--cinematic .ds-site-footer__group-label{color:#c5d4cf}.ds-app--cinematic .ds-site-footer__nav a:hover,.ds-app--cinematic .ds-site-footer__nav a[aria-current=page]{color:#f6faf7}.cinematic-nav{z-index:40;min-height:var(--header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a241fb8;border-bottom:1px solid #79dcd329;position:absolute;top:0;left:0;right:0}.cinematic-nav__bar{width:min(1180px,100% - 48px);max-width:100%;min-height:var(--header-height);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;display:flex}.cinematic-nav__brand{align-items:center;min-width:0;max-width:calc(100% - 3.5rem);display:inline-flex}.cinematic-nav__logo{object-fit:contain;object-position:left center;width:232px;max-width:100%;height:70px}.cinematic-nav__desktop{align-items:center;gap:1.75rem;display:none}.cinematic-nav__link{color:var(--scene-text);font-weight:500}.cinematic-nav__pilot{background:var(--scene-gold);min-width:44px;min-height:44px;color:var(--scene-pine-deep);border-radius:999px;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-weight:700;display:inline-flex}.cinematic-nav__toggle{width:44px;min-width:44px;min-height:44px;color:var(--scene-text);touch-action:manipulation;background:#071411d9;border:1px solid #f6faf79e;border-radius:.65rem;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.cinematic-nav__toggle-icon{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;width:1.35rem;height:1.35rem}.cinematic-nav__mobile{border:1px solid var(--scene-border);background:var(--scene-card);border-radius:.5rem;width:min(1180px,100% - 48px);margin:0 auto 1rem;padding:1rem;display:none}.cinematic-nav__mobile[data-open=true]{display:grid}.cinematic-nav:has(.cinematic-nav__mobile[data-open=true])~.cinematic-hero .cinematic-scene__controls{visibility:hidden}.cinematic-nav__mobile nav{gap:.35rem;display:grid}.cinematic-nav__mobile a{align-items:center;min-height:44px;font-weight:600;display:flex}@media (width>=960px){.cinematic-nav__desktop{display:flex}.cinematic-nav__toggle,.cinematic-nav__mobile{display:none!important}.cinematic-nav__brand{max-width:none}}@media (width<=760px){.cinematic-nav__bar,.cinematic-nav__mobile{width:calc(100% - 24px)}.cinematic-nav__logo{width:186px;height:56px}}@media (width<=390px){.cinematic-nav__logo{width:min(186px,100%);height:56px}}.cinematic-hero{isolation:isolate;min-height:max(30rem, calc(100svh - var(--deck-reserve)));padding:calc(var(--header-height) + 1.75rem) 0 3rem;align-items:flex-start;display:flex;position:relative;overflow:clip}.cinematic-scene,.cinematic-scene__stage{position:absolute;inset:0}.cinematic-scene{z-index:0;pointer-events:none}.cinematic-scene__stage{pointer-events:none}.cinematic-scene__fallback,.cinematic-scene__plate,.cinematic-scene__aurora,.cinematic-scene__night,.cinematic-scene__veil{width:100%;height:100%;position:absolute;inset:0}.cinematic-scene__plate{object-fit:cover;object-position:center 42%;pointer-events:none}.cinematic-scene__plate--sunset[data-failed=true]{opacity:0}.cinematic-scene__night{pointer-events:none;background:linear-gradient(#0719232e,#0714116b)}.cinematic-scene__aurora{pointer-events:none;mix-blend-mode:screen;filter:saturate(1.2)brightness(1.08);will-change:opacity}.cinematic-scene__aurora *{pointer-events:none}.cinematic-aurora__glow,.cinematic-aurora__curtains,.cinematic-aurora__reflection{transform-box:fill-box;transform-origin:50%;animation-play-state:paused}.cinematic-aurora__glow{animation:11s ease-in-out infinite alternate cinematic-aurora-breathe}.cinematic-aurora__reflection{animation:8s ease-in-out infinite alternate cinematic-aurora-reflect}.cinematic-scene__aurora[data-running=true] .cinematic-aurora__glow,.cinematic-scene__aurora[data-running=true] .cinematic-aurora__curtains,.cinematic-scene__aurora[data-running=true] .cinematic-aurora__reflection{animation-play-state:running}@keyframes cinematic-aurora-breathe{0%{opacity:.76;transform:scaleX(.985)}to{opacity:1;transform:scaleX(1.018)}}@keyframes cinematic-aurora-drift{0%{transform:translate(-.4%,-.2%)skew(-.5deg)}to{transform:translate(.65%,.35%)skew(.65deg)}}@keyframes cinematic-aurora-reflect{0%{opacity:.48;transform:scaleX(.97)}to{opacity:.72;transform:scaleX(1.025)}}.cinematic-scene__controls{top:calc(var(--header-height) + 1rem);z-index:30;pointer-events:auto;isolation:isolate;max-width:calc(100vw - 1.5rem);position:absolute;right:max(.75rem,50% - 590px)}.cinematic-controls{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.cinematic-controls__btn{z-index:1;color:#f6faf7;pointer-events:auto;touch-action:manipulation;cursor:pointer;background:#0a241f;border:1px solid #f6faf78c;border-radius:999px;min-width:44px;min-height:44px;padding:.45rem .9rem;position:relative}.cinematic-controls__btn:disabled{opacity:.48;cursor:default}.cinematic-hero__content{z-index:2;width:min(40rem,100% - 24px);margin-inline:max(12px,50% - 590px);padding:0;position:relative}.cinematic-hero__content:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(120% 116% at 6% 44%,#040f0de6 0%,#040f0db8 34%,#040f0d57 62%,#040f0d00 82%);position:absolute;inset:-3rem -8rem -4rem -50vw}.cinematic-hero__content>*{pointer-events:auto}.cinematic-hero__eyebrow{color:#e2b45d;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 1px 8px #071411d9;margin:0 0 .85rem;font-size:.78rem;font-weight:700}.cinematic-hero__title{font-family:var(--font-display);letter-spacing:-.035em;text-shadow:0 2px 22px #040f0d8c;margin:0 0 1.1rem;font-size:clamp(2.2rem,4.8vw,4.25rem);font-weight:600;line-height:1.02;display:grid}.cinematic-hero__title-line{display:block}.cinematic-hero__title-line--light{color:#f7fbf8}.cinematic-hero__lede{color:#e3ede9;text-shadow:0 1px 12px #040f0d99;max-width:62ch;margin:0 0 1.75rem;font-size:clamp(1.02rem,1.25vw,1.2rem);line-height:1.5}.cinematic-hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.cinematic-products{z-index:3;margin-top:calc(-1 * var(--deck-lift));padding-bottom:2.5rem;position:relative}.cinematic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.cinematic-product{isolation:isolate;-webkit-backdrop-filter:blur(18px)saturate(120%);backdrop-filter:blur(18px)saturate(120%);min-width:0;min-height:100%;color:var(--scene-text);background:linear-gradient(168deg,#143e3c80 0%,#07181c9e 46%,#051114b8 100%);border:1px solid #96d6ce2e;border-radius:1rem;grid-template-rows:auto auto 1fr auto;gap:.55rem;padding:1rem 1.15rem 1.2rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 28px 56px -34px #000000f2,inset 0 1px #ffffff0d}.cinematic-product:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background:radial-gradient(120% 70% at 18% -10%,#79dcd329,#79dcd300 62%);position:absolute;inset:0}.cinematic-product:hover,.cinematic-product:focus-visible{border-color:#d4a24c8c;transform:translateY(-3px);box-shadow:0 36px 64px -32px #000,inset 0 1px #ffffff14}.cinematic-product h3{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:1.45rem;line-height:1.1}.cinematic-product__description{color:var(--scene-muted);margin:0;font-size:.95rem;line-height:1.45}.cinematic-product__rails{color:var(--scene-gold);letter-spacing:.12em;align-self:end;margin:0;padding-right:2.75rem;font-size:.72rem;font-weight:700}.cinematic-product__go{width:2rem;height:2rem;color:var(--scene-text);border:1px solid #f6faf738;border-radius:999px;place-items:center;transition:border-color .18s,color .18s;display:grid;position:absolute;bottom:1.1rem;right:1.1rem}.cinematic-product__go .home-arrow{width:.9rem}.cinematic-product:hover .cinematic-product__go,.cinematic-product:focus-visible .cinematic-product__go{color:var(--scene-gold);border-color:#d4a24cbf}.product-example{margin:0}.product-example svg{border-radius:.55rem;width:100%;height:auto;display:block}.product-example figcaption{color:#d4a24ceb;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .45rem;font-size:.62rem;font-weight:700}.cinematic-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.cinematic-benefits h3{font-family:var(--font-display);margin:0 0 .35rem;font-size:1.25rem}.cinematic-benefits p{color:var(--scene-muted);margin:0}.cinematic-walkthrough{border-top:1px solid #79dcd329;padding:3.5rem 0 4rem}.cinematic-walkthrough__header{max-width:44rem;margin-bottom:2.5rem}.cinematic-walkthrough h2{font-family:var(--font-display);letter-spacing:-.035em;margin:0 0 1rem;font-size:clamp(1.9rem,3.4vw,2.9rem);line-height:1.08}.cinematic-walkthrough__lede{max-width:54ch;color:var(--scene-muted);margin:0;font-size:1.05rem;line-height:1.55}.cinematic-walkthrough__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin:0;padding:0;list-style:none;display:grid}.cinematic-walkthrough__step{border-top:1px solid #79dcd329;align-content:start;gap:.6rem;min-width:0;padding:1.35rem 0 .25rem;display:grid}.cinematic-walkthrough__index{color:var(--scene-gold);letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;font-weight:600}.cinematic-walkthrough__step h3{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:1.55rem;line-height:1.1}.cinematic-walkthrough__question{color:var(--scene-muted);margin:0;font-size:1.02rem;font-style:italic}.cinematic-walkthrough__summary{color:#dfe9e5;margin:0;font-size:.98rem;line-height:1.5}.cinematic-walkthrough__moves{gap:.45rem;margin:.35rem 0 .5rem;padding:0;list-style:none;display:grid}.cinematic-walkthrough__moves li{color:var(--scene-muted);padding-left:1.35rem;font-size:.93rem;line-height:1.45;position:relative}.cinematic-walkthrough__moves li:before{content:"";border-left:1.5px solid var(--scene-aurora);border-bottom:1.5px solid var(--scene-aurora);width:.5rem;height:.28rem;position:absolute;top:.48em;left:.15rem;transform:rotate(-45deg)}.cinematic-walkthrough__link{color:var(--scene-gold);justify-self:start;align-items:center;gap:.45rem;font-weight:650;text-decoration:none;display:inline-flex}.cinematic-walkthrough__link:hover,.cinematic-walkthrough__link:focus-visible{text-underline-offset:.2em;text-decoration:underline}.cinematic-about{border-top:1px solid #79dcd329;padding:3.5rem 0 5rem}.cinematic-about__grid{grid-template-columns:1.1fr .9fr;align-items:end;gap:2.5rem;display:grid}.cinematic-about h2{max-width:14ch;font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.cinematic-about p{color:var(--scene-muted);margin:0 0 1.25rem}.home-arrow{stroke:currentColor;stroke-width:1.7px;stroke-linecap:square;width:1.05rem}@media (width<=880px){.solvo-cinematic{--deck-lift:2rem;--deck-reserve:9rem}.cinematic-product-grid,.cinematic-benefits,.cinematic-walkthrough__steps,.cinematic-about__grid{grid-template-columns:1fr}.cinematic-hero{padding-top:calc(var(--header-height) + 4.5rem);padding-bottom:2rem}.cinematic-products{padding-top:.75rem}.cinematic-walkthrough__steps{gap:0}.cinematic-walkthrough__step{padding-bottom:1.5rem}.cinematic-scene__controls{left:12px;right:12px;top:calc(var(--header-height) + .5rem);max-width:calc(100% - 24px)}.cinematic-hero__content{width:calc(100% - 24px);margin-inline:12px}}@media (width<=390px){.cinematic-hero__title{font-size:2.15rem}.cinematic-controls__btn{padding:.45rem .75rem}}@media (prefers-reduced-motion:reduce){.cinematic-scene__plate,.cinematic-scene__aurora,.cinematic-scene__night,.cinematic-product,.cinematic-product__go{transition:none}.cinematic-aurora__glow,.cinematic-aurora__curtains,.cinematic-aurora__reflection{animation:none}.cinematic-product:hover,.cinematic-product:focus-visible{transform:none}}.solvo-cinematic{--scene-base:#06171d;--scene-gold:#ebc477;--scene-muted:#c6d5d9;--font-display:"Source Sans 3", "Segoe UI", sans-serif;--deck-lift:17.5rem}.cinematic-nav{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#04111899,#0000);border-bottom:0}.cinematic-nav__bar,.solvo-cinematic .container{width:min(1300px,100% - 112px)}.cinematic-nav__logo{width:224px}.cinematic-nav__desktop{gap:2.4rem}.cinematic-nav__pilot{color:#f3d598;background:#05141b40;border:1px solid #ebc477;padding-inline:1.6rem}.cinematic-hero{min-height:clamp(700px,90svh,880px);padding-top:148px}.cinematic-scene__plate{object-position:center}.cinematic-scene__veil{background:linear-gradient(90deg,#030e1794,#030e1738 43%,#0000 72%),linear-gradient(#030e171f,#0000 55%,#06171d59 76%,#06171d 100%)}.cinematic-scene__night{background:linear-gradient(#0515250a,#05152533)}.cinematic-hero__content{width:min(800px,100% - 112px);margin-inline:max(56px,50% - 650px)}.cinematic-hero__content:before{display:none}.cinematic-hero__eyebrow{letter-spacing:.26em;color:#f0ce8b;margin-bottom:1.1rem;font-size:.75rem;font-weight:500}.cinematic-hero__title{letter-spacing:-.025em;margin-bottom:1.4rem;font-size:clamp(3.6rem,5.7vw,5.35rem);font-weight:300;line-height:1.02}.cinematic-hero__title-line--gold{color:#edc77f}.cinematic-hero__lede{max-width:470px;margin-bottom:1.6rem;font-size:1.2rem;line-height:1.5}.solvo-cinematic .ds-btn{min-height:46px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600}.solvo-cinematic .ds-btn--primary{color:#102126;background:linear-gradient(110deg,#f1d38e,#dfb45f);border-color:#edca82;box-shadow:0 4px 25px #e8b96018}.cinematic-scene__controls{top:auto;bottom:19rem;right:max(56px,50% - 650px)}.cinematic-controls__btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04141c85;border-color:#d8e7e64d;font-size:.85rem}.cinematic-product-grid{gap:20px}.cinematic-products{padding-bottom:0}.cinematic-product{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#2550566b,#051820d1 72%);border-color:#7ec8d161;border-radius:12px;grid-template-rows:auto auto 1fr auto;gap:9px;padding:23px 23px 21px;box-shadow:inset 0 1px #ffffff16,0 16px 48px #0003}.cinematic-product--find{background:linear-gradient(135deg,#6c5c3347,#061922df 75%);border-color:#d3b47166}.cinematic-product h3{letter-spacing:-.025em;font-size:1.75rem;font-weight:400}.cinematic-product__description{max-width:35ch;min-height:46px;font-size:1rem}.cinematic-product__rails{letter-spacing:.15em;margin-top:8px;font-size:.75rem;font-weight:400}.product-example{border-top:1px solid #cce3e51c;margin-top:7px;padding-top:9px}.product-example figcaption{color:#9eb5ba;letter-spacing:.1em;text-transform:none;margin-bottom:6px;font-size:.75rem;font-weight:400}.example-heading{color:#aec8cf;justify-content:space-between;gap:8px;margin-bottom:7px;font-size:.75rem;display:flex}.example-heading span:last-child{color:#87a6af}.example-plan__row{grid-template-columns:1.3fr 30px 1fr;align-items:center;gap:7px;min-height:26px;font-size:.8rem;display:grid}.example-plan__row small{color:#a4bec4;font-size:.75rem}.example-plan__track{background:repeating-linear-gradient(90deg,#b9d6da10 0 1px,#0000 1px 25%);display:block}.example-plan__track i{background:#7fd6d0;border-radius:2px;height:6px;display:block;box-shadow:0 0 10px #7fd6d026}.example-plan__row:last-child i{background:#e6be76}.example-find__row{grid-template-columns:25px 1fr auto;align-items:center;gap:7px;min-height:39px;font-size:.8rem;display:grid}.example-find__row small{color:#94b0b9;font-size:.75rem;display:block}.example-avatar{color:#e7ca8a;border:1px solid #d9bd744d;border-radius:5px;place-items:center;width:23px;height:25px;display:grid}.example-tag{color:#99dfd5;white-space:nowrap;font-size:.75rem}.example-tag--muted{color:#a7bfc6}.example-tag--gold{color:#edca87}.example-bid__row{justify-content:space-between;align-items:center;gap:8px;min-height:26px;font-size:.8rem;display:flex}.cinematic-product__go{color:#ecd299;border-color:#dac28e80;width:30px;height:30px;bottom:17px;right:20px}.cinematic-approach{padding:28px 0 30px}.cinematic-benefits{gap:30px}.cinematic-benefits li{border-left:1px solid #97c7d040;padding-left:20px}.cinematic-benefits h3{margin-bottom:3px;font-size:1.1rem;font-weight:500}.cinematic-benefits p{font-size:.95rem}.cinematic-walkthrough{background:linear-gradient(150deg,#0d2933,#071b23 70%);padding:60px 0 65px}.cinematic-walkthrough__header{grid-template-columns:1.3fr 1fr;align-items:end;gap:10px 70px;max-width:none;margin-bottom:32px;display:grid}.cinematic-walkthrough__header .cinematic-hero__eyebrow{grid-column:1/-1;margin:0}.cinematic-walkthrough h2{letter-spacing:-.02em;max-width:18ch;margin:0;font-size:clamp(2rem,3.3vw,3.2rem);font-weight:300}.cinematic-walkthrough__step h3{font-size:1.6rem;font-weight:400}.cinematic-walkthrough__steps{gap:36px}.cinematic-walkthrough__question{color:#f2d495;font-style:normal}.cinematic-walkthrough__index{font-size:.75rem}.cinematic-walkthrough__link{font-weight:500}.cinematic-about{background:linear-gradient(90deg,#06171df5,#06171dbb),url(/scene/blue-hour.jpg) 50% 53%/cover;padding:56px 0}.cinematic-about h2{letter-spacing:-.02em;max-width:18ch;font-size:clamp(2.1rem,3.5vw,3.3rem);font-weight:300}.ds-app--cinematic .ds-site-footer{background:#05141a;padding-top:30px;padding-bottom:25px}.ds-app--cinematic .ds-site-footer__brand img{max-width:224px}@media (width<=1100px) and (width>=881px){.cinematic-nav__bar,.solvo-cinematic .container{width:calc(100% - 64px)}.cinematic-hero__content{width:calc(100% - 64px);margin-inline:32px}.cinematic-product{padding:18px 16px}.cinematic-product__description{min-height:70px}.example-find__row{grid-template-columns:1fr auto}.example-avatar{display:none}}@media (width<=880px){.solvo-cinematic{--deck-lift:80px}.cinematic-nav__bar,.solvo-cinematic .container{width:calc(100% - 40px)}.cinematic-nav{background:linear-gradient(#071923bd,#0000)}.cinematic-nav__mobile{background:#09232c}.cinematic-nav__logo{width:190px}.cinematic-hero{min-height:660px;padding-top:150px}.cinematic-hero__content{width:calc(100% - 40px);margin-inline:20px}.cinematic-hero__title{font-size:clamp(2.6rem,7.7vw,4.5rem);line-height:1.08}.cinematic-hero__lede{max-width:330px;font-size:1.1rem}.cinematic-scene__controls{inset:94px 20px auto auto}.cinematic-scene__veil{background:linear-gradient(90deg,#04152099,#04152022),linear-gradient(#04152022,#0000 65%,#06171d)}.cinematic-product-grid{gap:16px}.cinematic-product{padding:22px}.cinematic-products{padding-top:0}.cinematic-product__description{max-width:none;min-height:0}.cinematic-benefits{gap:20px}.cinematic-approach{padding:30px 0}.cinematic-walkthrough{padding:40px 0}.cinematic-walkthrough__header{grid-template-columns:1fr;gap:15px}.cinematic-about__grid{gap:25px}}@media (width<=390px){.cinematic-hero__title{font-size:2.6rem}.cinematic-hero__actions{gap:10px}.solvo-cinematic .ds-btn{padding-inline:1.1rem;font-size:.9rem}}.cinematic-scene__aurora{mix-blend-mode:normal;filter:none}.cinematic-aurora__curtains{animation:12s ease-in-out infinite alternate paused aurora-light}.cinematic-aurora__reflection{opacity:.5;animation:none}@keyframes aurora-light{0%{opacity:.87}to{opacity:1}}@media (prefers-reduced-motion:reduce){.cinematic-aurora__curtains{animation:none}}@media (width>=881px) and (height<=820px){.cinematic-hero{padding-top:118px}.cinematic-hero__title{margin-bottom:1rem;font-size:clamp(3.6rem,5vw,4.4rem)}.cinematic-hero__eyebrow{margin-bottom:.8rem}.cinematic-hero__lede{margin-bottom:1.25rem}}.cinematic-hero>.brand-scene__controls{bottom:19rem}@media (width<=700px){.cinematic-hero>.brand-scene__controls{top:94px;bottom:auto;right:20px}}.solvo-cinematic:has(.cinematic-nav__mobile[data-open=true]) .brand-scene__controls{visibility:hidden}.cinematic-product__rails{padding-right:0}.cinematic-product__action{color:#edce94;border-bottom:1px solid #edce944d;width:fit-content;margin-top:6px;padding:5px 0;font-size:15px;font-weight:500;line-height:1.4;transition:border-color .2s,color .2s;display:block}.cinematic-product:hover .cinematic-product__action,.cinematic-product:focus-visible .cinematic-product__action{color:#ffe2ae;border-color:currentColor}.cinematic-walkthrough__link{border-bottom:1px solid #edce9455;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.cinematic-walkthrough__link:hover,.cinematic-walkthrough__link:focus-visible{border-bottom-color:currentColor}@media (width<=880px),(pointer:coarse){.solvo-cinematic .cinematic-product,.solvo-cinematic .product-scene-hero__example,.solvo-cinematic .ds-btn--ghost{-webkit-backdrop-filter:none}.solvo-cinematic .cinematic-product{background:linear-gradient(135deg,#183c44f2,#071e28f7);transition:border-color .1s}.solvo-cinematic .cinematic-product--find{background:linear-gradient(135deg,#333b30f2,#071e28f7)}.solvo-cinematic .product-scene-hero__example{background:linear-gradient(135deg,#193c43f5,#071e28f7)}.solvo-cinematic .ds-btn--ghost{background:#071d27eb}.solvo-cinematic a,.solvo-cinematic button{touch-action:manipulation}.solvo-cinematic .product-breadcrumb{align-items:center;min-height:44px;margin-bottom:16px;display:inline-flex}}@media (hover:none){.solvo-cinematic .cinematic-product:hover{transform:none;box-shadow:inset 0 1px #ffffff16,0 16px 48px #0003}.solvo-cinematic .cinematic-product:active{border-color:#edc77f}}@media (width<=880px),(pointer:coarse){.ds-app--cinematic .ds-site-footer a{touch-action:manipulation;align-items:center;min-height:44px;display:inline-flex}}.cinematic-nav__logo{aspect-ratio:1853/559;perspective:600px;height:auto;display:block;position:relative}.cinematic-nav__wordmark{clip-path:inset(0 0 0 37.24%);width:100%;height:100%;display:block}.cinematic-nav__symbol{transform-origin:54%;width:37.24%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cinematic-nav__symbol img{width:268.528%;max-width:none;height:100%;display:block}.cinematic-nav__symbol[data-turning=true]{will-change:transform;animation:2.8s cubic-bezier(.3,.05,.2,1) .35s both brand-symbol-turn}@keyframes brand-symbol-turn{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@media (prefers-reduced-motion:reduce){.cinematic-nav__symbol[data-turning=true]{will-change:auto;animation:none}}
