@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800&display=swap');
:root{color-scheme:light;--bg:#fafbf8;--surface:#fff;--soft:#eff1ea;--text:#252922;--muted:#6d7367;--line:#dfe3d8;--accent:#d4e7a5;--accent-text:#29351c;--header:rgba(250,251,248,.92)}
:root[data-theme=dark]{color-scheme:dark;--bg:#222422;--surface:#2c2e2b;--soft:#33372f;--text:#f0f2eb;--muted:#aeb4a6;--line:#41453c;--accent:#c6dd99;--accent-text:#253218;--header:rgba(34,36,34,.93)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.6 'Golos Text',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}a:focus-visible,button:focus-visible{outline:3px solid #8ca352;outline-offset:5px}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(44px,5.5vw,78px);font-weight:500}h2{font-size:clamp(34px,3.5vw,48px);font-weight:500}h3{font-size:23px;font-weight:500}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.container{width:min(1280px,calc(100% - 80px));margin:auto}.skip{position:fixed;top:-100px;left:20px;background:var(--accent);padding:10px;z-index:100}.skip:focus{top:10px}.header{position:sticky;top:0;z-index:30;background:var(--header);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-row{height:92px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700;letter-spacing:-1px;white-space:nowrap}.brand-mark{position:relative;width:35px;height:40px;display:block}.brand-mark:before,.brand-mark:after{content:'';position:absolute;background:currentColor;border-radius:2px}.brand-mark:before{height:36px;width:5px;left:15px;top:2px;transform:rotate(9deg)}.brand-mark:after{width:30px;height:5px;left:2px;top:13px;transform:rotate(-9deg)}.brand small{display:block;font-size:9px;letter-spacing:2px;font-weight:400;line-height:1.1;text-transform:uppercase}.nav{display:flex;gap:30px;margin-left:auto;font-size:13px}.nav a{padding:8px 0;color:var(--muted)}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.nav a[aria-current=page]{border-bottom:1px solid currentColor}.header-actions{display:flex;gap:10px;align-items:center}.icon-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--text)}.icon-button:hover{background:var(--soft)}.button{display:inline-flex;justify-content:space-evenly;gap:5px;padding:10px 15px;border-radius:50px;background:var(--accent);color:var(--accent-text);font-size:13px;font-weight:500;border:1px solid transparent;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.outline{border-color:var(--line);background:transparent;color:var(--text)}.menu-toggle{display:none}.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:500;letter-spacing:1.7px;text-transform:uppercase}.dot{width:7px;height:7px;border-radius:50%;background:#a3b878;display:inline-block}.hero{padding-top:30px}.hero-panel{position:relative;min-height:610px;isolation:isolate;overflow:hidden;border-radius:24px;background:#3d4938;color:white;display:flex;align-items:center}.hero-photo{position:absolute;inset:-8% 0;width:100%;height:116%;z-index:-3;will-change:transform}.hero-panel:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,27,19,.83),rgba(15,27,19,.45) 52%,rgba(15,27,19,.12));z-index:-2}.hero-content{padding:64px;width:760px;max-width:100%}.hero h1{margin:26px 0 22px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#e1eccb}.hero-description{color:#e0e5db;max-width:340px;font-size:14px;line-height:1.8}.hero .button{margin-top:30px}.hero-bottom{position:absolute;bottom:28px;right:32px;display:flex;align-items:center;gap:20px;font-size:11px;letter-spacing:1px}.slider-dots{display:flex;gap:6px}.slider-dots i{height:4px;width:18px;border-radius:5px;background:#ffffff50}.slider-dots i:first-child{background:#e0ecc9;width:40px}.hero-note{position:absolute;top:30px;right:32px;font-size:10px;letter-spacing:1px;border:1px solid #ffffff50;padding:6px 12px;border-radius:30px}.welcome-bar{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;padding:28px 0;border-bottom:1px solid var(--line);gap:24px}.welcome-bar p{font-size:13px;color:var(--muted)}.welcome-bar strong{font-size:15px;font-weight:500;color:var(--text)}.welcome-bar .meeting{display:flex;gap:15px;align-items:center}.welcome-bar .meeting>svg{width:26px;height:26px}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:13px;font-weight:500}.text-link:hover{color:var(--muted)}.section{padding:90px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}.section-heading .eyebrow{color:var(--muted);margin-bottom:16px}.section-heading>p{max-width:330px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.card{display:block;min-width:0}.card-image{position:relative;aspect-ratio:1.65;border-radius:16px;overflow:hidden;background:var(--soft)}.card-image img{transition:transform .5s}.card:hover img{transform:scale(1.035)}.card-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 55%,#0005)}.play{position:absolute;z-index:1;bottom:16px;left:16px;width:42px;height:42px;border-radius:50%;background:#ffffffeb;color:#283122;display:grid;place-items:center}.play svg{width:16px;height:16px;fill:currentColor;stroke:none;margin-left:2px}.duration{position:absolute;right:16px;bottom:22px;z-index:1;font-size:11px;color:white}.meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;margin:18px 0 10px}.meta span+span:before{content:'·';margin-right:10px}.card h3{max-width:350px}.card p{color:var(--muted);font-size:12px;margin-top:12px}.news-section{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.news-section .card-image{aspect-ratio:1.48}.tag{position:absolute;top:14px;left:14px;background:#fafbf8ed;color:#303729;border-radius:30px;padding:5px 12px;font-size:10px}.quote{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:52px 0 0;margin-top:52px;border-top:1px solid var(--line)}.quote p{font-family:Georgia,serif;font-size:clamp(24px,3vw,36px);font-style:italic;line-height:1.4;max-width:700px}.quote span{font-size:10px;color:var(--muted);letter-spacing:1px;white-space:nowrap}.visit{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.visit .eyebrow{color:var(--muted);margin-bottom:22px}.visit h2{font-size:clamp(38px,4vw,54px)}.visit-description{color:var(--muted);margin:22px 0 28px;max-width:350px;font-size:14px}.visit-details{display:grid;gap:14px;font-size:13px;margin-bottom:28px}.visit-details div{display:flex;align-items:center;gap:12px}.visit-details svg{width:18px}.map{position:relative;min-height:365px;border-radius:20px;background:var(--soft);overflow:hidden;border:1px solid var(--line);display:grid;place-items:center;isolation:isolate}.map:before{content:'';position:absolute;inset:-100px;z-index:-1;background:repeating-linear-gradient(25deg,transparent 0 80px,var(--bg) 81px 98px,transparent 99px 175px),repeating-linear-gradient(115deg,transparent 0 105px,var(--bg) 106px 116px,transparent 117px 195px);transform:rotate(-12deg)}.map-river{position:absolute;right:12%;top:-25%;width:75px;height:155%;background:#a6bcb540;transform:rotate(24deg);z-index:-1;border-radius:50%}.map-center{text-align:center}.map-pin{display:grid;place-items:center;margin:0 auto 16px;width:60px;height:60px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--accent);color:var(--accent-text);box-shadow:0 10px 40px #34452125}.map-pin svg{transform:rotate(45deg);width:28px;height:28px}.map-label{padding:10px 20px;background:var(--surface);border:1px solid var(--line);border-radius:12px;font-size:13px}.map-label small{display:block;color:var(--muted);font-size:10px}.map-caption{position:absolute;bottom:18px;left:20px;font-size:10px;color:var(--muted)}.footer{border-top:1px solid var(--line);padding:38px 0}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .brand{font-size:19px}.footer p,.footer>a{color:var(--muted);font-size:11px}.footer-links{display:flex;gap:22px;font-size:12px}.moon{display:block}.sun{display:none}[data-theme=dark] .moon{display:none}[data-theme=dark] .sun{display:block}.placeholder{min-height:calc(100svh - 218px);padding:70px 0 90px}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:55px}.placeholder h1{margin:18px 0 24px}.placeholder-text{max-width:530px;color:var(--muted);margin-bottom:30px}.empty-state{margin-top:50px;padding:48px;border:1px dashed var(--line);border-radius:22px;background:var(--soft);display:flex;align-items:center;gap:24px}.empty-icon{width:64px;height:64px;border-radius:50%;background:var(--surface);display:grid;place-items:center;flex-shrink:0}.empty-state h2{font-size:24px;margin-bottom:10px}.empty-state p{font-size:13px;color:var(--muted)}
@media(min-width:1500px){.hero-panel{min-height:660px}}@media(max-width:1000px){.container{width:calc(100% - 48px)}.header-row{gap:20px}.nav{gap:18px}.header-actions>.button{display:none}.hero-content{padding:44px}.hero-panel{min-height:560px}.welcome-bar{grid-template-columns:1fr 1fr}.welcome-bar>.text-link{display:none}.cards{gap:18px}.visit{gap:35px}h3{font-size:20px}.section{padding:65px 0}}
@media(max-width:700px){.container{width:calc(100% - 32px)}.header-row{height:76px}.brand{font-size:20px}.header-actions{margin-left:auto}.menu-toggle{display:grid}.nav{display:none;position:absolute;top:75px;left:0;right:0;padding:20px 24px;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;gap:8px}.nav.is-open{display:flex}.nav a{padding:12px 0}.hero{padding-top:16px}.hero-panel{min-height:580px;border-radius:18px;align-items:center}.hero-content{padding:68px 26px 80px}.hero h1{font-size:48px}.hero .eyebrow{font-size:9px;letter-spacing:1px}.hero-description{font-size:13px;max-width:280px}.hero-note{top:18px;right:18px;font-size:8px}.hero-bottom{bottom:24px;right:24px}.hero-panel:after{background:linear-gradient(90deg,#14251cdb,#14251c70)}.welcome-bar{grid-template-columns:1fr;gap:18px;padding:24px 8px}.welcome-bar>p{display:none}.section{padding:52px 0}.section-heading{align-items:start;flex-direction:column;gap:20px;margin-bottom:26px}.section-heading .eyebrow{font-size:10px;margin-bottom:12px}.section-heading .button{padding:11px 18px}.cards{grid-template-columns:1fr;gap:32px}.card-image,.news-section .card-image{aspect-ratio:1.6}.card h3{font-size:24px;max-width:none}.meta{margin-top:16px}.quote{margin-top:35px;padding-top:30px;gap:20px;align-items:start;flex-direction:column}.visit{grid-template-columns:1fr;gap:30px}.map{min-height:300px}.footer-row{align-items:start;flex-wrap:wrap}.footer p{width:100%;order:3}.footer-links{gap:16px}.placeholder{padding-top:35px}.breadcrumb{margin-bottom:36px}.empty-state{padding:25px;align-items:start;flex-direction:column}.empty-state h2{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.hero-photo{transform:none!important;will-change:auto}}
