@font-face{font-family:Inter;src:url('/assets/fonts/inter.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:InterTight;src:url('/assets/fonts/inter-tight.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
:root{--paper:#f7f8f2;--ink:#211d26;--muted:#62665e;--lime:#d6f469;--line:#dce0d3;--wash:#ecefe5;--white:#fff;--heading:InterTight,Arial,sans-serif;--body:Inter,Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--body);-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,p,figure,blockquote{margin:0}
h1,h2,h3{font-family:var(--heading);font-weight:600;line-height:1.06;letter-spacing:-.045em;text-wrap:balance}
h2{font-size:clamp(38px,4.7vw,68px)}
h3{font-size:26px}
em{font-style:normal}
p{max-width:70ch}
button,a,input,summary{outline-offset:5px}
:focus-visible{outline:2px solid #647b28}
::selection{background:var(--lime);color:var(--ink)}
.wrap{width:min(100% - 112px,1328px);margin-inline:auto}
.section{padding-block:112px}
.eyebrow{font-size:12px;font-weight:500;letter-spacing:.08em;line-height:1.5;text-transform:uppercase;color:var(--muted);margin-bottom:24px}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.skip-link{position:fixed;left:12px;top:10px;padding:12px;background:var(--lime);z-index:100;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,248,242,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{width:min(100% - 112px,1440px);height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:inline-flex;gap:11px;align-items:center;flex-shrink:0;font:650 25px/1 var(--heading);letter-spacing:-1px;white-space:nowrap}
.wordmark img{width:29px;height:29px}
.wordmark-light{font-weight:420;color:#73776d}
.site-header nav{display:flex;gap:26px;align-items:center}
.nav-link{font-size:13px;color:#4e524a}
.nav-link:hover,.text-link:hover{color:#657b30}
.button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;background:var(--ink);border:1px solid var(--ink);padding:16px 22px;color:var(--paper);font-size:14px;font-weight:500;line-height:1.4;border-radius:2px;transition:background .18s,color .18s}
.button:hover{background:var(--lime);color:var(--ink)}
.button>span{font-size:22px;line-height:1}
.button-small{padding:12px 17px;font-size:13px;gap:22px}
.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;font-weight:500;border-bottom:1px solid currentColor;padding-bottom:3px;line-height:1.5}
.text-link>span{font-size:20px}
.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:55px;align-items:center;padding-block:64px 74px;min-height:680px}
.hero .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:11px;letter-spacing:.045em}
.status-dot{height:7px;width:7px;flex:0 0 7px;background:#839e48;border-radius:50%}
.hero h1{font-size:clamp(52px,6vw,88px);line-height:1.025;letter-spacing:-.05em;font-weight:620;text-wrap:initial}
.hero h1 em{background:var(--lime);padding:0 .075em .035em;margin-left:-.01em;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.hero-intro{font-size:17px;line-height:1.75;color:#53594e;max-width:510px;margin-top:30px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:26px;margin-top:30px}
.hero-visual{position:relative;height:538px;margin-bottom:4px}
.hero-product{position:absolute;inset:0 36px 38px 0;background:#e9ede0;border:1px solid #e0e5d5;overflow:hidden}
.product-caption{display:flex;flex-direction:column;gap:5px;padding:23px 25px;font-size:12px;line-height:1.5;color:var(--muted)}
.product-caption>span:last-child{color:var(--ink);font-weight:500}
.hero-boot{height:385px;width:68%;object-fit:contain;position:absolute;left:2%;top:78px;mix-blend-mode:multiply;transform:rotate(-6deg)}
.hero-visual-note{position:absolute;bottom:22px;left:25px;font-size:11px;color:#6c745e}
.hero-selections{position:absolute;right:0;bottom:0;width:53%;display:grid;gap:10px}
.hero-selection{display:flex;align-items:center;gap:12px;padding:12px 14px 12px 9px;background:rgba(255,255,255,.97);border:1px solid #d9dfce;box-shadow:0 7px 25px #29361107;transition:transform .2s,border-color .2s}
.hero-selection:hover{transform:translateX(-6px);border-color:#8f9f6d}
.hero-selection>img{width:58px;height:61px;object-fit:contain;mix-blend-mode:multiply}
.hero-selection>span:nth-child(2){font-size:13px;font-weight:500;line-height:1.5;flex:1}
.hero-selection small{display:block;font-size:10px;font-weight:400;letter-spacing:.08em;color:#7b846e;margin-bottom:3px}
.hero-selection>span:last-child{align-self:flex-start;color:#7b846e}
.proof-line{display:flex;align-items:center;gap:26px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:25px;font-size:13px;color:var(--muted)}
.proof-line a{display:flex;align-items:center;gap:9px;color:var(--ink);font:650 17px var(--heading);letter-spacing:-.5px}
.proof-line a>span{font-size:15px;margin-left:7px;color:var(--muted)}
.proof-line img{height:26px;width:26px;object-fit:contain}
.proof-detail{margin-left:auto}
.section-intro{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:end;margin-bottom:48px}
.section-intro h2 em,.explorer-heading em,.founder-copy h2 em{color:#788566}
.section-copy{font-size:17px;line-height:1.8;max-width:540px;padding-bottom:3px;color:#585e52}
.section-copy p+p{margin-top:16px}
.section-copy strong{font-weight:550;color:var(--ink)}
.website-example{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}
.example-bar{display:flex;align-items:center;gap:18px;padding:15px 20px;border-bottom:1px solid var(--line);background:#eff2e9;font-size:12px;color:#666e5e}
.window-dots{display:flex;gap:5px;flex-shrink:0}
.window-dots i{height:6px;width:6px;background:#bcc4b0;border-radius:50%}
.zoom-label{margin-left:auto;border:0;background:none;font-size:12px;color:#465334;display:flex;align-items:center;gap:18px;padding:0}
.image-button{display:block;padding:0;border:0;width:100%;background:#fff;text-align:left;cursor:zoom-in}
.image-button>img{width:100%;height:auto}
.website-example figcaption{display:flex;justify-content:space-between;gap:20px;padding:16px 21px;font-size:12px;color:#66705a;border-top:1px solid var(--line);background:#f0f3e8}
.reading-bridge{display:flex;gap:24px;align-items:center;margin-top:45px}
.bridge-mark{font-size:48px;font-weight:300;color:#9ba987;line-height:1}
.reading-bridge p{font-size:19px;color:#626959;line-height:1.55}
.reading-bridge strong{color:var(--ink);font-weight:500}
.reading-bridge .text-link{margin-left:auto}
.explorer-section{padding:92px 0 96px;background:var(--wash);border-block:1px solid #dce1d2}
.explorer-heading{display:flex;justify-content:space-between;gap:64px;align-items:end;margin-bottom:48px}
.explorer-heading h2{font-size:clamp(38px,4vw,58px)}
.explorer-heading>p{max-width:375px;font-size:16px;color:#58624e;line-height:1.8}
.explorer-shell{display:grid;grid-template-columns:minmax(250px,.83fr) minmax(0,1.65fr);gap:45px;align-items:start}
.explorer-product{position:sticky;top:112px;text-align:center;padding-bottom:20px}
.product-switch{display:flex;background:#e1e7d6;border:1px solid #d5ddca;padding:4px;max-width:360px;margin:auto;border-radius:3px}
.product-switch button{padding:11px 8px;flex:1;line-height:1.3;background:none;border:0;font-size:13px;color:#68715c;border-radius:1px}
.product-switch button[aria-pressed=true]{background:#fff;box-shadow:0 1px 4px #2435110d;color:var(--ink)}
.source-photo{display:flex;align-items:center;justify-content:center;padding:28px 18px 20px;height:330px}
.source-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}
.source-caption>span{display:block;color:#778268;font-size:11px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}
.source-caption h3{font-size:23px;margin-bottom:12px;letter-spacing:-.02em}
.source-caption a{font-size:12px;border-bottom:1px solid #b5c1a0;padding-bottom:4px;display:inline-flex;gap:12px}
.example-note{font-size:11px;color:#778268;margin-top:24px}
.recommendation-groups{display:grid;gap:16px}
.recommendation-group{padding:28px;background:#fafbf7;border:1px solid #d7dfcb;border-radius:3px;scroll-margin-top:108px;transition:border-color .2s}
.recommendation-group:hover{border-color:#a6b28f}
.group-title{display:flex;align-items:flex-start;gap:18px;margin-bottom:22px}
.group-number{font:450 27px/1.1 var(--heading);color:#a2af8e;letter-spacing:-1px}
.group-title h3{font-size:25px;letter-spacing:-.035em;text-wrap:initial;line-height:1.15}
.group-title p{font-size:12px;color:#77816b;line-height:1.5;margin-top:8px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.product-photo{height:137px;background:#eef2e6;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}
.product-card:hover img{transform:scale(1.055)}
.product-card>span:not(.sr-only){font-size:11px;line-height:1.6;display:block;margin-top:10px;color:#5a6350;overflow-wrap:anywhere}
.knowledge-section{background:var(--ink);color:#f1f2e9;padding:100px 0 0}
.knowledge-grid{display:grid;grid-template-columns:1.22fr 1fr;gap:104px;align-items:center}
.knowledge-section .eyebrow{color:#afbba0}
.knowledge-section h2{font-size:clamp(40px,4.55vw,65px);margin-bottom:32px}
.knowledge-section h2 em{color:var(--lime)}
.knowledge-grid>div>p:not(.eyebrow){color:#c2c5b8;font-size:16px;line-height:1.85;max-width:500px;margin-top:18px}
.knowledge-sheet{border:1px solid #4a4c40;background:#2a2830;padding:26px 29px;font-size:13px}
.sheet-title{display:flex;justify-content:space-between;gap:20px;font-size:11px;text-transform:uppercase;letter-spacing:.07em;padding-bottom:21px;border-bottom:1px solid #4a4c40;color:#c4ceac}
.sheet-row{display:flex;align-items:center;gap:12px;justify-content:space-between;border-bottom:1px solid #414137;padding:18px 0}
.sheet-row>span{color:#9fa590;font-size:12px}
.sheet-row>strong{font-weight:450;font-size:13px}
.sheet-separator{display:flex;gap:15px;align-items:center;color:#c3d494;font-size:12px;padding:21px 0}
.sheet-separator>span:first-child{font-size:26px}
.sheet-insight{display:flex;align-items:center;gap:22px;background:#e9edde;color:var(--ink);margin-top:10px;padding:13px 18px}
.sheet-insight img{height:69px;width:65px;object-fit:contain;mix-blend-mode:multiply}
.sheet-insight p{font-size:13px;line-height:1.7;color:#687358}
.sheet-insight strong{color:#3d4532;font-weight:500}
.capacity-line{border-top:1px solid #48483e;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;margin-top:70px;padding-block:40px 44px}
.capacity-line>p:first-child{font:450 28px/1.25 var(--heading);letter-spacing:-.025em;color:#c8cbbd}
.capacity-line strong{font-weight:500;color:var(--lime)}
.capacity-line>p:last-child{font-size:14px;line-height:1.9;color:#b7bca8;max-width:470px}
.search-query{display:flex;gap:30px;align-items:center;background:#edf1e3;border:1px solid #dce4cd;border-left:3px solid #bad751;padding:29px 37px;margin-bottom:26px}
.search-symbol{flex:0 0 30px;color:#728644}
.search-symbol svg{width:30px;height:30px;display:block}
.search-query .eyebrow{display:block;font-size:10px;margin-bottom:10px;color:#7b856b}
.search-query p{font:450 clamp(20px,2.15vw,29px)/1.45 var(--heading);letter-spacing:-.015em;max-width:950px}
.search-example .image-button{max-height:670px;overflow:hidden;position:relative}
.search-example .image-button:after{content:'';position:absolute;bottom:0;left:0;right:0;height:55px;background:linear-gradient(transparent,#fff);pointer-events:none}
.beyond{display:grid;grid-template-columns:1fr 1.2fr;gap:100px;margin-top:88px;padding-top:65px;border-top:1px solid var(--line)}
.beyond h3{font-size:39px;margin-bottom:22px}
.beyond>div>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:330px;line-height:1.8}
details{border-bottom:1px solid var(--line)}
summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:17px;font-weight:450;line-height:1.5;padding:23px 0}
summary::-webkit-details-marker{display:none}
summary>span{font:300 25px/1 var(--body);color:#778564;transition:transform .2s;flex-shrink:0}
details[open] summary>span{transform:rotate(45deg)}
details>p{padding:0 35px 24px 0;color:var(--muted);font-size:15px;line-height:1.85}
details>p a{text-decoration:underline;text-underline-offset:3px}
.steps-section{padding:95px 0;background:#ecf0e3;border-block:1px solid #dde4ce}
.steps{list-style:none;margin:52px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.steps li{border-top:1px solid #bac7a3;padding-top:20px}
.step-number{font:400 34px/1 var(--heading);letter-spacing:-1px;color:#84946c;display:block;margin-bottom:36px}
.steps h3{font-size:26px;margin-bottom:17px;line-height:1.2;text-wrap:initial}
.steps p{font-size:15px;line-height:1.85;color:#626e53;max-width:340px}
.step-note{display:inline-block;font-size:11px;margin-top:16px;color:#5d7537;border-bottom:1px solid #b4c28d;padding-bottom:2px}
.founder-section{display:grid;grid-template-columns:240px minmax(0,1fr);gap:64px;align-items:center;max-width:1010px}
.founder-photo{position:relative;align-self:center;width:240px;margin:0}
.founder-photo>img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center;background:#e2e5d9}
.founder-photo>span{display:block;margin-top:12px;font-size:11px;color:var(--muted);letter-spacing:.02em}
.founder-copy h2{font-size:clamp(32px,3vw,43px);margin-bottom:23px}
.founder-copy>p:not(.eyebrow){font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:17px;max-width:570px}
.founder-copy blockquote{border-left:2px solid #b7d853;padding-left:21px;font:450 22px/1.5 var(--heading);letter-spacing:-.025em;margin:24px 0;max-width:530px}
.team-line{display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center;font-size:12px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:22px;color:var(--muted)}
.team-line strong{font-weight:500;color:var(--ink)}
.faq-section{display:grid;grid-template-columns:.8fr 1.25fr;gap:90px;padding:20px 0 110px}
.faq-section h2{font-size:49px;margin-bottom:25px}
.faq-section>div>p:not(.eyebrow){font-size:15px;color:var(--muted);line-height:2}
.faq-list{border-top:1px solid var(--line)}
.faq-list summary{font-size:16px}
.contact-section{background:var(--lime);padding-block:88px;color:#28301f}
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.contact-section .eyebrow{color:#637240}
.contact-section h2{font-size:clamp(42px,5.1vw,72px);margin-bottom:0}
.contact-section h2 em{color:#627737}
.contact-grid>div>p:not(.eyebrow){font-size:16px;line-height:1.8;color:#53652e;max-width:430px;margin-bottom:26px}

.contact-section .button:hover{background:#f8fbe9}
.email-reveal[hidden]{display:none}
.email-contact{min-height:57px}
.email-address{display:inline-flex;align-items:center;gap:16px;max-width:100%;border-bottom:1px solid currentColor;padding-block:7px;font-size:clamp(17px,2vw,25px);font-weight:500;line-height:1.5;overflow-wrap:anywhere}
.email-address>span{flex-shrink:0}
.email-address:hover{color:#53652e}
.site-footer{padding-block:48px 33px}
.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-top>a:last-child{font-size:14px;display:flex;gap:23px}
.footer-bottom{margin-top:32px;padding-top:25px;border-top:1px solid var(--line);font-size:11px;line-height:1.8;color:#7a8170}
.footer-bottom nav{display:flex;gap:25px;font-size:12px;color:#505846}
dialog{color:var(--ink);border:1px solid var(--line);background:var(--paper);padding:38px;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 40px);border-radius:4px;box-shadow:0 25px 90px #171d1e38}
dialog::backdrop{background:#192012b3;backdrop-filter:blur(5px)}
dialog:not([open]){display:none}
.dialog-close{position:absolute;top:14px;right:18px;font:300 29px/1 var(--body);background:transparent;border:0;padding:6px}
.image-dialog{width:min(1500px,calc(100% - 36px));padding:0;max-height:92dvh;overflow:hidden}
.image-dialog-top{padding:17px 66px 17px 22px;position:relative;min-height:64px;display:flex;align-items:center;border-bottom:1px solid var(--line)}
.image-dialog-top p{font-size:12px;color:#626b56;line-height:1.5}
.image-dialog-top .dialog-close{top:14px;right:17px}
.image-dialog-scroll{overflow:auto;max-height:calc(92dvh - 82px);background:#fff;overscroll-behavior:contain}
.image-dialog img{width:100%;min-width:860px;height:auto;max-width:none}
@media(min-width:1500px){.hero h1{font-size:96px}.hero{gap:70px;min-height:730px}.hero-visual{height:560px}.hero-boot{height:415px;top:73px}}
@media(max-width:1150px){.wrap,.header-inner{width:calc(100% - 64px)}.site-header nav{gap:18px}.nav-link{font-size:12px}.wordmark{font-size:22px}.hero{gap:30px;min-height:620px}.hero h1{font-size:clamp(49px,6.25vw,77px)}.hero-visual{height:476px}.hero-product{right:25px}.hero-boot{height:320px;top:77px}.hero-selection{gap:7px;padding:10px 10px 10px 5px}.hero-selection>img{width:43px;height:50px}.hero-selection>span:nth-child(2){font-size:11px}.hero-actions{gap:20px}.hero-actions .button{padding:14px 15px;gap:16px}.hero-actions .text-link{font-size:13px;gap:10px}.section-intro{gap:40px}.knowledge-grid{gap:55px}.explorer-shell{gap:25px;grid-template-columns:.85fr 1.65fr}.recommendation-group{padding:23px}.group-title h3{font-size:22px}.product-grid{gap:9px}.product-photo{height:112px}.founder-section,.faq-section{gap:55px}.contact-grid{gap:65px}.beyond{gap:60px}}
@media(max-width:900px){.site-header nav .nav-link:first-child{display:none}.hero{grid-template-columns:1.12fr 1fr;gap:23px;padding-block:52px;min-height:590px}.hero h1{font-size:clamp(42px,6.35vw,57px)}.hero-intro{font-size:15px;margin-top:24px}.hero .eyebrow{font-size:9px;letter-spacing:.025em}.hero-visual{height:430px}.hero-boot{height:295px;top:76px;width:82%;left:-4%}.product-caption{padding:17px;font-size:10px}.hero-visual-note{left:17px;bottom:20px;font-size:9px}.hero-selections{width:61%}.hero-selection>img{height:46px;width:38px}.hero-selection>span:nth-child(2){font-size:10px}.hero-selection small{font-size:8px}.hero-actions{margin-top:24px;gap:16px}.hero-actions .text-link{font-size:12px}.proof-line{gap:18px}.proof-detail{font-size:11px}.proof-line>p{font-size:11px}.section{padding-block:85px}.section-copy{font-size:15px}.section-intro{gap:30px}.explorer-heading{gap:30px}.explorer-heading>p{max-width:300px;font-size:14px}.explorer-shell{grid-template-columns:.7fr 1.3fr;gap:22px}.product-switch button{font-size:11px}.recommendation-group{padding:20px}.group-title{gap:11px}.group-title h3{font-size:21px}.group-title p{font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.product-photo{height:132px}.source-photo{height:310px;padding-inline:0}.source-caption h3{font-size:21px}.knowledge-grid{gap:35px}.knowledge-grid>div>p:not(.eyebrow){font-size:14px}.knowledge-sheet{padding:22px}.sheet-title{font-size:9px}.capacity-line{gap:45px}.capacity-line>p:last-child{font-size:13px}.steps{gap:24px}.steps h3{font-size:23px}.steps p{font-size:14px}.founder-section{gap:35px;grid-template-columns:200px minmax(0,1fr)}.founder-photo{width:200px}.founder-copy>p:not(.eyebrow){font-size:14px}.founder-copy h2{font-size:34px}.founder-copy blockquote{font-size:21px}.team-line{font-size:11px}.faq-section{gap:40px;grid-template-columns:.7fr 1.3fr}.faq-list summary{font-size:15px}.faq-section h2{font-size:39px}.contact-grid{gap:50px}.beyond{gap:40px}.beyond h3{font-size:33px}}
@media(max-width:700px){html{scroll-padding-top:90px}.wrap,.header-inner{width:calc(100% - 40px)}.header-inner{height:72px;gap:12px}.wordmark{font-size:21px;gap:8px;letter-spacing:-.8px}.wordmark img{width:25px;height:25px}.site-header nav .nav-link{display:none}.button-small{font-size:11px;padding:11px 12px;gap:13px}.button-small>span{font-size:17px}.hero{grid-template-columns:1fr;gap:35px;padding-block:39px 38px;min-height:0}.hero .eyebrow{font-size:9px;letter-spacing:.04em;margin-bottom:20px}.hero h1{font-size:clamp(48px,10.65vw,69px);line-height:1.03}.hero-intro{font-size:15px;line-height:1.8;max-width:460px;margin-top:25px}.hero-actions{gap:23px;margin-top:24px}.hero-actions .button{font-size:12px;padding:14px 17px;gap:23px}.hero-actions .text-link{font-size:12px}.hero-visual{height:410px;max-width:475px;width:100%;margin:0 auto}.hero-product{inset:0 30px 30px 0}.product-caption{font-size:10px;padding:18px 21px}.hero-boot{height:300px;top:58px;width:65%;left:2%}.hero-visual-note{font-size:10px;left:21px;bottom:19px}.hero-selections{width:51%;gap:9px}.hero-selection{padding:10px;gap:10px}.hero-selection>img{height:49px;width:43px}.hero-selection>span:nth-child(2){font-size:11px}.hero-selection small{font-size:9px}.proof-line{padding-block:22px;gap:10px 20px}.proof-line a{font-size:16px}.proof-line img{width:23px;height:23px}.proof-detail{display:none}.section{padding-block:64px}.eyebrow{font-size:10px;margin-bottom:18px}.section-intro{grid-template-columns:1fr;gap:25px;margin-bottom:31px}.section-intro h2{font-size:clamp(38px,9.2vw,54px)}.section-copy{font-size:15px;line-height:1.85;max-width:none}.section-copy p+p{margin-top:14px}.example-bar{font-size:9px;padding:11px 12px;gap:10px}.window-dots{gap:3px}.window-dots i{height:4px;width:4px}.zoom-label{font-size:9px;gap:7px}.website-example figcaption{font-size:10px;padding:12px;line-height:1.6;flex-direction:column;gap:3px}.reading-bridge{gap:15px;flex-wrap:wrap;margin-top:28px}.reading-bridge p{font-size:16px}.bridge-mark{font-size:37px}.reading-bridge .text-link{font-size:12px;margin-left:49px}.explorer-section{padding-block:62px}.explorer-heading{display:block;margin-bottom:29px}.explorer-heading h2{font-size:39px}.explorer-heading>p{max-width:450px;margin-top:23px;font-size:15px}.explorer-shell{grid-template-columns:1fr;gap:25px}.explorer-product{position:relative;top:auto;display:grid;grid-template-columns:.9fr 1fr;gap:0 20px;text-align:left;padding-bottom:20px;border-bottom:1px solid #d4ddc6}.product-switch{grid-column:1/-1;width:100%;max-width:none;margin-bottom:18px}.product-switch button{font-size:13px;padding:12px}.source-photo{height:220px;padding:10px}.source-caption{align-self:center}.source-caption h3{font-size:22px;line-height:1.15}.source-caption>span{font-size:10px}.source-caption a{font-size:11px;line-height:1.6;gap:6px}.example-note{grid-column:1/-1;text-align:center;font-size:10px;margin-top:9px}.recommendation-group{padding:20px;scroll-margin-top:91px}.recommendation-groups{gap:16px}.group-title h3{font-size:23px}.group-title p{font-size:11px}.group-number{font-size:24px}.product-grid{gap:18px 13px}.product-photo{height:145px}.product-card>span:not(.sr-only){font-size:11px}.knowledge-section{padding-top:65px}.knowledge-grid{grid-template-columns:1fr;gap:37px}.knowledge-section h2{font-size:42px;margin-bottom:24px}.knowledge-grid>div>p:not(.eyebrow){font-size:15px;line-height:1.85}.knowledge-sheet{padding:25px}.sheet-title{font-size:10px}.sheet-row{font-size:12px}.sheet-insight{padding:12px 17px}.capacity-line{grid-template-columns:1fr;gap:20px;margin-top:38px;padding-block:32px 39px}.capacity-line>p:first-child{font-size:28px}.capacity-line>p:last-child{font-size:14px;line-height:1.85}.search-query{padding:21px 19px;gap:15px;align-items:flex-start;margin-bottom:20px}.search-symbol{flex-basis:22px;padding-top:4px}.search-symbol svg{width:22px;height:22px}.search-query p{font-size:22px;line-height:1.5}.search-query .eyebrow{font-size:9px;margin-bottom:8px}.search-example .image-button{max-height:510px}.beyond{grid-template-columns:1fr;gap:24px;margin-top:46px;padding-top:41px}.beyond h3{font-size:35px}.beyond h3 br{display:none}.beyond>div>p:not(.eyebrow){max-width:450px}.beyond-list{border-top:1px solid var(--line)}summary{font-size:16px;padding:20px 0}details>p{font-size:14px;padding-right:12px}.steps-section{padding-block:60px}.steps{grid-template-columns:1fr;gap:27px;margin-top:37px}.steps li{display:grid;grid-template-columns:44px 1fr;gap:0 12px;padding-top:22px}.step-number{font-size:25px;grid-row:1/4;margin-bottom:0;line-height:1.15}.steps h3{font-size:25px;margin-bottom:12px}.steps p{font-size:14px;max-width:none}.step-note{justify-self:start;grid-column:2;margin-top:12px}.founder-section{grid-template-columns:1fr;gap:33px}.founder-photo{width:160px;max-width:100%;margin:0}.founder-photo>img{aspect-ratio:3/4}.founder-copy h2{font-size:38px}.founder-copy>p:not(.eyebrow){font-size:15px}.founder-copy blockquote{font-size:24px;padding-left:20px}.team-line{font-size:12px;gap:5px 16px}.faq-section{grid-template-columns:1fr;gap:28px;padding:0 0 62px}.faq-section h2{font-size:41px;margin-bottom:16px}.faq-section>div>p:not(.eyebrow){font-size:14px}.faq-list summary{font-size:15px}.contact-section{padding-block:62px}.contact-grid{grid-template-columns:1fr;gap:25px}.contact-section h2{font-size:clamp(36px,9.5vw,60px)}.contact-grid>div>p:not(.eyebrow){font-size:15px}.site-footer{padding-block:35px 26px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column;gap:23px}.footer-top>a:last-child{font-size:13px}.footer-bottom{margin-top:26px;padding-top:23px;gap:19px}.footer-bottom nav{gap:25px;font-size:12px}.image-dialog{width:calc(100% - 18px)}.image-dialog-top{padding-left:15px}.image-dialog-top p{font-size:11px}dialog{padding:29px 23px}}
@media(max-width:375px){.wrap,.header-inner{width:calc(100% - 32px)}.header-inner{height:67px;gap:10px}.wordmark{font-size:18px;gap:6px}.wordmark img{width:22px;height:22px}.button-small{font-size:10px;padding:10px;gap:8px}.hero h1{font-size:46px}.hero-actions{gap:19px}.hero-actions .button{padding:12px;font-size:11px;gap:17px}.hero-actions .text-link{font-size:11px;gap:8px}.hero-visual{height:360px}.hero-boot{height:256px;top:60px}.hero-selections{width:55%}.hero-selection{gap:7px;padding:8px}.hero-selection>img{width:34px;height:42px}.hero-selection>span:nth-child(2){font-size:10px}.hero-visual-note{font-size:9px;left:16px}.proof-line{gap:13px}.proof-line a{font-size:15px}.source-photo{height:190px}.source-caption h3{font-size:21px}.source-caption a{font-size:10px}.recommendation-group{padding:16px}.group-title{gap:10px}.group-title h3{font-size:22px}.product-photo{height:125px}.knowledge-section h2{font-size:37px}.search-query{padding:18px 14px;gap:12px}.search-query p{font-size:20px}.knowledge-sheet{padding:20px}.contact-section h2{font-size:36px}.footer-bottom nav{gap:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.explorer-product{position:relative;top:auto}}

body.dialog-open{overflow:hidden}
