:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg-primary:#faf8f3;--color-bg-secondary:#f1ede3;--color-bg-tertiary:#e8e2d4;--color-bg-card:#ffffffd9;--color-accent:#8f6a14;--color-accent-light:#b8912e;--color-accent-dark:#6f5210;--color-accent-vivid:#d4a843;--color-text-primary:#212e26;--color-text-secondary:#55665b;--color-text-muted:#67756a;--color-border:#212e2624;--color-border-hover:#8f6a1466;--color-glass:#ffffffb8;--color-glass-border:#212e2614;--color-on-accent:#212e26;--color-text:var(--color-text-primary);--color-primary:var(--color-accent);--gradient-hero:linear-gradient(160deg,#f6f3ea 0%,#eef0e4 45%,#e2ead9 100%);--gradient-accent:linear-gradient(135deg,#d4a843 0%,#e8c96a 50%,#d4a843 100%);--gradient-card:linear-gradient(145deg,#ffffffeb 0%,#f4f0e7f5 100%);--gradient-overlay:linear-gradient(180deg,#0f171200 0%,#0f1712b8 100%);--max-width:1280px;--header-height:72px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:32px;--shadow-sm:0 2px 8px #212e2612;--shadow-md:0 8px 24px #212e261a;--shadow-lg:0 16px 40px #212e2626;--shadow-glow:0 0 24px #b08a2e38;--transition-fast:.2s cubic-bezier(.4,0,.2,1);--transition-medium:.35s cubic-bezier(.4,0,.2,1);--transition-slow:.6s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-light)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-header{text-align:center;margin-bottom:60px}.section-header h2{margin-bottom:16px}.section-header p{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.accent-line{background:var(--gradient-accent);border-radius:2px;width:60px;height:3px;margin:16px auto 0}.glass-card{background:var(--color-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);transition:transform var(--transition-medium),box-shadow var(--transition-medium),border-color var(--transition-medium);overflow:hidden}.glass-card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--color-border-hover);transform:translateY(-6px)}.btn{border-radius:var(--radius-xl);font-family:var(--font-heading);cursor:pointer;transition:all var(--transition-medium);border:none;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gradient-accent);color:var(--color-on-accent)}.btn-primary:hover{color:var(--color-on-accent);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-outline{color:var(--color-accent);border:1.5px solid var(--color-accent);background:0 0}.btn-outline:hover{color:var(--color-accent-light);background:#d4a8431a;transform:translateY(-2px)}.tag{border-radius:var(--radius-xl);text-transform:uppercase;letter-spacing:.5px;color:var(--color-accent-dark);background:#d4a84329;border:1px solid #b08a2e4d;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.7s ease-out forwards fadeInUp}.fade-in-delay-1{opacity:0;animation-delay:.1s}.fade-in-delay-2{opacity:0;animation-delay:.2s}.fade-in-delay-3{opacity:0;animation-delay:.3s}.fade-in-delay-4{opacity:0;animation-delay:.4s}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}.section{padding:60px 0}.section-header{margin-bottom:40px}:root{--header-height:60px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.78ca0acf.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.793209de.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.b9f7ac13.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_445f1227-module__cdygYG__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_445f1227-module__cdygYG__variable{--font-heading:"Outfit","Outfit Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_eb81fe4b-module__GWMaKq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_eb81fe4b-module__GWMaKq__variable{--font-body:"Inter","Inter Fallback"}
.LanguageSwitcher-module__kcAi4G__wrapper{z-index:120;position:relative}.LanguageSwitcher-module__kcAi4G__trigger{border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#212e260a;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:500;display:flex}.LanguageSwitcher-module__kcAi4G__trigger:hover{color:var(--color-accent);border-color:var(--color-accent);background:#d4a84314}.LanguageSwitcher-module__kcAi4G__flag{font-size:1rem}.LanguageSwitcher-module__kcAi4G__code{letter-spacing:.5px}.LanguageSwitcher-module__kcAi4G__arrow{opacity:.6;font-size:.7rem}.LanguageSwitcher-module__kcAi4G__dropdown{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);min-width:160px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #212e262e}.LanguageSwitcher-module__kcAi4G__option{border-radius:var(--radius-sm);color:var(--color-text-secondary);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;text-decoration:none;display:flex}.LanguageSwitcher-module__kcAi4G__option:hover{color:var(--color-accent);background:#d4a84314}.LanguageSwitcher-module__kcAi4G__active{color:var(--color-accent);font-weight:600}.LanguageSwitcher-module__kcAi4G__optionFlag{font-size:1.1rem}.LanguageSwitcher-module__kcAi4G__optionName{flex:1}
.Header-module__hBw1pG__header{z-index:100;height:var(--header-height);transition:background var(--transition-medium),box-shadow var(--transition-medium);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#faf8f3d1;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerInner{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__logo{color:var(--color-text-primary);align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{background:var(--gradient-accent);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--color-on-accent);justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);letter-spacing:-.5px;font-size:1.2rem;font-weight:700}.Header-module__hBw1pG__logoText span{color:var(--color-accent)}.Header-module__hBw1pG__nav{align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__navLink{border-radius:var(--radius-sm);white-space:nowrap;color:var(--color-text-secondary);transition:color var(--transition-fast),background var(--transition-fast);padding:8px 14px;font-size:.9rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLinkActive{color:var(--color-accent);background:#d4a84314}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__hBw1pG__hamburgerLine{background:var(--color-text-primary);width:24px;height:2px;transition:all var(--transition-fast);border-radius:2px}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerOpen .Header-module__hBw1pG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__hBw1pG__mobileNav{background:var(--color-bg-secondary);border-left:1px solid var(--color-border);width:300px;padding:calc(var(--header-height) + 20px)24px 24px;transition:right var(--transition-medium);z-index:105;flex-direction:column;gap:4px;display:none;position:fixed;top:0;bottom:0;right:-100%}.Header-module__hBw1pG__mobileNavOpen{right:0}.Header-module__hBw1pG__mobileOverlay{z-index:104;opacity:0;transition:opacity var(--transition-medium);background:#212e2666;display:none;position:fixed;inset:0}.Header-module__hBw1pG__mobileOverlayVisible{opacity:1}.Header-module__hBw1pG__mobileNavLink{border-radius:var(--radius-sm);color:var(--color-text-secondary);transition:all var(--transition-fast);padding:14px 16px;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--color-accent);background:#d4a84314}@media (max-width:1100px){.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileNav{display:flex}.Header-module__hBw1pG__mobileOverlay{display:block}}
.Footer-module__S6Hkya__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:60px 0 30px}.Footer-module__S6Hkya__footerInner{max-width:var(--max-width);margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px;display:grid}.Footer-module__S6Hkya__footerBrand p{color:var(--color-text-secondary);max-width:320px;margin-top:12px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__footerTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;color:var(--color-accent);margin-bottom:18px;font-size:.85rem;font-weight:700}.Footer-module__S6Hkya__footerLinks{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__footerLinks a{color:var(--color-text-secondary);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__cityTag{border-radius:var(--radius-sm);color:var(--color-text-secondary);border:1px solid var(--color-border);transition:all var(--transition-fast);margin:3px;padding:4px 10px;font-size:.8rem;text-decoration:none;display:inline-block}.Footer-module__S6Hkya__cityTag:hover{border-color:var(--color-accent);color:var(--color-accent);background:#d4a8430f}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-text-muted);font-size:.8rem}.Footer-module__S6Hkya__imageCredit{opacity:.7;margin-top:4px;font-size:.7rem;display:block}.Footer-module__S6Hkya__socialLinks{gap:12px;display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--color-accent);color:var(--color-accent);background:#d4a84314}@media (max-width:900px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:30px}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:16px}}
