:root{--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-mono:"SFMono-Regular", "SF Mono", ui-monospace, Menlo, monospace;--bg:#f7f7f4;--surface:#fff;--surface-soft:#eeeeea;--ink:#101012;--secondary:#626267;--muted:#8b8b91;--line:#1414181f;--accent:#0a78f5;--accent-strong:#005cc7;--accent-soft:#0a78f51c;--stage:#eaf2fc;--on-accent:#fff;--header-bg:#f7f7f4e0;--deep-bg:#101114;--deep-surface:#1a1b1f;--deep-ink:#f7f7f8;--deep-muted:#b4b4bb;--footer-bg:#0d0e10;--footer-ink:#f7f7f8;--footer-muted:#929299;--motion-ease:cubic-bezier(.22, .8, .22, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--bg:#09090a;--surface:#151517;--surface-soft:#202023;--ink:#f7f7f8;--secondary:#b4b4bb;--muted:#87878e;--line:#ffffff21;--accent:#2997ff;--accent-strong:#69b5ff;--accent-soft:#2997ff29;--stage:#111f2f;--on-accent:#fff;--header-bg:#09090ae0;--deep-bg:#131315;--deep-surface:#202023;--deep-ink:#f7f7f8;--deep-muted:#b4b4bb;--footer-bg:#050506;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=red]{--bg:#030000;--surface:#130707;--surface-soft:#211010;--ink:#fff7f6;--secondary:#d9b9b6;--muted:#a97773;--line:#ff453a47;--accent:#ff453a;--accent-strong:#ff6b63;--accent-soft:#ff453a2b;--stage:#250909;--on-accent:#000;--header-bg:#030000e8;--deep-bg:#100303;--deep-surface:#1d0909;--deep-ink:#fff7f6;--deep-muted:#d9b9b6;--footer-bg:#000;--footer-ink:#fff7f6;--footer-muted:#a97773;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=green]{--bg:#000402;--surface:#07150a;--surface-soft:#0c2211;--ink:#f5fff6;--secondary:#b7d6bc;--muted:#78a580;--line:#32d74b45;--accent:#32d74b;--accent-strong:#64e879;--accent-soft:#32d74b29;--stage:#09230e;--on-accent:#000;--header-bg:#000402e8;--deep-bg:#031007;--deep-surface:#0a1d0e;--deep-ink:#f5fff6;--deep-muted:#b7d6bc;--footer-bg:#000201;--footer-ink:#f5fff6;--footer-muted:#78a580;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}body,.site-header,section,footer,.legal-page{transition:background-color .22s,color .22s,border-color .22s}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}main{overflow:hidden}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.066em;text-wrap:balance;margin-bottom:0;font-weight:780;line-height:.94}h1 em,h2 em,h3 em{color:var(--accent);font:inherit;font-style:normal}@keyframes header-enter{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes content-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes stage-enter{0%{opacity:0;transform:translateY(38px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ambient-flow{0%{transform:rotate(-9deg)scale(.92)}to{transform:rotate(13deg)scale(1.08)}}@keyframes orb-drift-primary{0%{transform:translate(-28px,-14px)scale(.9)}to{transform:translate(38px,28px)scale(1.12)}}@keyframes orb-drift-secondary{0%{transform:translate(28px,24px)scale(1.08)}to{transform:translate(-42px,-30px)scale(.88)}}@keyframes device-float-back{0%{translate:0}to{translate:0 -12px}}@keyframes device-float-front{0%{translate:0 -4px}to{translate:0 10px}}.site-header{border-bottom:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(24px)saturate(160%);z-index:50;min-height:72px;animation:header-enter .6s var(--motion-ease) both;position:sticky;top:0}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;width:min(100% - 40px,1320px);min-height:72px;margin:0 auto;display:grid}.brand{letter-spacing:-.035em;justify-self:start;align-items:baseline;font-size:14px;font-weight:850;display:inline-flex}.brand small{color:var(--muted);font:750 9px var(--font-mono);letter-spacing:.04em}.site-nav{color:var(--secondary);align-items:center;gap:30px;font-size:12px;font-weight:680;display:flex}.site-nav a:hover{color:var(--ink)}.theme-switcher{border:1px solid var(--line);background:var(--surface);border-radius:999px;justify-self:end;align-items:center;gap:2px;padding:3px;display:flex}.theme-switcher button{cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 8px;font-size:9px;font-weight:760;display:flex}.theme-switcher button:hover{background:var(--surface-soft)}.theme-switcher button[aria-pressed=true]{background:var(--surface-soft);box-shadow:inset 0 0 0 1px var(--line)}.theme-swatch{border:1px solid #0000;border-radius:50%;flex:none;width:11px;height:11px}.theme-swatch--light{background:#fff;border-color:#a7a7ad}.theme-swatch--dark{background:#1c1c1e}.theme-swatch--red{background:#ff453a}.theme-swatch--green{background:#32d74b}.hero{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);align-items:center;gap:clamp(60px,8vw,122px);width:min(100% - 64px,1320px);min-height:calc(100svh - 72px);margin:0 auto;padding:clamp(72px,8vw,118px) 0;display:grid}.hero__copy{z-index:2;max-width:680px;position:relative}.app-lockup{align-items:center;gap:14px;margin-bottom:42px;display:flex}.app-lockup>span:not(.tacwac-icon){text-align:left;justify-items:start;gap:4px;display:grid}.app-lockup b{letter-spacing:-.025em;font-size:18px}.app-lockup small{color:var(--secondary);font-size:12px}.tacwac-icon{border-radius:14px;flex:none;width:56px;height:56px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 12px 32px #00000029}.tacwac-icon img{width:100%;height:100%;display:none;position:absolute;inset:0}.tacwac-icon .theme-icon--light{display:block}html[data-theme=dark] .tacwac-icon .theme-icon,html[data-theme=red] .tacwac-icon .theme-icon,html[data-theme=green] .tacwac-icon .theme-icon{display:none}html[data-theme=dark] .tacwac-icon .theme-icon--dark{display:block}html[data-theme=red] .tacwac-icon .theme-icon--red{filter:grayscale()sepia()saturate(8)hue-rotate(308deg)brightness(.85)contrast(1.1);display:block}html[data-theme=green] .tacwac-icon .theme-icon--green{filter:grayscale()sepia()saturate(8)hue-rotate(72deg)brightness(.9)contrast(1.08);display:block}.hero h1{font-size:clamp(64px,7.4vw,110px)}.hero__copy>p{max-width:610px;color:var(--secondary);letter-spacing:-.026em;margin:34px 0 36px;font-size:clamp(18px,1.55vw,23px);line-height:1.55}.hero__actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.hero__note{color:var(--muted);font:650 9px/1.5 var(--font-mono);letter-spacing:.04em;margin-top:26px;display:block}.hero__copy .app-lockup{animation:content-enter .68s var(--motion-ease) 60ms both}.hero__copy h1{animation:content-enter .72s var(--motion-ease) .14s both}.hero__copy>p{animation:content-enter .68s var(--motion-ease) .23s both}.hero__actions{animation:content-enter .68s var(--motion-ease) .31s both}.hero__note{animation:content-enter .68s var(--motion-ease) .39s both}.app-store-button{height:50px;display:inline-flex;position:relative}.app-store-button--soon{cursor:default;-webkit-user-select:none;user-select:none}.app-store-button--soon .app-store-badge{opacity:.5;filter:saturate(.7);pointer-events:none}.app-store-soon{z-index:1;border:2px solid var(--bg);background:var(--accent);color:var(--on-accent);font:800 10px var(--font-mono);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;pointer-events:none;border-radius:999px;padding:7px 16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-7deg);box-shadow:0 10px 26px #0000003d}.app-store-badge{width:auto;height:50px;display:block}.app-store-badge--white,html[data-theme=dark] .app-store-badge--black,html[data-theme=red] .app-store-badge--black,html[data-theme=green] .app-store-badge--black{display:none}html[data-theme=dark] .app-store-badge--white,html[data-theme=red] .app-store-badge--white,html[data-theme=green] .app-store-badge--white{display:block}.text-link{width:fit-content;color:var(--accent-strong);align-items:center;gap:9px;font-size:13px;font-weight:740;display:inline-flex}.text-link span{font-size:17px}.hero__showcase{isolation:isolate;border:1px solid var(--line);background:linear-gradient(145deg, var(--stage), var(--accent-soft));min-height:700px;animation:stage-enter .9s var(--motion-ease) .18s both;border-radius:52px;position:relative;overflow:hidden}.hero__showcase:before{content:"";aspect-ratio:1;z-index:-1;background:conic-gradient(from 20deg, transparent 0 13%, var(--accent-soft) 22%, transparent 34% 49%, var(--accent-soft) 61%, transparent 74% 88%, var(--accent-soft));filter:blur(32px);opacity:.9;border-radius:42%;width:135%;animation:17s ease-in-out infinite alternate ambient-flow;position:absolute;top:-34%;left:-18%}.hero__orb{aspect-ratio:1;background:var(--accent-soft);filter:blur(4px);border-radius:50%;position:absolute;translate:-50% -50%}.hero__orb--primary{width:440px;animation:11s ease-in-out infinite alternate orb-drift-primary;top:53%;left:46%}.hero__orb--secondary{opacity:.72;width:310px;animation:14s ease-in-out infinite alternate orb-drift-secondary;top:31%;left:72%}.motion-toggle{z-index:12;border:1px solid var(--line);background:var(--header-bg);width:38px;height:38px;color:var(--ink);-webkit-backdrop-filter:blur(18px);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;bottom:18px;right:18px;box-shadow:0 8px 22px #00000029}.motion-toggle span{font-size:11px;font-weight:850;line-height:1;transform:translate(.5px)}html[data-motion=paused] .hero__showcase:before,html[data-motion=paused] .hero__orb,html[data-motion=paused] .device--hero-back,html[data-motion=paused] .device--hero-front{animation-play-state:paused}.device{z-index:2;background:linear-gradient(145deg,#77787e 0%,#292a2e 9%,#08090a 52%,#242529 91%,#626369 100%);border:1px solid #55565b;border-radius:18.5%/8.5%;padding:7px;position:relative;box-shadow:0 34px 80px #00000047,inset 0 0 0 1px #ffffff24}.device__screen{z-index:1;background:#000;border:1px solid #ffffff1f;border-radius:16%/7.4%;position:relative;overflow:hidden;container-type:inline-size}.device img{width:100%;height:auto;display:block}.device__status-bar{z-index:5;color:#f7f7f8;pointer-events:none;width:100%;height:13.4cqi;position:absolute;top:0;left:0}.device__status-bar--masked{background:#000}html[data-theme=light] .device__status-bar{color:#050507}html[data-theme=light] .device__status-bar--masked{background:#c1c1c5}.device__time{letter-spacing:-.04em;font-size:4.55cqi;font-weight:650;line-height:1;position:absolute;top:4.05cqi;left:9.5cqi}.device__island{aspect-ratio:3.65;background:#020203;border:1px solid #ffffff14;border-radius:999px;width:29cqi;position:absolute;top:1.7cqi;left:50%;translate:-50%;box-shadow:0 1px 2px #ffffff14,0 2px 5px #0000004d}.device__indicators{align-items:center;gap:2.1cqi;height:5cqi;display:flex;position:absolute;top:3.55cqi;right:9.5cqi}.device__wifi{width:6.7cqi;height:auto;display:block;overflow:visible}.device__wifi path{fill:none;stroke:currentColor;stroke-width:2.45px;stroke-linecap:round}.device__wifi circle{fill:currentColor}.device__battery{border:.5cqi solid;border-radius:1.25cqi;width:8.7cqi;height:4.25cqi;padding:.55cqi;display:block;position:relative}.device__battery:after{content:"";opacity:.7;background:currentColor;border-radius:0 .6cqi .6cqi 0;width:.85cqi;height:1.9cqi;position:absolute;top:50%;left:calc(100% + .75cqi);translate:0 -50%}.device__battery>span{background:currentColor;border-radius:.5cqi;width:100%;height:100%;display:block}.device__button{z-index:0;background:linear-gradient(90deg,#0b0c0e,#3c3d41);border:1px solid #4d4e52;width:4px;position:absolute}.device__button--action{border-radius:3px 0 0 3px;height:5.2%;top:15%;left:-4px}.device__button--volume-up{border-radius:3px 0 0 3px;height:8.2%;top:23.5%;left:-4px}.device__button--volume-down{border-radius:3px 0 0 3px;height:8.2%;top:33.2%;left:-4px}.device__button--power{background:linear-gradient(90deg,#3c3d41,#0b0c0e);border-radius:0 3px 3px 0;height:13%;top:25%;right:-4px}.theme-shot{display:none!important}html[data-theme=light] .theme-shot--light,html[data-theme=dark] .theme-shot--dark,html[data-theme=red] .theme-shot--red,html[data-theme=green] .theme-shot--green{display:block!important}.device--hero-back{width:min(230px,34%);animation:6.5s ease-in-out 1.1s infinite alternate device-float-back;position:absolute;top:13%;left:13%;rotate:5deg}.device--hero-front{width:min(285px,42%);animation:7.4s ease-in-out 1.25s infinite alternate device-float-front;position:absolute;bottom:3%;right:13%;rotate:-4deg}.workflow{width:min(100% - 64px,1180px);margin:0 auto;padding:clamp(110px,11vw,170px) 0}.section-intro{max-width:790px}.section-intro--center{text-align:center;margin:0 auto}.eyebrow{color:var(--accent-strong);font:800 10px var(--font-mono);letter-spacing:.13em;align-items:center;gap:10px;margin-bottom:25px;display:flex}.eyebrow:before{content:"";background:var(--accent);flex:none;width:22px;height:2px}.section-intro--center .eyebrow,.final-cta__inner .eyebrow{justify-content:center}.reveal-inline{display:inline-block}.section-intro h2{font-size:clamp(54px,6.4vw,92px)}.section-intro>p:not(.eyebrow){max-width:670px;color:var(--secondary);letter-spacing:-.02em;margin:32px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.55}.section-intro--center>p:last-of-type{margin-inline:auto}.workflow__steps{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:78px;display:grid}.workflow__steps article{padding:32px clamp(18px,3vw,42px) 10px 0}.workflow__steps article+article{border-left:1px solid var(--line);padding-left:clamp(18px,3vw,42px)}.workflow__steps span{color:var(--accent-strong);font:760 10px var(--font-mono);letter-spacing:.09em}.workflow__steps h3{letter-spacing:-.045em;margin:44px 0 14px;font-size:25px}.workflow__steps p{color:var(--secondary);margin:0;font-size:14px;line-height:1.65}.motion-ready [data-reveal]{opacity:0;transition:opacity .66s ease, transform .66s var(--motion-ease);will-change:opacity, transform}.motion-ready [data-reveal=up]{transform:translateY(52px)}.motion-ready [data-reveal=left]{transform:translate(-68px)}.motion-ready [data-reveal=right]{transform:translate(68px)}.motion-ready [data-reveal=fade]{transform:none}.motion-ready [data-reveal=pop]{transform:translateY(26px)scale(.82)}.motion-ready [data-reveal] .eyebrow:before{transform-origin:0;transition:transform .7s var(--motion-ease) .3s;transform:scaleX(0)}.motion-ready [data-reveal].is-visible .eyebrow:before{transform:scaleX(1)}.motion-ready [data-reveal-delay="1"]{transition-delay:80ms}.motion-ready [data-reveal-delay="2"]{transition-delay:.16s}.motion-ready [data-reveal-delay="3"]{transition-delay:.24s}.motion-ready [data-reveal-delay="4"]{transition-delay:.32s}.motion-ready [data-reveal].is-visible{opacity:1;transform:translate(0,0)}.feature{border-top:1px solid var(--line);grid-template-columns:minmax(420px,1fr) minmax(0,1fr);align-items:center;gap:clamp(70px,8vw,130px);min-height:900px;padding:clamp(84px,8vw,126px) max(32px,50vw - 640px);display:grid}.feature--capture{background:var(--surface)}.feature--measure{background:var(--bg)}.feature--diagram{background:var(--deep-bg);color:var(--deep-ink)}.feature--narrative{background:var(--bg)}.feature--flip .feature__copy{grid-area:1/1}.feature--flip .feature__visual{grid-area:1/2}.feature__visual{border:1px solid var(--line);background:linear-gradient(145deg, var(--stage), var(--accent-soft));border-radius:48px;place-items:end center;min-height:720px;display:grid;position:relative;overflow:hidden}.feature--diagram .feature__visual{background:var(--deep-surface);border-color:#ffffff1f}.device--single{width:min(286px,52%);margin-bottom:28px}.feature__visual--pair{display:block}.device--pair-back,.device--pair-front{width:min(250px,42%);position:absolute}.device--pair-back{top:10%;left:15%;rotate:5deg}.device--pair-front{bottom:5%;right:15%;rotate:-4deg}.feature--measure .device--pair-back{rotate:6deg}.feature--measure .device--pair-front{rotate:-5deg}.feature--diagram .device--pair-back{rotate:3deg}.feature--diagram .device--pair-front{rotate:-7deg}.feature__copy{max-width:610px}.feature__copy h2{font-size:clamp(50px,5.2vw,76px)}.feature__copy>p:not(.eyebrow){color:var(--secondary);letter-spacing:-.02em;margin:30px 0 0;font-size:clamp(17px,1.35vw,20px);line-height:1.6}.feature--diagram .feature__copy>p:not(.eyebrow){color:var(--deep-muted)}.feature-list{border-top:1px solid var(--line);margin:38px 0 0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid var(--line);color:var(--secondary);padding:15px 0 15px 23px;font-size:13px;line-height:1.5;position:relative}.feature-list li:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:21px;left:1px}.feature--diagram .feature-list{border-color:#ffffff21}.feature--diagram .feature-list li{color:var(--deep-muted);border-color:#ffffff21}.feature--actions{background:var(--surface)}.assurance{width:min(100% - 64px,1180px);margin:0 auto;padding:clamp(110px,11vw,170px) 0}.workflow__head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(40px,6vw,96px);display:grid}.workflow__art{justify-self:end;width:clamp(200px,21vw,272px)}.workflow__art svg{width:100%;height:auto;display:block;overflow:visible}.art-skid{fill:none;stroke:var(--accent);stroke-width:7px;stroke-linecap:round;stroke-dasharray:12 9;opacity:.45}.art-car rect{fill:var(--accent-soft);stroke:var(--accent);stroke-width:8px}.art-car line{stroke:var(--accent);stroke-width:6px;stroke-linecap:round}.art-burst{fill:var(--accent);stroke:var(--bg);stroke-width:5px;stroke-linejoin:round}.motion-ready .workflow__art .art-skid{stroke-dashoffset:140px;transition:stroke-dashoffset 1s var(--motion-ease) .2s}.motion-ready .workflow__art .art-skid--2{transition-delay:.35s}.motion-ready .workflow__art .art-car--b{opacity:0;transition:opacity .5s ease .55s, transform .6s var(--motion-ease) .55s;transform:translate(-18px,5px)}.motion-ready .workflow__art .art-car--a{opacity:0;transition:opacity .5s ease .72s, transform .6s var(--motion-ease) .72s;transform:translate(7px,-16px)}.motion-ready .workflow__art .art-burst{opacity:0;transform-origin:136px 122px;transition:opacity .3s ease 1.35s, transform .5s var(--motion-ease) 1.35s;transform:scale(.3)}.motion-ready .workflow__art.is-visible .art-skid{stroke-dashoffset:0}.motion-ready .workflow__art.is-visible .art-car--a,.motion-ready .workflow__art.is-visible .art-car--b{opacity:1;transform:translate(0,0)}.motion-ready .workflow__art.is-visible .art-burst{opacity:1;transform:scale(1)}.sections{width:min(100% - 64px,1180px);margin:0 auto;padding:0 0 clamp(110px,11vw,170px)}.sections__head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(40px,6vw,96px);display:grid}.sections__art{justify-self:end;width:clamp(190px,20vw,256px)}.sections__art svg{width:100%;height:auto;display:block;overflow:visible}.art-row{fill:var(--accent-soft);stroke:var(--accent);stroke-width:7px}.art-chip{fill:var(--accent)}.art-row-line{stroke:var(--accent);stroke-width:6px;stroke-linecap:round;opacity:.55}.art-plus circle{fill:var(--accent);stroke:var(--bg);stroke-width:5px}.art-plus path{fill:none;stroke:var(--on-accent);stroke-width:7px;stroke-linecap:round}.motion-ready .sections__art .art-sec{opacity:0;transition:opacity .5s ease, transform .6s var(--motion-ease);transform:translateY(20px)}.motion-ready .sections__art .art-sec--1{transition-delay:.2s}.motion-ready .sections__art .art-sec--2{transition-delay:.38s}.motion-ready .sections__art .art-sec--3{transition-delay:.56s}.motion-ready .sections__art .art-plus{opacity:0;transform-origin:204px 196px;transition:opacity .3s ease .85s, transform .5s var(--motion-ease) .85s;transform:scale(.3)}.motion-ready .sections__art.is-visible .art-sec{opacity:1;transform:translate(0,0)}.motion-ready .sections__art.is-visible .art-plus{opacity:1;transform:scale(1)}.section-overview{margin-top:48px}.sections__cells{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.motion-ready .sections__cells [data-reveal-delay="5"]{transition-delay:.4s}.sections__cells article,.sections__more{border:1px solid var(--line);background:var(--surface);border-radius:24px;min-width:0;padding:26px}.section-cell__icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:13px;place-items:center;margin-bottom:22px;display:grid}.section-cell__icon svg,.section-catalog__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.sections__cells h3,.sections__more-title{letter-spacing:-.04em;margin:0 0 10px;font-size:21px;font-weight:700;display:block}.sections__cells p,.sections__more-description{max-width:31ch;color:var(--secondary);margin:0;font-size:14px;line-height:1.6;display:block}.sections__more{text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;display:flex}.sections__more[aria-expanded=true],.sections__more:focus-visible{background:var(--accent-soft);border-color:var(--accent)}.sections__more[aria-expanded=true] .section-cell__icon,.sections__more:focus-visible .section-cell__icon{color:var(--on-accent);background:var(--accent)}.sections__more-action{color:var(--accent-strong);align-items:center;gap:14px;margin-top:18px;font-size:13px;font-weight:650;display:flex}.sections__more-action>span{font-size:19px;line-height:1}.sections__more:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.section-catalog{border:1px solid var(--line);background:var(--surface);border-radius:24px;margin-top:16px;padding:clamp(22px,3vw,36px)}.section-catalog__heading{margin-bottom:24px}.section-catalog__heading h3{letter-spacing:-.045em;margin:0 0 8px;font-size:26px}.section-catalog__heading p{color:var(--secondary);margin:0;font-size:14px;line-height:1.6}.section-catalog__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 28px;margin:0;padding:0;list-style:none;display:grid}.section-catalog__list li{border-top:1px solid var(--line);align-items:center;gap:12px;min-width:0;padding:14px 0;font-size:14px;font-weight:550;line-height:1.4;display:flex}.section-catalog__icon{color:var(--accent-strong);flex:0 0 22px;display:flex}.section-catalog__note{border-top:1px solid var(--line);max-width:76ch;color:var(--secondary);margin:24px 0 0;padding-top:20px;font-size:13px;line-height:1.6}.assurance__head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(40px,6vw,96px);display:grid}.assurance__art{justify-self:end;width:clamp(170px,18vw,238px)}.assurance__art svg{width:100%;height:auto;display:block;overflow:visible}.art-tri{fill:var(--accent-soft);stroke:var(--accent);stroke-width:14px;stroke-linejoin:round}.art-mark{stroke:var(--accent);stroke-width:13px;stroke-linecap:round}.art-dot{fill:var(--accent)}.art-check circle{fill:var(--accent);stroke:var(--bg);stroke-width:8px}.art-check path{fill:none;stroke:var(--on-accent);stroke-width:8px;stroke-linecap:round;stroke-linejoin:round}.motion-ready .assurance__art .art-tri{fill-opacity:0;stroke-dasharray:540;stroke-dashoffset:540px;transition:stroke-dashoffset 1.1s var(--motion-ease) .2s, fill-opacity .5s ease .9s}.motion-ready .assurance__art .art-mark{stroke-dasharray:60;stroke-dashoffset:60px;transition:stroke-dashoffset .45s var(--motion-ease) 1s}.motion-ready .assurance__art .art-dot{opacity:0;transition:opacity .3s 1.3s}.motion-ready .assurance__art .art-check{opacity:0;transform-origin:186px 172px;transition:opacity .3s ease 1.45s, transform .5s var(--motion-ease) 1.45s;transform:scale(.4)}.motion-ready .assurance__art.is-visible .art-tri{fill-opacity:1;stroke-dashoffset:0}.motion-ready .assurance__art.is-visible .art-mark{stroke-dashoffset:0}.motion-ready .assurance__art.is-visible .art-dot{opacity:1}.motion-ready .assurance__art.is-visible .art-check{opacity:1;transform:scale(1)}.assurance__cells{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:72px;display:grid}.assurance__cells article{border:1px solid var(--line);background:linear-gradient(150deg, var(--surface) 46%, var(--accent-soft));border-radius:30px;min-width:0;min-height:288px;padding:clamp(26px,3vw,36px);position:relative;overflow:hidden;box-shadow:0 18px 50px #0000000e}.assurance__cells article:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);height:4px;position:absolute;inset:0 32% auto 32px}.assurance__cells article:nth-child(2){background:linear-gradient(180deg, var(--surface), var(--bg))}.assurance-card__meta{align-items:center;gap:12px;margin-bottom:clamp(46px,5vw,68px);display:flex}.assurance-card__meta:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:.42;flex:1;height:1px}.assurance-card__number{background:var(--accent);width:46px;height:46px;color:var(--on-accent);font:800 10px var(--font-mono);letter-spacing:.04em;box-shadow:0 8px 24px var(--accent-soft);border-radius:15px;flex:none;place-items:center;display:grid}.assurance-card__verb{color:var(--accent-strong);font:800 9px var(--font-mono);letter-spacing:.12em}.assurance__cells h3{letter-spacing:-.045em;max-width:260px;margin:0 0 14px;font-size:clamp(23px,2.2vw,30px);line-height:1.04}.assurance__cells p{max-width:310px;color:var(--secondary);margin:0;font-size:14px;line-height:1.65}.pro{border-top:1px solid var(--line);background:var(--surface);padding:clamp(110px,11vw,170px) 32px}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:min(100%,1180px);margin:88px auto 0;display:grid}.plan-card{border:1px solid var(--line);background:var(--bg);border-radius:38px;min-width:0;padding:clamp(34px,4vw,56px)}.plan-card--pro{border-color:var(--accent);background:linear-gradient(145deg, var(--accent-soft), var(--bg) 58%);box-shadow:inset 0 0 0 1px var(--accent-soft)}.plan-card__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:56px;display:flex}.plan-pill{border:1px solid var(--line);min-height:28px;color:var(--secondary);font:800 8px var(--font-mono);letter-spacing:.11em;border-radius:999px;align-items:center;padding:0 11px;display:inline-flex}.plan-pill--pro{background:var(--accent);color:var(--on-accent);border-color:#0000}.plan-card__meta{color:var(--muted);font:700 9px var(--font-mono);letter-spacing:.04em;text-align:right}.plan-card h3{letter-spacing:-.055em;text-wrap:balance;max-width:510px;margin:0;font-size:clamp(38px,4.1vw,58px);line-height:1}.plan-card>p{max-width:540px;color:var(--secondary);margin:24px 0 0;font-size:15px;line-height:1.65}.plan-list{border-top:1px solid var(--line);margin:38px 0 0;padding:0;list-style:none}.plan-list li{border-bottom:1px solid var(--line);color:var(--secondary);padding:16px 0 16px 27px;font-size:13px;line-height:1.55;position:relative}.plan-list li:before{content:"✓";color:var(--accent-strong);font-size:13px;font-weight:850;position:absolute;top:15px;left:1px}.plan-art{width:118px;margin:34px 0 30px}.plan-art svg{width:100%;height:auto;display:block;overflow:visible}.art-tray{fill:var(--accent-soft);stroke:var(--accent);stroke-width:9px}.art-flap{fill:none;stroke:var(--accent);stroke-width:9px;stroke-linecap:round}.art-item{fill:var(--accent)}.art-item--3{stroke:var(--accent);stroke-width:7px;stroke-linejoin:round}.art-bar{fill:var(--accent-soft);stroke:var(--accent);stroke-width:8px;transform-box:fill-box;transform-origin:bottom}.art-cap{fill:none;stroke:var(--accent);stroke-width:6px;stroke-linecap:round;stroke-dasharray:10 9;opacity:.55}.art-base{fill:none;stroke:var(--accent);stroke-width:8px;stroke-linecap:round}.motion-ready .plan-art .art-tray{fill-opacity:0;stroke-dasharray:380;stroke-dashoffset:380px;transition:stroke-dashoffset .9s var(--motion-ease) .2s, fill-opacity .5s ease .8s}.motion-ready .plan-art .art-flap{stroke-dasharray:32;stroke-dashoffset:32px;transition:stroke-dashoffset .4s var(--motion-ease) .9s}.motion-ready .plan-art .art-item{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .3s ease 1.15s, transform .45s var(--motion-ease) 1.15s;transform:translateY(16px)scale(.4)}.motion-ready .plan-art .art-item--2{transition-delay:1.3s}.motion-ready .plan-art .art-item--3{transition-delay:1.45s}.motion-ready .plan-art .art-base{stroke-dasharray:150;stroke-dashoffset:150px;transition:stroke-dashoffset .6s var(--motion-ease) .2s}.motion-ready .plan-art .art-cap{stroke-dashoffset:170px;transition:stroke-dashoffset .9s var(--motion-ease) .5s}.motion-ready .plan-art .art-bar{transition:transform .65s var(--motion-ease) .7s;transform:scaleY(0)}.motion-ready .plan-art .art-bar--2{transition-delay:.9s}.motion-ready .plan-art .art-bar--3{transition-delay:1.1s}.motion-ready .plan-art.is-visible .art-tray{fill-opacity:1;stroke-dashoffset:0}.motion-ready .plan-art.is-visible .art-flap{stroke-dashoffset:0}.motion-ready .plan-art.is-visible .art-item{opacity:1;transform:none}.motion-ready .plan-art.is-visible .art-base,.motion-ready .plan-art.is-visible .art-cap{stroke-dashoffset:0}.motion-ready .plan-art.is-visible .art-bar{transform:scaleY(1)}.limits-slots{width:300px;max-width:60%;margin-top:38px}.limits-slots svg{width:100%;height:auto;display:block;overflow:visible}.art-slot--full{fill:var(--accent)}.art-slot--empty{fill:none;stroke:var(--accent);stroke-width:5px;stroke-dasharray:8 7;opacity:.55}.motion-ready .limits-slots .art-slot--empty{stroke-dashoffset:160px;transition:stroke-dashoffset .7s var(--motion-ease) .15s, opacity .4s ease .15s}.motion-ready .limits-slots .art-slot--e2{transition-delay:.28s}.motion-ready .limits-slots .art-slot--e3{transition-delay:.41s}.motion-ready .limits-slots .art-slot--full{opacity:0;transform-box:fill-box;transform-origin:50%;transition:opacity .25s ease .7s, transform .45s var(--motion-ease) .7s;transform:scale(.4)}.motion-ready .limits-slots .art-slot--f2{transition-delay:.88s}.motion-ready .limits-slots .art-slot--f3{transition-delay:1.06s}.motion-ready .limits-slots.is-visible .art-slot--empty{stroke-dashoffset:0}.motion-ready .limits-slots.is-visible .art-slot--full{opacity:1;transform:none}.free-limits{border:1px solid var(--line);background:var(--bg);border-radius:38px;width:min(100%,1180px);margin:22px auto 0;padding:clamp(32px,4vw,52px)}.free-limits__heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.free-limits__heading .eyebrow{margin:0}.free-limits__heading h3{letter-spacing:-.05em;text-align:right;text-wrap:balance;max-width:520px;margin:0;font-size:clamp(28px,3.1vw,42px);line-height:1.05}.free-limits__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:42px;display:grid}.free-limits__grid article{border:1px solid var(--line);background:linear-gradient(150deg, var(--surface) 54%, var(--accent-soft));border-radius:22px;min-width:0;min-height:192px;padding:22px;position:relative;overflow:hidden;box-shadow:0 12px 34px #0000000a}.free-limits__grid article:nth-child(2n){background:linear-gradient(180deg, var(--surface), var(--bg))}.free-limit__top{align-items:center;gap:11px;margin-bottom:26px;display:flex}.free-limit__top:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:.3;flex:1;height:1px}.free-limit__icon{border:1px solid var(--accent);background:var(--accent-soft);width:36px;height:36px;color:var(--accent-strong);border-radius:12px;flex:none;place-items:center;display:grid}.free-limit__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.free-limits__grid h4{letter-spacing:-.025em;margin:0;font-size:15px}.free-limits__grid p{color:var(--secondary);margin:0;font-size:12px;line-height:1.6}.free-limits__note{color:var(--muted);font:650 9px/1.6 var(--font-mono);letter-spacing:.025em;margin:22px 0 0}.integrity{background:var(--deep-bg);width:min(100% - 64px,1280px);color:var(--deep-ink);border-radius:52px;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:center;gap:clamp(60px,8vw,120px);margin:0 auto;padding:clamp(64px,7vw,100px);display:grid}.integrity__copy{max-width:650px}.integrity__art{width:122px;margin-bottom:42px}.integrity__art svg{width:100%;height:auto;display:block;overflow:visible}.art-doc{fill:var(--accent-soft);stroke:var(--accent);stroke-width:9px}.art-doc-line{stroke:var(--accent);stroke-width:9px;stroke-linecap:round}.art-shield path{fill:var(--accent);stroke:var(--deep-bg);stroke-width:6px;stroke-linejoin:round}.art-shield .art-shield-check{fill:none;stroke:var(--on-accent);stroke-width:9px;stroke-linecap:round;stroke-linejoin:round}.motion-ready .integrity__art .art-doc{fill-opacity:0;stroke-dasharray:560;stroke-dashoffset:560px;transition:stroke-dashoffset 1s var(--motion-ease) .15s, fill-opacity .5s ease .8s}.motion-ready .integrity__art .art-doc-line{stroke-dasharray:90;stroke-dashoffset:90px;transition:stroke-dashoffset .5s var(--motion-ease) .75s}.motion-ready .integrity__art .art-doc-line--2{transition-delay:.9s}.motion-ready .integrity__art .art-doc-line--3{transition-delay:1.05s}.motion-ready .integrity__art .art-doc-line--4{transition-delay:1.2s}.motion-ready .integrity__art .art-shield{opacity:0;transform-origin:142px 162px;transition:opacity .3s ease 1.5s, transform .5s var(--motion-ease) 1.5s;transform:scale(.4)}.motion-ready .integrity__art.is-visible .art-doc{fill-opacity:1;stroke-dashoffset:0}.motion-ready .integrity__art.is-visible .art-doc-line{stroke-dashoffset:0}.motion-ready .integrity__art.is-visible .art-shield{opacity:1;transform:scale(1)}.integrity h2{font-size:clamp(52px,5.8vw,82px)}.integrity__copy>p:not(.eyebrow){color:var(--deep-muted);margin:30px 0;font-size:clamp(17px,1.3vw,20px);line-height:1.6}.integrity__facts{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;grid-template-columns:repeat(2,1fr);display:grid}.integrity__facts article{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;flex-direction:column;gap:10px;min-height:160px;padding:26px;transition:background-color .25s;display:flex}.integrity__facts b{letter-spacing:-.025em;align-items:center;gap:9px;font-size:17px;display:flex}.integrity__facts b:before{content:"";background:var(--accent);border-radius:50%;flex:none;width:7px;height:7px}.integrity__facts span{color:var(--deep-muted);font-size:12px;line-height:1.55}.final-cta{background:var(--bg);padding:clamp(120px,13vw,200px) 24px}.final-cta__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.final-cta__icon{border-radius:23px;width:92px;height:92px;margin-bottom:38px}.final-cta h2{font-size:clamp(58px,8vw,112px)}.final-cta__inner>p:not(.eyebrow){max-width:680px;color:var(--secondary);margin:34px auto;font-size:clamp(18px,1.5vw,22px);line-height:1.55}.final-cta h2+.app-store-button{margin-top:44px}footer{background:var(--footer-bg);color:var(--footer-ink);padding:76px max(32px,50vw - 640px) 30px}.footer__top{flex-direction:column;align-items:center;gap:48px;padding-bottom:60px;display:flex}.footer-signoff{text-align:center;flex-direction:column;align-items:center;gap:22px;width:100%;display:flex}.footer-wordmark{aspect-ratio:1200/257;background:linear-gradient(to bottom, var(--footer-ink) 21%, var(--accent) 21%);width:min(100%,340px);margin:0;-webkit-mask:url(/holmmade-signoff.png) 50%/contain no-repeat;mask:url(/holmmade-signoff.png) 50%/contain no-repeat}.footer-contact{color:var(--footer-ink);overflow-wrap:anywhere;font-size:12px;font-weight:650}.footer-navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;width:min(100%,480px);display:grid}.footer-links{color:var(--footer-muted);flex-direction:column;align-items:flex-start;gap:13px;font-size:11px;display:flex}.footer-links b,.footer-links .brand--footer{min-height:20px;color:var(--footer-ink);margin-bottom:7px}.footer-links b{font-size:13px;line-height:20px}.footer-links .brand--footer{font-size:17px}.footer-links a:hover,.footer-contact:hover{color:var(--accent)}.footer__bottom{color:var(--footer-muted);border-top:1px solid #ffffff1f;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding-top:26px;display:grid}.footer__bottom small{font:8px/1.6 var(--font-mono);letter-spacing:.03em}.footer__bottom small:nth-child(2){text-align:center}.footer__bottom a{color:var(--footer-ink);font-size:10px;font-weight:700}.legal-page{background:var(--bg);min-height:100vh;color:var(--ink)}.legal-wrap{width:min(100% - 40px,820px);margin:0 auto;padding:90px 0 140px}.legal-back{color:var(--accent-strong);margin-bottom:58px;font-size:12px;font-weight:760;display:inline-block}.section-label{color:var(--accent-strong);font:800 11px var(--font-mono);letter-spacing:.13em;margin:0 0 28px}.legal-wrap h1{margin:0;font-size:clamp(54px,8vw,90px)}.legal-wrap h1 em{color:var(--accent)}.legal-intro{color:var(--secondary);margin:30px 0 70px;font-size:20px;line-height:1.6}.legal-meta{border-block:1px solid var(--line);color:var(--muted);font:9px var(--font-mono);letter-spacing:.1em;padding:18px 0}.legal-content{padding-top:35px}.legal-content section{border-bottom:1px solid var(--line);padding:28px 0}.legal-content h2{letter-spacing:-.035em;margin:0;font-size:27px;line-height:1.2}.legal-content p,.legal-content li{color:var(--secondary);font-size:14px;line-height:1.8}.legal-content ul{padding-left:20px}.legal-content strong{color:var(--ink)}.legal-address{color:var(--secondary);margin-top:20px;font-size:14px;font-style:normal;line-height:1.8}.legal-related{border-block:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:48px;padding:22px 0;display:flex}.legal-related span{color:var(--muted);font:700 8px var(--font-mono);letter-spacing:.12em}.legal-related a{color:var(--accent-strong);text-align:right;font-size:12px;font-weight:750}.legal-note{border:1px solid var(--line);background:var(--accent-soft);color:var(--secondary);border-radius:14px;margin-top:32px;padding:22px;font-size:12px;line-height:1.6}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media (hover:hover){.site-nav a,.text-link,.theme-switcher button,.motion-toggle,.footer-links a,.footer-contact,.footer__bottom a{transition:color .18s,background-color .18s,transform .18s}.text-link:hover{transform:translateY(-2px)}.motion-toggle:hover{transform:scale(1.08)}.device{transition:transform .28s,box-shadow .28s}.device:hover{transform:translateY(-7px)}.integrity__facts article:hover{background:var(--deep-surface)}.free-limits__grid article{transition:transform .25s,border-color .25s,box-shadow .25s}.free-limits__grid article:hover{border-color:var(--accent);box-shadow:0 18px 42px #00000014, inset 0 0 0 1px var(--accent-soft);transform:translateY(-4px)}.workflow__steps article{transition:transform .25s}.workflow__steps article:hover{transform:translateY(-4px)}.assurance__cells article{transition:transform .25s,border-color .25s,box-shadow .25s}.assurance__cells article:hover{border-color:var(--accent);box-shadow:0 24px 64px #0000001a, inset 0 0 0 1px var(--accent-soft);transform:translateY(-6px)}.sections__cells article{transition:background-color .25s}.sections__cells article:hover{border-color:var(--accent)}.sections__more:hover{background:var(--accent-soft);border-color:var(--accent)}.sections__more:hover .section-cell__icon{color:var(--on-accent);background:var(--accent)}}@media (max-width:1120px){.theme-name{display:none}.theme-switcher button{width:32px;padding-inline:0}.hero{grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:54px}.feature{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:60px}.device--single{width:min(286px,60%)}}@media (max-width:920px){.site-header__inner{grid-template-columns:1fr auto}.site-nav{display:none}.hero{text-align:center;grid-template-columns:1fr;min-height:auto}.hero__copy{margin:0 auto}.app-lockup,.hero__actions{justify-content:center}.hero__copy>p{margin-inline:auto}.hero__showcase{min-height:660px}.feature{grid-template-columns:1fr;gap:64px;min-height:0}.feature__copy,.feature--flip .feature__copy{grid-area:1/1;max-width:760px}.feature__visual,.feature--flip .feature__visual{grid-area:2/1;min-height:760px}.motion-ready [data-reveal=left],.motion-ready [data-reveal=right]{transform:translateY(42px)}.motion-ready [data-reveal].is-visible{transform:translate(0,0)}.plan-grid{grid-template-columns:1fr}.free-limits__grid,.sections__cells,.section-catalog__list{grid-template-columns:repeat(2,minmax(0,1fr))}.integrity{grid-template-columns:1fr}.integrity__copy{max-width:760px}}@media (max-width:760px){.site-header__inner,.hero,.workflow,.sections,.assurance,.integrity{width:min(100% - 36px,1320px)}.hero{padding:70px 0 54px}.hero h1{font-size:clamp(58px,14vw,84px)}.hero__showcase{border-radius:38px;min-height:590px}.device{padding:6px}.device--hero-back{width:205px;top:15%;left:6%}.device--hero-front{width:245px;bottom:4%;right:7%}.workflow__steps{grid-template-columns:1fr}.workflow__steps article,.workflow__steps article+article{border-left:0;border-bottom:1px solid var(--line);padding:28px 0}.workflow__head,.sections__head,.assurance__head{grid-template-columns:1fr}.sections__art,.workflow__art{justify-self:start;width:175px;margin-top:14px}.assurance__art{justify-self:start;width:160px;margin-top:14px}.assurance__cells{grid-template-columns:1fr;gap:14px}.assurance__cells article,.assurance__cells article+article{border:1px solid var(--line);border-radius:25px;min-height:0;padding:26px}.assurance-card__meta{margin-bottom:38px}.workflow__steps h3{margin-top:24px}.feature{padding:92px 18px}.feature__visual,.feature--flip .feature__visual{border-radius:38px;min-height:680px}.device--single{width:min(286px,64vw)}.device--pair-back,.device--pair-front{width:min(230px,50vw)}.integrity{border-radius:38px;padding:48px 28px}.footer__bottom{text-align:left;grid-template-columns:1fr}.footer__bottom small:nth-child(2){text-align:left}}@media (max-width:540px){.site-header__inner,.site-header{min-height:64px}.brand{font-size:12px}.hero{padding-top:58px}.app-lockup{text-align:left;justify-content:flex-start;margin-bottom:32px}.hero__copy{text-align:left}.hero__actions{justify-content:flex-start}.hero__copy>p{margin-inline:0;font-size:17px}.hero__showcase{min-height:520px}.device--hero-back{width:165px;left:2%}.device--hero-front{width:205px;bottom:4%;right:2%}.section-intro h2{font-size:clamp(44px,13.4vw,70px)}.workflow,.assurance{padding:94px 0}.sections{padding:0 0 94px}.workflow__steps{margin-top:58px}.section-overview{margin-top:32px}.sections__cells{grid-template-columns:1fr;gap:10px}.sections__cells article{border-radius:20px;grid-template-columns:38px minmax(0,1fr);column-gap:16px;padding:20px;display:grid}.sections__cells article .section-cell__icon{grid-row:span 2;width:38px;height:38px;margin:0}.sections__cells h3{margin-bottom:5px;font-size:19px}.sections__cells p{font-size:13px}.sections__more{border-radius:20px;padding:22px}.sections__more .section-cell__icon{display:none}.sections__more-action{margin-top:12px}.section-catalog{border-radius:20px;padding:22px 20px}.section-catalog__list{grid-template-columns:1fr}.section-catalog__list li{padding:11px 0}.feature__copy h2{font-size:clamp(48px,13vw,64px)}.feature__copy>p:not(.eyebrow){font-size:17px}.feature__visual,.feature--flip .feature__visual{min-height:610px}.device--single{width:min(260px,70vw);margin-bottom:20px}.device--pair-back,.device--pair-front{width:min(205px,52vw)}.device--pair-back{left:3%}.device--pair-front{right:3%}.pro{padding-inline:18px}.plan-grid{margin-top:64px}.plan-card,.free-limits{border-radius:28px;padding:28px 22px}.plan-card__top{flex-direction:column;align-items:flex-start;margin-bottom:42px}.plan-card__meta{text-align:left}.free-limits__heading{flex-direction:column;align-items:flex-start}.free-limits__heading h3{text-align:left}.free-limits__grid{grid-template-columns:1fr}.free-limits__grid article{min-height:0}.integrity__facts{grid-template-columns:1fr}.integrity__facts article{min-height:0}.final-cta h2{font-size:clamp(52px,14.8vw,72px)}.footer-navigation{grid-template-columns:1fr;gap:36px}.footer-links{text-align:center;align-items:center}.legal-wrap{padding:64px 0 100px}.legal-back{margin-bottom:46px}.legal-intro{margin-bottom:52px;font-size:18px}.legal-related{flex-direction:column;align-items:flex-start}.legal-related a{text-align:left}}@media (max-width:380px){.site-header__inner,.hero,.workflow,.sections,.assurance,.integrity{width:min(100% - 28px,1320px)}.theme-switcher{gap:0}.theme-switcher button{width:29px;min-height:30px}.hero__actions{flex-direction:column;align-items:flex-start}.hero__showcase{min-height:470px}.device--hero-back{width:145px}.device--hero-front{width:185px}.device{padding:5px}.integrity{padding-inline:22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}body,.site-header,section,footer,.legal-page,.device,[data-reveal]{transition:none!important}.site-header,.hero__copy .app-lockup,.hero__copy h1,.hero__copy>p,.hero__actions,.hero__note,.hero__showcase,.hero__showcase:before,.hero__orb,.device--hero-back,.device--hero-front{animation:none!important}.motion-ready [data-reveal]{opacity:1;transform:none}.motion-ready [data-reveal] .eyebrow:before{transition:none;transform:none}.motion-ready .plan-art .art-tray{fill-opacity:1;stroke-dashoffset:0;transition:none}.motion-ready .plan-art .art-flap,.motion-ready .plan-art .art-base,.motion-ready .plan-art .art-cap{stroke-dashoffset:0;transition:none}.motion-ready .plan-art .art-item{opacity:1;transition:none;transform:none}.motion-ready .plan-art .art-bar{transition:none;transform:none}.motion-ready .limits-slots .art-slot--empty{stroke-dashoffset:0;transition:none}.motion-ready .limits-slots .art-slot--full{opacity:1;transition:none;transform:none}.motion-ready .integrity__art .art-doc{fill-opacity:1;stroke-dashoffset:0;transition:none}.motion-ready .integrity__art .art-doc-line{stroke-dashoffset:0;transition:none}.motion-ready .integrity__art .art-shield,.motion-ready .sections__art .art-sec,.motion-ready .sections__art .art-plus{opacity:1;transition:none;transform:none}.motion-ready .workflow__art .art-skid{stroke-dashoffset:0;transition:none}.motion-ready .workflow__art .art-car--a,.motion-ready .workflow__art .art-car--b,.motion-ready .workflow__art .art-burst{opacity:1;transition:none;transform:none}.motion-ready .assurance__art .art-tri{fill-opacity:1;stroke-dashoffset:0;transition:none}.motion-ready .assurance__art .art-mark{stroke-dashoffset:0;transition:none}.motion-ready .assurance__art .art-dot{opacity:1;transition:none}.motion-ready .assurance__art .art-check{opacity:1;transition:none;transform:none}.motion-toggle{display:none}}
