:root{--red:#AD0000;--red-dark:#8f0000;--red-soft:#f8ecec;--ink:#161616;--muted:#6f7175;--line:#e9e9ea;--panel:#f7f7f8;--white:#ffffff;--shadow:0 24px 65px rgba(17,17,17,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
.content-link{color:var(--red-dark);font-weight:600;text-decoration:underline;text-decoration-color:rgba(173,0,0,.32);text-decoration-thickness:1px;text-underline-offset:3px;transition:color .18s ease,text-decoration-color .18s ease}
.content-link:hover{color:var(--red);text-decoration-color:currentColor}
.wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}
.topbar{min-height:82px;border-bottom:0;background:#fff;position:relative;z-index:50}
.topbar-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:0;flex:0 0 auto;min-width:0}
.brand-mark{display:block;width:40px;height:40px;object-fit:contain;flex:0 0 40px}
.site-logo{display:block;width:auto;height:46px;max-width:250px;margin-left:-4px}
.nav{display:flex;align-items:center;gap:28px;color:#55585d;font-size:14px;font-weight:600}
.nav a:hover{color:var(--ink)}
.language-switcher{display:inline-flex;align-items:center;gap:8px;margin-left:2px;padding-left:20px;border-left:1px solid #e1e3e6;font-size:12px;font-weight:800;line-height:1;letter-spacing:.08em;white-space:nowrap}
.language-switcher .lang-current,.language-switcher .lang-link,.language-switcher .lang-divider{display:inline-flex;align-items:center}
.language-switcher .lang-current{color:var(--red)}
.language-switcher .lang-link{color:#6f747c;text-decoration:none;transition:color .18s ease}
.language-switcher .lang-link:hover{color:var(--red)}
.language-switcher .lang-divider{color:#c4c7cc;font-weight:500;letter-spacing:0}
.mobile-menu-toggle,.mobile-nav{display:none}
.mobile-menu-toggle{width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--ink);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;flex:0 0 44px}
.mobile-menu-toggle span{display:block;width:23px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{background:#fff;border-top:1px solid #ececee;border-bottom:1px solid #ececee}
.mobile-nav[hidden]{display:none !important}
.mobile-nav-inner{display:flex;flex-direction:column;padding-top:10px;padding-bottom:18px}
.mobile-nav a{display:flex;align-items:center;min-height:48px;padding:0 2px;border-bottom:1px solid #f0f0f1;color:#34363a;font-size:14px;font-weight:600}
.mobile-nav a:last-child{border-bottom:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;font-size:14px;font-weight:700;transition:.2s ease}
.btn svg{width:17px;height:17px}
.btn-primary{background:var(--ink);color:#fff}
.btn-primary:hover{transform:translateY(-1px);background:#000}
.btn-secondary{background:#f4f4f5;color:#222}
.btn-secondary:hover{background:#ececee}
.kicker{color:var(--red);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.site-footer{position:relative;width:100%;overflow:hidden;background:#f5f5f7;color:#17191e;padding:68px 0 0}
.footer-shell{width:100%;margin:0;padding:0;background:transparent;border:0;border-radius:0;overflow:hidden}
.footer-grid{width:min(calc(100% - 64px),1200px);margin:0 auto;display:grid;grid-template-columns:minmax(300px,1.6fr) repeat(3,minmax(140px,.72fr));gap:48px;align-items:start}
.footer-brand-lockup{display:inline-flex;align-items:center;gap:0;margin-bottom:22px}
.footer-brand-mark{display:block;width:40px;height:40px;object-fit:contain;flex:0 0 40px}
.footer-brand-logo{display:block;width:215px;max-width:100%;height:auto;margin:0 0 0 -4px}
.footer-about{max-width:390px;margin:0;color:#545b65;font-size:13px;line-height:1.75}
.footer-col h3{margin:2px 0 19px;color:#17191e;font-size:12px;line-height:1.3;font-weight:800}
.footer-links{display:flex;flex-direction:column;gap:12px}
.footer-links a{color:#515761;font-size:13px;line-height:1.45;transition:color .18s ease}
.footer-links a:hover{color:var(--red)}
.footer-bottom{width:min(calc(100% - 64px),1200px);margin:52px auto 0;padding-top:19px;border-top:1px solid #dfe1e5;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#515761;font-size:11px;line-height:1.5}
.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:16px}
.footer-legal a{color:#515761;transition:color .18s ease}
.footer-legal a:hover{color:var(--red)}
.footer-legal-sep{width:1px;height:14px;background:#d4d6db}
.footer-country{position:relative;z-index:0;width:100%;margin:52px 0 -1.5vw;text-align:center;font-size:clamp(110px,21vw,360px);line-height:.68;letter-spacing:-.075em;font-weight:800;color:#e7e8eb;text-transform:uppercase;user-select:none;pointer-events:none;white-space:nowrap}
.reveal{opacity:1;transform:none}.reveal-active .reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal-active .reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-active .reveal{opacity:1;transform:none;transition:none}}
@media(max-width:980px){.desktop-nav{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-nav:not([hidden]){display:block}.footer-grid{width:min(calc(100% - 48px),1200px);grid-template-columns:1.3fr 1fr 1fr;gap:36px}.footer-grid .footer-col:last-child{grid-column:2/4}.footer-bottom{width:min(calc(100% - 48px),1200px)}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1200px)}.topbar{min-height:72px}.topbar-inner{min-height:72px;gap:12px}.brand{gap:0}.brand-mark{width:34px;height:34px;flex-basis:34px}.site-logo{height:37px;max-width:190px;margin-left:-3px}.mobile-menu-toggle{width:42px;height:42px;flex-basis:42px}.btn{min-height:47px}.site-footer{padding-top:48px}.footer-grid{width:min(calc(100% - 28px),1200px);grid-template-columns:1fr 1fr;gap:32px 22px}.footer-brand{grid-column:1/-1}.footer-brand-lockup{margin-bottom:17px}.footer-brand-mark{width:36px;height:36px;flex-basis:36px}.footer-brand-logo{width:195px}.footer-about{max-width:100%;font-size:12.5px}.footer-col:last-child{grid-column:1/-1!important}.footer-bottom{width:min(calc(100% - 28px),1200px);flex-direction:column;align-items:flex-start;gap:12px;margin-top:38px;padding-top:18px}.footer-legal{gap:12px}.footer-country{margin-top:38px;margin-bottom:-2px;font-size:clamp(82px,27vw,150px)}}
h1{margin:0;font-size:clamp(52px,5.7vw,78px);line-height:.99;letter-spacing:-0.065em;font-weight:700;max-width:650px}
h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-0.05em;max-width:720px}
