@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=Hanken+Grotesk:wght@300..800&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bone:#F4F1E9;--bone-2:#ECE7DA;--ink:#16140F;--ink-soft:#45413A;--muted:#7C7567;--evergreen:#143B30;--evergreen-2:#0E2A22;--clay:#C2613E;--clay-soft:#D98B5F;--sage:#CDD3BE;--accent:var(--clay);--accent-soft:var(--clay-soft);--hairline:rgba(22,20,15,.14);--hairline-on-dark:rgba(244,241,233,.16);--display:"Fraunces",Georgia,serif;--body:"Hanken Grotesk",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--gutter:clamp(1.25rem,5vw,6rem);--maxw:1320px;--section-y:clamp(4.5rem,9vw,8.5rem);--ease:cubic-bezier(.2,.8,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--body);background:var(--bone);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}html{overflow-x:clip}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:none;background:none;cursor:pointer}ul{list-style:none}::selection{background:var(--evergreen);color:var(--bone)}.grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;pointer-events:none;opacity:.05;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.eyebrow{font-family:var(--mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);display:inline-flex;align-items:center;gap:.7em}.eyebrow:before{content:"";width:1.6em;height:1px;background:currentColor;opacity:.6}.eyebrow.on-dark{color:var(--sage)}.section-num{font-family:var(--mono);font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.02;letter-spacing:-.01em}.serif{font-family:var(--display)}.italic{font-style:italic}.accent-word{color:var(--accent);font-style:italic}.btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--body);font-weight:600;font-size:.95rem;padding:.95em 1.5em;border-radius:100px;transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease),box-shadow .35s var(--ease);will-change:transform}.btn .arrow{transition:transform .35s var(--ease)}.btn:hover{transform:translateY(-3px)}.btn:hover .arrow{transform:translate(4px,-1px)}.btn-primary{background:var(--accent);color:var(--bone);box-shadow:0 1px #0000000a}.btn-primary:hover{box-shadow:0 14px 30px -12px #c2613ea6}.btn-ghost{border:1px solid var(--hairline);color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--bone);border-color:var(--ink)}.btn-on-dark.btn-ghost{border-color:var(--hairline-on-dark);color:var(--bone)}.btn-on-dark.btn-ghost:hover{background:var(--bone);color:var(--ink);border-color:var(--bone)}.utility{background:var(--evergreen-2);color:var(--sage);font-family:var(--mono);font-size:.72rem;letter-spacing:.06em}.utility .wrap{padding-inline:var(--gutter)}.utility a{color:inherit;text-decoration:none}.utility a:hover{color:var(--bone)}.nav{position:sticky;top:0;z-index:1000;overflow:visible;transition:background .4s var(--ease),box-shadow .4s var(--ease),padding .4s var(--ease)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;padding-block:1rem;gap:2rem;overflow:visible}.nav.scrolled{background:#f4f1e9d1;backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);box-shadow:0 1px 0 var(--hairline)}.brand{display:flex;align-items:center;gap:.7rem}.brand .mark{width:38px;height:38px;border-radius:50%;background:var(--evergreen);color:var(--bone);display:grid;place-items:center;flex:none;transition:transform .5s var(--ease)}.brand:hover .mark{transform:rotate(20deg)}.brand .mark svg{width:20px;height:20px}.brand .name{font-family:var(--display);font-size:1.4rem;letter-spacing:-.02em;line-height:1}.brand .name small{display:block;font-family:var(--mono);font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:.25em}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links>li>a{font-size:.95rem;font-weight:500;position:relative;padding-block:.3em}.nav-links>li>a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1.5px;background:var(--accent);transition:width .35s var(--ease)}.nav-links>li>a:hover:after{width:100%}.has-dropdown{position:relative}.has-dropdown.is-open{z-index:1100}.has-dropdown>a{display:inline-flex;align-items:center;gap:.4em}.has-dropdown>a .chev{width:11px;height:11px;transition:transform .35s var(--ease)}.dropdown{position:absolute;top:100%;left:0;transform:translateY(.35rem);background:var(--bone);border:1px solid var(--hairline);border-radius:18px;padding:.6rem;min-width:min(340px,90vw);max-height:min(70vh,520px);overflow-y:auto;box-shadow:0 24px 50px -24px #16140f66;z-index:1101;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s}.dropdown:before{content:"";position:absolute;left:0;right:0;top:-.75rem;height:.75rem}.dropdown.open,.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown,.has-dropdown.is-open .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.has-dropdown.is-open>a .chev,.has-dropdown:hover>a .chev{transform:rotate(180deg)}.dropdown a{display:flex;flex-direction:column;gap:.1em;padding:.7rem .85rem;border-radius:12px;transition:background .25s var(--ease)}.dropdown a:hover{background:var(--bone-2)}.dropdown a strong{font-weight:600;font-size:.92rem}.dropdown a span{font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.nav-cta{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--hairline);place-items:center}.menu-toggle svg{width:20px;height:20px}.hero{position:relative;min-height:clamp(560px,90dvh,880px);display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:var(--evergreen);padding-block:clamp(6rem,12vh,9rem)}.hero-slider{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(1.06);transition:opacity 1.1s var(--ease),transform 6s linear,visibility 0s linear 1.1s}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:1;transition:opacity 1.1s var(--ease),transform 6s linear}.hero-slide image-slot{width:100%;height:100%;--isz:0}.hero-lineart{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.9;pointer-events:none}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(105deg,#0e2a22f0,#0e2a22d1,#0e2a2280 60%,#0e2a224d),linear-gradient(to top,#0e2a22d9,#0e2a2200 32%)}.hero-inner{position:relative;z-index:3;width:100%;pointer-events:none}.hero-inner a,.hero-inner button{pointer-events:auto}.hero .eyebrow.on-dark{color:var(--sage)}.hero h1{color:var(--bone);font-size:clamp(3.2rem,10vw,9rem);font-optical-sizing:auto;font-variation-settings:"opsz" 144,"SOFT" 30,"wght" 420;margin-top:1.4rem;margin-bottom:0;text-wrap:balance;max-width:14ch}.hero h1 .accent-word{color:var(--clay-soft)}.hero-greek{font-family:var(--display);font-style:italic;font-size:clamp(1.3rem,3vw,2.1rem);color:var(--sage);font-variation-settings:"opsz" 60,"SOFT" 0,"wght" 380;line-height:1;margin-top:.9rem}.hero-sub{font-size:clamp(1.05rem,1.4vw,1.25rem);color:#f4f1e9db;max-width:48ch;margin-top:1.8rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.4rem}.hero-meta{display:flex;gap:clamp(1.4rem,4vw,3.5rem);flex-wrap:wrap;margin-top:clamp(2.4rem,5vw,3.5rem);padding-top:1.8rem;border-top:1px solid var(--hairline-on-dark);max-width:46rem}.hero-stat{display:flex;flex-direction:column;gap:.3em}.hero-stat .v{font-family:var(--display);font-size:clamp(1.5rem,2.4vw,2rem);color:var(--bone);line-height:1}.hero-stat .k{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage)}.hero-controls{position:absolute;left:0;right:0;bottom:clamp(1.5rem,4vh,2.6rem);z-index:4}.hero-controls-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.slider-dots{display:flex;align-items:center;gap:.6rem}.slider-dots .dot{width:9px;height:9px;border-radius:50%;background:#f4f1e966;transition:background .3s var(--ease),width .3s var(--ease)}.slider-dots .dot:hover{background:#f4f1e9bf}.slider-dots .dot.is-active{background:var(--clay-soft);width:26px;border-radius:5px}.slider-arrows{display:flex;align-items:center;gap:.9rem}.slider-count{font-family:var(--mono);font-size:.78rem;letter-spacing:.1em;color:var(--sage);margin-right:.3rem}.slider-count #sliderCur{color:var(--bone)}.slider-count .sep{opacity:.5;margin-inline:.25em}.slider-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--hairline-on-dark);background:#f4f1e90f;color:var(--bone);display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease)}.slider-arrow svg{width:20px;height:20px}.slider-arrow:hover{background:var(--clay);border-color:var(--clay);color:var(--bone)}.slider-arrow.prev:hover{transform:translate(-2px)}.slider-arrow.next:hover{transform:translate(2px)}.hero-scroll{position:absolute;left:50%;bottom:0;transform:translate(-50%);z-index:4;width:1px;height:clamp(2.5rem,7vh,4.5rem);overflow:hidden;display:block}.hero-scroll-line{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--clay-soft);animation:scrollcue 2.4s var(--ease) infinite}@keyframes scrollcue{0%{transform:translateY(-100%)}50%{transform:translateY(0)}to{transform:translateY(100%)}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:opacity .3s linear,visibility 0s linear .3s}.hero-slide.is-active{transition:opacity .3s linear;transform:none}.hero-scroll-line{animation:none}}.marquee{background:var(--evergreen);color:var(--bone);border-block:1px solid var(--hairline-on-dark);overflow:hidden}.marquee-track{display:flex;gap:0;white-space:nowrap;padding-block:1.05rem;animation:scroll 34s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-track span{display:inline-flex;align-items:center;font-family:var(--display);font-size:clamp(1.1rem,2vw,1.7rem);font-style:italic;padding-inline:1.6rem}.marquee-track span:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--clay-soft);margin-left:1.6rem}@keyframes scroll{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none;flex-wrap:wrap;white-space:normal;justify-content:center}}.philosophy .wrap{display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,4rem)}.philosophy-head{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;flex-wrap:wrap;border-bottom:1px solid var(--hairline);padding-bottom:1.4rem}.philosophy-body{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(2rem,5vw,5rem);align-items:start}.philosophy-lead{font-family:var(--display);font-size:clamp(1.7rem,3.6vw,3rem);line-height:1.12;font-variation-settings:"opsz" 90,"SOFT" 20,"wght" 400;text-wrap:pretty}.philosophy-support{color:var(--ink-soft);font-size:1.05rem;max-width:42ch}.philosophy-support .sig{margin-top:1.6rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.services .section-head{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.services h2{font-size:clamp(2.4rem,6vw,4.8rem)}.service-list{border-top:1px solid var(--hairline)}.service-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:clamp(1rem,3vw,2.5rem);padding:clamp(1.4rem,3vw,2.3rem) clamp(1rem,3vw,2rem);border-bottom:1px solid var(--hairline);position:relative;color:var(--ink);isolation:isolate;overflow:hidden;transition:color .45s var(--ease),padding .45s var(--ease)}.service-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--evergreen);transform:scaleY(0);transform-origin:bottom;z-index:0;transition:transform .5s var(--ease)}.service-row>*{position:relative;z-index:1}.service-row:hover{color:var(--bone)}.service-row:hover:before{transform:scaleY(1)}.service-row:hover{padding-inline:clamp(1.4rem,3.5vw,2.6rem)}.service-row .s-num{font-family:var(--mono);font-size:.8rem;letter-spacing:.1em;color:var(--muted);transition:color .45s var(--ease)}.service-row:hover .s-num{color:var(--clay-soft)}.service-row .s-title{font-family:var(--display);font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.05;font-variation-settings:"opsz" 80,"SOFT" 10}.service-row .s-line{color:var(--ink-soft);max-width:34ch;font-size:.98rem;transition:color .45s var(--ease)}.service-row:hover .s-line{color:var(--sage)}.service-row .s-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--hairline);display:grid;place-items:center;flex:none;transition:border-color .45s var(--ease),background .45s var(--ease),transform .45s var(--ease)}.service-row .s-arrow svg{width:18px;height:18px;transition:transform .45s var(--ease)}.service-row:hover .s-arrow{border-color:var(--clay-soft);background:var(--clay)}.service-row:hover .s-arrow svg{transform:translate(3px,-3px)}.offer{background:var(--bone)}.offer-panel{background:var(--evergreen);color:var(--bone);border-radius:28px;padding:clamp(2rem,5vw,4.5rem);overflow:hidden;position:relative}.offer-head{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;flex-wrap:wrap;margin-bottom:clamp(2rem,4vw,3.5rem)}.offer-head h2{font-size:clamp(2rem,4.5vw,3.6rem);max-width:18ch}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hairline-on-dark);border:1px solid var(--hairline-on-dark)}.offer-card{background:var(--evergreen);padding:clamp(1.6rem,2.5vw,2.4rem);display:flex;flex-direction:column;gap:1rem;min-height:230px;transition:background .4s var(--ease)}.offer-card:hover{background:var(--evergreen-2)}.offer-card .icon{width:46px;height:46px;color:var(--clay-soft)}.offer-card .icon svg{width:100%;height:100%}.offer-card h3{font-family:var(--display);font-size:1.45rem;line-height:1.1}.offer-card p{color:var(--sage);font-size:.96rem;max-width:32ch}.approach .section-head{margin-bottom:2.5rem}.approach h2{font-size:clamp(2.4rem,6vw,4.8rem)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--hairline);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.step{background:var(--bone);padding:clamp(1.6rem,2.5vw,2.4rem) clamp(1rem,2vw,1.6rem);display:flex;flex-direction:column;gap:1rem;min-height:280px;transition:background .4s var(--ease)}.step:hover{background:var(--bone-2)}.step .step-num{font-family:var(--mono);font-size:.75rem;letter-spacing:.16em;color:var(--accent)}.step .step-bar{height:3px;background:var(--hairline);position:relative;overflow:hidden;border-radius:2px}.step .step-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:var(--accent);transition:width 1s var(--ease)}.step.in .step-bar:after{width:var(--fill,25%)}.step h3{font-family:var(--display);font-size:clamp(1.7rem,3vw,2.4rem);margin-top:auto}.step p{color:var(--ink-soft);font-size:.98rem}.stats{background:var(--evergreen-2);color:var(--bone)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2rem)}.stat{text-align:left;border-left:1px solid var(--hairline-on-dark);padding-left:1.4rem}.stat .num{font-family:var(--display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;font-variation-settings:"opsz" 144,"SOFT" 20,"wght" 380}.stat .num .suffix{color:var(--clay-soft)}.stat .label{font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-top:.9rem}.testimonial{text-align:center}.testimonial .wrap{max-width:60rem}.testimonial .mark-q{font-family:var(--display);font-size:6rem;line-height:.6;color:var(--accent);height:.5em;display:block}.testimonial blockquote{font-family:var(--display);font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.18;font-variation-settings:"opsz" 100,"SOFT" 25,"wght" 380;text-wrap:balance;margin-top:1rem}.testimonial .attr{margin-top:2rem;font-family:var(--mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);display:inline-flex;align-items:center;gap:.8em}.testimonial .attr:before{content:"";width:2.2em;height:1px;background:var(--accent)}.cta-band{background:var(--clay);color:var(--bone);position:relative;overflow:hidden;text-align:center}.cta-band .ghost{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--display);font-style:italic;font-weight:600;font-size:clamp(14rem,40vw,34rem);line-height:.8;color:#f4f1e91a;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.cta-band .wrap{position:relative;z-index:1}.cta-band h2{font-size:clamp(2.6rem,6.5vw,5.5rem);font-variation-settings:"opsz" 144,"SOFT" 25,"wght" 400}.cta-band p{max-width:46ch;margin:1.4rem auto 0;font-size:1.1rem;color:#f4f1e9d9}.cta-band .btn-cta{margin-top:2.4rem;background:var(--bone);color:var(--ink)}.cta-band .btn-cta:hover{box-shadow:0 16px 36px -14px #0006}.footer{background:var(--evergreen-2);color:var(--sage)}.footer .wrap{padding-block:clamp(3.5rem,7vw,6rem)}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(2rem,4vw,3rem);padding-bottom:3rem;border-bottom:1px solid var(--hairline-on-dark)}.footer .brand .name{color:var(--bone)}.footer .brand .mark{background:var(--clay)}.footer-blurb{margin-top:1.4rem;max-width:34ch;font-size:.98rem;color:var(--sage)}.footer .badge-eopyy{display:inline-flex;align-items:center;gap:.6em;margin-top:1.6rem;border:1px solid var(--hairline-on-dark);border-radius:100px;padding:.5em 1em;font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--bone)}.footer .badge-eopyy .dot{width:7px;height:7px;border-radius:50%;background:var(--clay-soft)}.footer h4{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bone);margin-bottom:1.2rem;font-weight:500}.footer-col ul{display:flex;flex-direction:column;gap:.7rem}.footer-col a,.footer-col li{font-size:.96rem;color:var(--sage);transition:color .25s var(--ease)}.footer-col a:hover{color:var(--bone)}.footer-col .hours{display:flex;justify-content:space-between;gap:1rem}.footer-col .hours span:last-child{color:var(--bone)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;padding-top:2rem}.footer-bottom .socials{display:flex;gap:.7rem}.footer-bottom .socials a{width:40px;height:40px;border-radius:50%;border:1px solid var(--hairline-on-dark);display:grid;place-items:center;transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease)}.footer-bottom .socials a:hover{background:var(--clay);color:var(--bone);border-color:var(--clay)}.footer-bottom .socials svg{width:17px;height:17px}.footer-bottom .copy{font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;color:var(--muted)}.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.btn,.service-row,.s-arrow{transition:none}}@media(max-width:1080px){.philosophy-body{grid-template-columns:1fr}.offer-grid,.steps{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:820px){.nav-links,.nav-cta .btn{display:none}.menu-toggle{display:grid}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.service-row{grid-template-columns:auto 1fr auto;gap:1rem}.service-row .s-line{display:none}}@media(max-width:560px){.offer-grid,.steps{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr}.hero{min-height:clamp(420px,62dvh,560px);padding-block:clamp(5rem,14vh,6.5rem)}.hero-meta{display:none}.hero-controls{bottom:1.1rem}.hero-controls-inner{flex-direction:row;align-items:center;gap:1rem}.hero-scroll{display:none}.service-row{padding-inline:.4rem}.testimonial .mark-q{font-size:4rem}}@media(max-height:560px)and (orientation:landscape){.hero{min-height:auto;padding-block:clamp(5rem,18vh,7rem)}.hero-scroll{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:var(--evergreen);color:var(--bone);display:flex;flex-direction:column;padding:var(--gutter);transform:translateY(-100%);transition:transform .5s var(--ease)}.mobile-menu.open{transform:none}.mobile-menu .mm-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mobile-menu .mm-top .name{font-family:var(--display);font-size:1.4rem;color:var(--bone)}.mobile-menu .mm-close{width:44px;height:44px;border-radius:50%;border:1px solid var(--hairline-on-dark);display:grid;place-items:center}.mobile-menu .mm-close svg{width:20px;height:20px}.mobile-menu nav{display:flex;flex-direction:column;gap:.4rem}.mobile-menu nav a{font-family:var(--display);font-size:2rem;padding-block:.5rem;border-bottom:1px solid var(--hairline-on-dark)}.mobile-menu .btn{margin-top:auto;justify-content:center}.breadcrumb{display:flex;align-items:center;gap:.7em;font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.breadcrumb a{transition:color .25s var(--ease)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb .sep{opacity:.5}.breadcrumb .here{color:var(--ink)}.svc-hero{padding-top:clamp(2rem,4vw,3.5rem);padding-bottom:var(--section-y);overflow:hidden}.svc-hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,5rem);align-items:center}.svc-hero--copy-only .wrap{grid-template-columns:1fr}.svc-hero-copy{max-width:46rem}.svc-cat{margin-top:1.4rem}.svc-hero h1{font-size:clamp(2.6rem,6.5vw,5.6rem);font-variation-settings:"opsz" 144,"SOFT" 25,"wght" 420;margin-top:1.1rem;text-wrap:balance}.svc-greek{font-family:var(--display);font-style:italic;font-size:clamp(1.2rem,2.6vw,1.9rem);color:var(--muted);font-variation-settings:"opsz" 60,"wght" 380;margin-top:.7rem}.svc-intro{font-size:clamp(1.08rem,1.5vw,1.3rem);color:var(--ink-soft);max-width:48ch;margin-top:1.8rem;line-height:1.55}.svc-hero-actions{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:2.2rem}.svc-format{display:inline-flex;align-items:center;gap:.6em;font-family:var(--mono);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border:1px solid var(--hairline);border-radius:100px;padding:.7em 1.1em}.svc-format .dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.svc-hero-visual{position:relative;aspect-ratio:4/5;min-height:380px}.svc-figure{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:26px;overflow:hidden;background:var(--evergreen)}.svc-figure .line-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.svc-figure .glyph{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#f4f1e9e6}.svc-figure .glyph svg{width:38%;height:38%;opacity:.9}.svc-figure .image-slot-mount{position:absolute;top:0;right:0;bottom:0;left:0}.hero-badge{position:absolute;z-index:5;background:var(--bone);border-radius:14px;padding:.7rem .95rem;box-shadow:0 18px 40px -20px #16140f8c;display:flex;flex-direction:column;gap:.15em}.hero-badge .k{font-family:var(--mono);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.hero-badge .v{font-family:var(--display);font-size:1.3rem;line-height:1}.svc-hero-visual .hero-badge.b1{top:1.2rem;left:-1.4rem}.svc-hero-visual .hero-badge.b2{bottom:1.6rem;right:-1.3rem}.svc-block{border-top:1px solid var(--hairline)}.svc-block .wrap{display:grid;grid-template-columns:.4fr .6fr;gap:clamp(2rem,5vw,5rem);align-items:start}.svc-block .b-head{display:flex;flex-direction:column;gap:1rem;position:sticky;top:120px}.svc-block .b-head h2{font-size:clamp(1.8rem,3.2vw,2.8rem)}.svc-block .b-body{font-size:clamp(1.05rem,1.3vw,1.18rem);color:var(--ink-soft);line-height:1.65;max-width:54ch}.svc-block .b-body p+p{margin-top:1.2rem}.helps-grid{display:flex;flex-wrap:wrap;gap:.8rem}.helps-grid .tag{display:inline-flex;align-items:center;gap:.6em;border:1px solid var(--hairline);border-radius:100px;padding:.7em 1.15em;font-size:.96rem;color:var(--ink);transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease)}.helps-grid .tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);transition:background .35s var(--ease)}.helps-grid .tag:hover{background:var(--evergreen);color:var(--bone);border-color:var(--evergreen);transform:translateY(-2px)}.helps-grid .tag:hover:before{background:var(--clay-soft)}.expect-list{display:flex;flex-direction:column;gap:0}.expect-row{display:grid;grid-template-columns:auto 1fr;gap:1.4rem;padding-block:1.5rem;border-bottom:1px solid var(--hairline)}.expect-row:last-child{border-bottom:none}.expect-row .e-num{width:42px;height:42px;border-radius:50%;border:1px solid var(--hairline);display:grid;place-items:center;font-family:var(--mono);font-size:.82rem;color:var(--accent);flex:none}.expect-row .e-text strong{display:block;font-family:var(--display);font-size:1.3rem;margin-bottom:.3rem}.expect-row .e-text p{color:var(--ink-soft);font-size:1rem}.more-svc{background:var(--bone-2)}.more-svc .section-head{margin-bottom:2rem}.more-svc h2{font-size:clamp(2rem,4.5vw,3.4rem)}@media(max-width:1080px){.svc-hero .wrap{grid-template-columns:1fr;gap:3rem}.svc-hero-visual{order:2;max-width:520px;width:100%}.svc-hero-visual .hero-badge.b1{left:1rem}.svc-hero-visual .hero-badge.b2{right:1rem}.svc-block .wrap{grid-template-columns:1fr;gap:1.5rem}.svc-block .b-head{position:static}}.ap-hero{position:relative;background:var(--evergreen);color:var(--bone);overflow:hidden;padding-top:clamp(7rem,14vh,10rem);padding-bottom:clamp(4.5rem,9vw,8rem)}.ap-hero .wrap{position:relative;z-index:2}.ap-hero .breadcrumb{color:var(--sage)}.ap-hero .breadcrumb a:hover,.ap-hero .breadcrumb .here{color:var(--bone)}.ap-hero .eyebrow{color:var(--sage);margin-top:1.5rem}.ap-hero h1{color:var(--bone);font-size:clamp(3rem,8vw,7rem);font-variation-settings:"opsz" 144,"SOFT" 30,"wght" 420;margin-top:1.1rem;max-width:16ch;text-wrap:balance}.ap-hero h1 .accent-word{color:var(--clay-soft)}.ap-hero-greek{font-family:var(--display);font-style:italic;font-size:clamp(1.2rem,2.6vw,1.9rem);color:var(--sage);margin-top:.8rem}.ap-hero-lead{font-size:clamp(1.1rem,1.6vw,1.4rem);color:#f4f1e9d9;max-width:52ch;margin-top:1.9rem;line-height:1.6}.ap-hero-lineart{position:absolute;top:0;right:0;width:min(46%,560px);height:100%;z-index:1;opacity:.5;pointer-events:none}.ap-statement{background:var(--bone)}.ap-statement .wrap{display:grid;grid-template-columns:.35fr .65fr;gap:clamp(2rem,5vw,5rem);align-items:start}.ap-statement .s-label{position:sticky;top:120px;display:flex;flex-direction:column;gap:1rem}.ap-statement blockquote{font-family:var(--display);font-size:clamp(1.9rem,3.8vw,3.2rem);line-height:1.16;font-variation-settings:"opsz" 100,"SOFT" 20,"wght" 400;text-wrap:pretty}.ap-statement blockquote .accent-word{color:var(--accent)}.ap-statement .s-sign{margin-top:1.8rem;font-family:var(--mono);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.method{background:var(--bone)}.method .section-head{margin-bottom:clamp(2rem,4vw,3.5rem)}.method h2{font-size:clamp(2.4rem,6vw,4.8rem)}.method-list{border-top:1px solid var(--hairline)}.method-row{display:grid;grid-template-columns:clamp(4rem,9vw,8rem) 1fr;gap:clamp(1.5rem,5vw,4.5rem);align-items:start;padding-block:clamp(2rem,4vw,3.4rem);border-bottom:1px solid var(--hairline);position:relative}.method-row .m-index{font-family:var(--display);font-size:clamp(2.6rem,6vw,5rem);line-height:.9;color:var(--accent);font-variation-settings:"opsz" 144,"wght" 360;-webkit-text-stroke:0}.method-row .m-body{max-width:60ch}.method-row .m-kicker{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.7rem}.method-row h3{font-family:var(--display);font-size:clamp(1.8rem,3.6vw,3rem);line-height:1.04;margin-bottom:1rem}.method-row .m-lead{font-size:clamp(1.05rem,1.4vw,1.22rem);color:var(--ink);max-width:46ch}.method-row .m-detail{color:var(--ink-soft);font-size:1rem;margin-top:1rem;max-width:52ch;line-height:1.6}.method-row .m-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}.method-row .m-meta .chip{font-family:var(--mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--hairline);border-radius:100px;padding:.5em .9em}.method-row:after{content:"";position:absolute;left:0;bottom:-1px;height:1px;width:0;background:var(--accent);transition:width .6s var(--ease)}.method-row:hover:after{width:100%}.principles{background:var(--evergreen);color:var(--bone)}.principles .section-head{margin-bottom:clamp(2rem,4vw,3rem)}.principles .eyebrow{color:var(--sage)}.principles h2{color:var(--bone);font-size:clamp(2rem,4.5vw,3.6rem);max-width:18ch}.principles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--hairline-on-dark);border:1px solid var(--hairline-on-dark)}.principle{background:var(--evergreen);padding:clamp(1.8rem,3vw,2.8rem);display:flex;flex-direction:column;gap:.9rem;min-height:200px;transition:background .4s var(--ease)}.principle:hover{background:var(--evergreen-2)}.principle .p-num{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;color:var(--clay-soft)}.principle h3{font-family:var(--display);font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1.1}.principle p{color:var(--sage);font-size:1rem;line-height:1.6;max-width:42ch}@media(max-width:820px){.ap-statement .wrap{grid-template-columns:1fr;gap:1.5rem}.ap-statement .s-label{position:static}.ap-hero-lineart{display:none}.method-row{grid-template-columns:1fr;gap:.5rem}.method-row .m-index{font-size:2.4rem}.principles-grid{grid-template-columns:1fr}}.about-purpose .wrap{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.about-purpose .purpose-visual{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:4/5;max-height:min(560px,72vh);background:var(--evergreen)}.about-purpose .purpose-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-purpose .purpose-content{display:flex;flex-direction:column;gap:clamp(1.25rem,2.5vw,1.75rem)}.about-purpose .p-label{display:flex;flex-direction:column;gap:1rem}.about-purpose .p-lead{font-family:var(--display);font-size:clamp(1.7rem,3.4vw,2.7rem);line-height:1.18;font-variation-settings:"opsz" 90,"SOFT" 20,"wght" 400;text-wrap:pretty}.about-purpose .p-lead .accent-word{color:var(--accent)}.about-purpose .p-body{color:var(--ink-soft);font-size:1.08rem;line-height:1.65;margin-top:1.5rem;max-width:50ch}.about-purpose .p-body p+p{margin-top:1.1rem}.about-facts{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,4vw,3rem);margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid var(--hairline)}.about-facts .f{display:flex;flex-direction:column;gap:.3em}.about-facts .f .v{font-family:var(--display);font-size:clamp(1.4rem,2.2vw,1.9rem);line-height:1}.about-facts .f .k{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.story{background:var(--bone)}.story .section-head{margin-bottom:clamp(2.5rem,5vw,4rem)}.story h2{font-size:clamp(2.4rem,6vw,4.8rem)}.timeline{position:relative;margin-left:clamp(.5rem,2vw,1rem)}.timeline:before{content:"";position:absolute;left:0;top:.6rem;bottom:.6rem;width:1px;background:var(--hairline)}.tl-item{position:relative;display:grid;grid-template-columns:clamp(5rem,12vw,9rem) 1fr;gap:clamp(1.5rem,4vw,3.5rem);padding-left:1.8rem;padding-block:clamp(1.4rem,3vw,2.4rem)}.tl-item:before{content:"";position:absolute;left:-5px;top:calc(clamp(1.4rem,3vw,2.4rem) + .35rem);width:11px;height:11px;border-radius:50%;background:var(--clay);box-shadow:0 0 0 4px var(--bone)}.tl-year{font-family:var(--display);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent);line-height:1;font-variation-settings:"opsz" 90,"wght" 380}.tl-year small{display:block;font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.5em}.tl-body h3{font-family:var(--display);font-size:clamp(1.4rem,2.4vw,1.9rem);line-height:1.1;margin-bottom:.7rem}.tl-body p{color:var(--ink-soft);font-size:1.04rem;line-height:1.62;max-width:54ch}.team{background:var(--bone-2)}.team .section-head{margin-bottom:clamp(2rem,4vw,3rem)}.team h2{font-size:clamp(2.2rem,5vw,4rem)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.member{display:flex;flex-direction:column}.member .photo{position:relative;width:100%;aspect-ratio:4/5;border-radius:20px;overflow:hidden;background:var(--evergreen)}.member .photo .line-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.6}.member .photo image-slot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.member .m-info{padding-top:1.3rem}.member .m-role{font-family:var(--mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.member h3{font-family:var(--display);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.05;margin-top:.5rem}.member p{color:var(--ink-soft);font-size:1rem;line-height:1.6;margin-top:.8rem;max-width:42ch}.member .creds{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem}.member .creds .chip{font-family:var(--mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--hairline);border-radius:100px;padding:.5em .85em}.lab-gallery{background:var(--bone-2)}.lab-gallery .section-head{margin-bottom:clamp(2rem,4vw,3rem)}.lab-gallery h2{font-size:clamp(2.2rem,5vw,4rem)}.lab-gallery .gallery-lead{color:var(--ink-soft);font-size:1.06rem;line-height:1.62;max-width:52ch;margin-top:1rem}.lab-gallery .gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(.65rem,1.2vw,.9rem)}.lab-gallery .gallery-item{grid-column:span 4;margin:0;border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:var(--evergreen)}.lab-gallery .gallery-item.gallery-feature{grid-column:span 8;aspect-ratio:16/9}.lab-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s var(--ease-out)}.lab-gallery .gallery-item:hover img{transform:scale(1.03)}@media(max-width:900px){.lab-gallery .gallery-item,.lab-gallery .gallery-item.gallery-feature{grid-column:span 6;aspect-ratio:4/3}}@media(max-width:560px){.lab-gallery .gallery-grid{grid-template-columns:1fr}.lab-gallery .gallery-item,.lab-gallery .gallery-item.gallery-feature{grid-column:span 1}}@media(max-width:900px){.about-purpose .wrap{grid-template-columns:1fr;gap:1.75rem}.about-purpose .purpose-visual{max-height:none;aspect-ratio:16/10;max-width:36rem;width:100%;margin-inline:auto}}@media(max-width:820px){.tl-item{grid-template-columns:1fr;gap:.6rem}.team-grid{grid-template-columns:1fr;max-width:30rem}}.contact-main .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.5rem,5vw,5rem);align-items:start}.contact-form .f-head{margin-bottom:2rem}.contact-form .f-head h2{font-size:clamp(1.9rem,3.6vw,2.8rem);margin-top:.6rem}.contact-form form{display:flex;flex-direction:column;gap:1.3rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}.form-field{display:flex;flex-direction:column;gap:.55rem}.form-field label{font-family:var(--mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.form-field label .req{color:var(--accent)}.form-field input,.form-field select,.form-field textarea{font-family:var(--body);font-size:1rem;color:var(--ink);background:var(--bone);border:1px solid var(--hairline);border-radius:12px;padding:.9em 1em;transition:border-color .3s var(--ease),box-shadow .3s var(--ease),background .3s var(--ease)}.form-field textarea{resize:vertical;min-height:130px}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--muted);opacity:.7}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c2613e24;background:#fff}.form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237C7567' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1em center;padding-right:2.6em}.contact-form .form-actions{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:.4rem}.contact-form .form-actions .note{font-size:.86rem;color:var(--muted);max-width:26ch}.form-success{display:none;flex-direction:column;gap:1rem;align-items:flex-start;padding:clamp(1.8rem,3vw,2.6rem);border:1px solid var(--hairline);border-radius:18px;background:var(--bone-2)}.form-success.show{display:flex}.form-success .tick{width:48px;height:48px;border-radius:50%;background:var(--evergreen);color:var(--bone);display:grid;place-items:center}.form-success .tick svg{width:24px;height:24px}.form-success h3{font-family:var(--display);font-size:1.6rem}.form-success p{color:var(--ink-soft);max-width:40ch}.contact-form.sent form{display:none}.contact-info{background:var(--evergreen);color:var(--bone);border-radius:24px;padding:clamp(1.8rem,3vw,2.8rem);position:sticky;top:110px}.contact-info h3{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:500;margin-bottom:1.6rem}.ci-list{display:flex;flex-direction:column;gap:1.4rem}.ci-row{display:flex;gap:1rem;align-items:flex-start}.ci-row .ci-icon{width:40px;height:40px;border-radius:50%;border:1px solid var(--hairline-on-dark);display:grid;place-items:center;flex:none;color:var(--clay-soft)}.ci-row .ci-icon svg{width:18px;height:18px}.ci-row .ci-k{font-family:var(--mono);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.3em}.ci-row .ci-v{font-size:1.05rem;color:var(--bone);line-height:1.4}.ci-row .ci-v a{transition:color .25s var(--ease)}.ci-row .ci-v a:hover{color:var(--clay-soft)}.ci-hours{margin-top:1.8rem;padding-top:1.6rem;border-top:1px solid var(--hairline-on-dark);display:flex;flex-direction:column;gap:.6rem}.ci-hours .h-row{display:flex;justify-content:space-between;gap:1rem;font-size:.96rem;color:var(--sage)}.ci-hours .h-row span:last-child{color:var(--bone)}.ci-socials{display:flex;gap:.7rem;margin-top:1.8rem;padding-top:1.6rem;border-top:1px solid var(--hairline-on-dark)}.ci-socials a{width:40px;height:40px;border-radius:50%;border:1px solid var(--hairline-on-dark);display:grid;place-items:center;color:var(--bone);transition:background .3s var(--ease),border-color .3s var(--ease),color .3s var(--ease)}.ci-socials a:hover{background:var(--clay);border-color:var(--clay)}.ci-socials svg{width:17px;height:17px}.map-section{padding-top:0}.map-wrap{position:relative;width:100%;aspect-ratio:21/8;border-radius:24px;overflow:hidden;background:var(--evergreen)}.map-wrap .line-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.5}.map-wrap image-slot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-card{position:absolute;left:clamp(1rem,3vw,2.2rem);bottom:clamp(1rem,3vw,2.2rem);z-index:3;background:var(--bone);border-radius:16px;padding:1.3rem 1.5rem;max-width:min(90%,360px);box-shadow:0 20px 44px -22px #16140f99}.map-card .mc-k{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.map-card .mc-addr{font-family:var(--display);font-size:1.25rem;line-height:1.2;margin:.5rem 0 1rem}.map-card a{display:inline-flex;align-items:center;gap:.5em;font-weight:600;font-size:.92rem;color:var(--accent)}.map-card a .arrow{transition:transform .3s var(--ease)}.map-card a:hover .arrow{transform:translate(3px,-1px)}@media(max-width:900px){.contact-main .wrap{grid-template-columns:1fr;gap:2.5rem}.contact-info{position:static}}@media(max-width:560px){.form-row{grid-template-columns:1fr}.map-wrap{aspect-ratio:4/3}}.brand .mark.logo-mark{background:transparent;padding:0;overflow:visible;width:auto;height:68px;min-width:160px;border-radius:0}.brand .mark.logo-mark img{width:auto;height:68px;max-width:min(280px,48vw);object-fit:contain;object-position:left center}.footer .brand .mark.logo-mark{height:58px;min-width:140px}.footer .brand .mark.logo-mark img{height:58px;max-width:220px}.lang-toggle{display:inline-flex;align-items:center;font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--hairline);border-radius:100px;padding:.45em .85em;transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease)}.lang-toggle:hover{background:var(--ink);color:var(--bone);border-color:var(--ink)}.nav.scrolled .lang-toggle{border-color:var(--hairline)}@media(max-width:820px){.nav-cta .lang-toggle{display:none}}.utility-inner.svelte-1dd9uyy{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.55rem,1.6vw,1.35rem);flex-wrap:nowrap;padding-block:.55rem;overflow:hidden;min-width:0}.u-item.svelte-1dd9uyy{display:inline-flex;align-items:center;gap:.45em;flex:none;min-width:0;white-space:nowrap;font-family:var(--mono);font-size:clamp(.62rem,1.35vw,.72rem);letter-spacing:.04em;color:inherit;text-decoration:none}.u-item.svelte-1dd9uyy:hover{color:var(--bone)}.u-text.svelte-1dd9uyy{overflow:hidden;text-overflow:ellipsis}.dot.svelte-1dd9uyy{width:5px;height:5px;border-radius:50%;background:var(--clay-soft);flex:none}.status-dot.svelte-1dd9uyy{width:7px;height:7px;border-radius:50%;flex:none;background:var(--muted);transition:background .3s ease}.status-dot.open.svelte-1dd9uyy{background:#8ecf8e}.status-dot.closed.svelte-1dd9uyy{background:var(--clay-soft)}.status-text.svelte-1dd9uyy{font-weight:500;color:var(--bone)}@media(max-width:1180px){.u-eopyy.svelte-1dd9uyy{display:none}}@media(max-width:1024px){.u-schedule.svelte-1dd9uyy{display:none}}@media(max-width:880px){.u-email.svelte-1dd9uyy{display:none}}@media(max-width:720px){.u-address.svelte-1dd9uyy{display:none}}@media(max-width:520px){.utility-inner.svelte-1dd9uyy{justify-content:space-between;gap:.75rem}.u-status.svelte-1dd9uyy{flex:1 1 auto;min-width:0}.u-phone.svelte-1dd9uyy{flex:none}}.nav-links.svelte-1n8e4t1 a.active:where(.svelte-1n8e4t1):after{width:100%}.hours-summary.svelte-7lfk2o{margin-top:1rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;line-height:1.5;color:var(--sage);max-width:28ch}.footer-eopyy.svelte-7lfk2o{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1.2rem}.footer-eopyy.svelte-7lfk2o img:where(.svelte-7lfk2o){height:56px;width:auto;filter:brightness(1.05)}.credit.svelte-7lfk2o{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35em;margin:0;font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;color:var(--muted);opacity:.9}.heart.svelte-7lfk2o{display:inline-flex;color:var(--clay-soft);line-height:1}.heart.svelte-7lfk2o svg:where(.svelte-7lfk2o){width:.85em;height:.85em}.credit.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--sage);text-decoration:none;border-bottom:1px solid transparent;transition:color .3s var(--ease),border-color .3s var(--ease)}.credit.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--clay-soft);border-bottom-color:var(--clay-soft)}.footer-bottom.svelte-7lfk2o{flex-wrap:wrap;gap:.75rem 1.5rem}.mm-logo.svelte-qitr32{height:56px;width:auto;max-width:190px;object-fit:contain}.mm-services-toggle.svelte-qitr32{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--display);font-size:2rem;padding-block:.5rem;border-bottom:1px solid var(--hairline-on-dark);color:inherit;text-align:left}.mm-services-toggle.svelte-qitr32 svg:where(.svelte-qitr32){width:1.1rem;height:1.1rem;transition:transform .3s var(--ease)}.mm-services-toggle.svelte-qitr32 svg.open:where(.svelte-qitr32){transform:rotate(180deg)}.mm-services.svelte-qitr32{display:flex;flex-direction:column;gap:.2rem;padding:.5rem 0 .75rem 1rem;border-bottom:1px solid var(--hairline-on-dark)}.mm-services.svelte-qitr32 a:where(.svelte-qitr32){font-family:var(--body);font-size:1rem;padding-block:.35rem;color:var(--sage);border:none}.mm-services.svelte-qitr32 a:where(.svelte-qitr32):hover{color:var(--bone)}
