@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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:400;font-display:swap;src:url(/fonts/inter-latin-ext.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(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,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(/fonts/inter-latin-ext.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}:root{--color-bg: #FAF8F5;--color-surface: #F0ECE6;--color-text: #2A2826;--color-text-secondary: #5C5853;--color-accent: #3F5742;--color-accent-hover: #2F4232;--color-border: #E5E1DB;--color-focus: 0 0 0 3px rgba(63, 87, 66, .2);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-family);font-size:1.0625rem;font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width:900px){body{font-size:1.125rem}}h1,h2,h3{font-weight:400}h1{font-size:2rem;line-height:1.15;letter-spacing:-.02em}h2{font-size:1.5rem;font-weight:500;line-height:1.2;letter-spacing:-.01em}h3{font-size:1.25rem;font-weight:500;line-height:1.3}@media(min-width:900px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.btn-primary{display:inline-block;background-color:var(--color-accent);color:var(--color-bg);font-family:var(--font-family);font-size:1rem;font-weight:500;letter-spacing:.01em;padding:14px 28px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.btn-primary:hover{background-color:var(--color-accent-hover)}.btn-primary:hover .btn-arrow{transform:translate(4px)}.btn-primary:focus-visible{outline:none;box-shadow:var(--color-focus)}.btn-arrow{display:inline-block;transition:transform .2s ease;margin-left:4px}.skip-link{position:absolute;top:-100%;left:16px;z-index:1000;padding:8px 16px;background:var(--color-accent);color:var(--color-bg);border-radius:4px;font-size:.875rem}.skip-link:focus{top:16px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#faf8f5f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:16px 5%;display:flex;align-items:center;justify-content:space-between}.nav-name{font-size:1rem;font-weight:500;color:var(--color-text)}.nav-right{display:flex;align-items:center;gap:16px}.lang-selector{display:flex;gap:2px}.lang-btn{background:none;border:none;font-family:var(--font-family);font-size:.75rem;font-weight:400;color:var(--color-text-secondary);padding:4px 8px;cursor:pointer;border-radius:3px;letter-spacing:.02em;transition:color .2s ease,background-color .2s ease;text-decoration:none;display:inline-block}.lang-btn:hover{color:var(--color-text)}.lang-btn--active{color:var(--color-text);background-color:var(--color-border);font-weight:500}.lang-btn:focus-visible{outline:none;box-shadow:var(--color-focus)}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#faf8f5fa;border-bottom:1px solid var(--color-border);padding:16px 5%}.nav-links--open{display:flex}.nav-links a{font-size:.875rem;color:var(--color-text-secondary);padding:12px 0;letter-spacing:.01em}.nav-links a:hover{color:var(--color-text)}.nav-links a:focus-visible{outline:none;box-shadow:var(--color-focus);border-radius:2px}.nav-toggle{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle:focus-visible{outline:none;box-shadow:var(--color-focus);border-radius:2px}.nav-toggle-bar{display:block;width:20px;height:2px;background-color:var(--color-text-secondary);border-radius:1px}@media(min-width:900px){.nav-right{gap:24px}.nav-links{display:flex;flex-direction:row;position:static;background:none;border:none;padding:0;gap:32px}.nav-links a{padding:0}.nav-toggle{display:none}}.hero{padding:7rem 5% 4rem;background-color:var(--color-bg)}.hero-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:3rem}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.js .hero-headline,.js .hero-body-1,.js .hero-body-2,.js .hero-cta,.js .hero-photo{opacity:0}@media(prefers-reduced-motion:reduce){.js .hero-headline,.js .hero-body-1,.js .hero-body-2,.js .hero-cta,.js .hero-photo{opacity:1}}.hero-body-1,.hero-body-2{color:var(--color-text)}.hero-cta{align-self:flex-start}.hero-photo-wrap{background-color:var(--color-surface);border-radius:4px;overflow:hidden;aspect-ratio:3 / 4;max-width:400px}.hero-photo{width:100%;height:100%;object-fit:cover}@media(min-width:900px){.hero{padding:10rem 5% 6rem}.hero-inner{flex-direction:row;align-items:center;gap:4rem}.hero-text{flex:1;gap:1.75rem}.hero-photo-wrap{flex:0 0 380px;max-width:380px}}.services{padding:4rem 5%;background-color:var(--color-bg)}.services-inner{max-width:var(--max-width);margin:0 auto}.services-heading{margin-bottom:3rem}.js .services-heading{opacity:0}.services-list{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.js .service-item{opacity:0}.service-item h3{margin-bottom:.75rem}.service-item p{margin-bottom:.5rem}.service-price{font-size:.875rem;color:var(--color-text-secondary);letter-spacing:.01em;line-height:1.5}.js .services-cta{opacity:0}@media(prefers-reduced-motion:reduce){.js .services-heading,.js .service-item,.js .services-cta{opacity:1}}@media(min-width:900px){.services{padding:6rem 5%}.services-list{display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem}}.about{padding:4rem 5%;background-color:var(--color-surface)}.about-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:center}.about-content{max-width:680px}.js .about-content{opacity:0}@media(prefers-reduced-motion:reduce){.js .about-content{opacity:1}}.about-content h2{margin-bottom:2rem}.about-content p{margin-bottom:1.5rem}.about-content p:last-child{margin-bottom:0}@media(min-width:900px){.about{padding:6rem 5%}}.testimonials{padding:4rem 5%;background-color:var(--color-bg)}.testimonials-inner{max-width:var(--max-width);margin:0 auto}.testimonials-heading{text-align:center;margin-bottom:3rem}.js .testimonials-heading{opacity:0}.testimonials-list{display:flex;flex-direction:column;gap:3rem;max-width:680px;margin:0 auto}.testimonial-item{text-align:center;position:relative;padding:2rem 0}.js .testimonial-item{opacity:0}@media(prefers-reduced-motion:reduce){.js .testimonials-heading,.js .testimonial-item{opacity:1}}.testimonial-mark{display:block;font-size:4rem;line-height:1;color:var(--color-border);margin-bottom:.5rem}.testimonial-quote{font-style:italic;margin-bottom:1rem}.testimonial-attribution{font-size:.875rem;color:var(--color-text-secondary);letter-spacing:.01em;line-height:1.5}@media(min-width:900px){.testimonials{padding:6rem 5%}.testimonial-item{padding:2.5rem 0}}.contact{padding:4rem 5%;background-color:var(--color-surface)}.contact-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:center}.contact-content{max-width:680px;text-align:center}.js .contact-content{opacity:0}@media(prefers-reduced-motion:reduce){.js .contact-content{opacity:1}}.contact-content h2,.contact-content p,.contact-cta{margin-bottom:1.5rem}.contact-email{font-size:.875rem;color:var(--color-text-secondary);letter-spacing:.01em;line-height:1.5}@media(min-width:900px){.contact{padding:6rem 5%}}.prose{line-height:1.7;color:var(--color-text)}.prose>*+*{margin-top:1.25rem}.prose h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:500;line-height:1.2;letter-spacing:-.01em}.prose h3{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:500;line-height:1.3}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.5rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:.5rem}.prose li:last-child{margin-bottom:0}.prose blockquote{margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1.25rem;border-left:3px solid var(--color-border);font-style:italic;color:var(--color-text-secondary)}.prose a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--color-accent-hover)}.prose code{font-family:Courier New,monospace;font-size:.9em;background-color:var(--color-surface);padding:.15em .35em;border-radius:3px}.prose pre{margin-top:1.5rem;margin-bottom:1.5rem;padding:1.25rem;background-color:var(--color-surface);border-radius:4px;overflow-x:auto}.prose pre code{background:none;padding:0;font-size:.875rem;line-height:1.5}.prose img{margin-top:1.5rem;margin-bottom:1.5rem;border-radius:4px}.prose hr{margin-top:2.5rem;margin-bottom:2.5rem;border:none;border-top:1px solid var(--color-border)}.footer{padding:3rem 5%;background-color:var(--color-text);color:var(--color-bg)}.footer-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-inner p{font-size:.875rem;line-height:1.5;letter-spacing:.01em;opacity:.85}
