:root{--green-900:#0e5a36;--green-800:#135c38;--navy-900:#16324a;--navy-950:#0d2234;--heritage:#b48a3c;--surface:#ffffff;--surface-soft:#f5f7f6;--text:#173027;--header-height:104px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--surface);font-family:Segoe UI,Tahoma,Arial,sans-serif;font-feature-settings:"kern" 1;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.site-header{position:absolute;inset:0 0 auto;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(7,27,40,.78),rgba(7,27,40,.3) 72%,rgba(7,27,40,0))}.header-shell{width:min(1300px,calc(100% - 64px));min-height:var(--header-height);margin:0 auto;display:grid;grid-template-columns:310px minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px}.brand{position:relative;isolation:isolate;width:290px;height:78px;display:inline-flex;align-items:center;justify-content:center;overflow:visible}.brand:before{content:"";position:absolute;z-index:-1;inset:12px -18px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(255,255,255,.2) 0,rgba(255,255,255,.1) 42%,rgba(255,255,255,0) 74%);filter:blur(9px);opacity:.92;pointer-events:none}.brand-text{color:#fff;font-size:28px;font-weight:800;text-shadow:0 3px 12px rgba(0,0,0,.35)}.brand-logo{width:280px;height:70px;object-fit:contain;transform:scale(1.13);transform-origin:center;filter:saturate(1.22) contrast(1.13) brightness(1.05) drop-shadow(0 0 1px rgba(255,255,255,.5)) drop-shadow(0 4px 12px rgba(0,0,0,.24))}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,31px);font-size:15px;font-weight:600}.desktop-nav a{position:relative;padding:40px 0 36px;white-space:nowrap;text-shadow:0 2px 10px rgba(0,0,0,.28)}.desktop-nav a:after{content:"";position:absolute;inset-inline:0;bottom:25px;height:2px;background:var(--heritage);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.desktop-nav a:focus-visible:after,.desktop-nav a:hover:after{transform:scaleX(1)}.language-switch{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.54);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transition:background .2s ease,border-color .2s ease}.language-switch:focus-visible,.language-switch:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.8)}.mobile-menu-backdrop,.mobile-menu-drawer,.mobile-menu-toggle{display:none}.mobile-menu-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:50%;place-content:center;gap:4px;cursor:pointer;background:rgba(13,34,52,.14);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor;display:block}.mobile-menu-backdrop{position:fixed;inset:0;z-index:70;border:0;padding:0;background:rgba(6,20,31,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .28s ease}.mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-menu-drawer{position:fixed;top:0;right:0;z-index:80;width:min(88vw,380px);height:100dvh;padding:0 24px 28px;overflow-y:auto;color:var(--navy-950);background:radial-gradient(circle at 50% 0,rgba(180,138,60,.13),transparent 35%),linear-gradient(180deg,#ffffff,#f7f9f8);box-shadow:-18px 0 55px rgba(0,0,0,.25);transform:translateX(105%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.mobile-menu-drawer.is-open{transform:translateX(0)}.mobile-menu-drawer-header{position:relative;min-height:154px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(22,50,74,.12)}.mobile-menu-brand{display:inline-flex;align-items:center;justify-content:center}.mobile-menu-logo{width:220px;height:auto;object-fit:contain;filter:saturate(1.2) contrast(1.12) brightness(1.03)}.mobile-menu-close{position:absolute;top:22px;right:0;width:42px;height:42px;border:1px solid rgba(22,50,74,.18);border-radius:50%;display:grid;place-content:center;cursor:pointer;background:rgba(255,255,255,.82);color:var(--navy-950)}.mobile-menu-close span{grid-area:1/1;width:18px;height:2px;border-radius:999px;background:currentColor}.mobile-menu-close span:first-child{transform:rotate(45deg)}.mobile-menu-close span:last-child{transform:rotate(-45deg)}.mobile-menu-nav{display:grid;grid-gap:0;gap:0;padding-top:18px}.mobile-menu-nav a{position:relative;display:flex;align-items:center;min-height:58px;padding:12px 6px;border-bottom:1px solid rgba(22,50,74,.1);font-size:17px;font-weight:700;transition:color .2s ease,padding .2s ease}.mobile-menu-nav a:after{content:"";position:absolute;inset-inline-start:0;bottom:-1px;width:0;height:2px;background:var(--heritage);transition:width .2s ease}.mobile-menu-nav a:focus-visible,.mobile-menu-nav a:hover{color:var(--green-900);-webkit-padding-start:12px;padding-inline-start:12px}.mobile-menu-nav a:focus-visible:after,.mobile-menu-nav a:hover:after{width:48px}.mobile-menu-nav a:first-child{color:var(--green-900)}.hero{--hero-overlay:0.5;position:relative;min-height:min(840px,100svh);height:100svh;overflow:hidden;display:grid;place-items:center;isolation:isolate;background:var(--navy-950);color:#fff}.hero-fallback,.hero-media,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-media{z-index:-3;object-fit:cover}.hero-fallback{z-index:-4;background:radial-gradient(circle at 30% 30%,rgba(14,90,54,.8),transparent 50%),linear-gradient(135deg,var(--navy-950),var(--green-900))}.hero-overlay{z-index:-2;background:linear-gradient(180deg,rgba(7,27,40,.46) 0,rgba(13,34,52,.08) 34%,rgba(13,34,52,.32) 100%),linear-gradient(90deg,rgba(13,34,52,var(--hero-overlay)),rgba(13,34,52,calc(var(--hero-overlay) * .74)))}.hero-content{width:min(1040px,calc(100% - 48px));margin:calc(var(--header-height) * .4) auto 0;text-align:center;display:grid;justify-items:center}.hero-eyebrow{display:none}.hero h1{max-width:900px;margin:0;font-family:Tahoma,Segoe UI,Arial,sans-serif;font-size:clamp(40px,4.15vw,60px);line-height:1.24;font-weight:600;letter-spacing:-.02em;text-wrap:balance;text-shadow:0 5px 26px rgba(0,0,0,.4)}html[dir=rtl] .hero h1{line-height:1.46;letter-spacing:-.01em}.hero-subtitle{max-width:740px;margin:21px 0 0;font-size:clamp(17px,1.35vw,19px);line-height:1.75;font-weight:400;color:rgba(255,255,255,.9);text-shadow:0 3px 18px rgba(0,0,0,.32)}html[dir=rtl] .hero-subtitle{line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:29px}.button,.hero-actions{justify-content:center}.button{min-height:50px;padding:13px 25px;border-radius:5px;display:inline-flex;align-items:center;font-size:15px;font-weight:700;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green-900);color:#fff;box-shadow:0 10px 28px rgba(5,44,26,.26)}.button-primary:hover{background:var(--green-800)}.button-secondary{border:1px solid rgba(255,255,255,.66);background:rgba(13,34,52,.18);color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.button-secondary:hover{background:rgba(255,255,255,.1)}.hero-scroll{position:absolute;bottom:22px;inset-inline-start:50%;transform:translateX(-50%);width:27px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:20px;display:grid;justify-items:center;padding-top:9px}.hero-scroll span{width:4px;height:8px;border-radius:4px;background:#fff;animation:scrollHint 1.7s ease-in-out infinite}@keyframes scrollHint{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(12px);opacity:1}}.api-fallback{position:fixed;inset-inline:20px;bottom:20px;z-index:30;max-width:460px;padding:12px 16px;border-radius:10px;background:rgba(13,34,52,.92);color:white;font-size:14px;box-shadow:0 10px 30px rgba(0,0,0,.2)}@media (max-width:1120px){.header-shell{width:min(100% - 40px,1280px);grid-template-columns:252px minmax(0,1fr) auto;gap:20px}.brand{width:242px;height:68px}.brand:before{inset:11px -13px}.brand-logo{width:230px;height:58px}.desktop-nav{gap:17px;font-size:14px}}@media (max-width:980px){:root{--header-height:90px}.header-shell{position:relative;width:calc(100% - 32px);display:flex;align-items:center;justify-content:space-between;gap:0;direction:ltr}.desktop-nav{display:none}.brand{position:absolute;left:50%;transform:translateX(-50%);z-index:1;width:208px;height:60px}.brand:before{inset:10px -11px;filter:blur(8px);opacity:.84}.brand-logo{width:198px;height:50px;transform:scale(1.1)}.language-switch{display:inline-flex;min-width:72px;min-height:40px;padding:7px 13px;font-size:13px}.mobile-menu-toggle{display:grid;margin-left:auto}.mobile-menu-backdrop,.mobile-menu-drawer{display:block}html[dir=rtl] .mobile-menu-nav{direction:rtl;text-align:right}html[dir=ltr] .mobile-menu-nav{direction:ltr;text-align:left}.hero-content{width:min(100% - 32px,790px)}}@media (max-width:600px){:root{--header-height:84px}.header-shell{width:calc(100% - 24px)}.brand{width:188px;height:54px}.brand:before{inset:9px -8px;opacity:.78}.brand-logo{width:180px;height:45px;transform:scale(1.08)}.language-switch{min-width:66px;min-height:38px;padding:6px 11px;font-size:12px}.mobile-menu-toggle{width:40px;height:40px}.mobile-menu-drawer{width:min(90vw,360px);padding-inline:20px}.mobile-menu-drawer-header{min-height:142px}.mobile-menu-logo{width:205px}.mobile-menu-close{top:18px;width:40px;height:40px}.hero{min-height:690px}.hero:after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:118px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.12) 38%,rgba(255,255,255,.94))}.hero-media{object-position:center 34%;transform:scale(1.1) translateY(-2%)}.hero-content{width:min(100% - 30px,540px);margin-top:30px}.hero h1{max-width:510px;font-size:clamp(33px,9.6vw,44px)}html[dir=rtl] .hero h1{line-height:1.5}.hero-subtitle{max-width:470px;margin-top:17px;font-size:16px;line-height:1.7}html[dir=rtl] .hero-subtitle{line-height:1.85}.hero-actions{width:100%;margin-top:25px;gap:10px}.button{min-width:142px;min-height:48px;padding:12px 18px;font-size:14px}.hero-scroll{display:none}}@media (max-width:380px){.brand{width:172px}.brand-logo{width:164px;height:41px}.language-switch{min-width:60px;padding-inline:9px}.mobile-menu-drawer{width:92vw}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-media{display:none}.hero-scroll span{animation:none}.mobile-menu-backdrop,.mobile-menu-drawer{transition:none}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero .hero-actions{position:relative;isolation:isolate;width:min(100%,430px);margin-top:31px;padding:5px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px;gap:5px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.035)),rgba(5,25,31,.42);box-shadow:0 22px 60px rgba(2,17,24,.32),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(255,255,255,.035);backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);animation:hero-action-dock-enter .72s cubic-bezier(.22,1,.36,1) .38s both}.hero .hero-actions:before{content:"";position:absolute;z-index:2;top:-1px;left:50%;width:58px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#e8cf92,transparent);box-shadow:0 0 16px rgba(232,207,146,.42);transform:translateX(-50%)}.hero .hero-action{position:relative;isolation:isolate;min-width:0;min-height:55px;padding:0 17px;border:0;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;overflow:hidden;color:#fff;font-size:14px;font-weight:800;line-height:1.25;letter-spacing:0;box-shadow:none;animation:none;transition:transform .26s cubic-bezier(.22,1,.36,1),color .26s ease,background .26s ease,box-shadow .26s ease}.hero .hero-action--primary{color:#fffdf7;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.14),transparent 36%),linear-gradient(135deg,#0a4a31,#0e6943 58%,#15503e);box-shadow:0 10px 24px rgba(2,43,26,.28),inset 0 1px 0 rgba(255,255,255,.14),inset 0 0 0 1px rgba(232,207,146,.48)}.hero .hero-action--secondary{color:rgba(255,255,255,.92);background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.hero .hero-action:before{content:"";position:absolute;z-index:-1;top:-55%;bottom:-55%;width:34%;inset-inline-start:-52%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.17),transparent);transform:skewX(-18deg);transition:inset-inline-start .68s ease}.hero .hero-action-label{min-width:0;text-align:center;text-wrap:balance;text-shadow:0 2px 12px rgba(0,0,0,.22)}.hero .hero-action-arrow{flex:0 0 auto;width:25px;height:25px;border:1px solid rgba(235,211,154,.32);border-radius:50%;display:grid;place-items:center;color:#efd795;background:rgba(255,255,255,.045);transition:transform .24s ease,background .24s ease,border-color .24s ease}.hero .hero-action--secondary .hero-action-arrow{border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.78)}.hero .hero-action-arrow svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}html[dir=rtl] .hero .hero-action-arrow svg{transform:scaleX(-1)}.hero .hero-action:focus-visible,.hero .hero-action:hover{transform:translateY(-2px)}.hero .hero-action:focus-visible{outline:3px solid rgba(239,213,143,.42);outline-offset:3px}.hero .hero-action--primary:focus-visible,.hero .hero-action--primary:hover{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.18),transparent 36%),linear-gradient(135deg,#0c5839,#118052 58%,#1a5e49);box-shadow:0 14px 30px rgba(2,43,26,.36),inset 0 1px 0 rgba(255,255,255,.17),inset 0 0 0 1px rgba(242,219,163,.72)}.hero .hero-action--secondary:focus-visible,.hero .hero-action--secondary:hover{color:#fffdf7;background:rgba(255,255,255,.095);box-shadow:inset 0 0 0 1px rgba(232,207,146,.25)}.hero .hero-action:focus-visible:before,.hero .hero-action:hover:before{inset-inline-start:122%}.hero .hero-action:focus-visible .hero-action-arrow,.hero .hero-action:hover .hero-action-arrow{border-color:rgba(239,215,157,.62);background:rgba(239,215,157,.1);transform:translateX(2px)}html[dir=rtl] .hero .hero-action:focus-visible .hero-action-arrow,html[dir=rtl] .hero .hero-action:hover .hero-action-arrow{transform:translateX(-2px)}@keyframes hero-action-dock-enter{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:600px){.hero .hero-actions{width:min(100%,344px);margin-top:25px;padding:4px;gap:4px;border-radius:19px}.hero .hero-action{min-height:50px;padding:0 10px;border-radius:15px;gap:7px;font-size:12.5px}.hero .hero-action-arrow{width:22px;height:22px}.hero .hero-action-arrow svg{width:12px;height:12px}}@media (max-width:380px){.hero .hero-actions{width:min(100%,322px)}.hero .hero-action{min-height:48px;padding-inline:8px;gap:5px;font-size:11.75px}.hero .hero-action-arrow{width:20px;height:20px}}@media (max-width:335px){.hero .hero-actions{width:min(100%,292px)}.hero .hero-action{padding-inline:7px;font-size:11px}.hero .hero-action-arrow{display:none}}@media (prefers-reduced-motion:reduce){.hero .hero-actions{animation:none}.hero .hero-action,.hero .hero-action-arrow,.hero .hero-action:before{transition:none}.hero .hero-action:focus-visible,.hero .hero-action:hover{transform:none}}@property --hero-dock-shine-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.hero .hero-actions:before{top:0;right:0;bottom:0;left:0;width:auto;height:auto;padding:1.5px;border-radius:inherit;background:conic-gradient(from var(--hero-dock-shine-angle),transparent 0deg 278deg,rgba(207,166,74,.08) 286deg,rgba(231,201,132,.62) 300deg,#fff1bc 310deg,#d6a742 320deg,rgba(219,179,88,.18) 334deg,transparent 344deg 1turn);box-shadow:none;transform:none;animation:hero-dock-inner-shine 6.4s linear infinite;pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@keyframes hero-dock-inner-shine{to{--hero-dock-shine-angle:360deg}}@media (prefers-reduced-motion:reduce){.hero .hero-actions:before{animation:none;--hero-dock-shine-angle:24deg}}@media (max-width:980px){.brand{width:218px;height:62px}.brand-logo{width:208px;height:52px;transform:scale(1.11)}}@media (max-width:600px){.brand{width:202px;height:58px}.brand-logo{width:194px;height:49px;transform:scale(1.1)}.mobile-menu-logo{width:218px}.hero{height:clamp(520px,68svh,620px);min-height:520px}.hero-overlay{background:linear-gradient(180deg,rgba(7,27,40,.24),rgba(13,34,52,.04) 48%,rgba(13,34,52,.16)),linear-gradient(90deg,rgba(13,34,52,.12),rgba(13,34,52,.08))}.hero:after{height:64px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.03) 52%,rgba(255,255,255,.88))}.hero-media{object-position:center center;transform:none}}@media (max-width:380px){.brand{width:184px}.brand-logo{width:176px;height:44px}.hero{height:520px;min-height:520px}.hero:after{height:56px}.hero-media{transform:none}}.town-stats{position:relative;z-index:3;margin-top:-1px;padding:clamp(68px,7vw,96px) 0 clamp(72px,8vw,104px);overflow:visible;background:radial-gradient(circle at 18% 18%,rgba(14,90,54,.07),transparent 30%),radial-gradient(circle at 82% 72%,rgba(180,138,60,.055),transparent 28%),linear-gradient(180deg,#ffffff 0,#f7faf8 54%,var(--surface-soft) 100%)}.town-stats:before{top:4%;left:50%;width:min(920px,92vw);height:320px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(14,90,54,.055),rgba(14,90,54,0) 70%);filter:blur(4px)}.town-stats:after,.town-stats:before{content:"";position:absolute;pointer-events:none}.town-stats:after{inset:auto 0 -74px;z-index:4;height:104px;background:linear-gradient(180deg,var(--surface-soft) 0,rgba(245,247,246,.88) 25%,rgba(245,247,246,.34) 62%,rgba(245,247,246,0) 100%)}.town-stats-inner{position:relative;width:min(1180px,calc(100% - 48px));margin:0 auto}.town-stats-heading{display:grid;justify-items:center;grid-gap:15px;gap:15px;margin-bottom:clamp(32px,4vw,46px);text-align:center}.town-stats-heading>span{width:48px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--green-900),var(--heritage));box-shadow:0 5px 18px rgba(14,90,54,.16)}.town-stats-heading h2{margin:0;color:var(--navy-950);font-size:clamp(34px,4vw,48px);line-height:1.2;font-weight:720;letter-spacing:-.03em;text-wrap:balance}html[dir=rtl] .town-stats-heading h2{font-family:Tahoma,Segoe UI,Arial,sans-serif;letter-spacing:-.018em}.town-stats-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;isolation:isolate;border:1px solid rgba(22,50,74,.095);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,251,249,.92)),rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);box-shadow:0 26px 80px rgba(13,34,52,.085),inset 0 1px 0 rgba(255,255,255,.88)}.town-stats-grid:before{content:"";position:absolute;inset:0 0 auto;z-index:3;height:3px;background:linear-gradient(90deg,var(--green-900),var(--heritage),var(--green-900));opacity:.82}.town-stats-grid:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(125deg,rgba(255,255,255,.7),rgba(255,255,255,0) 28%),radial-gradient(circle at 50% 0,rgba(14,90,54,.055),transparent 48%)}.town-stat-item{position:relative;min-height:232px;padding:38px 24px 32px;display:grid;align-content:center;justify-items:center;text-align:center;opacity:0;transform:translateY(18px);transition:opacity .48s ease var(--stat-delay),transform .48s cubic-bezier(.22,1,.36,1) var(--stat-delay),background .25s ease,box-shadow .25s ease}.town-stat-item:before{content:"";position:absolute;top:22px;left:50%;width:22px;height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(180,138,60,.72),transparent);opacity:.7}.town-stat-item+.town-stat-item{-webkit-border-start:1px solid rgba(22,50,74,.075);border-inline-start:1px solid rgba(22,50,74,.075)}.town-stats.is-visible .town-stat-item{opacity:1;transform:translateY(0)}.town-stats.is-visible .town-stat-item:hover{z-index:2;transform:translateY(-4px);background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(14,90,54,.035));box-shadow:0 18px 44px rgba(13,34,52,.06)}.town-stat-icon{width:58px;height:58px;margin-bottom:20px;display:grid;place-items:center;border:1px solid rgba(14,90,54,.11);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(14,90,54,.08));color:var(--green-900);box-shadow:0 12px 28px rgba(14,90,54,.08),inset 0 1px 0 rgba(255,255,255,.9)}.town-stat-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.town-stat-value{min-height:64px;display:flex;align-items:baseline;justify-content:center;gap:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.town-stat-value>span{color:var(--green-900);background:linear-gradient(135deg,var(--green-900),#17835a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(43px,4.2vw,58px);line-height:1;font-weight:760;letter-spacing:-.05em}.town-stat-value small{color:var(--heritage);font-size:16px;line-height:1;font-weight:750}.town-stat-item p{max-width:190px;margin:12px 0 0;color:rgba(22,50,74,.68);font-size:14px;line-height:1.65;font-weight:650}html[dir=rtl] .town-stat-item p{line-height:1.82}@media (max-width:900px){.town-stats-inner{width:min(100% - 36px,760px)}.town-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:26px}.town-stat-item{min-height:210px;padding:32px 20px 28px}.town-stat-item+.town-stat-item{-webkit-border-start:0;border-inline-start:0}.town-stat-item:nth-child(2n){-webkit-border-start:1px solid rgba(22,50,74,.075);border-inline-start:1px solid rgba(22,50,74,.075)}.town-stat-item:nth-child(n+3){border-top:1px solid rgba(22,50,74,.075)}}@media (max-width:600px){.town-stats{margin-top:-16px;padding:50px 0 66px}.town-stats:after{bottom:-58px;height:82px}.town-stats-inner{width:calc(100% - 28px)}.town-stats-heading{gap:12px;margin-bottom:27px}.town-stats-heading h2{font-size:clamp(30px,8.8vw,38px)}.town-stats-grid{border-radius:22px;box-shadow:0 20px 56px rgba(13,34,52,.075),inset 0 1px 0 rgba(255,255,255,.88)}.town-stat-item{min-height:188px;padding:25px 12px 22px}.town-stat-item:before{top:17px;width:18px}.town-stat-icon{width:48px;height:48px;margin-bottom:15px;border-radius:15px}.town-stat-icon svg{width:22px;height:22px}.town-stat-value{min-height:51px;gap:5px}.town-stat-value>span{font-size:clamp(34px,10vw,44px)}.town-stat-value small{font-size:13px}.town-stat-item p{max-width:150px;margin-top:8px;font-size:12.5px}}@media (max-width:360px){.town-stats-grid{grid-template-columns:1fr}.town-stat-item:nth-child(2n){-webkit-border-start:0;border-inline-start:0}.town-stat-item+.town-stat-item{border-top:1px solid rgba(22,50,74,.075)}}@media (prefers-reduced-motion:reduce){.town-stat-item{opacity:1;transform:none;transition:none}.town-stats.is-visible .town-stat-item:hover{transform:none}}.site-header{position:fixed;top:0;right:0;left:0;width:100%;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease;will-change:background,box-shadow}.site-header .brand,.site-header .brand-logo,.site-header .brand:before,.site-header .desktop-nav a,.site-header .header-shell,.site-header .language-switch,.site-header .mobile-menu-toggle{transition:min-height .28s ease,width .28s ease,height .28s ease,padding .28s ease,transform .28s ease,opacity .28s ease,color .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease,filter .28s ease}.site-header.is-scrolled{color:var(--navy-950);border-bottom-color:rgba(22,50,74,.1);background:rgba(255,255,255,.9);-webkit-backdrop-filter:saturate(1.25) blur(18px);backdrop-filter:saturate(1.25) blur(18px);box-shadow:0 10px 34px rgba(13,34,52,.1)}.site-header.is-scrolled .header-shell{min-height:80px}.site-header.is-scrolled .brand{width:252px;height:64px}.site-header.is-scrolled .brand:before{opacity:0}.site-header.is-scrolled .brand-logo{width:242px;height:60px;transform:scale(1.06);filter:saturate(1.18) contrast(1.1) brightness(1.01) drop-shadow(0 3px 8px rgba(13,34,52,.13))}.site-header.is-scrolled .desktop-nav{color:var(--navy-950)}.site-header.is-scrolled .desktop-nav a{padding-top:29px;padding-bottom:25px;text-shadow:none}.site-header.is-scrolled .desktop-nav a:after{bottom:17px}.site-header.is-scrolled .language-switch{color:var(--green-900);border-color:rgba(14,90,54,.24);background:rgba(14,90,54,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.site-header.is-scrolled .language-switch:focus-visible,.site-header.is-scrolled .language-switch:hover{color:#fff;border-color:var(--green-900);background:var(--green-900)}.site-header.is-scrolled .mobile-menu-toggle{color:var(--navy-950);border-color:rgba(22,50,74,.18);background:rgba(255,255,255,.72);box-shadow:0 6px 18px rgba(13,34,52,.08)}@media (max-width:1120px) and (min-width:981px){.site-header.is-scrolled .brand{width:220px;height:58px}.site-header.is-scrolled .brand-logo{width:210px;height:53px}}@media (max-width:980px){.site-header.is-scrolled .header-shell{min-height:76px}.site-header.is-scrolled .brand{width:190px;height:52px}.site-header.is-scrolled .brand-logo{width:182px;height:46px;transform:scale(1.06)}}@media (max-width:600px){.site-header.is-scrolled .header-shell{min-height:72px}.site-header.is-scrolled .brand{width:180px;height:50px}.site-header.is-scrolled .brand-logo{width:172px;height:43px}.site-header.is-scrolled .language-switch{min-height:36px}.site-header.is-scrolled .mobile-menu-toggle{width:38px;height:38px}}@media (max-width:380px){.site-header.is-scrolled .brand{width:166px}.site-header.is-scrolled .brand-logo{width:158px;height:40px}}@media (prefers-reduced-motion:reduce){.site-header,.site-header *{transition:none!important}}.about-machghara-stage{z-index:1;min-height:clamp(680px,82svh,840px)}.about-machghara,.about-machghara-stage{position:relative;overflow:hidden;isolation:isolate;background:var(--navy-950)}.about-machghara{width:100%;min-height:inherit;display:grid;align-items:center;color:#fff}.about-machghara-image{z-index:-3;object-fit:cover;object-position:center;transform:none}.about-machghara:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(8,25,37,.12),rgba(8,25,37,.04) 44%,rgba(8,25,37,.5)),linear-gradient(0deg,rgba(8,25,37,.4),rgba(8,25,37,0) 36%)}.about-machghara-shade{position:absolute;inset:0;z-index:-2;pointer-events:none}html[dir=rtl] .about-machghara-shade{background:linear-gradient(270deg,rgba(8,29,42,.94),rgba(8,29,42,.82) 28%,rgba(8,29,42,.48) 52%,rgba(8,29,42,.08) 78%,rgba(8,29,42,0))}html[dir=ltr] .about-machghara-shade{background:linear-gradient(90deg,rgba(8,29,42,.94),rgba(8,29,42,.82) 28%,rgba(8,29,42,.48) 52%,rgba(8,29,42,.08) 78%,rgba(8,29,42,0))}.about-machghara-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:flex;justify-content:flex-start}.about-machghara-copy{width:min(590px,54vw);padding-block:clamp(92px,10vw,138px);text-align:start}.about-machghara-copy:before{content:"";display:block;width:58px;height:3px;margin-bottom:22px;border-radius:999px;background:var(--heritage)}.about-machghara h2{margin:0;font-size:clamp(40px,5vw,62px);line-height:1.16;font-weight:700;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 5px 24px rgba(0,0,0,.28)}html[dir=rtl] .about-machghara h2{font-family:Tahoma,Segoe UI,Arial,sans-serif;line-height:1.35;letter-spacing:-.02em}.about-typing-slot{position:relative}.about-typing-slot--lead{margin-top:25px}.about-typing-slot--description{margin-top:18px}.about-machghara-lead{max-width:570px;margin:0;color:rgba(255,255,255,.96);font-size:clamp(20px,2vw,25px);line-height:1.72;font-weight:600;text-shadow:0 3px 18px rgba(0,0,0,.28)}html[dir=rtl] .about-machghara-lead{line-height:1.9}.about-machghara-description{max-width:560px;margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.85;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}html[dir=rtl] .about-machghara-description{line-height:2}.about-typing-reserve{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-typing-output{position:absolute;inset:0}.about-typing-output.is-typing span:after{content:"";width:2px;height:1.05em;-webkit-margin-start:5px;margin-inline-start:5px;display:inline-block;vertical-align:-.13em;border-radius:999px;background:var(--heritage);box-shadow:0 0 12px rgba(180,138,60,.68);animation:about-cursor-blink .78s step-end infinite}@keyframes about-cursor-blink{0%,48%{opacity:1}49%,to{opacity:0}}.about-machghara-button{width:-moz-fit-content;width:fit-content;min-height:52px;margin-top:32px;padding:13px 21px;display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.64);border-radius:7px;color:#fff;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:15px;font-weight:750;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);transition:transform .22s ease,color .22s ease,background .22s ease,border-color .22s ease}.about-machghara-button:focus-visible,.about-machghara-button:hover{transform:translateY(-2px);color:var(--navy-950);border-color:#fff;background:#fff}.about-machghara-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}html[dir=rtl] .about-machghara-button svg{transform:scaleX(-1)}.home-content-over-about{position:relative;z-index:2;background:#fff}@media (max-width:900px){.about-machghara-stage{min-height:700px}.about-machghara-inner{width:min(100% - 36px,760px)}.about-machghara-copy{width:min(570px,72vw)}}@media (max-width:600px){.about-machghara-stage{min-height:720px}.about-machghara{align-items:end}.about-machghara-image{object-position:center;transform:none}.about-machghara:after{background:linear-gradient(180deg,rgba(8,25,37,.04),rgba(8,25,37,.12) 30%,rgba(8,25,37,.82) 67%,rgba(8,25,37,.98))}html[dir=ltr] .about-machghara-shade,html[dir=rtl] .about-machghara-shade{background:linear-gradient(180deg,rgba(8,29,42,.02),rgba(8,29,42,.08) 40%,rgba(8,29,42,.66) 72%,rgba(8,29,42,.94))}.about-machghara-inner{width:calc(100% - 30px)}.about-machghara-copy{width:100%;padding:70px 4px 72px}.about-machghara-copy:before{width:50px;margin-bottom:17px}.about-machghara h2{font-size:clamp(36px,11vw,48px)}.about-typing-slot--lead{margin-top:18px}.about-typing-slot--description{margin-top:13px}.about-machghara-lead{font-size:clamp(18px,5.3vw,22px)}.about-machghara-description{font-size:15px;-webkit-line-clamp:3}.about-machghara-button{min-height:49px;margin-top:25px;padding:12px 18px;font-size:14px}}@media (prefers-reduced-motion:reduce){.about-typing-output.is-typing span:after{animation:none;opacity:1}.about-machghara-button{transition:none}}.home-section{position:relative;padding:clamp(76px,8vw,118px) 0;background:#fff}.home-container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.home-section-heading{max-width:720px}.home-section-heading--center{margin-inline:auto;text-align:center}.home-section-heading>span{display:inline-flex;align-items:center;gap:10px;color:var(--green-900);font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-section-heading--center>span:after,.home-section-heading>span:before{content:"";width:34px;height:2px;border-radius:999px;background:var(--heritage)}.home-section-heading h2{margin:16px 0 0;color:var(--navy-950);font-size:clamp(34px,4.6vw,56px);line-height:1.18;letter-spacing:-.04em;text-wrap:balance}html[dir=rtl] .home-section-heading h2{font-family:Tahoma,Segoe UI,Arial,sans-serif;line-height:1.42;letter-spacing:-.025em}.home-section-heading p{margin:18px 0 0;color:rgba(22,50,74,.66);font-size:17px;line-height:1.8}.home-section-row{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:38px}.home-section-link{flex:0 0 auto;min-height:48px;padding:12px 18px;border:1px solid rgba(14,90,54,.2);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--green-900);background:rgba(14,90,54,.045);font-size:14px;font-weight:800;transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease}.home-section-link:focus-visible,.home-section-link:hover{transform:translateY(-2px);border-color:var(--green-900);color:#fff;background:var(--green-900)}.home-quick-access{overflow:hidden;background:radial-gradient(circle at 15% 12%,rgba(180,138,60,.09),transparent 30%),linear-gradient(180deg,#fff,#f7f9f8)}.home-quick-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.home-quick-card{min-width:0;min-height:126px;padding:22px;border:1px solid rgba(22,50,74,.09);border-radius:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:17px;gap:17px;background:rgba(255,255,255,.9);box-shadow:0 14px 42px rgba(13,34,52,.055);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-quick-card:focus-visible,.home-quick-card:hover{transform:translateY(-5px);border-color:rgba(14,90,54,.28);box-shadow:0 22px 56px rgba(13,34,52,.1)}.home-quick-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:var(--green-900);background:linear-gradient(145deg,rgba(180,138,60,.12),rgba(14,90,54,.1))}.home-quick-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-quick-copy{min-width:0;display:grid;grid-gap:6px;gap:6px}.home-quick-copy strong{color:var(--navy-950);font-size:18px;line-height:1.35}.home-quick-copy small{color:rgba(22,50,74,.62);font-size:13px;line-height:1.6}.home-arrow{color:var(--heritage);font-size:21px;transition:transform .2s ease}.home-quick-card:focus-visible .home-arrow,.home-quick-card:hover .home-arrow{transform:translateX(-4px)}html[dir=ltr] .home-quick-card:focus-visible .home-arrow,html[dir=ltr] .home-quick-card:hover .home-arrow{transform:translateX(4px)}.home-updates{background:#fff}.home-update-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.home-update-card{min-width:0;overflow:hidden;border:1px solid rgba(22,50,74,.09);border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(13,34,52,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-update-card:focus-visible,.home-update-card:hover{transform:translateY(-6px);border-color:rgba(14,90,54,.24);box-shadow:0 26px 66px rgba(13,34,52,.12)}.home-update-media{position:relative;aspect-ratio:16/10;overflow:hidden;display:grid;place-items:center;color:rgba(255,255,255,.8);background:radial-gradient(circle at 30% 25%,rgba(180,138,60,.35),transparent 38%),linear-gradient(135deg,var(--green-900),var(--navy-950));font-size:54px;font-weight:800}.home-update-media img{object-fit:cover;transition:transform .4s ease}.home-update-card:focus-visible .home-update-media img,.home-update-card:hover .home-update-media img{transform:scale(1.045)}.home-update-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(9,28,40,.35))}.home-update-badge{position:absolute;z-index:2;inset-inline-start:16px;bottom:16px;padding:7px 11px;border-radius:999px;color:#fff;background:rgba(13,34,52,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:800}.home-update-content{padding:24px}.home-update-content time{color:var(--green-900);font-size:12px;font-weight:750}.home-update-content h3{margin:11px 0 0;color:var(--navy-950);font-size:22px;line-height:1.45;-webkit-line-clamp:2}.home-update-content h3,.home-update-content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.home-update-content p{margin:12px 0 0;color:rgba(22,50,74,.65);font-size:15px;line-height:1.75;-webkit-line-clamp:3}.home-discover{overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(14,90,54,.08),transparent 35%),#f4f7f5}.home-discover-grid{min-height:590px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.home-place-card{position:relative;min-height:0;overflow:hidden;isolation:isolate;border-radius:26px;color:#fff;background:var(--navy-950);box-shadow:0 20px 58px rgba(13,34,52,.12)}.home-place-card--featured{grid-row:1/-1}.home-place-card img{z-index:-3;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.home-place-card:focus-visible img,.home-place-card:hover img{transform:scale(1.055)}.home-place-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(6,22,33,.02) 30%,rgba(6,22,33,.82)),linear-gradient(90deg,rgba(6,22,33,.34),transparent 55%)}.home-place-copy{position:absolute;inset:auto 0 0;padding:clamp(24px,4vw,42px);display:grid;grid-gap:10px;gap:10px}.home-place-copy small{width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;color:rgba(255,255,255,.88);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:12px;font-weight:750}.home-place-copy strong{font-size:clamp(24px,3vw,38px);line-height:1.3;text-shadow:0 4px 20px rgba(0,0,0,.3)}.home-place-card:not(.home-place-card--featured) .home-place-copy strong{font-size:clamp(21px,2.2vw,28px)}.home-place-copy p{max-width:580px;margin:0;color:rgba(255,255,255,.82);line-height:1.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-empty{padding:28px;border:1px dashed rgba(22,50,74,.18);border-radius:18px;color:rgba(22,50,74,.65);text-align:center;background:rgba(255,255,255,.64)}@media (max-width:980px){.home-quick-grid,.home-update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-update-card:last-child{grid-column:1/-1;width:calc(50% - 11px)}.home-discover-grid{min-height:760px;grid-template-columns:1fr 1fr;grid-template-rows:minmax(380px,1.2fr) minmax(280px,.8fr)}.home-place-card--featured{grid-column:1/-1;grid-row:auto}}@media (max-width:700px){.home-section{padding:66px 0}.home-container{width:min(100% - 28px,1180px)}.home-section-row{display:grid;align-items:start;grid-gap:22px;gap:22px;margin-bottom:30px}.home-section-link{width:-moz-fit-content;width:fit-content}.home-quick-grid,.home-update-grid{grid-template-columns:1fr}.home-update-card:last-child{grid-column:auto;width:auto}.home-quick-card{min-height:112px;padding:19px;border-radius:18px}.home-quick-icon{width:48px;height:48px;border-radius:14px}.home-discover-grid{min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:none}.home-place-card,.home-place-card--featured{grid-column:auto;grid-row:auto;min-height:360px;border-radius:21px}.home-place-card:not(.home-place-card--featured){min-height:300px}.home-place-copy{padding:24px}}@media (max-width:390px){.home-quick-card{grid-template-columns:auto minmax(0,1fr)}.home-arrow{display:none}}@media (prefers-reduced-motion:reduce){.home-arrow,.home-place-card img,.home-quick-card,.home-section-link,.home-update-card,.home-update-media img{transition:none}}.home-discover-grid{min-height:660px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(300px,1fr))}.home-place-card{min-height:300px}.home-place-card:not(.home-place-card--featured) .home-place-copy strong,.home-place-copy strong{font-size:clamp(22px,2.5vw,31px)}.home-place-placeholder{position:absolute;inset:0;z-index:-3;display:grid;place-items:center;color:rgba(255,255,255,.42);background:radial-gradient(circle at 26% 20%,rgba(180,138,60,.42),transparent 34%),linear-gradient(135deg,var(--green-900),var(--navy-950));font-size:clamp(70px,10vw,130px);font-weight:800}.home-history{overflow:hidden;isolation:isolate;background:linear-gradient(90deg,rgba(180,138,60,.04) 1px,transparent 0),linear-gradient(rgba(180,138,60,.04) 1px,transparent 0),radial-gradient(circle at 12% 18%,rgba(180,138,60,.13),transparent 31%),linear-gradient(180deg,#fffdf8,#f5f1e7);background-size:48px 48px,48px 48px,auto,auto}.home-history:after,.home-history:before{content:"";position:absolute;z-index:-1;border:1px solid rgba(180,138,60,.16);border-radius:50%;pointer-events:none}.home-history:before{width:360px;height:360px;inset-inline-start:-190px;top:90px}.home-history:after{width:240px;height:240px;inset-inline-end:-120px;bottom:70px}.home-history-timeline{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;padding-top:4px}.home-history-timeline:before{content:"";position:absolute;top:41px;inset-inline:calc(16.666% - 1px);height:2px;background:linear-gradient(90deg,rgba(180,138,60,.2),rgba(14,90,54,.62),rgba(180,138,60,.2))}.home-history-stop{position:relative;min-width:0;display:grid;grid-template-rows:78px 1fr;grid-gap:22px;gap:22px;color:inherit}.home-history-marker{position:relative;z-index:2;width:78px;height:78px;margin-inline:auto;border:1px solid rgba(180,138,60,.42);border-radius:50%;display:grid;place-items:center;background:rgba(255,253,248,.96);box-shadow:0 0 0 9px rgba(255,253,248,.88),0 15px 38px rgba(13,34,52,.13);transition:transform .26s ease,border-color .26s ease,background .26s ease,box-shadow .26s ease}.home-history-icon{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;color:var(--green-900);background:linear-gradient(145deg,rgba(180,138,60,.16),rgba(14,90,54,.1))}.home-history-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.home-history-panel{position:relative;min-height:330px;overflow:hidden;padding:32px 30px 28px;border:1px solid rgba(22,50,74,.1);border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;background:rgba(255,255,255,.88);box-shadow:0 18px 54px rgba(13,34,52,.075);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease,background .26s ease}.home-history-panel:before{content:"";position:absolute;inset-inline:0;top:0;height:4px;background:linear-gradient(90deg,var(--heritage),var(--green-900));opacity:.82}.home-history-number{position:absolute;top:-20px;inset-inline-end:12px;color:rgba(180,138,60,.085);font-size:clamp(92px,9vw,128px);line-height:1;font-weight:900;letter-spacing:-.08em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-history-year{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;margin-bottom:14px;padding:6px 11px;border-radius:999px;color:var(--green-900);background:rgba(14,90,54,.08);font-size:12px;font-weight:850}.home-history-panel strong{color:var(--navy-950);font-size:clamp(22px,2.15vw,29px);line-height:1.5;-webkit-line-clamp:3}.home-history-panel p,.home-history-panel strong{position:relative;z-index:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.home-history-panel p{margin:15px 0 0;color:rgba(22,50,74,.66);font-size:15px;line-height:1.82;-webkit-line-clamp:4}.home-history-read{position:relative;z-index:1;margin-top:auto;padding-top:24px;display:inline-flex;align-items:center;gap:9px;color:var(--heritage);font-size:14px;font-weight:850}.home-history-read>span:last-child{font-size:19px;transition:transform .22s ease}html[dir=ltr] .home-history-read>span:last-child{transform:scaleX(-1)}.home-history-stop:focus-visible .home-history-marker,.home-history-stop:hover .home-history-marker{transform:scale(1.08);border-color:var(--heritage);background:#fff;box-shadow:0 0 0 9px rgba(255,253,248,.92),0 20px 45px rgba(13,34,52,.18)}.home-history-stop:focus-visible .home-history-panel,.home-history-stop:hover .home-history-panel{transform:translateY(-7px);border-color:rgba(180,138,60,.42);background:rgba(255,255,255,.98);box-shadow:0 28px 72px rgba(13,34,52,.14)}.home-history-stop:focus-visible .home-history-read>span:last-child,.home-history-stop:hover .home-history-read>span:last-child{transform:translateX(-4px)}html[dir=ltr] .home-history-stop:focus-visible .home-history-read>span:last-child,html[dir=ltr] .home-history-stop:hover .home-history-read>span:last-child{transform:scaleX(-1) translateX(-4px)}@keyframes home-history-reveal{0%{opacity:0;transform:translateY(38px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@supports (animation-timeline:view()){.home-history-stop{opacity:.001;animation:home-history-reveal cubic-bezier(.22,1,.36,1) both;animation-timeline:view(block);animation-range:entry 10% cover 34%}.home-history-stop:nth-child(2){animation-range:entry 18% cover 42%}.home-history-stop:nth-child(3){animation-range:entry 26% cover 50%}}@media (max-width:980px){.home-discover-grid{min-height:620px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(280px,1fr))}.home-history-timeline{gap:18px}.home-history-panel{min-height:350px;padding:28px 24px 25px}.home-history-number{font-size:96px}}@media (max-width:760px){.home-history-timeline{grid-template-columns:1fr;gap:26px}.home-history-timeline:before{top:38px;bottom:38px;inset-inline-start:38px;inset-inline-end:auto;width:2px;height:auto;background:linear-gradient(180deg,rgba(180,138,60,.2),rgba(14,90,54,.62),rgba(180,138,60,.2))}.home-history-stop{grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto;align-items:start;gap:18px}.home-history-marker{width:76px;height:76px;margin:0}.home-history-panel{min-height:275px;padding:27px 23px 24px}.home-history-number{top:-13px;font-size:88px}@supports (animation-timeline:view()){.home-history-stop,.home-history-stop:nth-child(2),.home-history-stop:nth-child(3){animation-range:entry 8% cover 32%}}}@media (max-width:700px){.home-discover-grid{min-height:0;grid-template-columns:1fr;grid-template-rows:none}.home-place-card,.home-place-card:not(.home-place-card--featured){min-height:320px}}@media (max-width:480px){.home-history-stop{grid-template-columns:62px minmax(0,1fr);gap:13px}.home-history-timeline:before{inset-inline-start:31px}.home-history-marker{width:62px;height:62px;box-shadow:0 0 0 7px rgba(255,253,248,.9),0 13px 30px rgba(13,34,52,.13)}.home-history-icon{width:40px;height:40px}.home-history-icon svg{width:22px;height:22px}.home-history-panel{min-height:260px;padding:25px 19px 22px;border-radius:20px}.home-history-panel strong{font-size:21px}.home-history-panel p{font-size:14px;-webkit-line-clamp:4}.home-history-number{font-size:74px}}@media (prefers-reduced-motion:reduce){.home-history-stop{opacity:1;transform:none;animation:none}.home-history-marker,.home-history-panel,.home-history-read>span:last-child{transition:none}}.home-history-cta-wrap{margin-top:clamp(46px,6vw,72px);display:grid;grid-template-columns:minmax(42px,1fr) auto minmax(42px,1fr);align-items:center;grid-gap:clamp(14px,2.6vw,28px);gap:clamp(14px,2.6vw,28px)}.home-history-cta-line{height:1px;background:linear-gradient(90deg,transparent,rgba(180,138,60,.58),rgba(14,90,54,.34))}.home-history-cta-line:last-child{transform:scaleX(-1)}.home-history-cta{position:relative;isolation:isolate;width:min(100%,520px);min-height:98px;overflow:hidden;padding:15px 18px;border:1px solid rgba(219,187,118,.78);border-radius:20px;display:grid;grid-template-columns:62px minmax(0,1fr) 42px;align-items:center;grid-gap:15px;gap:15px;color:#fffdf6;background:radial-gradient(circle at 17% 16%,rgba(219,187,118,.2),transparent 30%),linear-gradient(135deg,#123c2c 0,var(--green-900) 52%,#0b2b25 100%);box-shadow:0 18px 44px rgba(13,34,52,.2),inset 0 1px 0 rgba(255,255,255,.12);transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease}.home-history-cta:before{content:"";position:absolute;inset:5px;z-index:-1;border:1px solid rgba(219,187,118,.38);border-radius:15px;pointer-events:none}.home-history-cta:after{content:"";position:absolute;z-index:-2;width:180px;height:180px;inset-inline-end:-84px;top:-92px;border:1px solid rgba(219,187,118,.16);border-radius:50%;box-shadow:0 0 0 24px rgba(219,187,118,.035)}.home-history-cta-seal{width:58px;height:58px;border:1px solid rgba(219,187,118,.62);border-radius:50%;display:grid;place-items:center;color:#e6c982;background:rgba(255,255,255,.07);box-shadow:0 0 0 5px rgba(219,187,118,.075),inset 0 0 20px rgba(219,187,118,.08);transition:transform .28s ease,background .28s ease}.home-history-cta-seal svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.home-history-cta-copy{min-width:0;display:grid;grid-gap:5px;gap:5px}.home-history-cta-copy small{color:rgba(255,253,246,.68);font-size:11px;font-weight:750;letter-spacing:.05em}.home-history-cta-copy strong{color:#fffdf6;font-size:clamp(20px,2.2vw,27px);line-height:1.35}.home-history-cta-arrow{width:38px;height:38px;border:1px solid rgba(219,187,118,.4);border-radius:50%;display:grid;place-items:center;color:#e6c982;font-size:21px;transition:transform .24s ease,background .24s ease}html[dir=ltr] .home-history-cta-arrow{transform:scaleX(-1)}.home-history-cta:focus-visible,.home-history-cta:hover{transform:translateY(-5px);border-color:rgba(230,201,130,.98);box-shadow:0 27px 64px rgba(13,34,52,.28),inset 0 1px 0 rgba(255,255,255,.16)}.home-history-cta:focus-visible .home-history-cta-seal,.home-history-cta:hover .home-history-cta-seal{transform:rotate(-5deg) scale(1.06);background:rgba(230,201,130,.12)}.home-history-cta:focus-visible .home-history-cta-arrow,.home-history-cta:hover .home-history-cta-arrow{transform:translateX(-4px);background:rgba(230,201,130,.11)}html[dir=ltr] .home-history-cta:focus-visible .home-history-cta-arrow,html[dir=ltr] .home-history-cta:hover .home-history-cta-arrow{transform:scaleX(-1) translateX(-4px)}@keyframes home-history-cta-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline:view()){.home-history-cta-wrap{opacity:.001;animation:home-history-cta-reveal cubic-bezier(.22,1,.36,1) both;animation-timeline:view(block);animation-range:entry 8% cover 28%}}@media (max-width:700px){.home-history-cta-wrap{grid-template-columns:minmax(18px,1fr) minmax(0,520px) minmax(18px,1fr);gap:10px}.home-history-cta{min-height:92px;grid-template-columns:54px minmax(0,1fr) 36px;gap:12px;padding:14px;border-radius:18px}.home-history-cta-seal{width:50px;height:50px}.home-history-cta-seal svg{width:25px;height:25px}.home-history-cta-arrow{width:34px;height:34px}}@media (max-width:480px){.home-history-cta-wrap{grid-template-columns:1fr}.home-history-cta-line{display:none}.home-history-cta{width:100%;grid-template-columns:48px minmax(0,1fr) 34px;gap:10px;padding:13px}.home-history-cta-seal{width:46px;height:46px}.home-history-cta-copy small{font-size:10px}.home-history-cta-copy strong{font-size:18px}}@media (prefers-reduced-motion:reduce){.home-history-cta-wrap{opacity:1;transform:none;animation:none}.home-history-cta,.home-history-cta-arrow,.home-history-cta-seal{transition:none}}.home-discover .home-container{display:grid}.home-discover .home-section-row{display:contents}.home-discover .home-section-heading{order:1;margin-bottom:38px}.home-discover-grid,.home-discover>.home-container>.home-empty{order:2}.home-discover .home-section-link{position:relative;isolation:isolate;order:3;justify-self:center;width:min(100%,510px);min-height:92px;margin-top:clamp(42px,5.5vw,68px);padding:16px 20px;border:1px solid rgba(215,188,116,.76);border-radius:24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;overflow:hidden;color:#fffdf6;background:radial-gradient(circle at 14% 18%,transparent 0 25px,rgba(255,255,255,.08) 26px 27px,transparent 28px 43px,rgba(255,255,255,.055) 44px 45px,transparent 46px),radial-gradient(circle at 88% 82%,transparent 0 36px,rgba(215,188,116,.09) 37px 38px,transparent 39px 57px,rgba(215,188,116,.06) 58px 59px,transparent 60px),linear-gradient(135deg,#0b3e2b 0,var(--green-900) 52%,#123c34 100%);box-shadow:0 20px 50px rgba(13,34,52,.21),inset 0 1px 0 rgba(255,255,255,.12);font-size:clamp(18px,2vw,23px);font-weight:850;letter-spacing:0;text-transform:none;transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease,background .28s ease}.home-discover .home-section-link:before{content:"⌖";flex:0 0 auto;width:54px;height:54px;border:1px solid rgba(230,205,144,.62);border-radius:50%;display:grid;place-items:center;color:#e7cc8a;background:rgba(255,255,255,.08);box-shadow:0 0 0 6px rgba(230,205,144,.07),inset 0 0 18px rgba(230,205,144,.08);font-size:30px;line-height:1;transition:transform .28s ease,background .28s ease}.home-discover .home-section-link:after{content:"←";flex:0 0 auto;width:38px;height:38px;border:1px solid rgba(230,205,144,.42);border-radius:50%;display:grid;place-items:center;color:#e7cc8a;background:rgba(255,255,255,.04);font-size:21px;transition:transform .24s ease,background .24s ease}html[dir=ltr] .home-discover .home-section-link:after{transform:scaleX(-1)}.home-discover .home-section-link:focus-visible,.home-discover .home-section-link:hover{transform:translateY(-5px);border-color:rgba(230,205,144,.98);color:#fffdf6;background:radial-gradient(circle at 14% 18%,transparent 0 25px,rgba(255,255,255,.11) 26px 27px,transparent 28px 43px,rgba(255,255,255,.075) 44px 45px,transparent 46px),radial-gradient(circle at 88% 82%,transparent 0 36px,rgba(230,205,144,.13) 37px 38px,transparent 39px 57px,rgba(230,205,144,.085) 58px 59px,transparent 60px),linear-gradient(135deg,#104b34,#0e6a43 52%,#16483e);box-shadow:0 29px 68px rgba(13,34,52,.29),inset 0 1px 0 rgba(255,255,255,.16)}.home-discover .home-section-link:focus-visible:before,.home-discover .home-section-link:hover:before{transform:rotate(12deg) scale(1.06);background:rgba(230,205,144,.13)}.home-discover .home-section-link:focus-visible:after,.home-discover .home-section-link:hover:after{transform:translateX(-4px);background:rgba(230,205,144,.12)}html[dir=ltr] .home-discover .home-section-link:focus-visible:after,html[dir=ltr] .home-discover .home-section-link:hover:after{transform:scaleX(-1) translateX(-4px)}@keyframes home-landmarks-cta-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline:view()){.home-discover .home-section-link{opacity:.001;animation:home-landmarks-cta-reveal cubic-bezier(.22,1,.36,1) both;animation-timeline:view(block);animation-range:entry 8% cover 28%}}@media (max-width:700px){.home-discover .home-section-heading{margin-bottom:30px}.home-discover .home-section-link{width:min(100%,460px);min-height:86px;gap:13px;padding:14px 16px;border-radius:21px;text-align:center}.home-discover .home-section-link:before{width:48px;height:48px;font-size:26px}.home-discover .home-section-link:after{width:34px;height:34px}}@media (max-width:430px){.home-discover .home-section-link{min-height:78px;gap:10px;padding:12px;font-size:17px}.home-discover .home-section-link:before{width:43px;height:43px;font-size:24px;box-shadow:0 0 0 4px rgba(230,205,144,.07)}.home-discover .home-section-link:after{width:31px;height:31px;font-size:18px}}@media (prefers-reduced-motion:reduce){.home-discover .home-section-link{opacity:1;transform:none;animation:none}.home-discover .home-section-link,.home-discover .home-section-link:after,.home-discover .home-section-link:before{transition:none}}.home-content-over-about>.home-section{border-top:1px solid rgba(22,50,74,.055);padding-block:clamp(72px,7.4vw,104px)}.home-content-over-about>.home-section:first-child{border-top:0}.home-content-over-about .home-section-row{align-items:flex-end;margin-bottom:36px}.home-local-alert{width:100%;min-height:68px;margin-bottom:34px;padding:13px 16px;border:1px solid rgba(220,185,105,.42);border-radius:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;color:#fff;background:linear-gradient(90deg,rgba(180,138,60,.13),transparent 34%),linear-gradient(135deg,#0a4932,#102f39);box-shadow:0 16px 40px rgba(8,35,43,.14);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home-local-alert:focus-visible,.home-local-alert:hover{transform:translateY(-2px);border-color:rgba(235,205,137,.76);box-shadow:0 21px 48px rgba(8,35,43,.2)}.home-local-alert-mark{width:36px;height:36px;border:1px solid rgba(244,218,158,.55);border-radius:50%;display:grid;place-items:center;color:#f3d895;background:rgba(255,255,255,.075);font-size:18px;font-weight:900}.home-local-alert-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.home-local-alert-copy small{color:#e9ca83;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.home-local-alert-copy strong{overflow:hidden;color:#fff;font-size:15px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.home-local-alert-arrow{color:#f1d58f;font-size:20px}html[dir=ltr] .home-local-alert-arrow{transform:scaleX(-1)}.home-update-pagination{display:none}@media (max-width:700px){.home-content-over-about>.home-section{padding-block:58px}.home-content-over-about .home-section-row{gap:16px;margin-bottom:26px}.home-content-over-about .home-section-heading h2{margin-top:12px;font-size:clamp(30px,9vw,38px)}.home-content-over-about .home-section-heading p{margin-top:12px;font-size:15px;line-height:1.7}.home-local-alert{min-height:62px;margin-bottom:26px;padding:11px 13px;border-radius:16px;gap:11px}.home-local-alert-mark{width:32px;height:32px;font-size:16px}.home-local-alert-copy strong{font-size:13.5px}.home-quick-access .home-quick-grid{margin-top:28px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-quick-access .home-quick-card{min-height:112px;padding:14px 10px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.home-quick-access .home-quick-icon{width:44px;height:44px;border-radius:13px}.home-quick-access .home-quick-icon svg{width:22px;height:22px}.home-quick-access .home-quick-copy{display:block}.home-quick-access .home-quick-copy strong{display:block;font-size:14px;line-height:1.4}.home-quick-access .home-arrow,.home-quick-access .home-quick-copy small{display:none}.home-updates .home-update-carousel{width:auto;margin-inline:-14px;padding-inline:14px 54px;padding-bottom:7px;display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82vw,330px);grid-gap:14px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:14px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-updates .home-update-carousel::-webkit-scrollbar{display:none}.home-updates .home-update-card,.home-updates .home-update-card:last-child{width:auto;height:100%;grid-column:auto;scroll-snap-align:start;scroll-snap-stop:always}.home-updates .home-update-content{padding:20px}.home-updates .home-update-content h3{font-size:19px}.home-updates .home-update-content p{-webkit-line-clamp:2;font-size:14px}.home-update-pagination{min-height:28px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:7px}.home-update-pagination button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(14,90,54,.22);cursor:pointer;transition:width .24s ease,background .24s ease}.home-update-pagination button.is-active{width:24px;background:var(--green-900)}}@media (max-width:390px){.home-quick-access .home-quick-card{min-height:104px;padding-inline:8px}.home-quick-access .home-quick-icon{width:40px;height:40px}.home-quick-access .home-quick-copy strong{font-size:13px}.home-local-alert-arrow{display:none}}@media (prefers-reduced-motion:reduce){.home-local-alert,.home-update-pagination button{transition:none}}.site-footer{position:relative;isolation:isolate;overflow:hidden;color:#f7f4ec;background:radial-gradient(circle at 84% 8%,rgba(180,138,60,.14),transparent 23%),radial-gradient(circle at 12% 42%,rgba(14,90,54,.24),transparent 34%),linear-gradient(145deg,#071923,#0b2730 42%,#0a2e29 72%,#071b24);border-top:1px solid rgba(213,183,112,.32)}.site-footer:before{content:"";position:absolute;inset:0;z-index:-4;background:repeating-radial-gradient(ellipse at 14% 35%,transparent 0 30px,rgba(255,255,255,.025) 31px 32px,transparent 33px 54px),repeating-radial-gradient(ellipse at 86% 62%,transparent 0 40px,rgba(180,138,60,.026) 41px 42px,transparent 43px 70px);opacity:.8;pointer-events:none}.site-footer:after{content:"";position:absolute;z-index:-2;top:-1px;inset-inline:0;height:8px;background:linear-gradient(90deg,transparent 3%,rgba(180,138,60,.84) 38%,rgba(222,199,145,.96) 50%,rgba(14,90,54,.78) 72%,transparent 97%);opacity:.72;filter:blur(.2px)}.site-footer-atmosphere{position:absolute;inset:0;z-index:-3;pointer-events:none}.site-footer-moon{position:absolute;width:clamp(120px,14vw,220px);aspect-ratio:1;top:clamp(60px,8vw,115px);inset-inline-end:clamp(5%,9vw,12%);border-radius:50%;background:radial-gradient(circle at 38% 35%,#fff8d8 0 7%,#eadcb1 33%,#caaa65 72%,rgba(180,138,60,.22) 73% 100%);box-shadow:0 0 45px rgba(227,204,151,.28),0 0 110px rgba(180,138,60,.16);opacity:.15}.site-footer-wordmark{position:absolute;inset-inline-start:50%;bottom:clamp(92px,8vw,135px);transform:translateX(-50%);color:rgba(255,255,255,.026);font-size:clamp(96px,16vw,260px);line-height:.82;font-weight:900;letter-spacing:-.055em;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}html[dir=rtl] .site-footer-wordmark{transform:translateX(50%)}.site-footer-mountains{position:absolute;inset-inline:0;bottom:72px;width:100%;height:clamp(180px,21vw,310px);opacity:.085}.site-footer-mountains path:first-child{fill:#b48a3c}.site-footer-mountains path:last-child{fill:#1b8060;opacity:.7}.site-footer-shell{width:min(1320px,calc(100% - 64px));margin:0 auto;padding:clamp(88px,9vw,132px) 0 32px}.site-footer-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:clamp(34px,6vw,90px);gap:clamp(34px,6vw,90px)}.site-footer-hero-copy{max-width:940px}.site-footer-hero h2{max-width:980px;margin:0;color:#fffdf7;font-size:clamp(38px,5.2vw,76px);line-height:1.14;font-weight:850;letter-spacing:-.035em;text-wrap:balance}.site-footer-hero p{max-width:760px;margin:24px 0 0;color:rgba(238,242,239,.68);font-size:clamp(16px,1.55vw,21px);line-height:1.85}.site-footer-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}.site-footer-action{min-height:58px;padding:10px 16px 10px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:800;transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease}html[dir=rtl] .site-footer-action{padding:10px 11px 10px 16px}.site-footer-action>svg,.site-footer-column a>svg,.site-footer-overclock-open svg,.site-footer-socials a>svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease}html[dir=rtl] .site-footer-action>svg,html[dir=rtl] .site-footer-column a>svg,html[dir=rtl] .site-footer-overclock-open svg,html[dir=rtl] .site-footer-socials a>svg{transform:scaleX(-1)}.site-footer-action-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.site-footer-action-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.site-footer-action--primary{color:#112f27;background:linear-gradient(135deg,#e8d39f,#b48a3c);box-shadow:0 14px 34px rgba(180,138,60,.2)}.site-footer-action--primary .site-footer-action-icon{background:rgba(255,255,255,.25)}.site-footer-action--secondary{border:1px solid rgba(226,211,172,.35);color:#fffdf7;background:rgba(255,255,255,.055);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-footer-action--secondary .site-footer-action-icon{color:#e2c77f;background:rgba(180,138,60,.12)}.site-footer-action:focus-visible,.site-footer-action:hover{transform:translateY(-4px)}.site-footer-action--primary:focus-visible,.site-footer-action--primary:hover{box-shadow:0 21px 46px rgba(180,138,60,.3)}.site-footer-action--secondary:focus-visible,.site-footer-action--secondary:hover{border-color:rgba(226,211,172,.72);background:rgba(255,255,255,.1)}.site-footer-action:focus-visible>svg,.site-footer-action:hover>svg,.site-footer-column a:focus-visible>svg,.site-footer-column a:hover>svg,.site-footer-socials a:focus-visible>svg,.site-footer-socials a:hover>svg{transform:translateX(4px)}html[dir=rtl] .site-footer-action:focus-visible>svg,html[dir=rtl] .site-footer-action:hover>svg,html[dir=rtl] .site-footer-column a:focus-visible>svg,html[dir=rtl] .site-footer-column a:hover>svg,html[dir=rtl] .site-footer-socials a:focus-visible>svg,html[dir=rtl] .site-footer-socials a:hover>svg{transform:scaleX(-1) translateX(4px)}.site-footer-back-top{width:112px;min-height:126px;padding:16px 12px;border:1px solid rgba(226,211,172,.25);border-radius:56px 56px 24px 24px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;color:rgba(255,253,247,.82);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .25s ease,border-color .25s ease,background .25s ease}.site-footer-back-top>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#e2c77f;background:rgba(180,138,60,.13)}.site-footer-back-top svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer-back-top strong{font-size:12px;line-height:1.4;text-align:center}.site-footer-back-top:focus-visible,.site-footer-back-top:hover{transform:translateY(-7px);border-color:rgba(226,211,172,.62);background:rgba(255,255,255,.09)}.site-footer-divider{margin:clamp(52px,6vw,84px) 0 clamp(42px,5vw,68px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px}.site-footer-divider:after,.site-footer-divider:before{content:"";height:1px;background:linear-gradient(90deg,transparent,rgba(213,183,112,.34))}.site-footer-divider:after{transform:scaleX(-1)}.site-footer-divider span{width:10px;height:10px;border:1px solid rgba(226,211,172,.56);transform:rotate(45deg);box-shadow:0 0 18px rgba(180,138,60,.22)}.site-footer-links{display:grid;grid-template-columns:1fr 1.22fr 1fr 1.2fr;grid-gap:clamp(34px,5vw,72px);gap:clamp(34px,5vw,72px)}.site-footer-column h3{position:relative;width:-moz-fit-content;width:fit-content;margin:0 0 24px;color:#fffdf7;font-size:18px;font-weight:850}.site-footer-column h3:after{content:"";position:absolute;inset-inline-start:0;bottom:-9px;width:34px;height:2px;border-radius:999px;background:linear-gradient(90deg,#b48a3c,#e0c47b)}.site-footer-column ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:4px;gap:4px}.site-footer-column li a,.site-footer-socials a{min-height:39px;padding:6px 0;display:flex;align-items:center;gap:9px;color:rgba(229,235,231,.62);font-size:14px;line-height:1.45;transition:color .2s ease,transform .2s ease}.site-footer-column li a>span:first-child,.site-footer-socials a>span:nth-child(2){min-width:0;overflow-wrap:anywhere}.site-footer-column li a>svg,.site-footer-socials a>svg{width:15px;height:15px;-webkit-margin-start:auto;margin-inline-start:auto;opacity:0}.site-footer-column li a:focus-visible,.site-footer-column li a:hover,.site-footer-socials a:focus-visible,.site-footer-socials a:hover{color:#f4d993;transform:translateX(4px)}html[dir=rtl] .site-footer-column li a:focus-visible,html[dir=rtl] .site-footer-column li a:hover,html[dir=rtl] .site-footer-socials a:focus-visible,html[dir=rtl] .site-footer-socials a:hover{transform:translateX(-4px)}.site-footer-column li a:focus-visible>svg,.site-footer-column li a:hover>svg,.site-footer-socials a:focus-visible>svg,.site-footer-socials a:hover>svg{opacity:1}.site-footer-socials{display:grid;grid-gap:5px;gap:5px}.site-footer-social-icon{flex:0 0 auto;width:34px;height:34px;border:1px solid rgba(226,211,172,.16);border-radius:50%;display:grid;place-items:center;color:#e1c77f;background:rgba(255,255,255,.035)}.site-footer-social-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.site-footer-social-icon .site-footer-icon-fill,.site-footer-social-icon path:first-child:not(:only-child){fill:currentColor}.site-footer-social-icon .site-footer-icon-cutout{fill:#0b2730;stroke:none}.site-footer-overclock{margin-top:clamp(52px,7vw,92px)}.site-footer-overclock-card{position:relative;isolation:isolate;overflow:hidden;min-height:168px;padding:clamp(22px,3vw,36px);border:1px solid rgba(255,255,255,.11);border-radius:28px;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(340px,1.25fr) 52px;align-items:center;grid-gap:clamp(24px,4vw,60px);gap:clamp(24px,4vw,60px);background:radial-gradient(circle at 78% 45%,rgba(0,155,222,.08),transparent 28%),radial-gradient(circle at 46% 20%,rgba(237,28,36,.08),transparent 22%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 26px 78px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.site-footer-overclock-card:before{content:"";position:absolute;z-index:-1;inset:7px;border:1px solid rgba(255,255,255,.055);border-radius:21px}.site-footer-overclock-card:after{content:"";position:absolute;top:0;bottom:0;width:36%;inset-inline-start:-48%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.14),transparent);transform:skewX(-16deg);transition:inset-inline-start .7s ease}.site-footer-overclock-card:focus-visible,.site-footer-overclock-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.25);box-shadow:0 34px 92px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.12)}.site-footer-overclock-card:focus-visible:after,.site-footer-overclock-card:hover:after{inset-inline-start:118%}.site-footer-overclock-copy{display:grid;grid-gap:5px;gap:5px}.site-footer-overclock-copy small{color:rgba(229,235,231,.54);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-footer-overclock-copy strong{color:#fff;font-size:clamp(26px,3vw,38px);line-height:1.1}.site-footer-overclock-copy>span{color:rgba(229,235,231,.56);font-size:13px;line-height:1.65}.site-footer-overclock-logo-wrap{min-width:0;display:grid;place-items:center}.site-footer-overclock-logo{width:min(100%,540px);height:auto;object-fit:contain;filter:drop-shadow(0 14px 30px rgba(0,0,0,.2))}.site-footer-overclock-open{width:48px;height:48px;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;color:rgba(255,255,255,.72);background:rgba(255,255,255,.04)}.site-footer-overclock-card:focus-visible .site-footer-overclock-open svg,.site-footer-overclock-card:hover .site-footer-overclock-open svg{transform:translateX(4px)}html[dir=rtl] .site-footer-overclock-card:focus-visible .site-footer-overclock-open svg,html[dir=rtl] .site-footer-overclock-card:hover .site-footer-overclock-open svg{transform:scaleX(-1) translateX(4px)}.site-footer-bottom{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.075);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;color:rgba(229,235,231,.46);font-size:12px}.site-footer-bottom p{margin:0}.site-footer-made-with-love{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:rgba(231,204,138,.66)}.site-footer-made-with-love span{color:#b48a3c;font-size:9px;filter:drop-shadow(0 0 8px rgba(180,138,60,.4))}.site-footer-legal{display:flex;justify-content:flex-end;gap:18px}html[dir=rtl] .site-footer-legal{justify-content:flex-start}.site-footer-legal a{transition:color .2s ease}.site-footer-legal a:focus-visible,.site-footer-legal a:hover{color:#e1c77f}@keyframes site-footer-rise{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline:view()){.site-footer-hero,.site-footer-links,.site-footer-overclock{opacity:.001;animation:site-footer-rise cubic-bezier(.22,1,.36,1) both;animation-timeline:view(block);animation-range:entry 8% cover 32%}.site-footer-links{animation-range:entry 10% cover 34%}.site-footer-overclock{animation-range:entry 12% cover 36%}}@media (max-width:1080px){.site-footer-hero{grid-template-columns:1fr;align-items:start}.site-footer-back-top{position:absolute;top:0;inset-inline-end:0;width:86px;min-height:96px;border-radius:44px 44px 20px 20px}.site-footer-hero-copy{-webkit-padding-end:110px;padding-inline-end:110px}.site-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 70px}.site-footer-overclock-card{grid-template-columns:minmax(230px,.75fr) minmax(300px,1.25fr) 46px;gap:28px}}@media (max-width:760px){.site-footer-shell{width:min(100% - 36px,1320px);padding-top:76px}.site-footer-hero-copy{-webkit-padding-end:0;padding-inline-end:0}.site-footer-back-top{position:static;width:100%;min-height:58px;padding:8px 16px;border-radius:999px;grid-template-columns:38px auto;justify-content:center;margin-top:4px}.site-footer-back-top>span{width:36px;height:36px}.site-footer-links{grid-template-columns:1fr;gap:40px}.site-footer-overclock-card{min-height:0;grid-template-columns:1fr 42px;gap:24px 14px;padding:24px}.site-footer-overclock-copy{grid-column:1/-1}.site-footer-overclock-logo-wrap{justify-items:start}.site-footer-overclock-logo{width:min(100%,420px)}.site-footer-bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:13px}.site-footer-legal,html[dir=rtl] .site-footer-legal{justify-content:center}}@media (max-width:520px){.site-footer-shell{width:min(100% - 28px,1320px)}.site-footer-hero h2{font-size:clamp(34px,10vw,48px)}.site-footer-actions{display:grid;grid-template-columns:1fr}.site-footer-action{width:100%;justify-content:flex-start}.site-footer-action>svg{-webkit-margin-start:auto;margin-inline-start:auto}.site-footer-wordmark{font-size:30vw;bottom:180px}.site-footer-overclock-card{padding:20px;border-radius:22px}.site-footer-overclock-copy>span{font-size:12px}}@media (prefers-reduced-motion:reduce){.site-footer-hero,.site-footer-links,.site-footer-overclock{opacity:1;transform:none;animation:none}.site-footer-action,.site-footer-back-top,.site-footer-column a,.site-footer-overclock-card,.site-footer-overclock-card:after,.site-footer-overclock-open svg,.site-footer-socials a{transition:none}}.site-footer-overclock{margin-top:clamp(28px,3vw,38px);display:flex;justify-content:center}.site-footer-overclock-card{width:min(100%,560px);min-height:72px;padding:10px 12px 10px 15px;border-radius:16px;grid-template-columns:minmax(120px,.78fr) minmax(180px,1.22fr) 30px;gap:12px}html[dir=rtl] .site-footer-overclock-card{padding:10px 15px 10px 12px}.site-footer-overclock-card:before{inset:4px;border-radius:12px}.site-footer-overclock-copy{gap:4px}.site-footer-overclock-copy small{font-size:9px}.site-footer-overclock-love{display:inline-flex;align-items:center;gap:5px;color:rgba(231,204,138,.7);font-size:9px;line-height:1.35}.site-footer-overclock-love>span{color:#b48a3c;font-size:7px;filter:drop-shadow(0 0 6px rgba(180,138,60,.4))}.site-footer-overclock-logo{width:min(100%,205px);filter:drop-shadow(0 6px 14px rgba(0,0,0,.16))}.site-footer-overclock-open{width:28px;height:28px}.site-footer-overclock-open svg{width:14px;height:14px}.site-footer-bottom{grid-template-columns:1fr auto}@media (max-width:760px){.site-footer-divider{margin:42px 0 34px}.site-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:28px 14px}.site-footer-column h3{margin-bottom:16px;font-size:15px}.site-footer-column h3:after{bottom:-7px;width:26px}.site-footer-column ul{gap:0}.site-footer-column li a{min-height:27px;padding:3px 0;gap:5px;font-size:12px;line-height:1.3}.site-footer-column li a>svg,.site-footer-socials a>svg{display:none}.site-footer-connect{grid-column:auto}.site-footer-socials{grid-template-columns:1fr;gap:5px}.site-footer-socials a{min-height:31px;padding:2px 0;gap:6px;font-size:11.5px;line-height:1.25}.site-footer-social-icon{width:27px;height:27px}.site-footer-social-icon svg{width:14px;height:14px}.site-footer-overclock{margin-top:30px}.site-footer-overclock-card{width:min(100%,390px);min-height:58px;padding:8px 10px;border-radius:14px;grid-template-columns:minmax(88px,auto) minmax(0,1fr) 26px;gap:8px}html[dir=rtl] .site-footer-overclock-card{padding:8px 10px}.site-footer-overclock-card:before{inset:3px;border-radius:10px}.site-footer-overclock-copy{grid-column:auto;min-width:0;gap:2px}.site-footer-overclock-copy small{font-size:8px;line-height:1.3;letter-spacing:0;text-transform:none}.site-footer-overclock-love{font-size:8px}.site-footer-overclock-logo-wrap{justify-items:center}.site-footer-overclock-logo{width:min(100%,145px)}.site-footer-overclock-open{width:26px;height:26px}.site-footer-bottom{grid-template-columns:1fr}}@media (max-width:390px){.site-footer-links{gap:24px 10px}.site-footer-column h3{font-size:14px}.site-footer-column li a{font-size:11.5px}.site-footer-overclock-card{width:100%;grid-template-columns:minmax(82px,auto) minmax(0,1fr) 24px}.site-footer-overclock-logo{width:min(100%,120px)}}