:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}:root{--background:oklch(0.99 0.004 250);--foreground:oklch(0.21 0.045 255);--card:#ffffff;--primary:oklch(0.27 0.075 261);--primary-foreground:oklch(0.98 0.005 250);--secondary:oklch(0.955 0.008 250);--muted-foreground:oklch(0.52 0.028 256);--accent:oklch(0.76 0.135 78);--accent-foreground:oklch(0.24 0.05 260);--border:oklch(0.9 0.012 252);--radius:0.375rem;--font-sans:"Manrope", ui-sans-serif, system-ui, sans-serif;--font-display:"Sora", ui-sans-serif, system-ui, sans-serif}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}.wrap{width:100%;max-width:72rem;margin:0 auto;padding:0 1.25rem}.muted{color:var(--muted-foreground)}.site{display:flex;min-height:100vh;flex-direction:column}.site-main{flex:1}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in oklab,var(--background) 85%,transparent);backdrop-filter:blur(8px)}.header-inner{display:flex;height:4rem;align-items:center;justify-content:space-between;gap:.75rem}.brand{display:flex;align-items:center;gap:.75rem;min-width:0}.brand img{width:40px;height:40px;border-radius:999px;object-fit:cover}.brand-text{display:none;flex-direction:column;line-height:1.2}.brand-name{font-family:var(--font-display);font-size:.875rem;font-weight:600}.brand-tag{font-size:11px;color:var(--muted-foreground)}@media (min-width:640px){.brand-text{display:flex}}.main-nav{display:flex;align-items:center;gap:.125rem;overflow-x:auto;font-size:.875rem;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.main-nav ul{display:flex;align-items:center;gap:.125rem}.main-nav a{white-space:nowrap;padding:.5rem;border-radius:var(--radius);color:var(--muted-foreground);flex-shrink:0}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--foreground)}@media (min-width:640px){.main-nav a{padding:.5rem .75rem}}.btn-header{display:none;margin-left:.25rem;background:var(--primary);color:var(--primary-foreground);padding:.5rem 1rem;border-radius:var(--radius);font-weight:500}@media (min-width:768px){.btn-header{display:inline-flex}}.btn{display:inline-block;border-radius:var(--radius);padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9}.pill{border-radius:999px;padding:.875rem 1.75rem;font-size:.875rem;font-weight:500;display:inline-block;transition:transform 0.2s}.pill:hover{transform:translateY(-2px)}.pill-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 10px 25px -10px rgb(0 0 0 / .5)}.pill-ghost{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.pill-ghost:hover{border-color:var(--accent);color:var(--accent)}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.hero .glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(80px)}.hero .glow-1{left:-10rem;top:-10rem;width:32rem;height:32rem;background:var(--primary);opacity:.13}.hero .glow-2{right:-8rem;top:6rem;width:26rem;height:26rem;background:var(--accent);opacity:.2}.hero-inner{position:relative;display:grid;gap:3.5rem;align-items:center;padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.hero-inner{grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);padding-top:6rem;padding-bottom:6rem}}.badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:var(--card);border-radius:999px;padding:.375rem 1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground)}.badge .dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}.hero h1{margin-top:1.5rem;font-size:2.6rem;line-height:1.05;color:var(--primary)}@media (min-width:640px){.hero h1{font-size:3.75rem}}.hero h1 .hl{color:var(--accent)}.hero-desc{margin-top:1.5rem;max-width:28rem;color:var(--muted-foreground)}.hero-ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-media{position:relative}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .35)}.hero-media .veil{position:absolute;inset:0;border-radius:1.5rem;background:linear-gradient(to top,color-mix(in oklab,var(--primary) 45%,transparent),transparent 60%);pointer-events:none}.tag{position:absolute;border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;box-shadow:0 10px 20px -8px rgb(0 0 0 / .4);white-space:nowrap}.tag-1{left:.75rem;top:1.25rem;background:var(--primary);color:var(--primary-foreground)}.tag-2{right:.75rem;top:33%;background:var(--accent);color:var(--accent-foreground)}.tag-3{bottom:1.25rem;left:50%;transform:translateX(-50%);background:var(--card);color:var(--foreground)}@media (min-width:640px){.tag-1{left:-1.5rem;top:2rem}.tag-2{right:-1.5rem}.tag-3{bottom:2rem}}.hero-years{display:none;position:absolute;bottom:-1.5rem;left:-1rem;background:var(--primary);color:var(--primary-foreground);border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 20px 35px -15px rgb(0 0 0 / .55)}@media (min-width:640px){.hero-years{display:block}}.hero-years strong{display:block;font-family:var(--font-display);font-size:1.875rem;color:var(--accent);line-height:1}.hero-years span{font-size:.7rem;opacity:.75;line-height:1.2;display:block;margin-top:.25rem}.section{padding:5rem 0}.section-sm{padding:4rem 0}.section-alt{background:var(--secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.section-head h2,.h2{font-size:1.5rem}@media (min-width:640px){.section-head h2,.h2{font-size:1.875rem}}.link-under{font-size:.875rem;text-decoration:underline;text-underline-offset:4px;color:var(--muted-foreground)}.link-under:hover{color:var(--foreground)}.eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground)}.grid-cards{margin-top:2.5rem;display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}@media (min-width:640px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.card-cell{background:var(--card);padding:1.75rem}.card-cell h3{font-size:1rem}.card-cell p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.split{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.split{grid-template-columns:1fr 1fr}}.split img{width:100%;border-radius:var(--radius);object-fit:cover}.bullets{margin-top:2rem;display:grid;gap:.75rem;font-size:.875rem}.bullets li{display:flex;gap:.75rem}.bullets li::before{content:"";margin-top:.55rem;width:6px;height:6px;border-radius:999px;background:var(--accent);flex-shrink:0}.clients{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2.5rem}.client-logo img{max-height:56px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.75;transition:all 0.2s}.client-logo:hover img{filter:none;opacity:1}.client-name{font-family:var(--font-display);font-size:1.25rem;font-weight:600}.cta-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:4rem 0}.page-hero{background:var(--primary);color:var(--primary-foreground);border-bottom:1px solid var(--border);padding:4rem 0}@media (min-width:1024px){.page-hero{padding:5rem 0}}.page-hero h1{font-size:1.875rem;max-width:40rem}@media (min-width:640px){.page-hero h1{font-size:2.25rem}}.page-hero p{margin-top:1.25rem;max-width:36rem;opacity:.75}.services-layout{display:grid;gap:2.5rem}@media (min-width:1024px){.services-layout{grid-template-columns:1fr 20rem;gap:4rem}}.service-item{padding:2.5rem 0;border-top:1px solid var(--border)}.service-item:first-child{border-top:0;padding-top:0}.service-item .num{font-size:.75rem;color:var(--muted-foreground)}.service-item h2{margin-top:.5rem;font-size:1.25rem}@media (min-width:640px){.service-item h2{font-size:1.5rem}}.service-item>p{margin-top:.75rem;max-width:36rem;font-size:.875rem;color:var(--muted-foreground)}.service-item .bullets{margin-top:1.5rem}@media (min-width:640px){.service-item .bullets{grid-template-columns:repeat(2,1fr)}}.aside-box{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:1.5rem;margin-top:1.5rem}.aside-box p{font-size:.875rem;color:var(--muted-foreground)}@media (min-width:1024px){.services-aside{position:sticky;top:6rem;height:fit-content}}.box-grid{margin-top:3rem;display:grid;gap:2rem}@media (min-width:640px){.box-grid{grid-template-columns:repeat(2,1fr)}}.box{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:1.75rem}.box h2{font-size:1rem}.box p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.values{margin-top:2rem;display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}@media (min-width:640px){.values{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.values{grid-template-columns:repeat(3,1fr)}}.values li{background:var(--card);padding:1.25rem 1.5rem;font-size:.875rem;font-weight:500}.prose{max-width:48rem;margin:0 auto}.prose p{color:var(--muted-foreground)}.contact-grid{display:grid;gap:2rem}@media (min-width:640px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:2rem;transition:border-color 0.2s}.contact-card:hover{border-color:var(--accent)}.contact-card .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--muted-foreground)}.contact-card .value{margin-top:.75rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;word-break:break-word}@media (min-width:640px){.contact-card .value{font-size:1.5rem}}.contact-card .note{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.site-footer{background:var(--primary);color:var(--primary-foreground)}.footer-grid{display:grid;gap:2.5rem;padding:3.5rem 0}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-grid p,.footer-grid a{font-size:.875rem}.footer-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600}.footer-sub{margin-top:.5rem;max-width:20rem;opacity:.7}.footer-col-title{margin-bottom:.75rem;font-weight:500}.footer-col{opacity:.85}.footer-col li+li{margin-top:.375rem}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1)}.footer-bottom .wrap{padding-top:1.25rem;padding-bottom:1.25rem;font-size:.75rem;opacity:.6}.entry-content h2{margin-top:2rem}.entry-content p{margin-top:1rem;color:var(--muted-foreground)}.center{text-align:center}.projects-grid{display:grid;gap:1.5rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{display:flex;flex-direction:column;border:1px solid var(--border);background:var(--card);border-radius:var(--radius);overflow:hidden}.project-carousel{position:relative;background:var(--secondary);outline:none}.project-carousel-viewport{overflow:hidden;aspect-ratio:4 / 3}.project-carousel-track{display:flex;height:100%;transition:transform 0.4s ease}.project-slide{min-width:100%;height:100%}.project-slide img{width:100%;height:100%;object-fit:cover}.project-slide-empty{background:linear-gradient(135deg,var(--primary),color-mix(in oklab,var(--primary) 70%,var(--accent)))}.project-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border:0;border-radius:999px;background:color-mix(in oklab,var(--card) 88%,transparent);color:var(--foreground);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 8px 18px -10px rgb(0 0 0 / .45)}.project-carousel-btn:hover{background:var(--card)}.project-carousel-prev{left:.75rem}.project-carousel-next{right:.75rem}.project-carousel-dots{position:absolute;left:0;right:0;bottom:.75rem;display:flex;justify-content:center;gap:.35rem}.project-carousel-dots button{width:.45rem;height:.45rem;padding:0;border:0;border-radius:999px;background:color-mix(in oklab,var(--card) 55%,transparent);cursor:pointer}.project-carousel-dots button[aria-current="true"]{background:var(--accent)}.project-card-body{padding:1.5rem 1.5rem 1.75rem;flex:1;display:flex;flex-direction:column}.project-card-body h2{font-size:1.125rem}.project-card-body h2 a:hover{color:var(--primary)}.project-card-body p{margin-top:.75rem;font-size:.875rem;color:var(--muted-foreground)}.project-card-link{margin-top:auto;padding-top:1.25rem}.project-gallery{display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.project-gallery{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:1024px){.project-gallery{grid-template-columns:repeat(3,1fr)}}.project-gallery-item{display:block;overflow:hidden;border-radius:var(--radius);background:var(--secondary)}.project-gallery-item.is-featured{grid-column:1 / -1}.project-gallery-item img{width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform 0.35s ease}.project-gallery-item.is-featured img{aspect-ratio:16 / 8}.project-gallery-item:hover img{transform:scale(1.03)}.project-lightbox{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:2rem;background:color-mix(in oklab,var(--primary) 82%,transparent);backdrop-filter:blur(8px)}.project-lightbox[hidden]{display:none}.project-lightbox img{max-width:min(1100px, 100%);max-height:88vh;border-radius:var(--radius);box-shadow:0 25px 50px -12px rgb(0 0 0 / .45)}.project-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:var(--card);color:var(--foreground);font-size:1.5rem;cursor:pointer}.pagination{margin-top:3rem}.nav-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);font-size:.875rem;color:var(--muted-foreground)}.page-numbers.current,.page-numbers:hover{color:var(--foreground);border-color:var(--accent)}.page-hero .eyebrow{margin-bottom:.75rem;color:color-mix(in oklab,var(--primary-foreground) 70%,transparent)}