@import url('./tokens.css');
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:115px}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:var(--red);color:white}.wrap{width:100%;max-width:var(--max);padding-inline:var(--gutter);margin-inline:auto}.skip{position:fixed;left:20px;top:-90px;z-index:100;background:white;padding:16px}.skip:focus{top:10px}.header{height:var(--header);position:sticky;top:0;background:#fffffff5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:30}.header-inner{height:100%;display:flex;align-items:center;gap:36px}.logo img{display:block;width:230px;height:auto}.nav{display:flex;gap:30px;margin-left:auto;font-size:14px}.nav a{padding-block:12px}.nav a:hover,.text-link:hover{color:var(--red)}.language{display:flex;gap:10px;align-items:center;font-size:13px}.language a{display:grid;place-items:center;min-width:32px;min-height:44px}.language [aria-current=page]{color:var(--red);font-weight:700}.language span{color:#aaa}.button{display:inline-flex;gap:30px;align-items:center;justify-content:space-between;min-height:54px;padding:17px 24px;background:var(--red);color:white;border:1px solid var(--red);font-size:14px;font-weight:700;transition:background .2s}.button:hover{background:var(--red-dark)}.button .arrow{font-size:21px;font-weight:400}.header .button{min-height:44px;padding:10px 20px}.menu-toggle{display:none}.eyebrow{font-size:12px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.muted{color:var(--muted)}.hero{padding-top:52px;padding-bottom:62px}.hero-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:45px}.hero-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:5vw;align-items:stretch}.hero h1{font-size:clamp(56px,6.6vw,108px);line-height:1.01;font-weight:500;letter-spacing:-.065em;margin:0 0 30px;max-width:800px}.hero h1 em{font-style:normal;color:var(--red)}.intro{font-size:18px;line-height:1.65;color:var(--muted);max-width:420px;margin:0 0 30px}.hero-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap}.text-link{font-size:14px;border-bottom:1px solid currentColor;padding-block:8px}.market-board{background:var(--red);color:white;min-height:465px;padding:32px;display:flex;flex-direction:column;position:relative;overflow:hidden}.board-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.board-title{font-size:12px;letter-spacing:.12em;font-weight:400;margin:0;text-transform:uppercase;max-width:200px;line-height:1.65}.board-plus{font-size:36px;font-weight:300;line-height:1}.board-countries{margin:auto 0;font-size:clamp(44px,5.4vw,90px);letter-spacing:-.06em;line-height:1.08}.board-countries a{display:block;border-bottom:1px solid #ffffff42;padding:12px 0}.board-countries a:last-child{border:0}.board-countries a:hover{opacity:.8}.board-countries small{font-size:13px;letter-spacing:0;float:right;margin-top:20px}.board-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.hero-foot{border-top:1px solid var(--line);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;gap:24px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero-foot a{display:inline-flex;gap:16px}.section{padding-block:85px;border-top:1px solid var(--line)}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:36px;margin-bottom:44px}.section-heading h2{font-size:clamp(36px,4vw,66px);font-weight:400;line-height:1.08;letter-spacing:-.045em;margin:0;max-width:880px}.section-heading .eyebrow{padding-top:10px}.section-heading h2 em{font-style:normal;color:var(--red)}.market-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.market-card{background:var(--soft);padding:36px;min-height:220px;display:flex;flex-direction:column}.market-card .country-code{font-size:14px;color:var(--red);letter-spacing:.14em}.market-card h3{font-size:42px;font-weight:400;letter-spacing:-.04em;margin:34px 0 12px}.market-card p{font-size:16px;color:var(--muted);line-height:1.6;max-width:440px}.contact{background:var(--red);color:white}.contact h2{font-size:clamp(42px,5.5vw,84px);font-weight:400;letter-spacing:-.05em;line-height:1.08;max-width:900px;margin:30px 0}.contact p{max-width:580px;line-height:1.7}.contact .button{background:white;color:var(--red);border-color:white}.footer{padding-block:32px;display:flex;align-items:center;justify-content:space-between;gap:32px;font-size:13px}.footer img{width:185px}.footer p{color:var(--muted)}
@media(min-width:1600px){.hero-grid{gap:100px}}@media(max-width:1000px){.header-inner{gap:20px}.logo img{width:190px}.nav{gap:18px}.header .button{display:none}.hero h1{font-size:70px}.market-board{min-height:440px}.board-countries{font-size:61px}.section-heading{grid-template-columns:1fr 2fr}}
@media(max-width:700px){:root{--header:78px}.header-inner{gap:12px}.logo img{width:168px}.language{margin-left:auto;gap:5px}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);background:white;color:var(--ink);font-size:22px}.nav{display:none;position:absolute;top:77px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:20px var(--gutter);flex-direction:column;gap:4px}.nav.open{display:flex}.nav a{min-height:44px}.hero{padding-top:27px;padding-bottom:35px}.hero-top{margin-bottom:30px}.hero-top .muted{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero h1{font-size:clamp(46px,12vw,79px);max-width:560px}.intro{font-size:16px;max-width:510px}.market-board{min-height:340px;padding:26px}.board-countries{font-size:clamp(49px,12vw,76px);margin:25px 0}.hero-foot{margin-top:30px;font-size:11px;line-height:1.6}.hero-foot span{max-width:170px}.section{padding-block:54px}.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.market-grid{grid-template-columns:1fr}.market-card{padding:26px;min-height:220px}.market-card h3{font-size:38px;margin-top:25px}.footer{align-items:flex-start;flex-direction:column;gap:12px}}
/* Shared content components and the progressively enhanced visual story. */
.header-inner{padding-left:max(var(--gutter),env(safe-area-inset-left));padding-right:max(var(--gutter),env(safe-area-inset-right))}.language a{min-width:44px}.hero-grid>*{min-width:0}.section-intro{max-width:650px;font-size:17px;line-height:1.75;color:var(--muted);margin:25px 0 0}.approach{background:#f8f8f6}.chapter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;list-style:none;margin:54px 0 0;padding:0;border-top:1px solid var(--line)}.chapter-card{padding:28px 30px 6px 0}.chapter-card+li{border-left:1px solid var(--line);padding-left:30px}.chapter-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.chapter-top .eyebrow{font-size:11px;letter-spacing:.1em}.chapter-number{font-size:15px;color:var(--red)}.chapter-card h3{font-size:30px;font-weight:400;letter-spacing:-.035em;line-height:1.14;margin:50px 0 18px;max-width:280px}.chapter-card p{font-size:16px;line-height:1.7;color:var(--muted);margin:0}.market-card{position:relative;min-height:350px;overflow:hidden;border:1px solid transparent;transition:border-color .2s}.market-card:hover{border-color:var(--red)}.market-meta{display:flex;justify-content:space-between;gap:20px;font-size:22px}.market-card h3{font-size:66px;margin:38px 0 0}.market-card p{margin-bottom:30px}.market-link{font-size:14px;font-weight:700;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:auto;min-height:44px}.market-link:hover{color:var(--red)}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:8vw;align-items:start}.contact h2{font-size:clamp(40px,4.1vw,65px)}.contact-intro{font-size:17px;max-width:450px!important}.contact-note{font-size:14px;opacity:.82;margin-top:35px;max-width:430px!important}.contact-email{display:inline-block;font-size:20px;margin-top:15px;border-bottom:1px solid white;padding-bottom:7px;overflow-wrap:anywhere}.brief-form{padding-top:0;min-width:0}.form-note{font-size:12px;margin:0 0 25px!important;opacity:.85}.field{margin-bottom:22px}.field label{display:block;font-size:14px;margin-bottom:10px}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid #ffffff75;background:#ffffff09;border-radius:0;padding:14px 15px;min-height:49px;color:white;font-size:16px;line-height:1.4}.field select{color-scheme:dark}.field select option{background:var(--red);color:white}.field textarea{resize:vertical;min-height:115px}.field input::placeholder,.field textarea::placeholder{color:#ffffffb8;opacity:1}.contact :focus-visible{outline-color:white}.contact .form-submit{width:100%;margin-top:3px;border:0}.contact .form-submit:hover{background:#eee}.form-privacy{font-size:12px;opacity:.85;margin-bottom:0}.form-status{font-size:14px;line-height:1.55;margin-bottom:0;min-height:22px}.form-status:empty{min-height:0}.footer img{display:block;height:auto}.back-top{white-space:nowrap;padding:10px 0;min-height:44px;display:inline-flex;align-items:center}.footer span{white-space:nowrap}.story:empty{display:none}.story{position:relative}.story-stage{position:relative;min-height:400px;background:var(--soft);overflow:hidden}.story-poster{width:100%;height:100%;object-fit:cover;object-position:58% 50%;display:block}.story-stage canvas{position:absolute;inset:0;width:100%;height:100%;opacity:0}.story-stage canvas.has-frame{opacity:1}.story-overlay{display:none;position:absolute;left:var(--gutter);top:50%;transform:translateY(-50%);width:min(40%,480px);padding:30px;background:#fffffff2}.story-overlay [data-chapter]{display:none}.story-overlay [data-chapter].visible{display:block}.story-overlay h3{font-size:clamp(30px,3.5vw,56px);font-weight:400;line-height:1.05;letter-spacing:-.04em;margin:20px 0}.story-overlay p{font-size:16px;line-height:1.6}.story-credit{position:absolute;bottom:20px;right:var(--gutter);font-size:12px;background:#fffffff0;padding:8px 12px}.story-skip{display:none;position:absolute;right:var(--gutter);top:20px;z-index:2;background:white;padding:12px}.is-animated .story-stage{position:sticky}.is-animated .story-overlay,.is-animated .story-skip{display:block}.lang-ru .hero h1{font-size:clamp(52px,6.1vw,100px)}.lang-ru .board-bottom{font-size:10px;letter-spacing:.04em}.lang-ru .hero-top .eyebrow{letter-spacing:.1em}.lang-ru .chapter-card h3{font-size:28px}.lang-ru .contact h2{font-size:clamp(37px,3.7vw,60px)}
@media(max-width:1100px){.contact-grid{gap:5vw}.footer{flex-wrap:wrap}.hero h1{font-size:clamp(54px,6.6vw,80px)}.lang-ru .hero h1{font-size:clamp(50px,6.3vw,80px)}.board-countries{font-size:clamp(45px,5.5vw,66px)}.board-bottom{font-size:10px;letter-spacing:.04em}.header-inner{gap:16px}.nav{gap:18px}}
@media(max-width:800px){.chapter-card h3{font-size:25px}.lang-ru .chapter-card h3{font-size:24px}.chapter-card{padding-right:20px}.chapter-card+li{padding-left:20px}.section-heading{grid-template-columns:1fr 2.25fr}.market-card h3{font-size:50px}.contact-grid{grid-template-columns:1fr 1fr;gap:35px}.contact h2{font-size:42px}.lang-ru .contact h2{font-size:38px}.header .nav{gap:12px;font-size:13px}.logo img{width:180px}}
@media(max-width:700px){.header .nav{font-size:16px;gap:4px}.header-inner{gap:6px}.logo img{width:152px}.language{gap:0;font-size:12px}.language a{min-width:36px}.lang-ru .hero h1,.hero h1{font-size:clamp(44px,11.9vw,80px);letter-spacing:-.06em}.hero-top .eyebrow{font-size:11px}.hero-actions{gap:15px}.hero-actions .button{padding:16px 19px}.board-countries{font-size:clamp(48px,12vw,77px)}.board-bottom{font-size:10px}.lang-ru .board-bottom{font-size:9px}.board-title{font-size:11px}.hero-foot{font-size:10px;gap:20px}.hero-foot a{max-width:150px;align-items:center}.section-heading{grid-template-columns:1fr}.section-heading h2{font-size:39px}.section-intro{font-size:16px}.chapter-grid{grid-template-columns:1fr;margin-top:30px}.chapter-card{padding:25px 0!important;border-left:0!important;border-bottom:1px solid var(--line)}.chapter-card:last-child{border-bottom:0;padding-bottom:0!important}.chapter-card h3,.lang-ru .chapter-card h3{font-size:30px;max-width:500px;margin:25px 0 15px}.chapter-card p{max-width:500px}.market-card{min-height:330px}.market-card h3{font-size:55px}.contact-grid{grid-template-columns:1fr;gap:36px}.contact h2,.lang-ru .contact h2{font-size:clamp(36px,9vw,58px)}.contact-note{margin-top:24px}.footer{flex-direction:column;gap:10px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.footer p{font-size:12px;margin:4px 0}.footer span{font-size:12px}.story-stage{min-height:300px}.story-overlay{left:20px;right:20px;top:auto;bottom:50px;transform:none;width:auto;padding:20px}.story-overlay h3{font-size:32px}.story-overlay p{font-size:14px}.story-credit{bottom:10px;right:20px;left:20px;font-size:10px}.story-skip{right:20px;top:12px;font-size:12px}.text-link{min-height:44px;display:inline-flex;align-items:center}.contact .form-submit{font-size:14px}.field{margin-bottom:19px}}
@media(max-width:350px){.logo img{width:132px}.language a{min-width:32px}.menu-toggle{width:44px;flex-shrink:0}.board-bottom{flex-direction:column;align-items:flex-start;gap:10px}.board-countries{font-size:45px}.hero-actions{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:35px}.market-card{padding:24px}}
@media(max-height:500px) and (min-width:701px){:root{--header:72px}.hero{padding-top:30px}.story-overlay{padding:15px;max-width:500px;width:55%}.story-overlay h3{font-size:30px;margin:10px 0}.story-overlay p{font-size:14px}}
.hero-media{margin:0;background:var(--soft);position:relative;min-height:470px;display:flex;flex-direction:column;overflow:hidden}.hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:63% center}.hero-media figcaption{position:relative;margin-top:auto;display:flex;justify-content:space-between;gap:20px;background:#ffffffeb;padding:15px 20px;font-size:11px;line-height:1.5;letter-spacing:.035em}.hero-media figcaption span:last-child{white-space:nowrap}.hero-media+.board{display:none}
.brief-result{border-top:1px solid #ffffff70;padding-top:20px;margin-top:18px}.brief-result[hidden]{display:none}.brief-download{display:inline-flex;align-items:center;min-height:44px;border-bottom:1px solid white;font-weight:700;font-size:14px}.brief-result details{margin-top:20px;font-size:14px}.brief-result summary{cursor:pointer;min-height:44px;padding-block:12px}.brief-preview{white-space:pre-wrap;overflow-wrap:anywhere;background:#ffffff12;font:14px/1.7 var(--font);padding:18px}.story-visual{position:relative}.is-animated .story-visual{position:absolute;inset:0}.story-overlay.no-copy{visibility:hidden}.story:not(.is-animated) .story-stage{height:auto!important;min-height:0}.story:not(.is-animated) .story-poster{height:auto}.story:not(.is-animated) .story-overlay{display:none}
@media(max-width:700px){.is-animated .story-visual{bottom:235px}.is-animated .story-overlay{top:auto;bottom:0;left:0;right:0;width:100%;min-height:235px;max-height:45%;overflow:auto;padding:22px var(--gutter);background:white}.is-animated .story-overlay h3{font-size:27px;line-height:1.12;margin:10px 0}.is-animated .story-overlay p{font-size:14px;line-height:1.6;margin:0}.is-animated .story-credit{bottom:245px;right:10px;left:auto;max-width:90%;font-size:9px;padding:5px}.is-animated .story-overlay.no-copy{visibility:visible}.story-skip{min-height:44px}.story-stage{min-height:320px}}
@media(max-height:500px){.is-animated .story-visual{inset:0}.is-animated .story-overlay{top:20px;bottom:auto;left:var(--gutter);width:45%;max-height:85%;overflow:auto;min-height:0;padding:12px;background:#fffffff2;transform:none}.is-animated .story-overlay h3{font-size:24px}.is-animated .story-overlay p{font-size:13px}.is-animated .story-credit{bottom:12px}.story-stage{min-height:200px}}
@media(max-width:700px){.language a{min-width:44px}.hero-media{min-height:360px}.hero-media figcaption{font-size:10px;padding:12px 15px;gap:10px}.hero-media>img{object-position:63% center}}
@media(max-width:350px){.logo img{width:116px}.hero-media{min-height:310px}.hero-media figcaption{flex-direction:column;gap:3px}.language a{min-width:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.story{height:auto!important}.story-stage{position:relative!important;height:auto!important}.story-overlay,.story-skip{display:none!important}.story-poster{height:auto}}
