@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700;800&display=swap";
:root{--gold:#c9a24e;--gold-deep:#b8923f;--navy:#0f2038;--navy-card:#1b2c46;--cream:#efece4;--ink:#181c22;--muted:#6b6f75;--cream-text:#f1efe8;--line:#dcdcd4;--white:#fff;--serif:"Instrument Serif", Georgia, "Times New Roman", serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body{margin:0;padding:0;overflow-x:clip}html{scroll-behavior:smooth}.pw{font-family:var(--sans);color:var(--ink);background:linear-gradient(#e3e8e9,#eceae3)}.serif{font-family:var(--serif);letter-spacing:-.01em;font-weight:400}.italic{font-style:italic}.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,32px)}.nav{z-index:40;padding:14px 16px;position:sticky;top:0}.nav-bar{background:#f4f6f3;border-radius:999px;justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:10px 12px 10px 20px;display:flex;box-shadow:0 6px 24px #14191414}.nav-logo{width:auto;height:38px;display:block}.nav-links{gap:24px;margin:0;padding:0;list-style:none;display:none}.nav-links a{color:var(--ink);opacity:.85;font-size:14.5px;font-weight:500;text-decoration:none}.nav-links a:hover{opacity:1}.pill{font-family:var(--sans);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:9px;font-weight:600;display:inline-flex}.pill-gold{background:var(--gold);color:#20293a;padding:12px 20px;font-size:14.5px;font-weight:700}.pill-gold:hover{background:var(--gold-deep)}.pill-white{color:var(--ink);background:#fff;padding:14px 10px 14px 22px;font-size:15px;box-shadow:0 2px 10px #0000000f}.pill-grey{color:var(--ink);background:#d3d8d6;padding:14px 24px;font-size:15px}.pill-grey:hover{background:#c6ccc9}.arrow-circ{background:var(--gold);color:#20293a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:inline-flex}.hamburger{background:var(--navy);cursor:pointer;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:flex}.hamburger span{background:#fff;width:15px;height:2px}.nav-menu{z-index:50;background:#fff;border-radius:20px;flex-direction:column;gap:2px;padding:12px;display:flex;position:absolute;top:78px;left:16px;right:16px;box-shadow:0 20px 50px #0000002e}.nav-menu a{color:var(--ink);border-radius:12px;padding:13px 14px;font-size:15px;font-weight:600;text-decoration:none}.nav-menu a:hover,.nav-menu a:active{background:#f3f3f0}.modal-back{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#0a0f199e;justify-content:center;align-items:center;padding:18px;animation:.22s both fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--navy);width:100%;max-width:470px;color:var(--cream-text);border-radius:22px;max-height:92vh;padding:26px;animation:.3s cubic-bezier(.22,.61,.36,1) both modalIn;position:relative;overflow-y:auto}@keyframes modalIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:none}}.modal h2{font-family:var(--serif);color:#fff;margin:0;font-size:31px;font-weight:400;line-height:1.1}.modal p.m-sub{color:#aeb7c6;margin:10px 0 20px;font-size:14.5px;line-height:1.5}.modal-x{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;font-size:19px;line-height:1;position:absolute;top:16px;right:16px}.modal-x:hover{background:#fff3}.hero{text-align:center;padding:34px 0 30px}.hero-grid{align-items:center;gap:26px;display:grid}.hero h1{max-width:13ch;color:var(--ink);margin:0 auto;font-size:clamp(40px,7.6vw,66px);line-height:1.03}.hero .sub{color:var(--muted);max-width:38ch;margin:20px auto 0;font-size:clamp(15.5px,2.2vw,18px);line-height:1.55}.hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.hero-stats{justify-content:center;align-items:center;gap:26px;margin-top:34px;display:flex}.hstat-n{color:var(--ink);align-items:center;gap:6px;font-size:30px;font-weight:800;line-height:1;display:flex}.hstat-star{color:var(--gold);margin-top:-2px}.hstat-l{color:var(--muted);margin-top:7px;font-size:13.5px}.hstat-div{background:var(--line);width:1px;height:44px}.hero-visual{justify-content:center;align-items:center;display:flex}.mock{width:min(430px,90vw);padding:6px 30px 34px;position:relative}.mock-sparkle{color:var(--ink);opacity:.75;animation:3.4s ease-in-out infinite sparkle;position:absolute;top:36%;right:6px}@keyframes sparkle{0%,to{opacity:.45;transform:scale(.85)rotate(0)}50%{opacity:.9;transform:scale(1.05)rotate(12deg)}}.mock-search{background:#fff;border:1px solid #181c221a;border-radius:20px;padding:12px;box-shadow:0 16px 40px #14192317}.mock-field{border-radius:13px;align-items:center;gap:10px;padding:14px 15px;font-size:14.5px;font-weight:600;display:flex}.mock-field.active{color:var(--ink);background:#c9a24e1f;border:1px solid #c9a24e73}.mock-field.active svg{color:var(--gold-deep)}.mock-field.muted{border:1px solid var(--line);color:#a0a3a7;margin-top:9px;font-weight:500}.mock-skeleton{background:#f2f2ef;border-radius:13px;align-items:center;gap:9px;margin-top:9px;padding:14px 15px;display:flex}.mock-skeleton i{background:#e0e0dc;border-radius:7px;flex:none;width:22px;height:22px}.mock-skeleton b{background:#e0e0dc;border-radius:6px;width:44%;height:12px}.mock-result{background:#fff;border:1px solid #181c221a;border-radius:20px;margin-top:16px;padding:12px;animation:6s ease-in-out infinite floatY;box-shadow:0 16px 40px #14192317}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.mock-photo{background:linear-gradient(150deg,#26344a,#0f2038);border-radius:14px;height:172px;position:relative;overflow:hidden}.mock-badge{background:#fff;border-radius:8px;width:auto;height:26px;padding:5px 7px;position:absolute;top:12px;right:12px;box-shadow:0 4px 14px #0000002e}.mock-meta{justify-content:space-between;align-items:center;gap:10px;padding:14px 6px 4px;display:flex}.mock-name{color:var(--ink);align-items:center;font-size:19px;font-weight:800;display:flex}.type-caret{background:var(--gold-deep);vertical-align:-2px;width:2px;height:1.05em;margin-left:2px;animation:.75s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.mock-sub{color:var(--muted);font-size:13px}.chip{color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #181c221a;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:12.5px;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 8px 22px #1419231f}.chip i{border:2px solid var(--gold);border-radius:50%;width:9px;height:9px}.chip-verified{animation:6.6s ease-in-out infinite floatY;bottom:132px;left:-6px}.chip-psara{animation:7.4s ease-in-out .5s infinite floatY;bottom:96px;right:-4px}.chip-247{animation:6.2s ease-in-out .9s infinite floatY;bottom:-4px;left:26%}@media (prefers-reduced-motion:reduce){.mock-sparkle,.mock-result,.chip,.mock-caret{animation:none}}.fc-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:16px;margin:0;padding:16px 20px;display:flex;overflow-x:auto}.fc-scroll::-webkit-scrollbar{display:none}.focus-card{will-change:transform,filter;background:#c9cfc9;border-radius:18px;flex:none;position:relative;overflow:hidden}.focus-img{background:linear-gradient(150deg,#b7bfb6,#9aa79a);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.focus-img img{object-fit:cover;width:100%;height:100%}.focus-path{color:#40483f;opacity:.7;font-size:11px;font-weight:600}.focus-cap{color:#fff;background:linear-gradient(#0000,#090e1ad1);padding:16px;position:absolute;bottom:0;left:0;right:0}.focus-overlay{opacity:0;transition:opacity .25s}.fc-arrows{justify-content:center;gap:10px;margin-top:16px;display:flex}.fc-arrow{cursor:pointer;width:44px;height:44px;color:var(--ink);background:#fff;border:1px solid #00000024;border-radius:50%;justify-content:center;align-items:center;font-size:17px;display:flex;box-shadow:0 3px 12px #00000014}.fc-arrow:hover{background:#f3f3f0}.hero-card{width:clamp(180px,44vw,230px);height:clamp(240px,58vw,320px)}.hero-name{font-size:13px;font-weight:700}.hero-role{opacity:.85;margin-top:2px;font-size:11.5px}.svc{background:var(--navy);color:var(--cream-text);border-radius:26px;margin:24px 12px;padding:44px 0 40px;overflow:hidden}.svc h2{text-align:center;max-width:16ch;color:var(--cream-text);margin:0 auto;font-size:clamp(34px,6.4vw,60px);line-height:1.04}.svc .fc-arrow{color:#fff;box-shadow:none;background:#ffffff1f;border-color:#ffffff47}.svc .fc-arrow:hover{background:#ffffff38}.svc-card{width:clamp(230px,66vw,300px);height:clamp(280px,80vw,360px)}.svc-label{color:#fff;z-index:2;text-shadow:0 1px 12px #00000080;max-width:70%;font-size:18px;font-weight:700;line-height:1.15;position:absolute;bottom:14px;left:16px}.svc-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:2;background:#ffffff29;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;display:flex;position:absolute;bottom:14px;right:14px}.svc-img{background:linear-gradient(150deg,#26344a,#182234)}.svc-img .focus-path{color:#8f9bb0}.hint{text-align:center;color:#8f96a4;margin-top:18px;font-size:12.5px}.sec{padding:56px 0}.sec-head{text-align:center;max-width:760px;margin:0 auto;padding:0 clamp(20px,4vw,32px)}.sec-head h2{color:var(--ink);margin:0;font-size:clamp(32px,6vw,56px);line-height:1.05}.sec-head .sub{color:var(--muted);margin-top:14px;font-size:clamp(15px,2.2vw,18px);line-height:1.5}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c9a24e24;border-radius:999px;margin-bottom:18px;padding:7px 14px;font-size:12px;font-weight:700;display:inline-block}.eyebrow.dark{color:var(--gold-deep)}.why-grid{grid-template-columns:1fr;align-items:stretch;gap:18px;max-width:1080px;margin-top:38px;margin-left:auto;margin-right:auto;padding:0 20px;display:grid}.why-cards{grid-template-columns:1fr 1fr;align-items:stretch;gap:14px;display:grid}.why-grid>.fade,.why-cards>.rise{display:flex}@media (min-width:860px){.why-grid{grid-template-columns:340px 1fr;gap:20px}.why-cards{gap:20px}}.why-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex:1;padding:24px;box-shadow:0 14px 40px #14192314}.why-ico{width:44px;height:44px;color:var(--gold-deep);background:#c9a24e29;border-radius:12px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.why-t{color:var(--ink);margin:0;font-size:19px;font-weight:700;line-height:1.15}.why-d{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.5}@media (max-width:520px){.why-cards{gap:12px}.why-card{border-radius:15px;padding:16px}.why-ico{border-radius:10px;width:38px;height:38px;margin-bottom:10px}.why-t{font-size:15px}.why-d{margin-top:6px;font-size:12.5px;line-height:1.45}}.why-founder{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 16px 44px #1419231f}.why-founder .photo{color:#9fb0c7;background:linear-gradient(150deg,#26344a,#0f2038);flex:none;justify-content:center;align-items:center;height:280px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.why-founder .photo img{object-fit:cover;width:100%;height:100%}.why-founder .body{flex-direction:column;flex:1;padding:22px;display:flex}.why-founder .badge{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);background:#c9a24e29;border-radius:999px;align-self:flex-start;margin-bottom:12px;padding:5px 11px;font-size:11px;font-weight:700}.why-founder .name{color:var(--ink);font-size:21px;font-weight:700;line-height:1.15}.why-founder .role{color:var(--gold-deep);margin-top:4px;font-size:13.5px;font-weight:600}.why-founder .blurb{color:var(--muted);margin-top:12px;font-size:13.5px;line-height:1.55}.rise{opacity:0;transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);transform:translateY(48px)}.rise.in{opacity:1;transform:none}.fade{opacity:0;transition:opacity .9s}.fade.in{opacity:1}@media (prefers-reduced-motion:reduce){.rise,.fade{opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.logos{padding:30px 0;overflow:hidden}.logos h2{text-align:center;font-family:var(--serif);color:var(--ink);margin:0 0 6px;font-size:clamp(26px,4vw,38px);font-weight:400}.logos .lsub{text-align:center;color:var(--muted);margin:0 0 30px;font-size:14px}.marquee{position:relative;overflow:hidden}.marquee:before,.marquee:after{content:"";z-index:2;pointer-events:none;width:70px;position:absolute;top:0;bottom:0}.marquee:before{background:linear-gradient(90deg,#e9eae7,#0000);left:0}.marquee:after{background:linear-gradient(270deg,#e9eae7,#0000);right:0}.mq-track{align-items:center;gap:64px;width:max-content;display:flex}.mq-a{animation:44s linear infinite mqLeft}.mq-b{margin-top:26px;padding-left:120px;animation:52s linear infinite mqRight}@keyframes mqLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes mqRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.mq-item{letter-spacing:.07em;color:#b0b2ad;white-space:nowrap;text-transform:uppercase;flex:none;font-size:18px;font-weight:700}@media (prefers-reduced-motion:reduce){.mq-a,.mq-b{animation:none}}.proc{padding:56px 0}.proc-head{text-align:center;margin-bottom:24px}.proc-head .eyebrow{margin-bottom:10px}.proc-head h2{max-width:20ch;color:var(--ink);margin:0 auto;font-size:clamp(26px,3.6vw,42px);line-height:1.06}.proc-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;display:flex}.proc-tab{cursor:pointer;color:var(--muted);font-size:14px;font-weight:600;font-family:var(--sans);background:#dfe1dd;border:none;border-radius:999px;padding:10px 18px;transition:all .25s}.proc-tab:hover{color:var(--ink)}.proc-tab.active{color:var(--ink);background:#fff;box-shadow:0 6px 16px #00000014}.proc-num{font-variant-numeric:tabular-nums;opacity:.65}.proc-grid{grid-template-columns:1fr;align-items:stretch;gap:16px;max-width:1000px;margin:0 auto;display:grid}.proc-img{color:#4a534a;background:linear-gradient(150deg,#c3ccc2,#a7b3a6);border-radius:18px;justify-content:center;align-items:center;min-height:220px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.proc-img img{object-fit:cover;width:100%;height:100%}.proc-card{background:#f6f5ef;border-radius:18px;flex-direction:column;padding:26px;display:flex}.proc-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.proc-title{color:var(--ink);margin:6px 0 0;font-size:23px;font-weight:700;line-height:1.15}.proc-desc{color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.55}.proc-get{background:#e7e6de;border-radius:12px;margin-top:20px;padding:16px}.proc-get .k{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.proc-get .v{color:var(--ink);margin-top:6px;font-size:14.5px;font-weight:600;line-height:1.4}.proc-img{position:relative}.proc-img .proc-swap{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.proc-swap{animation:.45s both procSwap}@keyframes procSwap{0%{opacity:0}to{opacity:1}}.proc-cardbody{flex-direction:column;height:100%;display:flex}@media (prefers-reduced-motion:reduce){.proc-swap{animation:none}}.proc-arrows{justify-content:center;align-items:center;gap:18px;margin-top:24px;display:flex}.proc-arrow{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;transition:all .25s;display:flex;box-shadow:0 10px 26px #0f20383d}.proc-arrow:hover:not(:disabled){background:#1b2c46}.proc-arrow:disabled{opacity:.28;cursor:default;box-shadow:none}.proc-count{color:var(--muted);font-variant-numeric:tabular-nums;text-align:center;min-width:44px;font-size:14px;font-weight:600}@media (min-width:760px){.proc-grid{grid-template-columns:1fr 1fr;gap:22px}.proc-img{min-height:420px}.proc-card{padding:30px}.proc-title{font-size:26px}}@media (max-width:520px){.proc-tab{padding:8px 13px;font-size:12.5px}.proc-card{padding:20px}.proc-title{font-size:20px}.proc-desc{font-size:14px}}.tst-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:16px;margin:26px 0 0;padding:12px 20px 8px;display:flex;overflow-x:auto}.tst-scroll::-webkit-scrollbar{display:none}.tst-slide{flex:none;gap:16px;display:flex}.tst-img{background:linear-gradient(150deg,#b7bfb6,#9aa79a);border-radius:20px;flex:none;justify-content:center;align-items:center;width:clamp(240px,72vw,320px);height:430px;display:flex;position:relative;overflow:hidden}.tst-img img{object-fit:cover;width:100%;height:100%}.tst-logo{color:#333;letter-spacing:.02em;z-index:2;background:#ffffffeb;border-radius:8px;padding:6px 11px;font-size:11px;font-weight:800;position:absolute;top:16px;left:16px}.tst-name{color:#fff;z-index:2;background:linear-gradient(#0000,#090e1ab3);padding-top:30px;position:absolute;bottom:16px;left:16px;right:16px}.tst-review{background:#f6f5ef;border-radius:20px;flex-direction:column;flex:none;justify-content:space-between;width:clamp(300px,84vw,430px);height:430px;padding:28px;display:flex}@media (max-width:679px){.tst-slide{flex-direction:column;width:86vw}.tst-img{width:100%;height:280px}.tst-review{width:100%;height:auto}}.tst-quote{font-family:var(--serif);color:var(--ink);font-size:clamp(20px,3vw,27px);line-height:1.28}.tst-stats{gap:28px;margin:18px 0;display:flex}.tst-stat .n{color:var(--ink);font-size:22px;font-weight:800}.tst-stat .l{color:var(--muted);margin-top:2px;font-size:12px}.tst-arrows{justify-content:center;gap:10px;margin-top:20px;display:flex}.tst-arrow{border:1px solid var(--line);cursor:pointer;width:46px;height:46px;color:var(--ink);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.tst-arrow:hover{background:#f3f3f0}.cform{background:var(--navy);color:var(--cream-text);border-radius:26px;margin:24px 12px;padding:52px 0}.cform h2{color:var(--cream-text)}.cform .sub{color:#aeb7c6}.cf-grid{grid-template-columns:1fr;gap:18px;margin-top:34px;display:grid}@media (min-width:860px){.cf-grid{grid-template-columns:.82fr 1.18fr;gap:26px}}.cf-side{flex-direction:column;gap:16px;display:flex}.cf-side-card{background:var(--navy-card);border-radius:16px;padding:22px}.cf-side-card .t{color:#fff;font-size:17px;font-weight:700}.cf-side-card .d{color:#aeb7c6;margin-top:8px;font-size:13.5px;line-height:1.7}.cf-side-card a{color:#e2c684;text-decoration:none}.cf-side-card a:hover{text-decoration:underline}.map-btn{color:var(--gold);background:#c9a24e29;border:1px solid #c9a24e66;border-radius:999px;align-items:center;gap:8px;margin-top:14px;padding:9px 15px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.map-btn:hover{background:var(--gold);color:#20293a}.cf-form{background:var(--navy-card);border-radius:18px;padding:24px}.cf-field{margin-bottom:15px}.cf-field label{color:#c3ccd9;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.cf-field input,.cf-field select,.cf-field textarea{color:#fff;background:#12203a;border:1px solid #33415b;border-radius:12px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:15px}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{border-color:var(--gold)}.cf-field textarea{resize:vertical}.cf-submit{background:var(--gold);color:#20293a;cursor:pointer;border:none;border-radius:999px;width:100%;padding:15px;font-family:inherit;font-size:16px;font-weight:700;transition:all .25s}.cf-submit:hover:not(:disabled){background:var(--gold-deep)}.cf-err{color:#ffb4a8;margin-bottom:12px;font-size:13.5px}.hp{opacity:0;width:0;height:0;position:absolute;left:-9999px}.mapwrap{border:1px solid var(--line);background:#e6e6e2;border-radius:26px;margin:0 12px 24px;position:relative;overflow:hidden}.mapwrap iframe{border:0;width:100%;height:380px;display:block}.map-card{background:#fff;border-radius:14px;max-width:290px;padding:16px 18px;position:absolute;top:18px;left:18px;box-shadow:0 12px 30px #00000029}.map-card .t{color:var(--ink);font-size:15px;font-weight:700}.map-card .a{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.45}.map-card a{color:var(--gold-deep);margin-top:10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.map-card a:hover{text-decoration:underline}@media (max-width:640px){.map-card{max-width:none;box-shadow:none;border-radius:0;position:static}.mapwrap iframe{height:300px}}.footer{padding:20px 12px 30px}.footer-card{background:var(--cream);border-radius:26px;grid-template-columns:1fr;gap:24px;padding:24px;display:grid}@media (min-width:860px){.footer-card{grid-template-columns:330px 1fr}}.footer-promo{color:#fff;background:linear-gradient(160deg,#26344a,#101b30);border-radius:18px;flex-direction:column;justify-content:flex-end;min-height:280px;padding:22px;display:flex;position:relative;overflow:hidden}.footer-promo img{opacity:.95;width:auto;height:32px;position:absolute;top:20px;left:20px}.footer-promo .pt{font-family:var(--serif);max-width:16ch;font-size:26px;line-height:1.1}.footer-promo .pb{color:var(--ink);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--sans);background:#fff;border:none;border-radius:999px;align-self:flex-start;margin-top:14px;padding:11px 18px}.footer-links{grid-template-columns:1fr 1fr;gap:20px;padding:6px 4px;display:grid}@media (min-width:680px){.footer-links{grid-template-columns:repeat(4,1fr)}}.fcol h3{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 12px;font-size:12px;font-weight:700}.fcol a{color:var(--ink);opacity:.85;margin-bottom:9px;font-size:14.5px;text-decoration:none;display:block}.fcol a:hover{opacity:1}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:10px;margin:8px 4px 0;padding-top:18px;font-size:13px;display:flex}@media (min-width:860px){.nav-links{display:flex}.hamburger,.nav-menu{display:none}.hero{text-align:left;padding:40px 0 26px}.hero-grid{grid-template-columns:1.05fr .95fr;gap:44px}.hero-copy{margin-left:auto}.hero h1{margin:0}.hero .sub{margin:22px 0 0}.hero-cta{justify-content:flex-start;margin-top:32px}.hero-stats{justify-content:flex-start}.nav-logo{height:42px}}@media (min-width:860px) and (max-width:1100px){.hero-grid{grid-template-columns:1fr .9fr;gap:30px}.hero-copy{margin-left:auto}.hero h1{font-size:clamp(36px,4.7vw,52px)}.hero .sub{font-size:16px}.mock{width:min(360px,100%)}.mock-photo{height:150px}}@media (max-width:859px){.hero-stats{gap:22px;margin-top:30px}.hstat-n{font-size:26px}.mock{width:min(380px,92vw);padding:6px 26px 30px}.mock-photo{height:150px}.chip{padding:7px 11px;font-size:11.5px}.chip-verified{bottom:118px}.chip-psara{bottom:86px}}@media (max-width:420px){.mock{padding:6px 22px 28px}.chip{padding:6px 10px;font-size:11px}.chip-verified{left:-2px}.chip-psara{right:0}}@media (max-width:400px){.nav-logo{height:30px}.pill-gold{padding:10px 14px;font-size:13px}.nav-bar{padding:9px 10px 9px 14px}}.mock-photo{overflow:hidden}.mock-photo img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}
