:root{--font-body:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Fraunces", Georgia, serif;--radius:14px;--radius-sm:8px;--shadow:0 8px 30px #21344814;--shadow-lg:0 20px 60px #21344829;--bg:#eae0cf;--surface:#fff;--hero-bg:#94b4c1;--hero-bg-2:#7fa3b3;--primary:#213448;--primary-text-on:#fff;--accent:#547792;--accent-dark:#213448;--accent-text-on:#fff;--text:#213448;--text-muted:#45637c;--text-on-hero:#213448;--text-on-hero-muted:#2e4a63;--border:#d9cdb6;--badge-bg:#5477921f;--success-bg:#eaf6ec;--success-text:#1e5c2c;--error-bg:#fbeaea;--error-text:#8a2323}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.wrap-narrow{max-width:760px;margin:0 auto;padding:0 24px}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600;line-height:1.15}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{background:var(--primary);color:var(--primary-text-on);border-radius:var(--radius-sm);z-index:1000;padding:10px 16px;transition:top .15s;position:absolute;top:-48px;left:12px}.skip-link:focus{top:12px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--accent-text-on)}.btn-primary:hover{box-shadow:var(--shadow)}.btn-outline,.btn-outline-hero{border:1.5px solid var(--border);color:var(--text);background:0 0}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.top-accent{background:linear-gradient(90deg, var(--hero-bg), var(--primary));height:4px}header.site-header{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:86px;display:flex}.logo{font-family:var(--font-display);color:var(--text);align-items:center;gap:10px;display:flex}.logo-text{flex-direction:column;line-height:1.2;display:flex}.logo-name{font-size:21px;font-weight:600}.logo-tagline{font-family:var(--font-body);color:var(--accent-dark);letter-spacing:.01em;font-size:13px;font-weight:700}.logo-mark{background:linear-gradient(135deg, var(--primary), var(--accent-dark));border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.logo-mark svg{width:18px;height:18px}.logo-mark-img{border:1px solid var(--border);background:0 0;border-radius:10px;width:44px;height:44px;overflow:hidden}.logo-mark-img img{object-fit:cover;width:100%;height:100%}.nav-links{color:var(--text-muted);align-items:center;gap:30px;font-size:15px;font-weight:500;display:flex}.nav-links>a{padding-bottom:4px;position:relative}.nav-links>a:after{content:"";background:var(--accent);height:2px;transition:right .18s;position:absolute;bottom:0;left:0;right:100%}.nav-links>a:hover{color:var(--text)}.nav-links>a:hover:after{right:0}.nav-links .dropdown{position:relative}.nav-links .dropdown-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;min-width:220px;padding:10px;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)}.nav-links .dropdown:hover .dropdown-panel,.nav-links .dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-panel a{border-radius:var(--radius-sm);color:var(--text);padding:9px 12px;font-size:14.5px;display:block}.dropdown-panel a:hover{background:var(--bg)}.nav-right{align-items:center;gap:16px;display:flex}.lang-toggle{border:1.5px solid var(--border);border-radius:999px;font-size:12.5px;font-weight:700;display:flex;overflow:hidden}.lang-toggle a{color:var(--text-muted);padding:6px 12px}.lang-toggle a.is-active{background:var(--primary);color:var(--primary-text-on)}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle svg{width:24px;height:24px}.mobile-nav{background:var(--surface);z-index:90;padding:24px;display:none;position:fixed;inset:86px 0 0;overflow-y:auto}.mobile-nav.is-open{display:block}.mobile-nav a{border-bottom:1px solid var(--border);padding:16px 4px;font-size:18px;font-weight:600;display:block}.mobile-nav .mobile-sub{padding-left:16px}.mobile-nav .mobile-sub a{color:var(--text-muted);border-bottom:none;padding:10px 4px;font-size:15px;font-weight:500}.mobile-nav-cta{text-align:center;border-bottom:none;margin-top:20px}.mobile-nav-lang{justify-content:center;width:fit-content;margin:18px auto 0;font-size:14px}.mobile-nav-lang a{padding:8px 20px}.trustbar{background:var(--surface);border-bottom:1px solid var(--border);padding:20px 0}.trustbar .wrap{flex-wrap:wrap;justify-content:space-between;gap:14px 24px;display:flex}.trust-item{align-items:center;gap:10px;font-size:14.5px;font-weight:600;display:flex}.trust-item .dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero{background:var(--bg);padding:76px 0 88px}.hero-inner{grid-template-columns:1fr 1.05fr;align-items:center;gap:56px;display:grid}.eyebrow{background:var(--badge-bg);border:1px solid var(--border);color:var(--accent-dark);border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-flex}.hero h1{color:var(--text);margin-bottom:18px;font-size:44px}.hero p.lead{color:var(--text-muted);max-width:480px;margin-bottom:30px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-visual-wrap{position:relative}.hero-visual-wrap:before{content:"";background:linear-gradient(160deg, var(--hero-bg), var(--hero-bg-2));z-index:0;border-radius:24px;position:absolute;inset:24px -20px -20px 24px}.hero-visual{z-index:1;aspect-ratio:4/5;background:var(--surface);box-shadow:var(--shadow-lg);color:var(--text-muted);text-align:center;border-radius:20px;justify-content:center;align-items:center;padding:20px;font-size:14px;display:flex;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;border-radius:20px;width:100%;height:100%;display:block}.hero-sm{padding:52px 0 56px}.hero-sm h1{font-size:36px}.breadcrumbs{color:var(--text-on-hero-muted);margin-bottom:16px;font-size:13.5px}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}section{padding:80px 0}.section-tight{padding:56px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 44px}.section-head.align-left{text-align:left;margin-left:0}.section-head .kicker{color:var(--accent-dark);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.section-head .kicker:before{content:"";background:var(--accent);vertical-align:middle;width:18px;height:2px;margin-right:8px;display:inline-block}.section-head h2{margin-bottom:14px;font-size:32px}.section-head p{color:var(--text-muted);font-size:16px}.services-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px;transition:box-shadow .2s,transform .2s,border-color .2s}.service-card:hover{box-shadow:var(--shadow);border-color:var(--accent);transform:translateY(-3px)}.service-icon{background:var(--badge-bg);width:46px;height:46px;color:var(--accent-dark);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;font-size:21px;display:flex}.service-card h3{font-size:19px;font-family:var(--font-body);margin-bottom:10px;font-weight:700}.service-card p{color:var(--text-muted);margin-bottom:16px;font-size:14.5px}.service-card .btn{padding:10px 18px;font-size:14px}.service-feature{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:720px;margin:0 auto;padding:44px 40px}.service-feature .service-icon{margin:0 auto 18px}.service-feature h3{font-size:22px;font-family:var(--font-body);margin-bottom:14px;font-weight:700}.service-feature-intro{color:var(--text-muted);margin-bottom:22px;font-size:15.5px}.service-feature .bullet-list{text-align:left;max-width:480px;margin-bottom:28px;margin-left:auto;margin-right:auto}.team-grid{grid-template-columns:repeat(2,1fr);gap:96px;max-width:680px;display:grid;position:relative}.team-grid:before{content:"";background:var(--border);width:1px;position:absolute;top:0;bottom:32px;left:50%;transform:translate(-50%)}.team-section .team-grid{margin:0 auto}.team-photo{aspect-ratio:2/3;border-radius:var(--radius);background:var(--badge-bg);border:1px solid var(--border);overflow:hidden}.team-photo img{object-fit:cover;width:100%;height:100%}.team-name{text-align:center;margin-top:14px;font-size:16px;font-weight:700}.team-contact{text-align:center;flex-direction:column;gap:2px;margin-top:4px;display:flex}.team-contact a{color:var(--text-muted);font-size:13.5px}.team-contact a:hover{color:var(--accent-dark);text-decoration:underline}.bullet-list{flex-direction:column;gap:12px;margin:22px 0;display:flex}.bullet-list li{align-items:flex-start;gap:12px;font-size:15px;display:flex}.bullet-list .chk{background:var(--accent);width:22px;height:22px;color:var(--accent-text-on);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:12px;display:flex}.why-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.why-item{text-align:center;padding:0 12px}.why-num{font-family:var(--font-display);color:var(--accent-dark);margin-bottom:10px;font-size:32px}.why-item h3{margin-bottom:10px;font-size:18px}.why-item p{color:var(--text-muted);font-size:14.5px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.gallery-item{aspect-ratio:4/3;border-radius:var(--radius);background:repeating-linear-gradient(135deg, var(--badge-bg), var(--badge-bg) 10px, transparent 10px, transparent 20px), var(--surface);border:1px dashed var(--border);color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:12px;font-size:13.5px;font-weight:600;display:flex;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%}.gallery-disclaimer{text-align:center;max-width:640px;color:var(--text-muted);margin:-20px auto 28px;font-size:13px;font-style:italic}.ba-grid{grid-template-columns:repeat(2,1fr)}.ba-frame{aspect-ratio:3/4;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);--ba-pos:50%;position:relative;overflow:hidden}.ba-img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;position:absolute;inset:0}.ba-before-wrap{clip-path:inset(0 calc(100% - var(--ba-pos)) 0 0);position:absolute;inset:0}.ba-tag{color:#fff;letter-spacing:.04em;text-transform:uppercase;pointer-events:none;z-index:2;background:#14140f99;border-radius:999px;padding:4px 11px;font-size:11px;font-weight:700;position:absolute;top:12px}.ba-tag-before{left:12px}.ba-tag-after{right:12px}.ba-handle{top:0;bottom:0;left:var(--ba-pos);pointer-events:none;z-index:2;justify-content:center;align-items:center;width:0;display:flex;position:absolute;transform:translate(-50%)}.ba-handle:before{content:"";background:#fff;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #00000026}.ba-handle-grip{width:38px;height:38px;box-shadow:var(--shadow);color:var(--accent-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.ba-handle-grip svg{width:18px;height:18px}.ba-range{appearance:none;cursor:ew-resize;z-index:3;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.ba-range::-webkit-slider-thumb{appearance:none;cursor:ew-resize;background:0 0;width:38px;height:100%}.ba-range::-moz-range-thumb{cursor:ew-resize;background:0 0;border:none;width:38px;height:100%}.ba-range::-moz-range-track{background:0 0;border:none}.ba-caption{color:var(--text);text-align:center;margin-top:10px;font-size:13.5px;font-weight:600}.stars{color:var(--accent);gap:3px;margin-bottom:12px;display:inline-flex}.stars svg{width:18px;height:18px}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;font-size:14.5px}.review-card .stars{margin-bottom:10px}.review-card .stars svg{width:15px;height:15px}.review-card blockquote{color:var(--text-muted);font-style:italic;line-height:1.6}.review-card .who{margin-top:14px;font-size:13.5px;font-weight:700}.review-card .review-location{color:var(--text-muted);margin-top:2px;font-size:12.5px;font-weight:500;display:block}.process-list{flex-direction:column;gap:20px;list-style:none;display:flex}.process-step{align-items:flex-start;gap:18px;display:flex}.process-num{font-family:var(--font-display);color:var(--accent);flex-shrink:0;width:34px;font-size:20px;font-weight:600;line-height:1.3}.process-step-title{font-family:var(--font-body);margin-bottom:6px;font-size:16.5px;font-weight:700}.process-step p{color:var(--text-muted);font-size:15px;line-height:1.7}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .18s}.faq-item[open]{border-color:var(--accent)}.faq-item summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:15.5px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--accent-dark)}.faq-icon{width:20px;height:20px;color:var(--accent);flex-shrink:0;transition:transform .18s}.faq-icon svg{width:20px;height:20px}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-a{padding:0 20px 20px}.faq-a p{color:var(--text-muted);font-size:15px;line-height:1.7}.areas-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.area-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px 20px}.area-card h3{font-size:16px;font-family:var(--font-body);margin-bottom:10px;font-weight:700}.area-card .area-links{flex-wrap:wrap;gap:10px;display:flex}.area-card .area-links a{color:var(--accent-dark);background:var(--badge-bg);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600}.area-card .localities{color:var(--text-muted);margin-top:10px;font-size:12.5px}.region-group{margin-bottom:40px}.region-group:last-child{margin-bottom:0}.region-group h2.region-title{font-family:var(--font-body);color:var(--accent-dark);text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px;font-size:15px;font-weight:700}.quote-section{background:var(--primary);color:var(--primary-text-on)}.quote-inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:56px;display:grid}.quote-inner h2{color:var(--primary-text-on);margin-bottom:16px;font-size:30px}.quote-inner p.lead{color:var(--primary-text-on);opacity:.8;margin-bottom:26px;font-size:15.5px}.quote-points{flex-direction:column;gap:14px;margin-bottom:30px;display:flex}.quote-point{opacity:.95;align-items:flex-start;gap:12px;font-size:14.5px;display:flex}.quote-point .chk{background:var(--accent-text-on);width:20px;height:20px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:11px;font-weight:700;display:flex}.quote-contact-line{opacity:.95;margin-top:22px;font-size:15px}.quote-contact-line a{text-underline-offset:3px;font-weight:700;text-decoration:underline}.quote-card{background:var(--surface);color:var(--text);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:28px}.tabs{background:var(--bg);border-radius:999px;gap:6px;margin-bottom:22px;padding:5px;display:flex}.tab{text-align:center;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:999px;flex:1;padding:10px;font-family:inherit;font-size:13.5px;font-weight:700}.tab.is-active{background:var(--primary);color:var(--primary-text-on)}.form-panel{display:none}.form-panel.is-active{display:block}.field{margin-bottom:14px}.field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12.5px;font-weight:700;display:block}.field input,.field select,.field textarea{border-radius:var(--radius-sm);border:1.5px solid var(--border);width:100%;font-family:var(--font-body);background:var(--bg);color:var(--text);padding:11px 12px;font-size:14.5px}.field textarea{resize:vertical;min-height:90px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-hint{color:var(--text-muted);margin-top:4px;font-size:12.5px}.estimate-box{background:var(--badge-bg);border-radius:var(--radius-sm);color:var(--text);margin:4px 0 18px;padding:14px 16px;font-size:13.5px;display:none}.estimate-box.is-visible{display:block}.estimate-box b{color:var(--accent-dark)}.form-privacy{color:var(--text-muted);margin-top:12px;font-size:12.5px;line-height:1.55}.form-privacy a{text-underline-offset:2px;text-decoration:underline}.form-privacy a:hover{color:var(--accent-dark)}.form-msg{border-radius:var(--radius-sm);margin-top:14px;padding:12px 14px;font-size:14px;display:none}.form-msg.is-visible{display:block}.form-msg.is-success{background:var(--success-bg);color:var(--success-text)}.form-msg.is-error{background:var(--error-bg);color:var(--error-text)}.honeypot{opacity:0;height:0;position:absolute;left:-9999px;overflow:hidden}.cta-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:40px}.cta-banner h2{margin-bottom:12px;font-size:26px}.cta-banner p{color:var(--text-muted);margin-bottom:22px}.cta-banner .actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}footer.site-footer{background:var(--hero-bg);color:var(--text-on-hero);padding:56px 0 28px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}footer h4{color:var(--text-on-hero);margin-bottom:16px;font-size:14px}footer ul{flex-direction:column;gap:10px;display:flex}footer ul a,footer p{color:var(--text-on-hero-muted);font-size:14px}footer ul a:hover{text-decoration:underline}.footer-logo{border-radius:var(--radius-sm);background:#fff;max-width:220px;margin-bottom:16px;padding:10px;line-height:0;display:inline-block}.footer-logo img{border-radius:4px;width:100%;height:auto}.footer-legal{border-top:1px solid #2134482e;margin-top:2px;padding-top:4px;font-size:12.5px}.footer-bottom{color:var(--text-on-hero-muted);border-top:1px solid #2134482e;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:13px;display:flex}.mt-0{margin-top:0}.text-center{text-align:center}@media (width<=980px){.services-grid{grid-template-columns:1fr}.areas-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.hero-inner,.quote-inner{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr;gap:26px}.gallery-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.nav-links,.nav-right .lang-toggle,.nav-right .btn-primary{display:none}.nav-toggle{display:block}.hero h1{font-size:32px}section{padding:56px 0}.field-row{grid-template-columns:1fr}}@media (width<=560px){.areas-grid,.gallery-grid,.reviews-grid,.footer-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;gap:36px;max-width:320px}.team-grid:before{display:none}.team-contact a{font-size:15px}.team-contact{gap:6px;margin-top:8px}}[data-theme=meripihka]{--bg:#f8fafc;--surface:#fff;--hero-bg:#f59e0b;--hero-bg-2:#e08a00;--primary:#1e3a8a;--primary-text-on:#fff;--accent:#3b82f6;--accent-dark:#1e3a8a;--accent-text-on:#fff;--text:#0f172a;--text-muted:#52657d;--text-on-hero:#1e3a8a;--text-on-hero-muted:#2e4fa3;--border:#e2e8f0;--badge-bg:#3b82f61a}[data-theme=kulta]{--bg:#fbf7ef;--surface:#fff;--hero-bg:#f7d560;--hero-bg-2:#eac13f;--primary:#016396;--primary-text-on:#fff;--accent:#016396;--accent-dark:#013a56;--accent-text-on:#fff;--text:#21201b;--text-muted:#5a6b73;--text-on-hero:#013a56;--text-on-hero-muted:#2b5a70;--border:#f0e4bc;--badge-bg:#01639617}[data-theme=hiekka]{--bg:#fbf7ef;--surface:#fff;--hero-bg:#e4d3af;--hero-bg-2:#d8c29a;--primary:#1b2a4a;--primary-text-on:#fff;--accent:#1b2a4a;--accent-dark:#101b33;--accent-text-on:#fff;--text:#21201b;--text-muted:#635c4d;--text-on-hero:#1b2a4a;--text-on-hero-muted:#443c22;--border:#e7dcc3;--badge-bg:#1b2a4a14}[data-theme=metsa]{--bg:#f4f1ea;--surface:#fff;--hero-bg:#a8bfa3;--hero-bg-2:#8faa89;--primary:#2c4a34;--primary-text-on:#fff;--accent:#4a7355;--accent-dark:#2c4a34;--accent-text-on:#fff;--text:#22301f;--text-muted:#4f6350;--text-on-hero:#22301f;--text-on-hero-muted:#3a4c3b;--border:#ddd8cb;--badge-bg:#4a73551f}[data-theme=savi]{--bg:#f7f3f0;--surface:#fff;--hero-bg:#c97b5e;--hero-bg-2:#b0654a;--primary:#3d2e29;--primary-text-on:#fff;--accent:#a85438;--accent-dark:#7a3b26;--accent-text-on:#fff;--text:#2b211d;--text-muted:#6b5a53;--text-on-hero:#3d2e29;--text-on-hero-muted:#55403a;--border:#e5dbd5;--badge-bg:#a854381a}[data-theme=ranta]{--bg:#f5efe7;--surface:#fff;--hero-bg:#d8c4b6;--hero-bg-2:#beb0a8;--primary:#213555;--primary-text-on:#fff;--accent:#4f709c;--accent-dark:#213555;--accent-text-on:#fff;--text:#213555;--text-muted:#4d6d98;--text-on-hero:#213555;--text-on-hero-muted:#3c4e6b;--border:#e0d3c6;--badge-bg:#4f709c1f}[data-theme=ulappa]{--bg:#f9f5eb;--surface:#fff;--hero-bg:#eae3d2;--hero-bg-2:#d5cdba;--primary:#1c3879;--primary-text-on:#fff;--accent:#5977a5;--accent-dark:#1c3879;--accent-text-on:#fff;--text:#1c3879;--text-muted:#5270a0;--text-on-hero:#1c3879;--text-on-hero-muted:#33487f;--border:#e4dcc8;--badge-bg:#607eaa24}[data-theme=vuoksi]{--bg:#f9f3ef;--surface:#fff;--hero-bg:#d2c1b6;--hero-bg-2:#b8aea8;--primary:#1b3c53;--primary-text-on:#fff;--accent:#456882;--accent-dark:#1b3c53;--accent-text-on:#fff;--text:#1b3c53;--text-muted:#456882;--text-on-hero:#1b3c53;--text-on-hero-muted:#33505f;--border:#e5d9d1;--badge-bg:#4568821f}[data-theme=saaristo]{--bg:#eae0cf;--surface:#fff;--hero-bg:#94b4c1;--hero-bg-2:#84a2b0;--primary:#213448;--primary-text-on:#fff;--accent:#547792;--accent-dark:#213448;--accent-text-on:#fff;--text:#213448;--text-muted:#476680;--text-on-hero:#213448;--text-on-hero-muted:#2e4a63;--border:#d9cdb6;--badge-bg:#5477921f}[data-theme=syvanne]{--bg:#f5efe7;--surface:#fff;--hero-bg:#d8c4b6;--hero-bg-2:#beb0a8;--primary:#213555;--primary-text-on:#fff;--accent:#3e5879;--accent-dark:#213555;--accent-text-on:#fff;--text:#213555;--text-muted:#3e5879;--text-on-hero:#213555;--text-on-hero-muted:#3a4c68;--border:#e0d3c6;--badge-bg:#3e58791f}.theme-switcher{z-index:9999;background:#fff;border:1px solid #d0d0d0;border-radius:10px;padding:10px 12px;font-family:system-ui,sans-serif;font-size:12px;display:none;position:fixed;bottom:16px;right:16px;box-shadow:0 8px 28px #0000002e}.theme-switcher.is-visible{display:block}.theme-switcher b{text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:7px;font-size:10px;display:block}.theme-switcher a{color:#222;background:#f0f0f0;border-radius:6px;margin:0 4px 4px 0;padding:5px 9px;font-weight:600;text-decoration:none;display:inline-block}.theme-switcher a:hover{background:#e0e0e0}.theme-switcher a.is-active{color:#fff;background:#222}
