:root{--cream:#faf5ec;--cream-2:#f3e9d9;--card:#fffdf8;--rust:#a0482a;--rust-600:#8a3c22;--rust-700:#6f3019;--sand:#c9a36a;--ink:#221a13;--ink-soft:#463c31;--muted:#7a6f60;--line:#e7dcc8;--footer-bg:#1d1611;--footer-2:#2a2018;--footer-text:#c7b9a7;--footer-muted:#8d7e6c;--ok:#2f8a5b;--radius:16px;--radius-sm:10px;--radius-lg:26px;--shadow-sm:0 1px 2px rgba(34,26,19,.05),0 2px 6px rgba(34,26,19,.06);--shadow-md:0 14px 34px rgba(34,26,19,.10);--shadow-lg:0 30px 70px rgba(34,26,19,.18);--maxw:1220px;--gap:clamp(1rem,3vw,2rem);--header-h:80px;--font-display:var(--font-playfair),Georgia,"Times New Roman",serif;--font-body:var(--font-inter),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-mono:var(--font-space-mono),ui-monospace,"SFMono-Regular",Menlo,monospace;--t:240ms cubic-bezier(.4,0,.2,1);--t-slow:600ms cubic-bezier(.16,1,.3,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--ink-soft);background:var(--cream);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}button{font:inherit;cursor:pointer}::selection{background:var(--rust);color:#fff}:focus-visible{outline:2px solid var(--rust);outline-offset:3px;border-radius:3px}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.08;font-weight:700;letter-spacing:-.01em;color:var(--ink)}h1{font-size:clamp(2.6rem,6.2vw,5rem)}h2{font-size:clamp(2rem,4.4vw,3.3rem)}h3{font-size:clamp(1.3rem,2.2vw,1.7rem)}p{color:var(--ink-soft)}.accent,em{font-style:italic}.accent{color:var(--rust)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.4rem)}.section{padding-block:clamp(3.5rem,8vw,7rem)}.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.bg-cream2{background:var(--cream-2)}.bg-ink{background:var(--footer-bg);color:var(--footer-text)}.bg-ink h1,.bg-ink h2,.bg-ink h3{color:#fff}.bg-ink p{color:var(--footer-text)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-mono);font-weight:400;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rust)}.eyebrow:before{content:"";width:34px;height:1.5px;background:var(--rust);display:inline-block}.bg-ink .eyebrow{color:var(--sand)}.bg-ink .eyebrow:before{background:var(--sand)}.lead{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--muted);max-width:60ch;line-height:1.75}.bg-ink .lead{color:var(--footer-text)}.center{text-align:center}.center .eyebrow,.center .lead{margin-inline:auto}.btn,.center .eyebrow{justify-content:center}.btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-weight:400;font-size:.82rem;letter-spacing:.06em;padding:.95rem 1.6rem;border-radius:999px;border:1.5px solid transparent;transition:transform var(--t),background var(--t),box-shadow var(--t),color var(--t),border-color var(--t);cursor:pointer;white-space:nowrap;text-transform:none}.btn .arr{transition:transform var(--t)}.btn:hover{transform:translateY(-2px)}.btn:hover .arr{transform:translateX(4px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover,.btn--rust{background:var(--rust)}.btn--rust{color:#fff;box-shadow:0 10px 24px rgba(160,72,42,.28)}.btn--rust:hover{background:var(--rust-600)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn--ghost:hover{border-color:var(--ink);background:rgba(34,26,19,.03)}.bg-ink .btn--ghost,.cta-band .btn--ghost,.hero .btn--ghost,.page-hero--img .btn--ghost{color:#fff;border-color:rgba(255,255,255,.3)}.bg-ink .btn--ghost:hover,.cta-band .btn--ghost:hover,.hero .btn--ghost:hover,.page-hero--img .btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}.btn--lg{padding:1.1rem 2rem;font-size:.88rem}.btn--block{width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(250,245,236,.82);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:border-color var(--t),box-shadow var(--t),background var(--t)}.site-header.scrolled{border-bottom-color:var(--line);box-shadow:0 6px 22px rgba(34,26,19,.06)}.nav{justify-content:space-between;gap:1rem;min-height:var(--header-h)}.brand,.nav{display:flex;align-items:center}.brand{gap:.7rem}.brand .logo-mark{height:40px;width:auto;flex:none}.brand .brand-text{font-family:var(--font-display);font-weight:700;font-size:1.32rem;color:var(--ink);letter-spacing:-.01em;line-height:1;white-space:nowrap}.brand{min-width:0}.brand small{display:block;font-family:var(--font-mono);font-size:.58rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--rust);margin-top:4px}.nav-links{display:flex;align-items:center;gap:.3rem}.has-dropdown>a,.nav-links>a{font-family:var(--font-body);font-weight:500;font-size:.98rem;color:var(--ink-soft);padding:.5rem .9rem;border-radius:8px;transition:color var(--t);position:relative}.has-dropdown>a:after,.nav-links>a:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.35rem;height:1.5px;background:var(--rust);transform:scaleX(0);transform-origin:left;transition:transform var(--t)}.has-dropdown>a:hover,.nav-links>a:hover{color:var(--rust)}.has-dropdown>a:hover:after,.nav-links a.active:after,.nav-links>a:hover:after{transform:scaleX(1)}.nav-links a.active{color:var(--rust)}.nav-cta{display:flex;align-items:center;gap:.7rem}.has-dropdown{position:relative}.dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:300px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:all var(--t)}.has-dropdown:focus-within .dropdown,.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:flex;flex-direction:column;gap:2px;padding:.7rem .85rem;border-radius:10px;transition:background var(--t)}.dropdown a:hover{background:var(--cream-2)}.dropdown a strong{font-weight:600;color:var(--ink);font-size:.96rem}.dropdown a span{font-family:var(--font-mono);font-size:.68rem;color:var(--muted);letter-spacing:.03em}.nav-toggle{display:none;background:none;border:0;padding:.4rem}.nav-toggle svg{width:28px;height:28px;color:var(--ink)}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);animation:heroZoom 16s ease-out forwards}@keyframes heroZoom{to{transform:scale(1)}}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,15,11,.86),rgba(20,15,11,.66) 42%,rgba(20,15,11,.32))}.hero .container{position:relative;z-index:1;padding-block:clamp(5rem,13vw,9.5rem)}.hero h1{color:#fff;max-width:17ch}.hero .lead{color:rgba(255,255,255,.82);margin-top:1.6rem;max-width:54ch}.hero-actions{gap:.9rem;margin-top:2.4rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:clamp(1.5rem,5vw,4rem);margin-top:3.4rem;padding-top:2.4rem;border-top:1px solid rgba(255,255,255,.16)}.hero-stats .stat strong{font-family:var(--font-display);font-size:clamp(1.9rem,3.2vw,2.7rem);color:#fff;display:block;line-height:1}.hero-stats .stat span{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sand);margin-top:.5rem;display:block}.hero .anim{opacity:0;transform:translateY(26px);animation:heroIn .9s var(--t-slow) forwards}.hero .anim.d1{animation-delay:.1s}.hero .anim.d2{animation-delay:.25s}.hero .anim.d3{animation-delay:.4s}.hero .anim.d4{animation-delay:.55s}@keyframes heroIn{to{opacity:1;transform:none}}.grid{display:grid;grid-gap:var(--gap);gap:var(--gap)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;transition:transform var(--t),box-shadow var(--t),border-color var(--t)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--sand)}.card .ico{width:52px;height:52px;border-radius:13px;display:grid;place-items:center;background:var(--cream-2);color:var(--rust);margin-bottom:1.2rem}.card .ico svg{width:26px;height:26px}.card h3{margin-bottom:.55rem}.card p{font-size:.97rem;color:var(--muted)}.product-card{display:flex;flex-direction:column;overflow:hidden;padding:0;background:var(--card)}.product-card .pc-visual{aspect-ratio:16/10;position:relative;overflow:hidden;background:var(--cream-2)}.product-card .pc-visual img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--t-slow)}.product-card:hover .pc-visual img{transform:scale(1.07)}.product-card .pc-body{padding:1.7rem;display:flex;flex-direction:column;flex:1 1}.pc-num{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);margin-bottom:.7rem}.product-card .pc-body h3{margin-bottom:.6rem}.product-card .pc-body p{font-size:.95rem;color:var(--muted);flex:1 1}.pc-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.1rem 0 0}.pc-link{margin-top:1.2rem;font-family:var(--font-mono);font-weight:400;font-size:.78rem;letter-spacing:.06em;color:var(--ink);display:inline-flex;align-items:center;gap:.45rem;transition:gap var(--t),color var(--t)}.pc-link .arr{transition:transform var(--t)}.product-card:hover .pc-link{color:var(--rust)}.product-card:hover .pc-link .arr{transform:translateX(4px)}.tag{display:inline-block;font-family:var(--font-mono);font-size:.66rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);background:transparent;border:1px solid var(--line);padding:.3rem .65rem;border-radius:999px}.feature{display:flex;gap:1.1rem;align-items:flex-start}.feature .ico{flex:none;width:50px;height:50px;border-radius:13px;display:grid;place-items:center;background:var(--ink);color:var(--sand);font-family:var(--font-display);font-weight:700;font-size:1.2rem}.feature .ico svg{width:24px;height:24px}.feature h3{font-size:1.2rem;margin-bottom:.35rem}.feature p{font-size:.96rem;color:var(--muted)}.bg-ink .feature .ico{background:var(--rust);color:#fff}.bg-ink .feature p{color:var(--footer-text)}.split{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}.split--rev .split-media{order:-1}.media-frame{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--line);background:var(--cream-2);position:relative}.media-frame img{object-fit:cover;display:block;transition:transform 1.2s var(--t-slow)}.media-frame:hover img{transform:scale(1.05)}.media-frame.tall{aspect-ratio:4/5}.media-frame.wide{aspect-ratio:3/2}.media-badge{position:absolute;left:1.3rem;bottom:1.3rem;background:rgba(29,22,17,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;padding:.7rem 1.1rem;border-radius:12px}.media-badge strong{font-family:var(--font-display);font-size:1.2rem;display:block}.media-badge span{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand)}.checklist{display:grid;grid-gap:.9rem;gap:.9rem;margin-top:1.8rem}.checklist li{display:flex;gap:.75rem;align-items:flex-start;font-size:1.01rem;color:var(--ink-soft)}.checklist li svg{flex:none;width:22px;height:22px;color:var(--rust);margin-top:3px}.bg-ink .checklist li{color:var(--footer-text)}.spec-table{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.spec-table td,.spec-table th{text-align:left;padding:.95rem 1.2rem;border-bottom:1px solid var(--line);font-size:.97rem}.spec-table thead th{background:var(--ink);color:#fff;font-family:var(--font-mono);font-weight:400;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.spec-table tbody tr:last-child td{border-bottom:0}.spec-table tbody tr:nth-child(2n){background:var(--cream-2)}.spec-table td:first-child{font-weight:600;color:var(--ink)}.page-hero{background:var(--cream-2);position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.page-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(160,72,42,.14),transparent 65%)}.page-hero .container{position:relative;padding-block:clamp(3rem,8vw,5.5rem)}.page-hero h1{max-width:18ch}.page-hero .lead{margin-top:1.2rem}.page-hero--img{background:var(--ink);border-bottom:0}.page-hero--img .hero-bg{position:absolute;inset:0}.page-hero--img .hero-bg img{width:100%;height:100%;object-fit:cover}.page-hero--img .hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,15,11,.85),rgba(20,15,11,.5))}.page-hero--img .container{position:relative;z-index:1}.page-hero--img h1{color:#fff}.page-hero--img .lead{color:rgba(255,255,255,.82)}.page-hero--img .breadcrumb a{color:rgba(255,255,255,.7)}.page-hero--img .breadcrumb{color:rgba(255,255,255,.55)}.breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.3rem}.breadcrumb a{color:var(--rust)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:var(--muted)}.cta-band{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:clamp(2.4rem,5.5vw,4rem);position:relative;overflow:hidden;text-align:center}.cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 360px at 82% 130%,rgba(160,72,42,.45),transparent 62%)}.cta-band>*{position:relative}.cta-band h2{color:#fff}.cta-band p{color:rgba(255,255,255,.8);max-width:56ch;margin-inline:auto;margin-top:1rem}.cta-band .hero-actions{justify-content:center;margin-top:2.2rem}.form-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.8rem);box-shadow:var(--shadow-md)}.field{margin-bottom:1.3rem}.field label{display:block;font-family:var(--font-mono);font-weight:400;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;color:var(--ink)}.field label .req{color:var(--rust)}.field input,.field select,.field textarea{width:100%;padding:.85rem 1rem;font:inherit;font-size:.98rem;color:var(--ink);background:var(--cream);border:1.5px solid var(--line);border-radius:var(--radius-sm);transition:border-color var(--t),background var(--t),box-shadow var(--t)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--rust);background:#fff;box-shadow:0 0 0 4px rgba(160,72,42,.12)}.field textarea{resize:vertical;min-height:130px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.3rem;gap:1.3rem}.form-note{font-size:.82rem;color:var(--muted);margin-top:.3rem}.form-success{display:none;padding:1.1rem 1.3rem;border-radius:var(--radius-sm);background:#ecf6ef;border:1px solid #bfe3cf;color:#1c5f3c;font-size:.95rem;margin-bottom:1.4rem}.form-success.show{display:block}.form-error{display:none;padding:1.1rem 1.3rem;border-radius:var(--radius-sm);background:#fdecec;border:1px solid #f0c4c4;color:#9b2c2c;font-size:.95rem;margin-bottom:1.4rem}.form-error.show{display:block}.hp-field{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.modal-overlay{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1.2rem;background:rgba(21,16,11,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalFade .2s ease-out}.modal-card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--line);max-width:440px;width:100%;padding:2.4rem 2rem;text-align:center;animation:modalPop .28s cubic-bezier(.16,1,.3,1)}.modal-check{width:68px;height:68px;border-radius:50%;margin:0 auto 1.3rem;display:grid;place-items:center;background:#eaf6ef;color:var(--ok)}.modal-check svg{width:34px;height:34px}.modal-card h3{font-size:1.5rem;margin-bottom:.6rem}.modal-card p{color:var(--muted);font-size:1rem;margin-bottom:1.6rem}.modal-card .btn{min-width:140px}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.modal-card,.modal-overlay{animation:none}}.contact-tile{display:flex;gap:1.1rem;align-items:flex-start;padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);transition:transform var(--t),box-shadow var(--t),border-color var(--t)}.contact-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--sand)}.contact-tile .ico{flex:none;width:50px;height:50px;border-radius:13px;background:var(--cream-2);color:var(--rust);display:grid;place-items:center}.contact-tile .ico svg{width:24px;height:24px}.contact-tile h3{font-size:1.1rem;margin-bottom:.25rem}.contact-tile a,.contact-tile p{font-size:.95rem;color:var(--muted);word-break:break-word}.contact-tile a:hover{color:var(--rust)}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding-block:clamp(3.5rem,6vw,5rem) 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem)}.site-footer .brand .brand-text{color:#fff}.footer-about p{font-size:.93rem;color:var(--footer-muted);margin-top:1.2rem;max-width:34ch}.footer-col h4{color:var(--sand);font-family:var(--font-mono);font-size:.72rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.2rem}.footer-col ul{display:grid;grid-gap:.75rem;gap:.75rem}.footer-col a{font-size:.95rem;color:var(--footer-text);transition:color var(--t)}.footer-col a:hover{color:#fff}.footer-contact li{font-size:.94rem;color:var(--footer-text);display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.8rem}.footer-contact svg{width:18px;height:18px;flex:none;margin-top:3px;color:var(--sand)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:3.2rem;padding-top:1.7rem;border-top:1px solid rgba(255,255,255,.1);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-muted)}.wa-float{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 10px 28px rgba(37,211,102,.45);transition:transform var(--t);animation:waPulse 2.6s infinite}.wa-float svg{width:30px;height:30px;color:#fff}.wa-float:hover{transform:scale(1.08)}@keyframes waPulse{0%{box-shadow:0 10px 28px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 10px 28px rgba(37,211,102,.45),0 0 0 16px rgba(37,211,102,0)}to{box-shadow:0 10px 28px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,0)}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .4s ease-out,transform .4s ease-out}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:.04s}.reveal.d2{transition-delay:.08s}.reveal.d3{transition-delay:.12s}.reveal.d4{transition-delay:.16s}@media (max-width:1080px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-about{grid-column:1/-1}}@media (max-width:980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.split--rev .split-media{order:0}.media-frame.tall{aspect-ratio:16/11}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:auto}}@media (max-width:900px){.nav-cta .btn,.nav-links{display:none}.nav-toggle{display:inline-flex}}@media (max-width:680px){:root{--header-h:64px}body{font-size:16px}.field-row,.footer-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:clamp(2rem,8.5vw,2.9rem)}h2{font-size:clamp(1.55rem,6.5vw,2.1rem)}h3{font-size:1.2rem}.lead{font-size:1rem;line-height:1.65}.section{padding-block:clamp(2.75rem,9vw,3.75rem)}.section--tight{padding-block:2.25rem}.hero .container{padding-block:clamp(3.25rem,15vw,4.5rem)}.hero .lead{margin-top:1.1rem}.hero-actions{margin-top:1.8rem;gap:.7rem}.cta-band .hero-actions .btn,.hero-actions .btn{flex:1 1 auto}.hero-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.3rem 1rem;gap:1.3rem 1rem;margin-top:2.4rem;padding-top:1.8rem}.split{gap:2rem}.cta-band{padding:1.9rem 1.4rem}.breadcrumb{font-size:.68rem}}@media (max-width:400px){.container{padding-inline:1rem}.brand{gap:.55rem}.brand .brand-text{font-size:1.05rem}.brand .logo-mark{height:30px}h1{font-size:clamp(1.85rem,9vw,2.4rem)}.hero-stats .stat strong{font-size:1.6rem}}.mobile-menu{position:fixed;inset:var(--header-h) 0 0;z-index:99;background:var(--cream);padding:1.6rem clamp(1.1rem,4vw,2.4rem);transform:translateX(100%);transition:transform var(--t);overflow-y:auto;display:block;-webkit-overflow-scrolling:touch}.mobile-menu.open{transform:translateX(0)}.mobile-menu a:not(.btn){display:block;font-family:var(--font-display);font-weight:700;font-size:1.5rem;padding:1rem 0;border-bottom:1px solid var(--line);color:var(--ink)}.mobile-menu .btn{margin-top:1.6rem}body.menu-open{overflow:hidden}@media (min-width:901px){.mobile-menu{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.hero .anim,.reveal{opacity:1!important}.hero .anim,.hero-bg img,.reveal{transform:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_04c95c{font-family:Playfair Display,Playfair Display Fallback}.__variable_04c95c{--font-playfair:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ae822095a172cc5c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3c70c5716f1730b3-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fc727f226c737876-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/77fb5eec12c66d49-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/281dae1e814de8c6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/806de4d605d3ad01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Mono Fallback;src:local("Arial");ascent-override:81.58%;descent-override:26.30%;line-gap-override:0.00%;size-adjust:137.28%}.__className_e8b655{font-family:Space Mono,Space Mono Fallback;font-style:normal}.__variable_e8b655{--font-space-mono:"Space Mono","Space Mono Fallback"}