*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1A2B4A;--orange:#E8651A;--slate:#5A6B8A;--light-text:#C8D0DE;--footer-link:#C8D5E5;--bg-light:#F5F7FA;--border:#E8E8EE;--border-dark:#D8DDE6;--footer-bg:#1A2B4A;--footer-divider:#2A3B5A}html{scroll-behavior:smooth}body{font-family:"Cormorant Garamond",serif;color:var(--navy);background:#fff;overflow-x:hidden;max-width:1440px;margin:0 auto}.icon-xs{width:14px;height:14px;vertical-align:middle}.icon-lg,.icon-sm,.icon-xs{display:inline-block}.icon-sm{width:20px;height:20px;vertical-align:middle}.icon-lg{width:32px;height:32px}#desktopNav a:hover,.icon-orange{color:var(--orange)}#desktopNav,header{display:flex;align-items:center}header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.87);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);height:80px;justify-content:flex-start;padding:0 120px;gap:20px}.logo{font-family:"Bebas Neue",sans-serif;font-size:28px;letter-spacing:4px;color:var(--navy);text-decoration:none;white-space:nowrap}#desktopNav{gap:40px}#desktopNav a{color:var(--slate);white-space:nowrap;transition:color .2s}#desktopNav a,.mobile-menu a,.nav-cta-btn{letter-spacing:3px;text-decoration:none}#desktopNav a,.nav-cta-btn{font-family:"Bebas Neue",sans-serif;font-size:14px}.nav-cta-btn{color:#fff!important;background:var(--orange);padding:10px 24px;display:inline-block;transition:opacity .2s}.nav-cta-btn:hover{opacity:.88}.hamburger{display:none;background:0 0;border:0;cursor:pointer;color:var(--navy);padding:4px;align-items:center;justify-content:center}.hamburger i{width:24px;height:24px}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:#fff;padding:24px 20px;flex-direction:column;gap:20px;z-index:99;box-shadow:0 4px 20px rgba(0,0,0,.1)}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--slate)}.mobile-menu .nav-cta-btn{align-self:flex-start}.accent-line{width:40px;height:2px;background:var(--orange);flex-shrink:0}.date-text,.mobile-menu a{font-family:"Bebas Neue",sans-serif;font-size:16px}.date-text{letter-spacing:6px;color:var(--orange);white-space:nowrap}.hero{position:relative;width:100%;height:800px;overflow:hidden}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg{background-image:url(../images/hero-banner.webp);background-size:cover;background-position:center}.hero-overlay{background:linear-gradient(to bottom,rgba(26,43,74,.87)0,rgba(26,43,74,.27) 50%,rgba(26,43,74,.8) 100%)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:160px 120px 80px;gap:24px}.date-badge{display:flex;align-items:center;gap:12px}.hero-title{font-family:"Bebas Neue",sans-serif;font-size:140px;line-height:.95;letter-spacing:-2px;color:#fff}.hero-subtitle{font-family:"Cormorant Garamond",serif;font-size:28px;font-style:italic;color:var(--light-text)}.hero-stats{display:flex;gap:60px;padding-top:40px}.stat{display:flex;flex-direction:column;gap:4px}.stat-label,.stat-val{font-family:"Bebas Neue",sans-serif}.stat-val{font-size:48px;letter-spacing:1px;color:var(--orange);line-height:1}.stat-label{font-size:12px;letter-spacing:4px;color:var(--light-text)}.section-label{display:flex;align-items:center;gap:12px}.center-label{justify-content:center}.label-text{font-family:"Bebas Neue",sans-serif;font-size:14px;letter-spacing:6px;color:var(--orange);white-space:nowrap}.section-header{display:flex;flex-direction:column;align-items:center;gap:20px}.section-title{font-family:"Bebas Neue",sans-serif;font-size:64px;letter-spacing:-1px;line-height:.95;color:var(--navy);width:100%}.center-text{text-align:center}.left-text{text-align:left!important}.about-text p,.section-subtitle{font-style:italic;color:var(--slate)}.section-subtitle{font-family:"Cormorant Garamond",serif;font-size:22px;max-width:700px;text-align:center}.about-section{background:#fff;padding:100px 120px;display:flex;flex-direction:column;gap:60px}.about-content{display:flex;gap:60px;align-items:flex-start}.about-text{flex:1;display:flex;flex-direction:column;gap:32px;justify-content:center}.about-text p{font-size:18px;line-height:1.7}.timeline{display:flex;gap:40px;flex-wrap:wrap}.tl-item{display:flex;flex-direction:column;gap:4px}.tl-year{font-family:"Bebas Neue",sans-serif;font-size:36px;letter-spacing:1px;color:var(--orange);line-height:1}.tl-desc{font-family:"Cormorant Garamond",serif;font-size:14px;font-style:italic;color:var(--slate)}.about-image-container{position:relative}.about-image{width:500px;height:500px;flex-shrink:0;background-image:url(../images/castle-image.webp);background-size:cover;background-position:center;background-color:var(--bg-light)}.distances-section{background:var(--bg-light);padding:100px 120px;display:flex;flex-direction:column;gap:60px}.search-input{width:360px;border:1px solid #e8e8ee;border-radius:8px;overflow:hidden;box-sizing:border-box;padding:0 10px;height:48px;line-height:48px}.dist-category{display:flex;flex-direction:column;gap:24px}.category-label{display:flex;align-items:center;gap:12px}.category-label-text{font-family:"Bebas Neue",sans-serif;font-size:16px;letter-spacing:6px;color:var(--orange)}.cards-grid-2,.cards-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cards-grid-2{grid-template-columns:repeat(2,1fr)}.dist-card{background:#fff;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid var(--border)}.dist-card.featured{border:2px solid var(--orange)}.dist-card.featured-border{border:1px solid var(--orange)}.dist-card.orange-card{background:var(--orange);border:0}.dist-num,.dist-unit{font-family:"Bebas Neue",sans-serif;color:var(--navy)}.dist-num{font-size:72px;letter-spacing:-1px;line-height:.9}.dist-num.orange{color:var(--orange)}.dist-num.white,.dist-unit.white{color:#fff}.dist-unit{font-size:18px;letter-spacing:4px}.dist-sep{width:32px;height:2px;background:var(--border-dark)}.dist-sep.orange-sep{background:var(--orange)}.dist-sep.white-sep{background:rgba(255,255,255,.27)}.dist-desc,.dist-name{font-family:"Cormorant Garamond",serif;font-style:italic}.dist-name{font-size:16px;color:var(--slate)}.dist-name.white,.footer-col a:hover{color:#fff}.dist-desc{font-size:14px;color:#8a95aa;line-height:1.5;flex:1}.dist-desc.white-60{color:rgba(255,255,255,.6)}.reg-btn{display:inline-flex;align-items:center;gap:6px;background:var(--orange);color:#fff;font-family:"Geist",sans-serif;font-size:12px;font-weight:600;padding:8px 16px;border-radius:999px;text-decoration:none;align-self:flex-start;transition:opacity .2s;white-space:nowrap}.reg-btn:hover{opacity:.88}.reg-btn.inverted{background:#fff;color:var(--orange)}.photo-strip{display:flex;height:360px;width:100%}.photo{flex:1;background-size:cover;background-position:center;background-color:var(--slate)}.photo-1{background-image:url(../images/thumb-1.webp)}.photo-2{background-image:url(../images/thumb-2.webp);background-color:var(--navy)}.photo-3{background-image:url(../images/thumb-3.webp);background-color:#2a3b5a}.features-section{background:#fff;padding:100px 120px;display:flex;flex-direction:column;gap:60px}.feat-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.feat-left{display:flex;flex-direction:column;gap:16px}.feat-title{font-family:"Bebas Neue",sans-serif;font-size:64px;letter-spacing:-1px;line-height:.95;color:var(--navy)}.feat-right{font-family:"Cormorant Garamond",serif;font-size:20px;font-style:italic;color:var(--slate);line-height:1.6;text-align:right;max-width:400px;flex-shrink:0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:#fff;padding:32px;display:flex;flex-direction:column;gap:20px;border:1px solid var(--border)}.feat-card-title{font-family:"Bebas Neue",sans-serif;font-size:22px;letter-spacing:2px;line-height:1.1;color:var(--navy)}.feat-card-desc{font-family:"Cormorant Garamond",serif;font-size:16px;font-style:italic;color:var(--slate);line-height:1.7}.cta-section{position:relative;height:500px;overflow:hidden}.cta-bg,.cta-overlay{position:absolute;inset:0}.cta-bg{background-image:url(../images/bottom.webp);background-size:cover;background-position:center}.cta-overlay{background:linear-gradient(to bottom,rgba(26,43,74,.93)0,rgba(26,43,74,.53) 50%,rgba(26,43,74,.93) 100%)}.cta-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:0 120px;text-align:center}.cta-title{font-family:"Bebas Neue",sans-serif;font-size:80px;letter-spacing:-1px;line-height:.9;color:#fff;max-width:800px}.cta-sub{font-family:"Cormorant Garamond",serif;font-size:22px;font-style:italic;color:var(--light-text)}.cta-btn-large{display:inline-flex;align-items:center;gap:12px;background:var(--orange);color:#fff;font-family:"Bebas Neue",sans-serif;font-size:18px;letter-spacing:4px;padding:16px 48px;text-decoration:none;transition:opacity .2s}.cta-btn-large:hover{opacity:.88}footer{background:var(--footer-bg);padding:60px 120px;gap:48px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer-brand,footer{display:flex;flex-direction:column}.footer-brand{gap:16px;width:300px;flex-shrink:0}.footer-logo{font-family:"Bebas Neue",sans-serif;font-size:28px;letter-spacing:4px;color:#fff}.footer-col a,.footer-tagline{font-family:"Cormorant Garamond",serif;font-style:italic}.footer-tagline{font-size:14px;color:#8a9dbb;line-height:1.7}.footer-links{display:flex;gap:80px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:16px;min-width:120px}.footer-col-title{font-family:"Bebas Neue",sans-serif;font-size:14px;letter-spacing:4px;color:var(--orange)}.footer-col a{font-size:16px;color:var(--footer-link);text-decoration:none;transition:color .2s}.footer-divider{width:100%;height:1px;background:var(--footer-divider)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-copy,.footer-loc span{font-family:"Cormorant Garamond",serif;font-size:14px;font-style:italic}.footer-copy,.footer-loc{color:#6a7d9b}.footer-loc{display:flex;align-items:center;gap:8px}.footer-loc i{flex-shrink:0}.footer-loc span{white-space:nowrap}@media (max-width:1200px){header{padding:0 40px}#desktopNav{gap:24px}.hero-content{padding:120px 60px 60px}.hero-title{font-size:100px}.hero-subtitle{font-size:22px}.hero-stats{gap:60px}.about-section{padding:80px 60px;gap:60px}.section-title{font-size:48px}.section-subtitle{font-size:18px;max-width:600px}.about-image{width:380px;height:380px}.about-content{gap:40px}.distances-section{padding:80px 60px;gap:60px}.photo-strip{height:280px}.features-section{padding:80px 60px;gap:60px}.feat-title{font-size:48px}.feat-right{font-size:18px;max-width:320px}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}.cta-content{padding:0 60px}.cta-title{font-size:64px}.cta-sub{font-size:18px}footer{padding:48px 60px}.footer-links{gap:40px}}@media (max-width:768px){header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.87);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);height:80px;align-items:flex-start;justify-content:flex-start;gap:20px;flex-direction:column;padding:0 10px 10px}.logo{font-size:20px;letter-spacing:2px}#desktopNav{display:none}.hamburger,header{display:flex}.hero{height:600px}.hero-content{padding:80px 24px 40px;gap:20px}.hero-title{font-size:72px}.about-text p,.hero-subtitle{font-size:18px}.date-text{font-size:12px;letter-spacing:4px}.hero-stats{gap:32px;padding-top:24px}.stat-val{font-size:36px}.about-section{padding:60px 20px;gap:32px}.section-title{font-size:36px}.section-subtitle{font-size:16px}.about-content{flex-direction:column;gap:32px}.about-image{width:100%;height:260px}.distances-section{padding:60px 10px;gap:40px}.cards-grid-2,.cards-grid-4{grid-template-columns:1fr;gap:12px}.photo-strip{height:200px}.photo-2{display:none}.features-section,footer{padding:60px 20px;gap:32px}.feat-header{flex-direction:column;gap:16px;align-items:flex-start}.feat-title{font-size:40px}.feat-right{text-align:left;max-width:100%;font-size:16px}.features-grid{grid-template-columns:1fr;gap:16px}.cta-section{height:480px}.cta-content{padding:0 24px;gap:24px}.cta-title{font-size:42px}.cta-sub{font-size:16px}.cta-btn-large{font-size:14px;padding:12px 32px}footer{padding:40px 20px}.footer-top{flex-direction:column;gap:32px}.footer-brand{width:100%}.footer-links{gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:430px){.hero-title{font-size:60px}.hero-stats{gap:24px}.dist-num{font-size:56px}.footer-links{flex-direction:column;gap:24px}}.table-root,.table-row{display:flex;box-sizing:border-box}.table-root{flex-direction:column;width:380px;border:1px solid #e8e8ee;border-radius:8px;overflow:hidden}.table-row{flex-direction:row;width:100%;height:48px}.table-data-row,.table-header-row{background-color:#f5f7fa;border-bottom:1px solid #e8e8ee}.table-data-row{background-color:#fff}.table-data-row--last{border-bottom:none}.table-cell{display:flex;align-items:center;padding:0 10px;box-sizing:border-box;overflow:hidden}.table-cell--code{width:75px;flex-shrink:0}.table-cell--dist{width:70px;flex-shrink:0}.table-cell--category,.table-cell--name{flex:1 1 0;min-width:0}.table-cell--name .table-text-name{white-space:break-spaces}.table-header-text{font-family:"Bebas Neue",sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;color:#5a6b8a;white-space:nowrap}.table-text-category,.table-text-code,.table-text-dist,.table-text-name{font-family:s;font-size:13px;font-weight:600;color:#1a2b4a;white-space:nowrap}.table-text-category,.table-text-dist,.table-text-name{font-family:"JetBrains Mono",monospace}.table-root{margin-bottom:20px}.telegram-browser header{flex-direction:column}.table-row-3.table-row{height:72px}.table-row-4.table-row{height:96px}.command-table.table-cell--code{width:70px}.dist-category .section-subtitle{text-align:left}@media (max-width:400px){.table-root{margin-left:-10px}}