
:root{
  --navy:#101b3a;
  --navy-2:#18264e;
  --blue:#23347a;
  --red:#e32f2b;
  --red-dark:#c72124;
  --ink:#151a2a;
  --muted:#667085;
  --line:#e6e8ef;
  --soft:#f4f6fa;
  --white:#fff;
  --radius:28px;
  --shadow:0 24px 70px rgba(16,27,58,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
body.no-scroll{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-9999px;top:12px;background:#fff;padding:12px 18px;z-index:1000}
.skip-link:focus{left:12px}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,27,58,.07)}
.header-inner{height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:250px}
.brand img{width:58px;height:58px;object-fit:contain;border-radius:10px}
.brand span{display:flex;flex-direction:column;line-height:1.08}
.brand strong{font-size:20px;letter-spacing:.03em;color:var(--navy)}
.brand small{font-size:11px;text-transform:uppercase;color:#68708a;letter-spacing:.08em;margin-top:5px}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:23px}
.main-nav a{font-size:14px;color:#39415b;font-weight:600;transition:.2s}
.main-nav a:hover{color:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:white;font-weight:750;box-shadow:0 12px 32px rgba(227,47,43,.22);transition:transform .2s,background .2s,border .2s}
.button:hover{transform:translateY(-2px);background:var(--red-dark);border-color:var(--red-dark)}
.button-small{min-height:44px;padding:0 19px;font-size:14px}
.button-ghost{background:white;color:var(--navy);border-color:#d6d9e3;box-shadow:none}
.button-ghost:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:12px}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:3px}

.hero{position:relative;overflow:hidden;padding:58px 0 52px;background:linear-gradient(135deg,#f8f9fc 0%,#fff 45%,#f5f7fc 100%)}
.hero-glow{position:absolute;border-radius:999px;filter:blur(2px);opacity:.8}
.hero-glow-one{width:460px;height:460px;background:radial-gradient(circle,rgba(227,47,43,.12),transparent 67%);left:-180px;top:-150px}
.hero-glow-two{width:550px;height:550px;background:radial-gradient(circle,rgba(35,52,122,.13),transparent 67%);right:-220px;bottom:-260px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--red);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.13em}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(227,47,43,.1)}
.hero h1{margin:20px 0 24px;font-size:clamp(46px,5.3vw,76px);line-height:1.02;letter-spacing:-.055em;color:var(--navy);max-width:700px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-lead{font-size:19px;color:#535b72;max-width:630px;margin:0}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}
.hero-note{display:flex;align-items:center;gap:12px;color:#68708a;font-size:14px;margin-top:30px}
.hero-note-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--red);box-shadow:0 8px 26px rgba(16,27,58,.1)}
.hero-collage{position:relative;height:535px}
.hero-photo{position:absolute;margin:0;overflow:hidden;border-radius:24px;background:#ddd;box-shadow:var(--shadow);border:6px solid #fff}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo-a{width:54%;height:52%;left:0;top:4%;transform:rotate(-2deg)}
.hero-photo-b{width:42%;height:42%;right:0;top:0;transform:rotate(2deg)}
.hero-photo-c{width:43%;height:39%;left:7%;bottom:0;transform:rotate(1deg)}
.hero-photo-d{width:48%;height:48%;right:0;bottom:2%;transform:rotate(-1.5deg)}
.hero-stamp{position:absolute;left:44%;top:43%;z-index:5;width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:7px solid #fff;box-shadow:0 20px 55px rgba(16,27,58,.28);transform:rotate(-7deg);text-align:center}
.hero-stamp strong{font-size:24px}
.hero-stamp span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#d7dcf0}

.trust-strip{background:var(--navy);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}
.trust-grid div{padding:7px 26px;border-right:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column}
.trust-grid div:first-child{padding-left:0}
.trust-grid div:last-child{border:0}
.trust-grid strong{font-size:28px;line-height:1.1}
.trust-grid span{font-size:12px;color:#bfc7df;margin-top:6px}

.section{padding:88px 0}
.section-soft{background:var(--soft)}
.section-heading h2,.contacts-heading h2,.people-copy h2,.awards-copy h2,.origin-copy h2{font-size:clamp(38px,4.2vw,60px);line-height:1.08;letter-spacing:-.045em;color:var(--navy);margin:15px 0 0}
.section-heading h2 span,.contacts-heading h2 span,.people-copy h2 span{color:#7a8298;font-weight:500}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.about-copy{padding-top:34px}
.about-copy p{font-size:17px;color:#5b6378;margin:0 0 18px}
.about-copy .lead{font-size:24px;line-height:1.45;color:var(--navy);font-weight:650}
.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:18px;color:var(--red);font-weight:800}
.text-link span{transition:.2s}
.text-link:hover span{transform:translateX(5px)}
.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}
.section-heading-row>p{max-width:430px;color:#6c7488;font-size:16px;margin:0 0 7px}

.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.direction-card{position:relative;min-height:285px;padding:31px 29px;background:#fff;border:1px solid #e8eaf1;border-radius:24px;overflow:hidden;transition:transform .25s,box-shadow .25s,border .25s}
.direction-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(16,27,58,.1);border-color:#d9dde8}
.direction-number{position:absolute;right:22px;top:18px;font-size:54px;font-weight:800;color:#f0f1f5;line-height:1}
.direction-icon{display:grid;place-items:center;width:52px;height:52px;background:#f7e9ea;border-radius:15px;font-size:25px;margin-bottom:31px}
.direction-card h3{font-size:23px;line-height:1.18;color:var(--navy);margin:0 0 15px;max-width:290px}
.direction-card p{color:#687086;margin:0;font-size:15px}
.direction-card-wide{grid-column:span 3;min-height:auto;display:grid;grid-template-columns:80px 1fr 1.1fr;align-items:center;gap:20px}
.direction-card-wide .direction-icon{margin:0}
.direction-card-wide .direction-number{font-size:78px;top:9px}
.direction-card-wide h3{margin:0;max-width:440px}
.direction-card-wide p{margin:0;padding-right:70px}

.work-section{background:#fff}
.work-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.story-card{grid-column:span 4;position:relative;min-height:420px;border-radius:26px;overflow:hidden;background:var(--navy)}
.story-card-large{grid-column:span 8;min-height:520px}
.story-card-wide{grid-column:span 8}
.story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}
.story-card:hover img{transform:scale(1.045)}
.story-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(9,15,34,.89) 100%)}
.story-content{position:absolute;left:29px;right:29px;bottom:29px;color:#fff}
.story-tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}
.story-content h3{font-size:28px;line-height:1.15;margin:14px 0 9px}
.story-card-large h3{font-size:38px;max-width:720px}
.story-content p{color:#d9deeb;margin:0;max-width:680px}

.story-section{background:var(--navy);color:#fff}
.story-origin-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:95px;align-items:center}
.origin-visual{position:relative;min-height:570px;background:linear-gradient(145deg,#fff,#eceff7);border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;overflow:hidden}
.origin-visual:after{content:"";position:absolute;width:330px;height:330px;background:rgba(227,47,43,.1);border-radius:50%;right:-160px;top:-120px}
.origin-logo{background:#fff;width:min(320px,90%);padding:22px 30px;border-radius:24px;box-shadow:0 18px 55px rgba(16,27,58,.12)}
.origin-logo img{width:100%;max-height:260px;object-fit:contain}
.origin-visual blockquote{color:var(--navy);font-size:22px;line-height:1.4;font-weight:700;text-align:center;margin:32px 0 0;max-width:420px}
.eyebrow-light{color:#ff7773}
.origin-copy h2{color:#fff}
.origin-copy p{font-size:18px;color:#cbd2e5;margin:22px 0 0}
.origin-sign{padding-top:24px;border-top:1px solid rgba(255,255,255,.15);font-weight:800;color:#fff!important}

.people-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.people-image{position:relative}
.people-image img{width:100%;height:650px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}
.people-badge{position:absolute;left:24px;bottom:24px;background:#fff;color:var(--navy);padding:12px 17px;border-radius:999px;font-size:13px;font-weight:800;box-shadow:0 10px 30px rgba(16,27,58,.18)}
.people-copy p{font-size:17px;color:#646d82}
.quote-card{position:relative;margin-top:31px;padding:26px 28px 27px 74px;background:var(--soft);border-radius:22px}
.quote-card>span{position:absolute;left:26px;top:11px;color:var(--red);font-size:70px;line-height:1;font-family:Georgia,serif}
.quote-card p{color:var(--navy);font-size:20px;font-weight:750;margin:0}

.section-awards{background:linear-gradient(135deg,#101b3a,#1e2c59);color:#fff}
.awards-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}
.awards-copy h2{color:#fff}
.awards-copy p{color:#c8d0e4;font-size:17px}
.awards-photos{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:320px 270px;gap:14px}
.gallery-item{border:0;padding:0;background:#ddd;cursor:zoom-in;overflow:hidden;border-radius:20px}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.gallery-item:hover img{transform:scale(1.035)}
.award-main{grid-column:span 2}

.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:13px}
.gallery-grid .gallery-item:nth-child(1),.gallery-grid .gallery-item:nth-child(6){grid-column:span 2}
.gallery-grid .gallery-item:nth-child(2),.gallery-grid .gallery-item:nth-child(7){grid-row:span 2}
.gallery-grid .gallery-item:nth-child(5){grid-column:span 2}

.help-section{padding-top:70px}
.help-card{position:relative;overflow:hidden;min-height:460px;background:linear-gradient(125deg,var(--red-dark),#ed4039);border-radius:36px;padding:67px 70px;color:#fff;display:flex;align-items:center;box-shadow:0 35px 80px rgba(199,33,36,.25)}
.help-copy{position:relative;z-index:2;max-width:720px}
.help-copy h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.05em;margin:16px 0 22px}
.help-copy p{font-size:18px;color:#ffe8e7;max-width:680px}
.help-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:31px}
.button-white{background:#fff;color:var(--red-dark);border-color:#fff;box-shadow:none}
.button-white:hover{background:var(--navy);border-color:var(--navy)}
.button-outline-white{background:transparent;border-color:rgba(255,255,255,.6);box-shadow:none}
.button-outline-white:hover{background:#fff;color:var(--red-dark);border-color:#fff}
.help-mark{position:absolute;right:45px;top:50%;transform:translateY(-50%) rotate(-10deg);font-size:360px;line-height:1;color:rgba(255,255,255,.10);font-family:Arial,sans-serif}

.contacts-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:95px;align-items:start}
.contacts-heading p{color:#6b7388;font-size:17px;max-width:430px}
.contact-list{display:flex;flex-direction:column;gap:12px}
.contact-card{display:flex;align-items:center;gap:17px;padding:21px 22px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.25s}
a.contact-card:hover{transform:translateX(5px);border-color:#d4d8e5;box-shadow:0 16px 38px rgba(16,27,58,.08)}
.contact-icon{display:grid;place-items:center;flex:0 0 49px;height:49px;border-radius:15px;background:#eef0f7;color:var(--navy);font-weight:850}
.contact-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}
.contact-card small{color:#7a8297;font-size:12px;margin-bottom:3px}
.contact-card strong{color:var(--navy);font-size:18px;overflow-wrap:anywhere}
.contact-card b{margin-left:auto;color:var(--red);font-size:22px}

.site-footer{background:#0b132b;color:#c2c9db;padding:48px 0 23px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px}
.footer-brand{display:flex;align-items:center;gap:13px}
.footer-brand img{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:13px;padding:5px}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{font-size:20px;color:#fff}
.footer-brand span{font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.footer-grid>p{text-align:center;color:#a9b2c9}
.footer-links{display:flex;justify-content:flex-end;gap:22px}
.footer-links a:hover,.footer-bottom a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:21px;font-size:12px;color:#8791aa}

.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(5,9,20,.93);padding:34px}
.lightbox.is-open{display:flex}
.lightbox img{max-width:min(1200px,95vw);max-height:90vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.5)}
.lightbox-close{position:fixed;right:24px;top:18px;width:52px;height:52px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:36px;cursor:pointer}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1050px){
  .main-nav{gap:15px}.main-nav a{font-size:13px}.header-cta{display:none}
  .hero-grid{gap:35px}.hero-collage{height:530px}
  .about-grid,.story-origin-grid,.people-grid,.awards-grid,.contacts-grid{gap:55px}
}
@media (max-width:860px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{height:74px}.brand{min-width:0;margin-right:auto}.brand img{width:48px;height:48px}.brand small{display:none}
  .menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:70px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow)}
  .main-nav.is-open{display:flex}.main-nav a{padding:13px 15px;font-size:15px}
  .hero{padding:58px 0}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:left}.hero-collage{height:560px;max-width:650px;width:100%;margin:0 auto}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{border-bottom:1px solid rgba(255,255,255,.13);padding:18px}.trust-grid div:first-child{padding-left:18px}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(3),.trust-grid div:nth-child(4){border-bottom:0}
  .section{padding:75px 0}.about-grid,.story-origin-grid,.people-grid,.awards-grid,.contacts-grid{grid-template-columns:1fr}.about-copy{padding-top:0}
  .section-heading-row{align-items:start;flex-direction:column;margin-bottom:33px}.section-heading-row>p{max-width:620px}
  .direction-grid{grid-template-columns:1fr 1fr}.direction-card-wide{grid-column:span 2;grid-template-columns:65px 1fr;gap:10px}.direction-card-wide p{grid-column:2;padding-right:20px}.direction-card-wide .direction-number{font-size:60px}
  .story-card,.story-card-large,.story-card-wide{grid-column:span 6;min-height:430px}.story-card-large{grid-column:span 12}
  .people-image img{height:600px;max-width:560px}.awards-photos{max-width:700px}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid .gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.gallery-grid .gallery-item:nth-child(1),.gallery-grid .gallery-item:nth-child(5){grid-column:span 2}
  .help-card{padding:50px 42px}.help-mark{font-size:270px;right:-15px}
  .footer-grid{grid-template-columns:1fr}.footer-grid>p{text-align:left}.footer-links{justify-content:flex-start}
}
@media (max-width:580px){
  .hero h1{font-size:44px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}
  .hero-collage{height:480px}.hero-photo{border-width:4px;border-radius:17px}.hero-stamp{width:116px;height:116px;left:41%;top:42%;border-width:5px}.hero-stamp strong{font-size:19px}.hero-stamp span{font-size:9px}
  .trust-grid{grid-template-columns:1fr}.trust-grid div,.trust-grid div:first-child{padding:18px 5px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.trust-grid div:nth-child(3){border-bottom:1px solid rgba(255,255,255,.13)}
  .section-heading h2,.contacts-heading h2,.people-copy h2,.awards-copy h2,.origin-copy h2{font-size:39px}
  .about-copy .lead{font-size:21px}
  .direction-grid{grid-template-columns:1fr}.direction-card{min-height:auto}.direction-card-wide{grid-column:auto;display:block}.direction-card-wide .direction-icon{margin-bottom:31px}.direction-card-wide p{padding:0}.direction-card-wide .direction-number{font-size:54px}
  .work-grid{display:block}.story-card,.story-card-large,.story-card-wide{min-height:420px;margin-bottom:14px}.story-card-large h3,.story-content h3{font-size:27px}
  .origin-visual{min-height:450px;padding:35px 22px}.origin-visual blockquote{font-size:19px}
  .people-image img{height:520px}.quote-card{padding-left:62px}
  .awards-photos{grid-template-rows:250px 220px}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.gallery-grid .gallery-item:nth-child(n){grid-column:auto}.gallery-grid .gallery-item:nth-child(1){grid-column:span 2}
  .help-card{padding:43px 27px;min-height:520px}.help-copy h2{font-size:43px}.help-actions{flex-direction:column}.help-actions .button{width:100%}.help-mark{font-size:220px;right:-45px;bottom:-20px;top:auto;transform:rotate(-10deg)}
  .contact-card{padding:17px 15px}.contact-card strong{font-size:16px}.contact-icon{flex-basis:44px;height:44px}
  .footer-bottom{flex-direction:column;gap:12px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.story-card img,.gallery-item img,.button{transition:none}
}


/* v1.1 — точечные улучшения первого экрана */
.brand img{
  object-fit:contain;
  object-position:center;
}
#about{
  padding-top:72px;
}
@media (max-width:860px){
  .hero{padding:46px 0 42px}
  .hero-collage{height:500px}
  #about{padding-top:58px}
}
@media (max-width:580px){
  .hero-collage{height:450px}
}
