:root{--bg: #ffffff;--bg-muted: #f4f5f7;--text: #111827;--text-secondary: #374151;--text-muted: #6b7280;--border: #e5e7eb;--border-strong: #d1d5db;--accent: #1d4ed8;--accent-hover: #1e40af;--accent-soft: #eff6ff;--radius: 8px;--radius-lg: 12px;--font: "Inter", system-ui, -apple-system, sans-serif;--container: min(1080px, 90vw);--header-h: 64px;--section-y: clamp(4.5rem, 10vw, 6.5rem)}:root[data-theme=dark]{--bg: #09090b;--bg-muted: #18181b;--text: #fafafa;--text-secondary: #e4e4e7;--text-muted: #a1a1aa;--border: #27272a;--border-strong: #3f3f46;--accent: #3b82f6;--accent-hover: #60a5fa;--accent-soft: #172554}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--text-secondary);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--text);font-weight:600;letter-spacing:-.025em}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}p,h1,h2,h3{margin:0}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:absolute;left:-9999px;z-index:9999;padding:.5rem 1rem;background:var(--accent);color:#fff}.skip-link:focus{left:1rem;top:1rem}.header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);border-bottom:1px solid transparent;transition:border-color .2s,background .2s}.header--scrolled{background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:var(--border)}.header__row{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-size:1.125rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.logo__accent{color:var(--accent)}.nav{display:flex;align-items:center;gap:2.5rem}.nav__links{display:flex;gap:2rem}.nav__links a{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .15s}.nav__links a:hover{color:var(--text)}.header__tools{display:flex;align-items:center;gap:.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text-muted);cursor:pointer}.icon-btn:hover{color:var(--text);border-color:var(--border-strong)}.menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px}.menu-btn span{display:block;width:16px;height:2px;background:currentColor;transition:transform .2s,opacity .2s}.menu-btn--open span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-btn--open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn--sm{padding:.5rem 1rem;font-size:.85rem}.btn--block{width:100%}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--outline{background:transparent;border-color:var(--border-strong);color:var(--text)}.btn--outline:hover{border-color:var(--text-muted);background:var(--bg-muted)}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{padding:calc(var(--header-h) + 3rem) 0 var(--section-y);border-bottom:1px solid var(--border);overflow:hidden}.hero__layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero__copy{max-width:560px}.hero__visual{position:relative;min-height:420px}.hero__figure{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--bg-muted)}.hero__figure img{width:100%;height:100%;object-fit:cover;display:block}.hero__figure--main{height:420px;box-shadow:0 20px 50px #11182714}:root[data-theme=dark] .hero__figure--main{box-shadow:0 20px 50px #00000059}.hero__figure--float{position:absolute;bottom:-1rem;left:-1.5rem;width:38%;max-width:180px;aspect-ratio:3/4;border:3px solid var(--bg);box-shadow:0 12px 32px #1118271f}.hero__figure--float img{height:100%}.hero__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1.25rem}.hero__title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.12;letter-spacing:-.035em}.hero__title-accent{font-weight:600;color:var(--text-muted)}.hero__lead{margin-top:1.5rem;font-size:1.125rem;line-height:1.7;color:var(--text-muted);max-width:54ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3.5rem;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.hero__stats li{padding:1.25rem 1rem;background:var(--bg);text-align:center}.hero__stats strong{display:block;font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.hero__stats span{display:block;margin-top:.25rem;font-size:.8rem;color:var(--text-muted)}.section{padding:var(--section-y) 0}.section--muted{background:var(--bg-muted);border-block:1px solid var(--border)}.section-head{margin-bottom:2.5rem;max-width:520px}.section-head--wide{max-width:none;width:100%}.section-head--center{margin-inline:auto;text-align:center}.section-head__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem}.section-head__title{font-size:clamp(1.35rem,2.2vw + .6rem,2rem);font-weight:700;line-height:1.2;text-wrap:balance}@media(min-width:900px){.section-head__title--fit{white-space:nowrap;text-wrap:nowrap}}@media(max-width:899px){.section-head__title--fit{white-space:normal;text-wrap:balance}}@media(max-width:480px){.section-head__title--fit{font-size:clamp(1.25rem,5.5vw,1.5rem);line-height:1.25}}.section-head__desc{margin-top:1rem;color:var(--text-muted);font-size:1rem;line-height:1.65}.section-head__desc--center{max-width:480px;margin-inline:auto}.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:1rem}.gallery-grid__featured{grid-row:span 2}.gallery-card{height:100%;display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .25s}.gallery-card:hover{box-shadow:0 12px 40px #11182714}:root[data-theme=dark] .gallery-card:hover{box-shadow:0 12px 40px #0000004d}.gallery-card__img{aspect-ratio:16/10;overflow:hidden;background:var(--bg-muted)}.gallery-grid__featured .gallery-card__img{aspect-ratio:auto;flex:1;min-height:280px}.gallery-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-card:hover .gallery-card__img img{transform:scale(1.04)}.gallery-card__body{padding:1.25rem 1.35rem}.gallery-card__body h3{font-size:1rem;margin-bottom:.35rem}.gallery-card__body p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.service-item{padding:2rem;background:var(--bg)}.service-item__num{display:block;font-size:.75rem;font-weight:600;color:var(--accent);letter-spacing:.05em;margin-bottom:1rem}.service-item h3{font-size:1.1rem;margin-bottom:.5rem}.service-item p{font-size:.925rem;color:var(--text-muted);line-height:1.6}.process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-row li{padding-top:1.5rem;border-top:2px solid var(--border)}.process-row__step{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem}.process-row h3{font-size:1rem;margin-bottom:.4rem}.process-row p{font-size:.875rem;color:var(--text-muted);line-height:1.55}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.split--why{align-items:stretch}.why-visual{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);min-height:100%}.why-visual img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.feature-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.feature-list li{padding:1.35rem 1.5rem;border-bottom:1px solid var(--border);background:var(--bg)}.feature-list li:last-child{border-bottom:none}.feature-list h3{font-size:.95rem;margin-bottom:.35rem}.feature-list p{font-size:.875rem;color:var(--text-muted);line-height:1.55}.split--contact{gap:3rem}.contact-links{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.contact-links a{display:flex;flex-direction:column;gap:.15rem;padding:1rem 0;border-bottom:1px solid var(--border);font-size:.95rem;color:var(--text);transition:color .15s}.contact-links a:hover{color:var(--accent)}.contact-links span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.contact-form{padding:2rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{padding:.7rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted);color:var(--text);transition:border-color .15s,box-shadow .15s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.contact-form textarea{resize:vertical;min-height:100px}.form-msg{font-size:.875rem;padding:.75rem;border-radius:var(--radius)}.form-msg--success{background:#ecfdf5;color:#047857}:root[data-theme=dark] .form-msg--success{background:#052e16;color:#6ee7b7}.form-msg--error{background:#fef2f2;color:#b91c1c}:root[data-theme=dark] .form-msg--error{background:#450a0a;color:#fca5a5}.seo-intro__inner{max-width:720px}.seo-intro__content{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem;font-size:.95rem;color:var(--text-muted);line-height:1.7}.seo-intro__content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.seo-intro__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.75rem}.seo-intro__tags span{padding:.35rem .75rem;font-size:.75rem;color:var(--text-muted);background:var(--bg-muted);border:1px solid var(--border);border-radius:999px}.faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}.faq-list{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg)}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item h3{margin:0;font-size:inherit;font-weight:inherit}.faq-item__btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;text-align:left;font-weight:600;font-size:.95rem;color:var(--text);background:transparent;border:none;cursor:pointer}.faq-item__btn span{flex-shrink:0;color:var(--accent);font-size:1.25rem;font-weight:400}.faq-item__answer{padding:0 1.25rem 1.15rem;font-size:.9rem;color:var(--text-muted);line-height:1.65}.footer{padding:2.5rem 0;border-top:1px solid var(--border)}.footer__row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:1.5rem}.footer__tagline{margin-top:.5rem;font-size:.875rem;color:var(--text-muted)}.footer__nav{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:var(--text-muted)}.footer__nav a:hover{color:var(--text)}.footer__copy{font-size:.8rem;color:var(--text-muted);padding-top:1.5rem;border-top:1px solid var(--border)}@media(max-width:900px){.hero__layout{grid-template-columns:1fr;gap:2.5rem}.hero__visual{max-width:520px;margin-inline:auto;width:100%}.hero__figure--float{left:0}.gallery-grid{grid-template-columns:1fr}.gallery-grid__featured{grid-row:span 1}.gallery-grid__featured .gallery-card__img{min-height:220px}.split,.split--contact,.split--why{grid-template-columns:1fr;gap:2.5rem}.why-visual{order:-1}.faq-layout{grid-template-columns:1fr}.process-row,.hero__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section{padding:clamp(3rem,8vw,4.5rem) 0}.section-head{margin-bottom:2rem}.service-item{padding:1.5rem}.hero__title{font-size:clamp(1.85rem,7vw,2.35rem)}.hero__lead strong{font-weight:600;color:var(--text)}.nav{position:fixed;inset:var(--header-h) 0 0;flex-direction:column;justify-content:center;gap:2rem;background:var(--bg);border-top:1px solid var(--border);transform:translate(100%);transition:transform .3s ease}.nav--open{transform:translate(0)}.nav__links{flex-direction:column;align-items:center;gap:1.25rem}.nav__links a{font-size:1.1rem}.menu-btn{display:flex}.service-grid{grid-template-columns:1fr}.process-row{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}.footer__row{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
