:root{
  --forest:#1E2821;
  --sage:#688557;--sage-lt:#A5BF94;
  --stone:#EDEEE8;--stone-lt:#F5F5F0;--linen:#E5E3D9;
  --rose:#A87585;--rose-lt:#D0A8B5;
  --burg:#78203A;--burg-lt:#C09098;
  --text:#1D201A;--text-muted:#4A4E45;
  --max-w:1060px;--r:3px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;scroll-padding-top:66px;}
body{font-family:'Jost',system-ui,sans-serif;font-weight:400;color:var(--text);background:var(--stone);line-height:1.7;-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}ul{list-style:none;}img{max-width:100%;display:block;}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;background:#1E2821;box-shadow:0 1px 0 rgba(255,255,255,.08);}

.nav-logo{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;font-size:1.05rem;color:rgba(255,255,255,.92);}
.nav-links{display:flex;align-items:center;gap:1.1rem;margin-right:.5rem;}
.nav-links a{color:rgba(255,255,255,.65);font-size:.78rem;font-weight:400;transition:color .2s;}
.nav-links a:hover{color:var(--forest);}
.nav-btn{background:var(--burg);color:white!important;padding:.4rem 1.1rem;border-radius:var(--r);font-weight:500!important;transition:background .2s!important;}
.nav-btn:hover{background:var(--burg-lt)!important;color:white!important;}
.ham{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}
.ham span{display:block;width:22px;height:1.5px;background:rgba(255,255,255,.85);transition:transform .3s,opacity .3s;}
.ham.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.ham.open span:nth-child(2){opacity:0;}
.ham.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}

/* HERO */
.hero{min-height:100dvh;background:var(--forest);display:flex;flex-direction:column;justify-content:center;padding:100px 2rem 5rem;position:relative;overflow:hidden;}
.hero-deco{position:absolute;inset:0;pointer-events:none;opacity:.03;}
.hero-content{max-width:56%;margin:0;width:100%;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;}
/* Photo: absolute on desktop, static on mobile */
.hero-photo-wrap{position:absolute;right:0;top:0;bottom:0;width:40%;z-index:1;overflow:hidden;border-radius:0;}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block;border-radius:0;}
.hero-photo-edge{position:absolute;top:0;left:0;width:18px;height:100%;background:linear-gradient(to right,#1E2821 0%,transparent 100%);pointer-events:none;}
.hero-actions{justify-content:center;}
/* Mobile: photo after name */
.hero-photo-mobile{display:none;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(104,133,87,.22);border:1px solid rgba(104,133,87,.38);color:var(--sage-lt);padding:.32rem .85rem;border-radius:100px;font-size:.75rem;font-weight:400;letter-spacing:.05em;margin-top:2rem;width:fit-content;}
.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--sage);}
.hero-name{font-family:'Cormorant Garamond',serif;font-weight:300;font-style:italic;font-size:clamp(4rem,9.5vw,7.8rem);color:white;line-height:1.02;letter-spacing:-.01em;margin-bottom:1rem;}
/* роль: жирнее + светлее (ближе к белому) для контраста */
.hero-exp{color:rgba(255,255,255,.45);font-family:'Jost',sans-serif;font-weight:300;font-size:.8rem;letter-spacing:.08em;margin-bottom:.6rem;}
.hero-role{color:rgba(255,255,255,.88);font-weight:400;font-size:clamp(.88rem,1.6vw,1.02rem);letter-spacing:.09em;text-transform:uppercase;margin-bottom:1.6rem;}
.hero-tagline{color:white;font-family:'Cormorant Garamond',serif;font-style:normal;font-weight:400;font-size:clamp(1.25rem,2.3vw,1.55rem);line-height:1.6;max-width:560px;margin-bottom:2.5rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;}
.btn{display:inline-flex;align-items:center;padding:.75rem 1.7rem;font-family:'Jost',sans-serif;font-weight:500;font-size:.88rem;letter-spacing:.02em;border-radius:var(--r);cursor:pointer;border:none;transition:all .2s;}
.btn-primary{background:var(--burg);color:white;}
.btn-primary:hover{background:var(--burg-lt);color:white;}
.btn-ghost{background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.22);}
.btn-ghost:hover{background:rgba(255,255,255,.07);color:white;border-color:rgba(255,255,255,.38);}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;}
.scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(255,255,255,.35),transparent);animation:pulse 2.2s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:.35;}50%{opacity:.85;}}

/* SECTION BASE */
.section{padding:6rem 2rem;}
.svc-section{padding:7rem 2rem;}
.section-stone{background:var(--stone);}
.section-lt{background:var(--stone-lt);}
.section-linen{background:var(--linen);}
.wrap{max-width:var(--max-w);margin:0 auto;}
.label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;}
.s-title{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:clamp(2rem,4vw,3rem);line-height:1.12;}
.sub-title{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.5rem;line-height:1.2;margin-bottom:1.25rem;}
.divider{width:36px;height:1px;background:var(--sage);margin-top:1.25rem;}

/* ABOUT */
.about-section{background:var(--stone);padding:6rem 2rem;}
.about-outer{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
/* Italic small text: немного крупнее и чуть жирнее */
.about-text p{font-size:1rem;line-height:1.75;margin-bottom:1.2rem;font-weight:400;}
.about-text p:last-child{margin-bottom:0;}
.highlights{margin-top:2.25rem;border-top:1px solid var(--linen);}
.hl-row{display:grid;grid-template-columns:24px 1fr;gap:.8rem;align-items:baseline;padding:.9rem 0;border-bottom:1px solid var(--linen);}
.hl-n{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:.9rem;color:var(--sage);font-weight:400;}
.hl-t{font-size:.9rem;line-height:1.5;font-weight:400;}
.about-video-col{display:flex;flex-direction:column;}
.video-frame{border-radius:12px;overflow:hidden;background:#000;width:100%;aspect-ratio:9/16;}
.video-frame iframe{width:100%;height:100%;border:none;display:block;}

/* CHOOSE */
.choose-section{background:var(--forest);padding:5rem 2rem;}
.choose-intro{text-align:center;margin-bottom:3rem;}
.choose-intro .s-title{color:white;}
.choose-intro p{color:rgba(255,255,255,.55);max-width:440px;margin:.85rem auto 0;font-size:.95rem;}
.choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:rgba(255,255,255,.05);}
.choose-card{background:rgba(255,255,255,.025);padding:3rem;cursor:pointer;transition:background .25s;display:flex;flex-direction:column;gap:1.2rem;text-decoration:none;position:relative;overflow:hidden;}
.choose-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--sage);transform:scaleX(0);transform-origin:left;transition:transform .35s ease;}
.choose-card:hover{background:rgba(255,255,255,.06);}
.choose-card:hover::after{transform:scaleX(1);}
.choose-card.cp::after{background:var(--burg);}
.cc-icon{font-size:1.8rem;text-align:center;width:100%;}
.cc-title{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:1.9rem;color:white;line-height:1.12;text-align:center;}
.cc-desc{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.6;font-weight:400;}
.cc-link{color:var(--sage-lt);font-size:.84rem;font-weight:500;margin-top:auto;}
.choose-card.cp .cc-link{color:var(--burg-lt);}

/* SERVICE HEAD */
.svc-head{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start;margin-bottom:5rem;padding-bottom:3.5rem;border-bottom:1px solid var(--linen);}
.svc-title{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.08;margin-bottom:.9rem;}
/* svc-sub: italic small → slightly larger + slightly bolder */
.svc-sub{color:var(--text);font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.1rem;font-weight:400;line-height:1.5;}
.tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.4rem;}
.tag{border:1px solid var(--sage-lt);color:var(--sage);padding:.28rem .75rem;font-size:.75rem;border-radius:100px;}
.tag-burg{border-color:rgba(120,32,58,.4);color:var(--burg);}
.svc-avg-note{font-size:.88rem;color:var(--text-muted);margin-top:1rem;line-height:1.55;font-style:italic;font-weight:400;}
.price-card{background:var(--forest);padding:2rem;border-radius:5px;color:white;}
.price-main{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:2rem;line-height:1;margin-bottom:.2rem;letter-spacing:-.01em;white-space:nowrap;}
.price-sub{color:rgba(255,255,255,.4);font-size:.76rem;margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(255,255,255,.07);}
.price-note{color:rgba(255,255,255,.6);font-size:.82rem;line-height:1.6;margin-bottom:.8rem;}
.price-note strong{color:rgba(255,255,255,.88);}
.price-ext{color:rgba(255,255,255,.6);font-size:.82rem;line-height:1.5;margin-bottom:.8rem;white-space:nowrap;}
.price-cta{display:block;text-align:center;padding:.75rem 1rem;background:var(--burg);color:white;font-size:.83rem;font-weight:500;border-radius:var(--r);margin-top:1.5rem;transition:background .2s;}
.price-cta:hover{background:var(--burg-lt);color:white;}
.price-cta-burg{background:var(--burg);}
.price-cta-burg:hover{background:var(--burg-lt);color:var(--text);}

/* TOPICS */
.topics-wrap{margin-bottom:4.5rem;}
.topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(196px,1fr));border:1px solid var(--linen);margin-top:1.5rem;}
.topics-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:1.5rem;}
.topics-list .topic{padding:.72rem 0;border-bottom:none;border-right:none;}
.topics-list .topic:nth-child(odd){padding-right:1.5rem;}
.topic{padding:.95rem 1.2rem;border-right:1px solid var(--linen);border-bottom:1px solid var(--linen);font-size:.87rem;line-height:1.4;display:flex;align-items:flex-start;gap:.6rem;}
.topic::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--burg);margin-top:.45em;flex-shrink:0;}
.topic-sage::before{background:var(--sage);}

/* APPROACH CARDS */
.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:4rem;}
.app-card{background:white;padding:2.25rem;border-radius:4px;border-top:3px solid var(--burg);}
.app-type{font-size:.74rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--burg);margin-bottom:.45rem;}
.app-name{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.4rem;color:#3D2035;margin-bottom:.9rem;line-height:1.15;}
.app-card p{font-size:.92rem;line-height:1.7;color:var(--text-muted);font-weight:400;}

/* STEPS */
.process-block{margin-top:4rem;}
.steps{display:flex;flex-direction:column;position:relative;margin-top:2.25rem;}
.steps::before{content:'';position:absolute;left:27px;top:18px;bottom:18px;width:1px;background:linear-gradient(to bottom,var(--burg-lt),transparent);}
.step{display:grid;grid-template-columns:56px 1fr;gap:1.4rem;padding:1.75rem 0;border-bottom:1px solid var(--linen);}
.step:last-child{border-bottom:none;}
.step-n{width:54px;height:54px;border-radius:50%;background:white;border:1px solid var(--linen);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:.95rem;color:var(--burg);flex-shrink:0;z-index:1;}
.step-n-free{background:rgba(120,32,58,.06);border-color:var(--burg-lt);}
.step-body{padding-top:.6rem;}
.step-timing{font-size:.74rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--burg);margin-bottom:.35rem;}
.step-title{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.25rem;color:var(--forest);margin-bottom:.5rem;line-height:1.2;}
.step-desc{font-size:.9rem;color:var(--text-muted);line-height:1.72;font-weight:400;}

/* SETTINGS */
.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(236px,1fr));gap:1.25rem;}
.setting{background:white;padding:1.7rem;border-radius:4px;}
.set-icon{font-size:1.4rem;margin-bottom:.7rem;}
.set-label{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;}
.set-text{font-size:.9rem;line-height:1.58;font-weight:400;}

/* LIMITS SECTION */
.limits-section{background:var(--linen);padding:4rem 2rem;}
.limits-box{max-width:680px;}
.limits-box p{font-size:.95rem;line-height:1.75;color:var(--text);margin-bottom:.9rem;}
.limits-box p:last-child{margin-bottom:0;}
.limits-note{font-size:.95rem;color:var(--burg);font-weight:400;}
.limits-crisis{font-size:.78rem;line-height:1.6;color:var(--text-muted);font-weight:300;margin-top:1.5rem;}
.limits-crisis a{color:var(--text-muted);text-decoration:underline;text-decoration-color:rgba(74,78,69,.35);transition:color .2s;}
.limits-crisis a:hover{color:var(--burg);}

/* DIPLOMAS */
.diplomas-section{background:var(--stone-lt);padding:6rem 2rem;}
.dipl-toggle{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer;}
.dipl-toggle-head{display:block;}
.dipl-toggle-chevron{flex:none;width:34px;height:34px;border-radius:50%;border:1px solid rgba(29,32,26,.18);position:relative;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .2s;}
.dipl-toggle-chevron::before,.dipl-toggle-chevron::after{content:'';position:absolute;top:50%;left:50%;background:var(--text);transition:transform .3s ease,opacity .3s ease;}
.dipl-toggle-chevron::before{width:12px;height:1.5px;transform:translate(-50%,-50%);}
.dipl-toggle-chevron::after{width:1.5px;height:12px;transform:translate(-50%,-50%);}
.dipl-toggle:hover .dipl-toggle-chevron{border-color:var(--sage);}
.dipl-toggle[aria-expanded="true"] .dipl-toggle-chevron{transform:rotate(180deg);}
.dipl-toggle[aria-expanded="true"] .dipl-toggle-chevron::after{opacity:0;}
.dipl-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1);overflow:hidden;}
.dipl-collapse.open{grid-template-rows:1fr;}
.dipl-collapse>.dipl-grid{min-height:0;}
.dipl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:3rem;}
.dipl-card{background:white;border-radius:5px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;user-select:none;}
.dipl-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.09);}
.dipl-thumb{width:100%;aspect-ratio:3/2;overflow:hidden;background:var(--linen);}
.dipl-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.dipl-card:hover .dipl-thumb img{transform:scale(1.03);}
.dipl-body{padding:1.25rem 1.4rem;}
.dipl-type{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:.4rem;}
.dipl-name{font-family:'Cormorant Garamond',serif;font-weight:500;font-size:1.05rem;color:var(--forest);line-height:1.25;margin-bottom:.35rem;}
.dipl-inst{font-size:.82rem;color:var(--text-muted);line-height:1.4;}
.dipl-year{font-size:.76rem;color:var(--burg);font-weight:500;margin-top:.5rem;}
.dipl-click{font-size:.7rem;color:var(--sage);margin-top:.4rem;opacity:.65;}

/* LIGHTBOX */
.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;align-items:center;justify-content:center;padding:1rem;cursor:pointer;}
.lightbox.open{display:flex;}
.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:4px;cursor:default;}
.lb-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:white;font-size:2rem;cursor:pointer;opacity:.7;line-height:1;}
.lb-close:hover{opacity:1;}

/* CONTACT */
.contact-section{background:var(--forest);padding:7rem 2rem;text-align:center;}
.contact-inner{max-width:540px;margin:0 auto;}
.contact-warm{font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:400;font-size:1.4rem;color:rgba(255,255,255,.92);line-height:1.6;margin-bottom:2.25rem;}
.contact-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.85rem;}
.btn-cp{background:var(--burg);color:white;font-size:.92rem;padding:.85rem 2rem;}
.btn-cp:hover{background:var(--burg-lt);color:white;}
.btn-co{background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.22);font-size:.92rem;padding:.85rem 2rem;}
.btn-co:hover{background:rgba(255,255,255,.06);color:white;}
.free-note{color:rgba(255,255,255,.35);font-size:.76rem;margin-top:1.4rem;}
.contact-label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:2rem;}
.contact-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 1.75rem;}
.contact-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:transform .2s ease;}
.contact-item:hover{transform:translateY(-2px);}
.ci-icon{width:22px;height:22px;color:rgba(255,255,255,.7);transition:color .2s ease;}
.contact-item:hover .ci-icon{color:#fff;}
.ci-name{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.7);transition:color .2s ease;}
.contact-item:hover .ci-name{color:#fff;}
.ci-sub{font-size:.74rem;color:rgba(255,255,255,.4);transition:color .2s ease;}
.contact-item:hover .ci-sub{color:rgba(255,255,255,.8);}
.contact-reply-note{font-size:.8rem;color:rgba(255,255,255,.35);margin-top:2.25rem;}
.contact-legal{font-size:.68rem;color:rgba(255,255,255,.22);margin-top:.6rem;line-height:1.5;}

/* FOOTER */
.footer{background:#131D15;padding:2rem;}
.footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-name{font-family:'Cormorant Garamond',serif;font-style:italic;color:rgba(255,255,255,.4);font-size:.88rem;}
.footer-links{display:flex;gap:1.5rem;}
.footer-links a{color:rgba(255,255,255,.3);font-size:.76rem;transition:color .2s;}
.footer-links a:hover{color:rgba(255,255,255,.65);}

/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease;}
.reveal.vis{opacity:1;transform:none;}
.d1{transition-delay:.1s;}.d2{transition-delay:.2s;}
.hero-badge,.hero-name,.hero-role,.hero-tagline,.hero-actions{animation:hIn .9s cubic-bezier(.22,1,.36,1) both;}
.hero-name{animation-delay:.08s;}.hero-role{animation-delay:.22s;}.hero-tagline{animation-delay:.36s;}.hero-actions{animation-delay:.46s;}.hero-badge{animation-delay:.56s;}
@keyframes hIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:none;}}

/* RESPONSIVE */
@media(min-width:769px) and (max-width:1100px){
  .hero-photo-wrap{width:45%;}
  .hero-photo-wrap img{object-position:center 10%;}
  .hero-content{max-width:50%;}
}
@media(max-width:768px){
  .hero-photo-wrap{display:none;}
  .hero-photo-mobile{display:block;margin:1.25rem 0 1.5rem;overflow:hidden;}
  .hero-content{max-width:100%;align-items:flex-start;text-align:left;}
  .ham{display:flex;}
  .nav-links{display:none;position:fixed;inset:64px 0 0;background:rgba(30,40,33,.98);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:199;}
  .nav-links.open{display:flex;} .nav-links.open a{color:rgba(255,255,255,.85);font-size:1.1rem;font-weight:400;letter-spacing:.01em;}
  .nav-links a{font-size:1.1rem;}
  .nav{padding:0 1.25rem;}
  .section,.svc-section,.choose-section,.contact-section,.diplomas-section,.about-section,.limits-section{padding-left:1.25rem;padding-right:1.25rem;}
  .section{padding-top:4rem;padding-bottom:4rem;}
  .about-section{padding:4rem 1.25rem;}
  .about-outer{grid-template-columns:1fr;gap:2.5rem;}
  .about-video-col{position:static;}
  .hero{justify-content:flex-end;padding:84px 1.25rem 4.5rem;}
  .choose-grid{grid-template-columns:1fr;gap:1px;}
  .choose-card{padding:2rem;}
  .svc-head{grid-template-columns:1fr;gap:2rem;}
  .approach-grid{grid-template-columns:1fr;}
  .steps::before{left:21px;}
  .step{grid-template-columns:46px 1fr;}
  .step-n{width:44px;height:44px;font-size:.88rem;}
  .settings-grid{grid-template-columns:1fr;}
  .dipl-grid{grid-template-columns:1fr 1fr;}
  .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1rem;}
  .footer-inner{flex-direction:column;text-align:center;}
  .footer-links{justify-content:center;}
}
@media(max-width:480px){.dipl-grid{grid-template-columns:1fr;}}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;}}
