@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#2d2d2d;background-color:#faf8f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-weight:700;line-height:1.25;color:#2c3e50;margin-bottom:1rem}h1{font-size:1.875rem;letter-spacing:-.02em}@media(min-width:768px){h1{font-size:2.25rem}}@media(min-width:1024px){h1{font-size:2.75rem}}h2{font-size:1.5rem;margin-top:2.5rem}@media(min-width:768px){h2{font-size:1.875rem}}h3{font-size:1.25rem;margin-top:2rem}@media(min-width:768px){h3{font-size:1.5rem}}h4{font-size:1.125rem;margin-top:1.5rem}p{margin-bottom:1rem;line-height:1.75}a{color:#2c5f7c;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:#1a3d5c;text-decoration-thickness:2px}a:focus-visible{outline:2px solid #5B8DB8;outline-offset:2px;border-radius:4px}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem;line-height:1.75}img{max-width:100%;height:auto;display:block}blockquote{border-left:3px solid #D4A012;padding:1rem 1.5rem;margin:1.5rem 0;background:#f0ede8;border-radius:0 6px 6px 0;color:#2d2d2d;font-style:italic}blockquote p:last-child{margin-bottom:0}table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}@media(min-width:768px){table{font-size:1rem}}thead{background:#f0ede8}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #E5E2DC}th{font-weight:600;color:#2c3e50}code{font-family:Cascadia Code,Fira Code,Consolas,Courier New,monospace;font-size:.875em;background:#f0ede8;padding:.125em .375em;border-radius:4px}pre{background:#2c3e50;color:#fff;padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}pre code{background:none;padding:0;font-size:.875rem;color:inherit}hr{border:none;border-top:1px solid #E5E2DC;margin:2rem 0}::selection{background-color:#2c3e5026;color:#2d2d2d}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #5B8DB8;outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:500;background:#2c3e50;color:#fff;padding:.75rem 1.5rem;border-radius:0 0 6px 6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:top .15s ease}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.container--narrow{max-width:800px}.site-main{flex:1;padding-top:2rem;padding-bottom:3rem}@media(min-width:768px){.site-main{padding-top:3rem;padding-bottom:4rem}}.site-header{background:#2c3e50;color:#fff;position:sticky;top:0;z-index:200;box-shadow:0 2px 8px #00000014}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:60px}@media(min-width:768px){.site-header__inner{height:72px}}.site-logo{display:flex;align-items:center;text-decoration:none;color:#fff;gap:.5rem}.site-logo:hover{color:#fff;opacity:.9}.site-logo:focus-visible{outline-color:#fff}.site-logo__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;letter-spacing:.02em}@media(min-width:768px){.site-logo__name{font-size:1.875rem}}.site-logo__tagline{display:none;font-size:.75rem;color:#ffffffb3;font-weight:400;margin-left:.75rem;padding-left:.75rem;border-left:1px solid rgba(255,255,255,.3)}@media(min-width:1024px){.site-logo__tagline{display:inline}}.nav-toggle{display:none}.nav-toggle-label{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;position:relative;z-index:301}@media(min-width:768px){.nav-toggle-label{display:none}}.nav-toggle-label__icon{display:block;width:22px;height:2px;background:#fff;position:relative;transition:background .25s ease}.nav-toggle-label__icon:before,.nav-toggle-label__icon:after{content:"";display:block;width:22px;height:2px;background:#fff;position:absolute;transition:transform .25s ease}.nav-toggle-label__icon:before{top:-7px}.nav-toggle-label__icon:after{top:7px}.nav-toggle:checked~.nav-toggle-label .nav-toggle-label__icon{background:transparent}.nav-toggle:checked~.nav-toggle-label .nav-toggle-label__icon:before{transform:rotate(45deg);top:0}.nav-toggle:checked~.nav-toggle-label .nav-toggle-label__icon:after{transform:rotate(-45deg);top:0}.site-nav{position:absolute;top:60px;left:0;right:0;background:#2c3e50;max-height:0;overflow:hidden;transition:max-height .25s ease;box-shadow:0 4px 16px #0000001a}@media(min-width:768px){.site-nav{position:static;max-height:none;overflow:visible;box-shadow:none}}.nav-toggle:checked~.site-nav{max-height:400px}.site-nav__list{list-style:none;padding:1rem;margin:0}@media(min-width:768px){.site-nav__list{display:flex;gap:.5rem;padding:0;align-items:center}}.site-nav__item{margin-bottom:0}.site-nav__link{display:block;padding:.75rem 1rem;color:#ffffffd9;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:6px;transition:color .15s ease,background .15s ease}.site-nav__link:hover{color:#fff;background:#ffffff1a}.site-nav__link:focus-visible{outline-color:#fff}.site-nav__link--active{color:#fff;background:#ffffff1a}@media(min-width:768px){.site-nav__link{padding:.5rem .75rem;font-size:.875rem}}.site-footer{background:#2c3e50;color:#fffc;padding:3rem 0 1.5rem;margin-top:auto}.site-footer__grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem}}.site-footer__section-title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.125rem;color:#fff;margin-bottom:1rem;font-weight:600}.site-footer__description{font-size:.875rem;line-height:1.75;color:#ffffffb3;margin-bottom:1rem}.site-footer__description p{margin-bottom:.5rem}.site-footer__links{list-style:none;padding:0;margin:0}.site-footer__link-item{margin-bottom:.5rem}.site-footer__link{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .15s ease}.site-footer__link:hover{color:#fff}.site-footer__link:focus-visible{outline-color:#fff}.site-footer__kinmory{display:inline-flex;align-items:center;gap:.5rem;color:#d4a012;text-decoration:none;font-size:.875rem;font-weight:500;margin-top:.5rem;transition:color .15s ease}.site-footer__kinmory:hover{color:#d4a431}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;text-align:center;font-size:.75rem;color:#ffffffa6}@media(min-width:1024px){.post-layout{display:grid;grid-template-columns:1fr 260px;gap:2.5rem;align-items:start}}.post-layout__content{min-width:0}.post-layout__sidebar{display:none}@media(min-width:1024px){.post-layout__sidebar{display:block;position:sticky;top:88px}}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}.grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.section{padding:2.5rem 0}@media(min-width:768px){.section{padding:4rem 0}}.section--alt{background:#f0ede8}.section--dark{background:#2c3e50;color:#fff}.section__title{text-align:center;margin-bottom:2rem}@media(min-width:768px){.section__title{margin-bottom:3rem}}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.blog-card__image-wrapper{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f0ede8}.blog-card__image{width:100%;height:100%;object-fit:cover}.blog-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#27503c14,#2c3e5014);color:#595f66;font-size:.875rem}.blog-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}@media(min-width:768px){.blog-card__body{padding:1.5rem}}.blog-card__category{display:inline-block;font-size:.75rem;font-weight:600;color:#27503c;background:#27503c14;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;text-decoration:none;align-self:flex-start}.blog-card__category:hover{background:#27503c26;color:#27503c}.blog-card__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:700;line-height:1.375;color:#2c3e50;margin-bottom:.75rem}@media(min-width:768px){.blog-card__title{font-size:1.25rem}}.blog-card__title-link{color:inherit;text-decoration:none}.blog-card__title-link:hover{color:#2c5f7c}.blog-card__excerpt{font-size:.875rem;color:#595f66;line-height:1.75;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card--link{text-decoration:none;color:inherit;cursor:pointer}.blog-card--link:hover .blog-card__more{color:#2c5f7c}.blog-card--link:focus-visible{outline:2px solid #5B8DB8;outline-offset:3px}.blog-card__more{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#27503c;margin-top:auto;padding-top:.75rem;transition:color .15s ease}.blog-card__meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280;margin-top:auto;padding-top:.75rem;border-top:1px solid #F0EDE8}.blog-card__reading-time{display:inline-flex;align-items:center;gap:.25rem}.blog-listing__subtitle{font-size:1.25rem;color:#2c3e50;margin-bottom:1rem}.cta-subtle{color:#2c5f7c;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.cta-subtle:hover{color:#1a3d5c;text-decoration-thickness:2px}.cta-info-box{background:linear-gradient(135deg,#27503c0f,#d4a0120a);border:1px solid rgba(39,80,60,.15);border-left:3px solid #27503C;border-radius:0 6px 6px 0;padding:1.25rem 1.5rem;margin:2rem 0}.cta-info-box__label{font-size:.75rem;font-weight:600;color:#27503c;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.cta-info-box__text{font-size:.875rem;color:#2d2d2d;line-height:1.75;margin-bottom:.75rem}.cta-info-box__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#27503c;text-decoration:none}.cta-info-box__link:hover{color:#1a3828}.cta-info-box__link:after{content:"\2192";transition:transform .15s ease}.cta-info-box__link:hover:after{transform:translate(3px)}.cta-prominent{background:linear-gradient(135deg,#2c3e50,#223140);border-radius:12px;padding:2rem 1.5rem;margin:2.5rem 0;text-align:center;color:#fff}@media(min-width:768px){.cta-prominent{padding:2.5rem 3rem}}.cta-prominent__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.cta-prominent__title{font-size:1.875rem}}.cta-prominent__text{font-size:.875rem;color:#fffc;line-height:1.75;margin-bottom:1.5rem;max-width:520px;margin-left:auto;margin-right:auto}@media(min-width:768px){.cta-prominent__text{font-size:1rem}}.cta-prominent__button{display:inline-flex;align-items:center;gap:.5rem;background:#d4a012;color:#2c3e50;font-size:1rem;font-weight:600;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;transition:background .25s ease,transform .15s ease;min-height:44px}.cta-prominent__button:hover{background:#b8860b;color:#2c3e50;transform:translateY(-1px)}.cta-prominent__button:focus-visible{outline:2px solid #D4A012;outline-offset:3px}@media(max-width:767px){.cta-prominent__button{width:100%;justify-content:center}}.cta-prominent__button:after{content:"\2192";transition:transform .15s ease}.cta-prominent__button:hover:after{transform:translate(3px)}.breadcrumb{margin-bottom:1.5rem}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0;font-size:.875rem}.breadcrumb__item{display:flex;align-items:center;gap:.25rem;margin-bottom:0;color:#595f66}.breadcrumb__item:before{content:"/";color:#6b7280;margin:0 .25rem}.breadcrumb__item:first-child:before{display:none}.breadcrumb__link{color:#595f66;text-decoration:none;font-size:.875rem}.breadcrumb__link:hover{color:#2c5f7c}.breadcrumb__current{color:#2d2d2d;font-weight:500}.toc{background:#fff;border:1px solid #E5E2DC;border-radius:8px;margin-bottom:1.5rem}@media(min-width:1024px){.toc{border:none;background:transparent;margin-bottom:0}}.toc__toggle{display:none}.toc__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;user-select:none}@media(min-width:1024px){.toc__header{cursor:default;padding:0;margin-bottom:1rem}}.toc__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:.875rem;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;margin-top:0}.toc__chevron{width:20px;height:20px;transition:transform .25s ease;color:#595f66}@media(min-width:1024px){.toc__chevron{display:none}}.toc__toggle:checked~.toc__header .toc__chevron{transform:rotate(180deg)}.toc__body{max-height:0;overflow:hidden;transition:max-height .25s ease}@media(min-width:1024px){.toc__body{max-height:none;overflow:visible}}.toc__toggle:checked~.toc__body{max-height:1000px}.toc__list{list-style:none;padding:0 1.25rem 1rem;margin:0}@media(min-width:1024px){.toc__list{padding:0;border-left:2px solid #E5E2DC;padding-left:1rem}}.toc__item{margin-bottom:.25rem}.toc__link{display:block;padding:.25rem 0;font-size:.875rem;color:#595f66;text-decoration:none;line-height:1.375;transition:color .15s ease}.toc__link:hover{color:#2c3e50}.tag{display:inline-block;font-size:.75rem;color:#595f66;background:#f0ede8;padding:.25rem .75rem;border-radius:9999px;text-decoration:none;transition:background .15s ease,color .15s ease}.tag:hover{background:#e5e2dc;color:#2d2d2d}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.faq{margin:2rem 0}.faq__item{border-bottom:1px solid #E5E2DC}.faq__item:first-child{border-top:1px solid #E5E2DC}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 0;font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#2c3e50;text-align:left;cursor:pointer;user-select:none;line-height:1.375;min-height:44px;list-style:none}.faq__question::-webkit-details-marker{display:none}@media(min-width:768px){.faq__question{font-size:1.125rem}}.faq__icon{flex-shrink:0;width:20px;height:20px;color:#595f66;transition:transform .25s ease}details[open]>.faq__question .faq__icon{transform:rotate(180deg)}.faq__answer-inner{padding-bottom:1.25rem;font-size:.875rem;color:#595f66;line-height:1.75}@media(min-width:768px){.faq__answer-inner{font-size:1rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.pagination__link,.pagination__current{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:6px;text-decoration:none;transition:background .15s ease,color .15s ease}.pagination__link{color:#595f66;background:#fff;border:1px solid #E5E2DC}.pagination__link:hover{background:#f0ede8;color:#2c3e50}.pagination__current{background:#2c3e50;color:#fff;font-weight:600}.pagination__ellipsis{color:#595f66;padding:.5rem}.category-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #E5E2DC;border-radius:8px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.category-card:hover{border-color:#27503c;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.category-card__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#27503c14;border-radius:6px;font-size:1.5rem}.category-card__info{flex:1;min-width:0}.category-card__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.category-card__count{font-size:.75rem;color:#595f66}.hero-home{background-color:#2c3e50;background-image:linear-gradient(to bottom,#2c3e50d1,#2c3e50a6 40%,#2c3e504d 75%,#faf8f5b3),url(/images/hero-home.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:360px;display:flex;align-items:center;padding:3rem 0 4rem;margin-top:-2rem}@media(min-width:768px){.hero-home{min-height:420px;padding:4rem 0 5rem;margin-top:-3rem}}@media(min-width:1024px){.hero-home{min-height:480px}}.hero-home__content{max-width:780px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-home__accent{width:48px;height:3px;background:#d4a012cc;border-radius:9999px;margin:0 auto 1.25rem}@media(min-width:768px){.hero-home__accent{width:64px}}.hero-home__actions{margin-top:.5rem}.hero-home__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:#d4a012;color:#2c3e50;font-size:1rem;font-weight:600;border-radius:9999px;text-decoration:none;min-height:48px;transition:background .15s ease,transform .15s ease}.hero-home__cta:hover{background:#ae840f;transform:translateY(-1px)}.hero-home__cta:focus-visible{outline:2px solid #5B8DB8;outline-offset:3px}@media(max-width:767px){.hero-home__cta{width:100%}}.feature-card__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#27503c14;border-radius:6px;margin-bottom:1rem;color:#27503c}.feature-card__icon svg{width:18px;height:18px}.blog-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.blog-card__header .feature-card__icon,.blog-card__header .blog-card__category{margin-bottom:0}.section-divider{display:flex;align-items:center;justify-content:center;padding:.5rem 0}.section-divider:before{content:"";width:60px;height:1px;background:#e5e2dc}@media(min-width:768px){.section-divider:before{width:80px}}.hero__title{font-size:1.875rem;color:#fff;margin-bottom:1rem;line-height:1.25;text-shadow:0 1px 3px rgba(0,0,0,.15)}@media(min-width:768px){.hero__title{font-size:2.25rem}}@media(min-width:1024px){.hero__title{font-size:2.75rem}}.hero__subtitle{font-size:1.125rem;color:#ffffffe0;line-height:1.75;max-width:560px;margin:0 auto 2rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.875rem;color:#595f66;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E2DC}.article-meta__item{display:inline-flex;align-items:center;gap:.25rem}.article-meta__separator{color:#6b7280}.article-meta__updated{font-weight:500;color:#27503c}.article-meta__category-link{display:inline-block;font-size:.75rem;font-weight:600;color:#27503c;background:#27503c14;padding:.25rem .75rem;border-radius:9999px;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.article-meta__category-link:hover{background:#27503c26}.reading-time{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#595f66;background:#f0ede8;padding:.25rem .75rem;border-radius:9999px}.related-articles{margin-top:3rem;padding-top:2rem;border-top:1px solid #E5E2DC}.related-articles__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.info-message{text-align:center;padding:2.5rem 1rem;color:#595f66;font-size:.875rem}.info-message__icon{font-size:2.25rem;margin-bottom:1rem;opacity:.5}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E2DC}@media(min-width:768px){.page-header{margin-bottom:2.5rem;padding-bottom:2rem}}.page-header__title{margin-bottom:.75rem}.page-header__description{font-size:1.125rem;color:#595f66;line-height:1.75}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;color:#2c3e50;border:1px solid #E5E2DC;border-radius:9999px;box-shadow:0 2px 8px #00000014;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease,opacity .25s ease;opacity:0;pointer-events:none}.back-to-top.is-visible{opacity:.85;pointer-events:auto}.back-to-top:hover{background:#2c3e50;color:#fff;box-shadow:0 4px 16px #0000001a;transform:translateY(-2px);opacity:1}.back-to-top:focus-visible{outline:2px solid #5B8DB8;outline-offset:3px}.agency-regions-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.agency-regions-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.agency-regions-grid{grid-template-columns:repeat(3,1fr)}}.agency-region-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1.25rem;background:#fff;border:1px solid #E5E2DC;border-radius:8px;text-decoration:none;text-align:center;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.agency-region-card:hover{border-color:#27503c;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.agency-region-card__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;color:#2c3e50;margin:0}.agency-region-card__count{font-size:.875rem;color:#595f66;margin:0}.agency-list{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}@media(min-width:768px){.agency-list{grid-template-columns:repeat(2,1fr)}}.agency-card{background:#fff;border:1px solid #E5E2DC;border-radius:8px;padding:1.25rem;transition:box-shadow .15s ease}.agency-card:hover{box-shadow:0 2px 8px #00000014}.agency-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.agency-card__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#2c3e50;margin:0;line-height:1.375}@media(min-width:768px){.agency-card__name{font-size:1.125rem}}.agency-card__badge{flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;white-space:nowrap}.agency-card__badge--komunalna{background:#4a6fa51a;color:#4a6fa5}.agency-card__badge--pryvatna{background:#27503c14;color:#27503c}.agency-card__address{font-size:.875rem;color:#595f66;margin-bottom:.5rem}.agency-card__phone{display:block;font-size:.875rem;font-weight:500;color:#2c5f7c;text-decoration:none;margin-bottom:.5rem}.agency-card__phone:hover{color:#1a3d5c}.agency-card__website{display:block;font-size:.875rem;color:#595f66;text-decoration:none;margin-bottom:.5rem;word-break:break-all}.agency-card__website:hover{color:#2c5f7c}.agency-card__hours{font-size:.75rem;color:#6b7280;margin-bottom:.75rem}.agency-card__services{display:flex;flex-wrap:wrap;gap:.25rem}.agency-card__service-tag{font-size:.75rem;color:#595f66;background:#f0ede8;padding:.25rem .5rem;border-radius:6px}.agency-disclaimer{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;background:#f0ede8;border:1px solid #E5E2DC;border-left:3px solid #595F66;border-radius:0 6px 6px 0}.agency-disclaimer__icon{flex-shrink:0;color:#595f66;margin-top:2px}.faq-section{margin:2rem 0;padding-top:1.5rem;border-top:1px solid #E5E2DC}.faq-section h2{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.faq-section h3{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;margin-top:1.25rem}@media(min-width:768px){.faq-section h3{font-size:1.125rem}}.faq-section h3:first-of-type{margin-top:0}.faq-section p{font-size:.875rem;color:#595f66;line-height:1.75;margin-bottom:1rem}@media(min-width:768px){.faq-section p{font-size:1rem}}.page-section{margin:2rem 0}.page-section h2{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.page-section ul{padding-left:1.25rem}.page-section ul li{margin-bottom:.5rem}.page-section a{color:#2c5f7c;text-decoration:none}.page-section a:hover{color:#1a3d5c;text-decoration:underline}.site-header__search{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#ffffffb3;text-decoration:none;transition:color .15s ease}.site-header__search:hover{color:#fff}@media(min-width:768px){.site-header__search{display:flex}}.search-input{width:100%;min-height:48px;padding:.75rem 1.25rem;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;color:#2d2d2d;background:#fff;border:1px solid #E5E2DC;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease;margin-bottom:2rem}.search-input:focus{outline:none;border-color:#5b8db8;box-shadow:0 0 0 3px #5b8db833}.search-input::placeholder{color:#6b7280}.search-results__count{font-size:.875rem;color:#595f66;margin-bottom:1.5rem}@media(prefers-reduced-motion:reduce){.blog-card,.category-card,.agency-region-card{transition:none}.blog-card:hover,.category-card:hover,.agency-region-card:hover{transform:none}.back-to-top,.cta-prominent__button,.hero-home__cta{transition:none}.back-to-top:hover,.cta-prominent__button:hover,.hero-home__cta:hover{transform:none}.faq__icon,.toc__chevron{transition:none}}@media print{.site-header,.site-footer,.post-layout__sidebar,.hide-lg,.back-to-top,.nav-toggle,.nav-toggle-label,.skip-link,.cta-prominent,.cta-info-box{display:none!important}.post-layout{display:block!important}.post-layout__content{width:100%!important}.article{box-shadow:none!important;padding:0!important}.site-main{padding-top:0!important;padding-bottom:0!important}.article-content a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#666;font-weight:400}.article-content a[href^="#"]:after,.article-content a[href*="kinmory.com"]:after{content:none}.faq__item{border-bottom:1px solid #ccc}h2,h3{page-break-after:avoid}.article__tags{display:none!important}}.blog-listing{margin-top:1.5rem}.blog-listing__header{margin-bottom:2rem}.blog-listing__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.875rem;color:#2c3e50;margin-bottom:.5rem}@media(min-width:768px){.blog-listing__title{font-size:2.25rem}}.blog-listing__count{font-size:.875rem;color:#595f66}.blog-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E2DC}.blog-filter{display:inline-block;padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:#595f66;background:#fff;border:1px solid #E5E2DC;border-radius:9999px;text-decoration:none;transition:all .15s ease;min-height:44px;display:inline-flex;align-items:center}.blog-filter:hover{border-color:#27503c;color:#27503c}.blog-filter--active{background:#27503c;color:#fff;border-color:#27503c}.blog-filter--active:hover{background:#1f4330;color:#fff}.article{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media(min-width:768px){.article{padding:2rem 2.5rem}}.article__header{margin-bottom:1.5rem}@media(min-width:768px){.article__header{margin-bottom:2rem}}.article__title{font-size:1.875rem;line-height:1.25;margin-bottom:1rem}@media(min-width:768px){.article__title{font-size:2.25rem}}@media(min-width:1024px){.article__title{font-size:2.75rem}}.article__hero-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}@media(min-width:768px){.article__hero-image{margin-bottom:2rem}}.article-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;padding-top:1.5rem;border-top:1px solid #F0EDE8;color:#2c3e50}@media(min-width:768px){.article-content h2{font-size:1.875rem}}.article-content h2:first-child{border-top:none;padding-top:0;margin-top:0}.article-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem;color:#2c3e50}@media(min-width:768px){.article-content h3{font-size:1.5rem}}.article-content h4{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem;color:#2c3e50}.article-content p{margin-bottom:1rem;line-height:1.75;font-size:1rem}@media(min-width:768px){.article-content p{font-size:1.125rem}}.article-content ul,.article-content ol{margin-bottom:1rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.75}@media(min-width:768px){.article-content li{font-size:1.125rem}}.article-content li strong{color:#2c3e50;font-weight:600}.article-content img{border-radius:6px;margin:1.5rem 0;box-shadow:0 1px 2px #0000000d}.article-content blockquote{border-left:3px solid #D4A012;padding:1.25rem 1.5rem;margin:1.5rem 0;background:#d4a0120a;border-radius:0 8px 8px 0}.article-content blockquote p{font-size:1rem;margin-bottom:.5rem}.article-content blockquote p:last-child{margin-bottom:0}.article-content blockquote strong{color:#2c3e50}.article-content blockquote a{font-weight:600}.article-content table{margin:1.5rem 0;border-radius:6px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;box-shadow:0 1px 2px #0000000d}.article-content thead{background:#f0ede8}.article-content th{font-weight:600;color:#2c3e50;font-size:.875rem}.article-content td{font-size:.875rem}@media(min-width:768px){.article-content td{font-size:1rem}}.article-content hr{margin:2rem 0;border-color:#e5e2dc}.article-content pre{border-radius:8px;margin:1.5rem 0}.article-content .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.article-content .table-wrapper table{margin:0}.article__tags{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E2DC}.article__tags-label{font-size:.875rem;color:#595f66;font-weight:500;margin-bottom:.75rem}.post-nav{display:grid;gap:1rem;margin-top:2.5rem}@media(min-width:768px){.post-nav{grid-template-columns:1fr 1fr}}.post-nav__link{display:block;padding:1.25rem;background:#fff;border:1px solid #E5E2DC;border-radius:8px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.post-nav__link:hover{border-color:#27503c;box-shadow:0 2px 8px #00000014}.post-nav__link--next{text-align:right}@media(min-width:768px){.post-nav__link--next:first-child{grid-column:2}}.post-nav__label{display:block;font-size:.75rem;color:#595f66;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.post-nav__title{display:block;font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;color:#2c3e50;font-weight:600;line-height:1.375}.map-container{height:400px;border-radius:8px;border:1px solid #E5E2DC;box-shadow:0 2px 8px #00000014;overflow:hidden;position:relative;z-index:1}@media(min-width:768px){.map-container{height:550px}}@media(min-width:1024px){.map-container{height:650px}}.map-container__skip-link{position:absolute;top:-100%;left:1rem;z-index:500;background:#2c3e50;color:#fff;padding:.75rem 1.5rem;border-radius:0 0 6px 6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:top .15s ease}.map-container__skip-link:focus{top:0}.map-field{display:flex;flex-direction:column;gap:7px;min-width:0}.map-field__label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.map-field__control{position:relative}.map-field__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#27503c;pointer-events:none;display:flex}.map-field__chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;display:flex}.map-input,.map-select{width:100%;min-height:48px;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;color:#2d2d2d;background:#faf8f5;border:1px solid #E5E2DC;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;appearance:none}.map-input::placeholder,.map-select::placeholder{color:#6b7280}.map-input:hover,.map-select:hover{border-color:#d4cfc5}.map-input:focus,.map-select:focus{outline:none;background:#fff;border-color:#5b8db8;box-shadow:0 0 0 3px #5b8db833}.map-input{padding:12px 16px 12px 44px}.map-select{padding:12px 44px 12px 16px;cursor:pointer}.map-count-text{display:inline-flex;align-items:baseline;gap:6px;font-size:.875rem;color:#595f66;margin:0;white-space:nowrap}.map-count-text b{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-weight:700;font-size:1.05rem;color:#2c3e50}.tb-seg{margin-bottom:1.5rem}.tb-seg__row1{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.tb-seg__row1{grid-template-columns:1fr}}.tb-seg__row2{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.map-segmented{display:inline-flex;background:#f0ede8;border:1px solid #E5E2DC;border-radius:9999px;padding:4px;gap:2px}.map-segmented__btn{display:inline-flex;align-items:center;gap:.5rem;border:none;background:transparent;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;color:#595f66;padding:9px 18px;border-radius:9999px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.map-segmented__btn:hover{color:#2d2d2d}.map-segmented__btn[aria-pressed=true]{background:#fff;color:#2c3e50;font-weight:600;box-shadow:0 1px 2px #0000000d}.map-segmented__dot{width:8px;height:8px;border-radius:9999px;flex-shrink:0}.map-segmented__dot--kommunal{background:#4a6fa5}.map-segmented__dot--privat{background:#27503c}.map-legend__pin{flex-shrink:0;display:flex}.leaflet-tile-pane{filter:saturate(.4) brightness(1.05) contrast(.95)}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 16px #0000001a;padding:0;overflow:hidden}.leaflet-popup-content{margin:0;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.6;min-width:240px;max-width:380px;max-height:440px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#E5E2DC transparent}.leaflet-popup-content::-webkit-scrollbar{width:6px}.leaflet-popup-content::-webkit-scrollbar-track{background:transparent}.leaflet-popup-content::-webkit-scrollbar-thumb{background:#e5e2dc;border-radius:4px}.leaflet-popup-content::-webkit-scrollbar-thumb:hover{background:#f0ede8}@media(max-width:768px){.leaflet-popup-content{max-width:calc(100vw - 40px);max-height:calc(100vh - 200px)}}.map-popup-wrapper--embedded .leaflet-popup-content{max-height:280px}@media(max-width:768px){.map-popup-wrapper--embedded .leaflet-popup-content{max-height:260px}}.leaflet-popup-scrolled{border-top:0!important;border-bottom:0!important}.leaflet-popup-tip{box-shadow:none}.map-popup{padding:1rem 1.25rem}.map-popup__header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.map-popup__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1rem;font-weight:700;color:#2c3e50;margin-bottom:0;line-height:1.375;word-break:break-word;overflow-wrap:anywhere}.map-popup__type-badge{display:inline-block;align-self:flex-start;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;line-height:1.25}.map-popup__type-badge--komunalna,.map-popup__type-badge--kommunal{background:#4a6fa51f;color:#3b5998}.map-popup__type-badge--pryvatna,.map-popup__type-badge--privat{background:#27503c14;color:#27503c}.map-popup__website{display:block;font-size:.75rem;color:#2c5f7c;text-decoration:none;margin-bottom:.5rem;word-break:break-all}.map-popup__website:hover{color:#1a3d5c;text-decoration:underline}.map-popup__address{font-size:.875rem;color:#595f66;margin-bottom:.5rem}.map-popup__phone{display:block;font-size:.875rem;font-weight:500;color:#2c5f7c;text-decoration:none;margin-bottom:.5rem;min-height:44px}.map-popup__phone:hover{color:#1a3d5c}.map-popup__hours{font-size:.75rem;color:#6b7280;margin-bottom:.75rem}.map-popup__services{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.map-popup__service-tag{display:inline-block;font-size:.75rem;color:#27503c;background:#27503c14;padding:.25rem .5rem;border-radius:4px;line-height:1.25;max-width:100%;word-break:break-word}.map-popup__cta{padding-top:.75rem;border-top:1px solid #F0EDE8}.map-popup__cta-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#27503c;text-decoration:none;transition:color .15s ease}.map-popup__cta-link:hover{color:#1a3828}.map-popup__cta-link:after{content:"\2192";transition:transform .15s ease}.map-popup__cta-link:hover:after{transform:translate(3px)}.marker-cluster{background-clip:padding-box;border-radius:9999px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:9999px;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.marker-cluster-small{background:#27503c59}.marker-cluster-small div{background:#27503cb3}.marker-cluster-medium{background:#27503c73}.marker-cluster-medium div{background:#27503ccc}.marker-cluster-large{background:#27503c8c}.marker-cluster-large div{background:#27503ce6}.leaflet-control-zoom{border:1px solid #E5E2DC!important;border-radius:6px!important;box-shadow:0 1px 2px #0000000d!important;overflow:hidden}.leaflet-control-zoom a{width:36px!important;height:36px!important;line-height:36px!important;font-size:1.125rem!important;color:#2c3e50!important;background:#fff!important;border-bottom:1px solid #F0EDE8!important;text-decoration:none!important}.leaflet-control-zoom a:hover{background:#f0ede8!important;color:#2c3e50!important}.leaflet-control-zoom a:last-child{border-bottom:none!important}@media(min-width:768px){.leaflet-control-zoom a{width:40px!important;height:40px!important;line-height:40px!important}}.leaflet-control-attribution{font-size:10px!important;background:#ffffffd9!important;color:#6b7280!important;padding:2px .5rem!important}.leaflet-control-attribution a{color:#595f66!important;text-decoration:none!important;font-size:10px!important}.leaflet-control-attribution a:hover{color:#2c5f7c!important}.agency-section{margin-top:3.5rem;padding-top:0}.agency-section__head{margin-bottom:1.5rem}.agency-section__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:#2c3e50;margin:0 0 .5rem}@media(min-width:768px){.agency-section__title{font-size:1.875rem}}.agency-section__sub{font-size:1rem;color:#595f66;margin:0}.agency-disclaimer{display:flex;gap:.75rem;align-items:flex-start;padding:14px 18px;background:#fff;border:1px solid #E5E2DC;border-left:3px solid #6B7280;border-radius:6px;margin:0 0 2.25rem}.agency-disclaimer__icon{color:#6b7280;flex-shrink:0;margin-top:2px}.agency-disclaimer__text{font-size:.875rem;color:#595f66;line-height:1.75;margin:0}.agency-group{margin-bottom:44px}.agency-group__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.agency-group__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-weight:700;font-size:1.25rem;color:#2c3e50;margin:0;white-space:nowrap}.agency-group__count{font-size:.75rem;font-weight:600;color:#27503c;background:#27503c14;padding:3px 10px;border-radius:9999px;white-space:nowrap}.agency-group__rule{flex:1;height:1px;background:#e5e2dc}.agency-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}@media(max-width:700px){.agency-grid{grid-template-columns:1fr}}.agency-card{display:flex;flex-direction:column;background:#fff;border:1px solid #E5E2DC;border-radius:8px;padding:22px 22px 18px;box-shadow:0 1px 2px #0000000d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.agency-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#dad6cd}.agency-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.agency-card__name{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-weight:600;font-size:1rem;line-height:1.375;color:#2c3e50;margin:0}.agency-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;padding:4px 10px 4px 8px;border-radius:9999px;white-space:nowrap;flex-shrink:0;line-height:1.25}.agency-badge__dot{width:7px;height:7px;border-radius:9999px}.agency-badge--kommunal{background:#4a6fa51f;color:#3b5998}.agency-badge--kommunal .agency-badge__dot{background:#4a6fa5}.agency-badge--privat{background:#27503c14;color:#27503c}.agency-badge--privat .agency-badge__dot{background:#27503c}.agency-card__rows{display:flex;flex-direction:column;gap:9px;margin-bottom:1rem}.agency-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.6;color:#595f66}.agency-row__icon{color:#27503c;flex-shrink:0;margin-top:1px;opacity:.85}.agency-row a{color:#2c5f7c;text-decoration:none}.agency-row a:hover{color:#1a3d5c;text-decoration:underline}.agency-row--phone a{font-weight:600}.agency-card__services{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:.75rem;border-top:1px solid #F0EDE8}.agency-service-tag{font-size:.75rem;color:#27503c;background:#27503c14;padding:4px 9px;border-radius:4px;line-height:1.25}.agency-empty{padding:2.5rem;text-align:center;color:#595f66;background:#fff;border:1px dashed #E5E2DC;border-radius:8px}.map-legend{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#595f66}.map-legend__item{display:inline-flex;align-items:center;gap:.5rem}.map-legend__icon{flex-shrink:0}.map-noscript{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;background:#f0ede8;border-radius:8px;border:1px solid #E5E2DC;text-align:center}.map-noscript__text{font-size:.875rem;color:#595f66;line-height:1.75;max-width:400px}.map-error{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.map-error__text{font-size:.875rem;color:#595f66;line-height:1.75}.embedded-map{height:320px;border-radius:6px;border:1px solid #E5E2DC;overflow:hidden;margin:1.5rem 0}@media(min-width:768px){.embedded-map{height:420px}}@media(min-width:1024px){.embedded-map{height:480px}}@media(prefers-reduced-motion:reduce){.marker-cluster{transition:none!important}.map-popup__cta-link:after{transition:none}.map-controls__input,.map-controls__select{transition:none}.leaflet-fade-anim .leaflet-popup,.leaflet-fade-anim .leaflet-tile{transition:none!important}}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-md{font-size:1.125rem}.text-lg{font-size:1.25rem}.text-muted{color:#595f66}.text-primary{color:#2c3e50}.text-accent{color:#d4a012}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-0{padding-bottom:0}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.show-md{display:none}@media(min-width:768px){.show-md{display:block}}.show-md-flex{display:none}@media(min-width:768px){.show-md-flex{display:flex}}@media(min-width:768px){.hide-md{display:none}}.show-lg{display:none}@media(min-width:1024px){.show-lg{display:block}}@media(min-width:1024px){.hide-lg{display:none}}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.border-top{border-top:1px solid #E5E2DC}.border-bottom{border-bottom:1px solid #E5E2DC}.bg-white{background-color:#fff}.bg-alt{background-color:#f0ede8}.bg-dark{background-color:#2c3e50}.rounded{border-radius:6px}.rounded-lg{border-radius:8px}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:400;background-color:#fff;border-top:1px solid #E5E2DC;box-shadow:0 8px 32px #0000001f;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cookie-banner.is-visible{display:block}.cookie-banner__container{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.cookie-banner__main{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.cookie-banner__main{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-banner__content{flex:1}.cookie-banner__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:#2d2d2d;margin:0 0 .5rem}.cookie-banner__text{font-size:.875rem;color:#595f66;line-height:1.6;margin:0}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}.cookie-settings{border-top:1px solid #E5E2DC;margin-top:1.5rem;padding-top:1.5rem}.cookie-settings__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cookie-settings__title{font-family:"Noto Serif",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#2d2d2d;margin:0}.cookie-settings__close{background:none;border:none;color:#595f66;cursor:pointer;padding:.25rem;line-height:0}.cookie-settings__close:hover{color:#2d2d2d}.cookie-settings__description{font-size:.875rem;color:#595f66;margin-bottom:1.5rem}.cookie-settings__options{display:grid;gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.cookie-settings__options{grid-template-columns:repeat(2,1fr)}}.cookie-option{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#f0ede8;border:1px solid #E5E2DC;border-radius:4px}.cookie-option__info{flex:1;margin-right:1rem}.cookie-option__title{font-size:.875rem;font-weight:600;color:#2d2d2d;margin:0 0 .25rem}.cookie-option__description{font-size:.75rem;color:#595f66;line-height:1.375;margin:0}.cookie-option__badge{font-size:.75rem;font-weight:500;color:#595f66;background-color:#f0ede8;border:1px solid #E5E2DC;padding:.25rem .75rem;border-radius:4px;white-space:nowrap}.cookie-settings__actions{display:flex;justify-content:flex-end;gap:.75rem}.cookie-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle input:checked+.cookie-toggle__slider{background-color:#2c3e50}.cookie-toggle input:checked+.cookie-toggle__slider:before{transform:translate(20px)}.cookie-toggle input:focus+.cookie-toggle__slider{box-shadow:0 0 0 2px #2c3e5040}.cookie-toggle__slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e2dc;border-radius:9999px;transition:background-color .25s ease}.cookie-toggle__slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .25s ease;box-shadow:0 1px 2px #0000000d}.cookie-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.cookie-btn:focus-visible{outline:2px solid #5B8DB8;outline-offset:2px}.cookie-btn--secondary{background-color:#fff;color:#2d2d2d;border-color:#e5e2dc}.cookie-btn--secondary:hover{background-color:#f0ede8}.cookie-btn--primary{background-color:#2c3e50;color:#fff;border-color:#2c3e50}.cookie-btn--primary:hover{background-color:#1e2a36;border-color:#1e2a36}
