:root{--bg: #020203;--panel: rgba(213, 204, 204, .06);--panel-strong: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .72);--line: rgba(255, 255, 255, .12);--accent: #f6c6d0;--accent-2: #f6d7a7;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;min-width:0}.container{width:min(1150px,calc(100% - 40px));margin:0 auto}.btn,.btn-primary{background:#c62828;color:#fff;border:1px solid #c62828;border-radius:999px;padding:12px 22px;font-weight:600}.btn:hover,.btn-primary:hover{background:#b71c1c;border-color:#b71c1c;color:#fff}.btn:active,.btn-primary:active{transform:scale(.97)}.bg-dark{background:#000;color:#fff}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark p,.bg-dark .kicker,.bg-dark .p{color:#fff}.bg-light{background:#fff;color:#000}.bg-light h1,.bg-light h2,.bg-light h3,.bg-light p,.bg-light .kicker,.bg-light .p{color:#000}.bg-dark .card{background:#fffffff2;color:#000}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#0b0b0dc2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:visible}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:14px 0;min-width:0;overflow:visible}.brand{display:flex;align-items:center;height:auto;min-height:56px;overflow:visible}.brand a{display:inline-flex;align-items:center;overflow:visible}.brand-wrap{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;max-width:100%;overflow:visible}.brand-logo{height:clamp(44px,6vw,56px);width:auto;max-width:240px;object-fit:contain;object-position:left center;display:block;border-radius:12px;background:transparent}.logo-overlay{position:absolute;top:6px;right:8px;width:28px;height:28px;pointer-events:none;object-fit:contain}.nav-desktop{display:flex;justify-content:center;align-items:center;gap:22px;min-width:0}.nav-link{padding:8px 12px;border-radius:999px;color:var(--muted);border:1px solid transparent;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.nav-link:hover{background:#ffffff0f;border-color:#ffffff1f;color:var(--text)}.nav-link.active{color:var(--text);border-color:#f6c6d040;background:#f6c6d014}.header-actions{display:flex;align-items:center;gap:12px;justify-self:end;overflow:visible}.header-cta{display:inline-flex;white-space:nowrap}.header-fb{display:inline-flex;align-items:center;justify-content:center;color:#1877f2}.header-fb:hover{color:#0f5bd6}.header-fb svg{width:46px;height:46px}.hamburger{width:46px;height:44px;border-radius:14px;border:1px solid var(--line);background:#ffffff0f;cursor:pointer;display:none;place-items:center;padding:10px;gap:6px}.hamburger span{display:block;height:2px;width:100%;border-radius:999px;background:#ffffffd9}.mobile-drawer{display:none;border-top:1px solid var(--line);background:#0b0b0deb}.mobile-drawer.open{display:block}.mobile-drawer-inner{padding:16px 0 22px}.mobile-link{display:block;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#ffffff0f;margin-bottom:10px;white-space:nowrap}.mobile-link.active{border-color:#f6c6d059;background:#f6c6d01f}.mobile-actions{margin-top:18px}.mobile-note{margin:14px 0 0;color:var(--muted);font-size:13px}@media(max-width:860px){.nav-desktop,.header-cta{display:none}.hamburger{display:grid}.brand-logo{height:48px;max-width:200px}}@media(max-width:420px){.header-inner{gap:14px}.brand-logo{height:44px;max-width:180px}.logo-overlay{width:22px;height:22px;top:5px;right:6px}.header-fb svg{width:40px;height:40px}.hamburger{width:42px;height:40px;padding:9px}}.site-header,.header-inner,.brand,.brand a,.brand-wrap{overflow:visible!important}.brand,.brand a,.brand-wrap{height:auto!important;min-height:0!important}.brand-wrap{line-height:0;padding:6px 0}.brand-logo{display:block;width:auto!important;height:64px!important;max-width:240px;object-fit:contain!important;object-position:left center!important}@media(max-width:860px){.brand-logo{height:56px!important}}@media(max-width:420px){.brand-logo{height:52px!important}}.site-footer{border-top:1px solid var(--line);background:#ffffff08}.footer-inner{padding:34px 0;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:18px;align-items:start}.footer-brand{font-weight:700;letter-spacing:.01em}.footer-copy{margin:10px 0 0;color:var(--muted);max-width:52ch}.footer-links{display:grid;gap:10px;justify-items:start}.footer-link{color:var(--muted);padding:8px 10px;border-radius:999px;border:1px solid transparent}.footer-link:hover{color:var(--text);border-color:#ffffff1f;background:#ffffff0d}.footer-right{display:grid;gap:12px;justify-items:end}.footer-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.badge{border:1px solid var(--line);background:#ffffff0f;color:var(--text);padding:6px 10px;border-radius:999px;font-size:12px}.footer-meta{color:var(--muted);font-size:12px;text-align:right}@media(max-width:980px){.footer-inner{grid-template-columns:1fr}.footer-right{justify-items:start}.footer-meta{text-align:left}.footer-badges{justify-content:flex-start}}.floating-call{position:fixed!important;inset:auto 16px 96px auto!important;transform:none!important;z-index:999!important;background:#d32f2f!important;color:#fff!important;padding:14px 22px!important;border-radius:999px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 10px 28px #00000059!important}.floating-call:active{transform:scale(.96)!important}@media(min-width:769px){.floating-call{display:none!important}}.about-section{background:#f4f5f7;padding:64px 0;color:#000}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.about-copy{padding:10px 0;display:flex;flex-direction:column;justify-content:center}.about-copy .kicker{color:#000}.about-copy h2{color:#000;margin-bottom:12px}.about-copy .p{color:#000}.about-section .btn,.about-section .btn-primary{background:#c62828;color:#fff;border:1px solid #c62828;border-radius:999px;padding:12px 22px}.about-section .btn:hover,.about-section .btn-primary:hover{background:#b71c1c;border-color:#b71c1c;color:#fff}.about-points{margin-top:18px;display:grid;gap:12px}.point{background:#fff;border:1px solid #e0e0e0;border-radius:18px;padding:16px;box-shadow:0 10px 22px #0000000f}.point-title{font-weight:700;color:#000}.point-text{margin-top:6px;color:#000;font-size:14px;line-height:1.5}.about-media{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 18px 40px #00000014;height:520px;align-self:start}.about-media video{width:100%;height:100%;object-fit:cover;display:block}.about-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#f5f5f599,#f5f5f559 25%,#00000026 55%,#f5f5f5bf);pointer-events:none}@media(max-width:980px){.about-section{padding:44px 0}.about-grid{grid-template-columns:1fr}.about-media{height:360px}}.services-preview{background:#000;padding:64px 0}.services-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.services-header .kicker,.services-header .h2,.services-header .services-intro{color:#fff}.services-intro{max-width:820px}.services-grid{margin-top:20px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.services-card{background:#f4f5f7;border-radius:18px;padding:16px;box-shadow:0 10px 22px #00000040}.services-card .kicker,.services-card-title,.services-card-text{color:#000}.services-card-text{margin-top:6px;font-size:14px;line-height:1.5}.services-preview .btn,.services-preview .btn-primary{background:#c62828;color:#fff;border:1px solid #c62828;border-radius:999px;padding:12px 22px}.services-preview .btn:hover,.services-preview .btn-primary:hover{background:#b71c1c;border-color:#b71c1c}.services-cta{margin-top:18px}@media(max-width:900px){.services-preview{padding:44px 0}}.how-section{background:#f4f5f7;padding:64px 0;color:#000}.how-wrap{background:#f4f5f7}.how-section .kicker,.how-section .h2{color:#000}.how-grid{margin-top:18px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.how-card{background:#f7f8fa;border:1px solid #d6d8dc;border-radius:18px;padding:16px}.how-card .kicker{color:#000}.how-text{margin-top:6px;color:#000;font-size:14px;line-height:1.5}.how-note{margin-top:16px;color:#000;opacity:.85;max-width:900px}@media(max-width:900px){.how-section{padding:44px 0}}.service-item{border:1px solid var(--line);background:#f4f5f7;border-radius:18px;padding:14px}.service-name{font-weight:700;color:#000}.service-desc{margin-top:6px;font-size:14px;color:#000;opacity:.9}.detail-grid{margin-top:14px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.detail-thumb{width:100%;height:140px;object-fit:cover;border-radius:14px;cursor:pointer;border:1px solid var(--line)}.lightbox{position:fixed;inset:0;background:#000000d9;z-index:2000;display:flex;align-items:center;justify-content:center}.lightbox img{max-width:92vw;max-height:92vh;border-radius:18px}.lightbox-close{position:absolute;top:18px;right:18px;background:#c62828;color:#fff;border:0;width:44px;height:44px;border-radius:999px;font-size:26px;cursor:pointer}.contact-page{min-height:70vh;background:#fff;color:#000}.contact-hero{padding:56px 0 26px;background:#000;color:#fff}.contact-hero-inner{width:min(1100px,calc(100% - 40px));margin:0 auto}.contact-hero-inner h1{margin:0 0 10px;line-height:1.1;color:#fff}.contact-hero-inner p{margin:0 0 18px;max-width:52ch;color:#ffffffe6}.contact-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.contact-body{padding:18px 0 56px;background:#fff;color:#000}.contact-body>*{width:min(1100px,calc(100% - 40px));margin:0 auto}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.contact-card{background:#fff;color:#000;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:18px;box-shadow:0 10px 30px #0000000f}.contact-card h2{margin:0 0 8px;color:#000}.contact-subtle{margin:0 0 14px;color:#000;opacity:.78}.contact-form{display:grid;gap:12px;color:#000}.field label{display:block;font-size:.92rem;margin:0 0 6px;color:#000;opacity:.92}.field input,.field textarea,.field select,.native-select{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);outline:none;background:#fff;color:#000;font-size:16px}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field select:focus,.field textarea:focus,.native-select:focus{border-color:#00000047}.form-status{border-radius:12px;padding:10px 12px;font-size:.95rem;color:#000}.form-status.success{background:#1987541f;border:1px solid rgba(25,135,84,.28)}.form-status.error{background:#dc35451f;border:1px solid rgba(220,53,69,.28)}.thank-you{color:#000}.thank-you h2{margin:0 0 10px;color:#000}.thank-you p{margin:0 0 14px;color:#000}.contact-small{margin:2px 0 0;font-size:.92rem;color:#000;opacity:.85}.contact-small a{color:#000;text-decoration:underline}.map-wrap{width:100%;aspect-ratio:16 / 10;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f5f5f5}.map-wrap iframe{width:100%;height:100%;border:0;display:block}.contact-note{margin-top:14px;display:grid;gap:10px;color:#000}.contact-note p{color:#000}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.ms-label{display:block;font-size:.92rem;margin:0 0 6px;color:#000;opacity:.92}.ms-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#000;text-align:left;font-size:16px}.ms-trigger-text{font-size:16px;line-height:1.2;color:#000}.ms-trigger-text.is-placeholder{color:#0000008c}.ms-caret{opacity:.7}.ms-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#0000008c}.ms-sheet{width:min(560px,100%);max-height:82vh;display:grid;grid-template-rows:auto 1fr auto;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px #00000059;color:#000}.ms-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-bottom:1px solid rgba(0,0,0,.08)}.ms-title{font-weight:800;font-size:16px;color:#000}.ms-close{width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#000;font-size:18px;line-height:1}.ms-list{overflow:auto;padding:10px;display:grid;gap:8px}.ms-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#f4f5f7;color:#000;text-align:left}.ms-option.is-active{border-color:#c628288c;background:#c628281a}.ms-option-text{font-size:16px;line-height:1.2;color:#000;font-weight:600}.ms-tick{font-weight:900}.ms-footer{padding:12px;border-top:1px solid rgba(0,0,0,.08);background:#fff}.mobile-select{display:none}@media(max-width:920px){.contact-grid{grid-template-columns:1fr}.contact-hero{padding:44px 0 18px}.contact-hero-inner,.contact-body>*{width:min(1100px,calc(100% - 26px))}.native-select{display:none}.mobile-select{display:flex}}
