:root{--navy: #09265a;--blue: #174ea6;--light-blue: #eef5ff;--muted: #64748b;--line: #e5eaf1;--orange: #f36b21;--orange-dark: #d94e00;--white: #ffffff;--bg: #fbfdff;--shadow: 0 24px 70px rgba(15, 23, 42, .08);--radius: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}section[id],footer[id]{scroll-margin-top:82px}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--navy);background:var(--bg);line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.section-pad{padding:74px 0}.section-pad-sm{padding:48px 0}.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:260px 1fr auto auto;align-items:center;gap:18px;min-height:82px;padding:0 clamp(24px,4vw,56px);background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.85)}.logo{display:flex;align-items:center;min-width:0}.logo-right{display:flex;min-width:0;flex-direction:column;margin-left:8px}.logo-right-top{overflow:hidden;font-size:22px;font-weight:700;color:var(--blue);line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.logo-right-bot{overflow:hidden;font-size:9px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.logo img{width:90px;height:auto;flex:0 0 auto}.site-nav{display:flex;justify-content:center;gap:clamp(18px,2.6vw,38px);font-weight:600;font-size:15px}.site-nav a{position:relative;padding:31px 0;color:#0f2347}.site-nav a.active{color:var(--blue)}.site-nav a.active:after,.site-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:3px;border-radius:999px;background:var(--blue)}.header-actions,.hero-actions{display:flex;align-items:center;gap:14px}.hero-actions,.hero-actions .btn{width:100%}.language-switch{display:inline-flex;align-items:center;padding:3px;border:1px solid #dbe4ef;border-radius:999px;background:#fff}.language-switch button{min-width:48px;height:34px;padding:0 12px;border:0;border-radius:999px;color:var(--muted);background:transparent;font-weight:700;font-size:13px;cursor:pointer}.language-switch button.active{color:#fff;background:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 22px;border-radius:10px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.18s ease;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px #f36b2138}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-ghost{color:var(--orange-dark);background:#fff;border-color:#f36b218c}.btn-outline{color:var(--blue);background:#fff;border-color:#174ea661}.btn-outline:hover,.btn-ghost:hover{box-shadow:0 14px 28px #0f172a14;transform:translateY(-1px)}.btn-large{min-height:54px;padding:0 30px;border-radius:12px}.nav-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:8px}.nav-toggle span{display:block;height:2px;margin:6px 0;background:var(--navy);border-radius:999px}.hero{background:radial-gradient(circle at 68% 20%,rgba(23,78,166,.08),transparent 30%),linear-gradient(180deg,#fff,#fbfdff)}.hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:62px;align-items:center}.hero-grid.without-visual{grid-template-columns:minmax(0,760px)}.eyebrow{margin:0 0 18px;color:var(--blue);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}h1{margin:0;max-width:620px;font-size:clamp(42px,5.8vw,70px);line-height:1.08}.hero-text{max-width:540px;margin:26px 0 34px;color:#334155;font-size:18px}.hero-visual{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px;align-items:start;min-width:0}.hero-main-frame{overflow:hidden;width:100%;min-width:0;aspect-ratio:1.2 / 1;border-radius:26px;background:#eef5ff;box-shadow:var(--shadow)}.hero-main-img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;animation:hero-slide-in .35s ease}.hero-main-img:focus-visible,.about-gallery img:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}@keyframes hero-slide-in{0%{opacity:.35;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.hero-thumbs{display:grid;align-self:stretch;min-width:0;grid-template-rows:repeat(4,minmax(0,1fr));gap:16px}.hero-thumbs button{position:relative;min-width:0;min-height:0;padding:0;overflow:hidden;border:2px solid transparent;border-radius:8px;background:#eef5ff;box-shadow:0 12px 32px #0f172a14;cursor:pointer;transition:border-color .18s ease,transform .18s ease}.hero-thumbs button:hover,.hero-thumbs button:focus-visible{border-color:#174ea680;transform:translateY(-1px);outline:none}.hero-thumbs button.active{border-color:var(--orange)}.hero-thumbs img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.solutions{background:linear-gradient(180deg,transparent,#f6f9fd 12%,#f6f9fd 88%,transparent)}.product-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.product-section-head h2{margin:0;font-size:32px}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.solution-card{display:block;background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:0 18px 50px #0f172a0e;transition:.18s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:0 26px 70px #0f172a17}.solution-card img{width:100%;aspect-ratio:1.38 / 1;object-fit:cover;border-radius:4px;background:#f1f5f9}.solution-card h2{margin:20px 8px 8px;font-size:21px;line-height:1.2}.product-list-page,.product-detail-page{min-height:70vh}.product-page-header{padding:58px 0 52px;background:#f6f9fd;border-bottom:1px solid var(--line)}.product-page-header .eyebrow{margin-bottom:10px}.product-page-header .case-back+.eyebrow{margin-top:34px}.product-page-header h1{font-size:52px}.category-filter{display:inline-flex;max-width:100%;overflow-x:auto;margin-bottom:32px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#fff}.category-filter button{min-height:42px;padding:0 18px;border:0;border-radius:5px;color:var(--muted);background:transparent;font-weight:700;white-space:nowrap;cursor:pointer}.category-filter button.active{color:#fff;background:var(--blue)}.product-list-status{margin:0;padding:32px 0;color:var(--muted);font-size:16px}.product-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-item{display:block;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.product-item:hover,.product-item:focus-visible{transform:translateY(-4px);box-shadow:0 22px 54px #0f172a1a;outline:none}.product-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#f1f5f9}.product-item h2{margin:0;padding:20px 22px 22px;font-size:20px;line-height:1.35}.cases-section{background:#fff}.cases-heading{margin-bottom:34px}.cases-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cases-grid.is-carousel{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px) / 3);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.cases-grid.is-carousel::-webkit-scrollbar{display:none}.case-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}.case-card:hover,.case-card:focus-visible{transform:translateY(-4px);box-shadow:0 22px 54px #0f172a1a;outline:none}.case-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#f1f5f9}.case-card h3{margin:0;padding:20px 22px 22px;font-size:20px;line-height:1.35}.advantages{padding:34px 0}.advantages-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--light-blue);border:1px solid #dfebfa;border-radius:0}.advantage-item{padding:30px 28px;display:grid;grid-template-columns:48px 1fr;column-gap:16px;align-items:center;border-right:1px solid #dbe7f5}.advantage-item:last-child{border-right:0}.adv-icon{display:grid;place-items:center;width:48px;height:48px;border:1.5px solid rgba(23,78,166,.42);border-radius:999px;color:var(--blue);font-size:23px;font-weight:700;background:#ffffff80}.advantage-item h3,.advantage-item p{margin:0}.advantage-item h3{font-size:16px}.advantage-item p{color:var(--muted);font-size:13px;margin-top:4px}.process-grid{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:32px}.process h2{font-size:28px;margin:0}.steps{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin:0;padding:0;position:relative}.steps:before{content:"";position:absolute;top:34px;left:9%;right:9%;border-top:2px dashed #c7d7ec;z-index:-1}.steps li{display:grid;justify-items:center;gap:11px}.steps span{width:68px;height:68px;display:grid;place-items:center;border-radius:999px;background:#eef5ff;border:1px solid #d7e6fa;color:var(--blue);font-weight:800;font-size:15px}.steps strong{font-size:14px;text-align:center}.section-heading{display:grid;grid-template-columns:1fr minmax(280px,430px);gap:48px;align-items:end;margin-bottom:34px}.section-heading .eyebrow{margin-bottom:8px}.section-heading h2{margin:0;font-size:36px;line-height:1.15}.section-heading>p{margin:0;color:var(--muted)}.case-detail-page{min-height:70vh}.case-detail-header{padding:62px 0 56px;background:#f6f9fd;border-bottom:1px solid var(--line)}.case-detail-header .eyebrow{margin-top:34px;margin-bottom:10px}.case-detail-header h1{max-width:880px;font-size:52px}.case-back{position:fixed;top:96px;left:clamp(24px,4vw,56px);z-index:24;display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:8px;color:var(--blue);background:#fffffff0;box-shadow:0 10px 28px #0f172a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-weight:800;cursor:pointer}.case-back:hover,.case-back:focus-visible{border-color:#174ea666;background:#fff;outline:none}.case-back span{font-size:20px;line-height:1}.case-detail-grid{display:grid;grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);gap:64px;align-items:start}.case-copy,.product-specifications{position:sticky;top:118px}.product-specifications h2{margin:0 0 18px;font-size:24px}.product-specifications dl{margin:0;border-top:1px solid var(--line)}.product-specifications dl>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}.product-specifications dt{color:var(--muted);font-size:14px;font-weight:700}.product-specifications dd{margin:0;color:#334155;font-size:14px}.case-detail-grid.without-gallery{grid-template-columns:minmax(0,760px)}.wordpress-content{color:#334155;font-size:16px;line-height:1.8}.wordpress-content>:first-child{margin-top:0}.wordpress-content>:last-child{margin-bottom:0}.wordpress-content h2,.wordpress-content h3,.wordpress-content h4{margin:24px 0 10px;color:var(--ink);font-size:18px}.wordpress-content p,.wordpress-content ul,.wordpress-content ol,.wordpress-content table{margin:0 0 16px}.wordpress-content ul,.wordpress-content ol{padding-left:22px}.wordpress-content table{width:100%;border-collapse:collapse}.wordpress-content th,.wordpress-content td{padding:10px 12px;border:1px solid var(--line);text-align:left}.case-copy p{margin:0;color:#334155;font-size:17px;line-height:1.85}.case-copy p+p{margin-top:22px}.case-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.case-gallery figure{overflow:hidden;margin:0;border:1px solid var(--line);border-radius:8px;background:#f1f5f9}.case-gallery figure.featured{grid-column:1 / -1}.case-gallery img{width:100%;aspect-ratio:1.35 / 1;object-fit:cover}.case-gallery figure.featured img{aspect-ratio:16 / 9}.case-not-found{min-height:58vh;text-align:center}.case-not-found h1{margin:0 auto 28px;font-size:42px}.about-section{background:#f6f9fd;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:64px;align-items:center}.about-gallery{display:grid;gap:12px;aspect-ratio:16 / 10;grid-auto-rows:minmax(0,1fr);overflow:hidden}.about-gallery.has-multiple{grid-template-columns:repeat(2,minmax(0,1fr))}.about-gallery.has-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.about-gallery.has-grid img{grid-column:span 2}.about-gallery.count-3,.about-gallery.count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.about-gallery.count-3 img,.about-gallery.count-4 img{grid-column:auto}.about-gallery.count-3 img:last-child{grid-column:1 / -1;width:calc((100% - 12px)/2);justify-self:center}.about-gallery.count-5 img:nth-child(4),.about-gallery.count-8 img:nth-child(7){grid-column:2 / span 2}.about-gallery.count-5 img:nth-child(5),.about-gallery.count-8 img:nth-child(8){grid-column:4 / span 2}.about-gallery.count-7 img:last-child{grid-column:3 / span 2}.about-gallery img{width:100%;height:100%;min-height:0;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px;background:#eef5ff;cursor:zoom-in}.about-gallery.has-multiple img{aspect-ratio:auto}.about-copy .eyebrow{margin-bottom:10px}.about-copy h2{margin:0 0 20px;font-size:38px;line-height:1.2}.about-copy>p:last-child{margin:0;color:#334155;font-size:17px;line-height:1.85}.image-preview{top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:56px;border:0;background:transparent}.image-preview[open]{display:grid;place-items:center}.image-preview::backdrop{background:#080f1ce0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-preview>img{display:block;max-width:100%;max-height:100%;border-radius:8px;object-fit:contain;box-shadow:0 24px 80px #00000057}.image-preview-close{position:fixed;top:18px;right:22px;z-index:1;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;background:#0f172ab8;font-size:30px;line-height:1;cursor:pointer}.image-preview-close:hover,.image-preview-close:focus-visible{background:#fff;color:var(--ink);outline:none}.quote-panel{display:grid;grid-template-columns:.75fr 1.25fr;gap:56px;align-items:center;padding:44px 54px;border-radius:30px;background:linear-gradient(135deg,#f8fbff,#fff);border:1px solid var(--line);box-shadow:0 24px 74px #0f172a12}@media(max-width:640px){.image-preview{padding:52px 14px 20px}.image-preview-close{top:10px;right:12px}}.quote-copy{padding-right:38px;border-right:1px solid #dde7f2}.quote-copy h2{margin:0 0 22px;font-size:clamp(30px,4vw,46px);line-height:1.12}.quote-copy ul{display:grid;gap:14px;padding:0;margin:0;list-style:none;color:#334155}.quote-copy li{position:relative;padding-left:28px}.quote-copy li:before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;display:grid;place-items:center;border-radius:999px;color:#fff;background:var(--blue);font-size:12px;font-weight:800}.quote-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 16px}.quote-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.form-btn:disabled{cursor:wait;opacity:.65}.quote-form label{display:grid;gap:7px}.quote-form label>span{position:absolute;width:1px;height:1px;overflow:hidden}input,select{width:100%;min-height:52px;padding:0 16px;border:1px solid #dbe4ef;border-radius:10px;color:var(--navy);background:#fff;outline:none}input:focus,select:focus{border-color:#174ea68c;box-shadow:0 0 0 4px #174ea614}.file-control{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);min-height:52px;overflow:hidden;border:1px solid #dbe4ef;border-radius:10px;background:#fff}.file-control:focus-within{border-color:#174ea68c;box-shadow:0 0 0 4px #174ea614}.file-field .file-control{position:relative;width:100%;height:auto;overflow:hidden}.file-field input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;min-height:0;padding:0;opacity:0;cursor:pointer}.file-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;color:var(--blue);border-right:1px solid #dbe4ef;background:var(--light-blue);font-size:14px;font-weight:800;white-space:nowrap}.file-name{display:block;align-self:center;overflow:hidden;padding:0 14px;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.form-btn{grid-column:1 / -1;min-height:54px;margin-top:2px}.submission-toast{position:fixed;top:96px;right:24px;z-index:80;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:10px;width:min(420px,calc(100vw - 48px));padding:15px 14px;border:1px solid;border-radius:8px;background:#fff;box-shadow:0 20px 54px #0f172a2e}.submission-toast.is-success{border-color:#86c8a0;color:#17643a}.submission-toast.is-error{border-color:#e8a0a0;color:#a32929}.submission-toast-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#17643a;font-weight:800}.submission-toast.is-error .submission-toast-icon{background:#a32929}.submission-toast p{margin:0;font-size:14px;font-weight:700;line-height:1.5}.submission-toast button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;color:currentColor;background:transparent;font-size:22px;cursor:pointer}.submission-toast-enter-active,.submission-toast-leave-active{transition:opacity .2s ease,transform .2s ease}.submission-toast-enter-from,.submission-toast-leave-to{opacity:0;transform:translateY(-10px)}.site-footer{margin-top:36px;padding:48px 0;background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(150px,.65fr) minmax(220px,1fr);gap:52px;align-items:start}.footer-brand{display:flex;align-items:center}.footer-brand img{width:90px}.footer-brand p,.site-footer p,.site-footer a{color:var(--muted);padding:0;margin:0}.footer-brand-title{font-size:22px;font-weight:700;color:var(--blue)!important}.footer-brand-tagline{font-size:12px;color:var(--muted)}.site-footer h3{margin:0 0 14px;font-size:15px}.site-footer a{display:block;margin:7px 0}@media(max-width:1180px){.site-header{grid-template-columns:200px auto auto}.site-nav{display:none;position:absolute;left:24px;right:24px;top:82px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.site-nav.open{display:grid;gap:4px}.site-nav a{padding:12px 8px;border-radius:8px}.site-nav a.active:after,.site-nav a:hover:after{display:none}.site-nav a.active{background:var(--light-blue)}.nav-toggle{display:block;justify-self:end}.language-switch{justify-self:end}.header-actions{display:none}.hero-grid,.quote-panel{grid-template-columns:1fr}.hero-visual{grid-template-columns:minmax(0,1fr) 132px}.cards-grid{grid-template-columns:repeat(2,1fr)}.cases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cases-grid.is-carousel{grid-template-columns:none;grid-auto-columns:calc((100% - 24px)/2)}.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.advantages-strip{grid-template-columns:repeat(2,1fr)}.advantage-item:nth-child(2){border-right:0}.advantage-item:nth-child(1),.advantage-item:nth-child(2){border-bottom:1px solid #dbe7f5}.process-grid{grid-template-columns:1fr}.quote-copy{border-right:0;border-bottom:1px solid #dde7f2;padding-right:0;padding-bottom:28px}.case-detail-grid{grid-template-columns:1fr;gap:36px}.about-grid{grid-template-columns:1fr;gap:32px}.case-copy{position:static;max-width:720px}.product-specifications{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){section[id],footer[id]{scroll-margin-top:72px}.container{width:min(100% - 28px,1180px)}.site-header{min-height:72px;padding:0 16px;grid-template-columns:minmax(0,1fr) 42px auto;gap:10px}.logo img{width:54px}.logo-right{margin-left:6px}.logo-right-top{font-size:16px}.logo-right-bot{max-width:112px;font-size:8px}.nav-toggle{grid-column:2}.language-switch{grid-column:3}.language-switch button{min-width:40px;padding:0 9px}.site-nav{top:72px;left:14px;right:14px}.case-back{top:82px;left:14px;min-height:36px;padding:0 11px;font-size:13px}.section-pad{padding:48px 0}.hero-grid{gap:32px}h1{font-size:40px}.hero-text{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.section-heading{grid-template-columns:1fr;gap:12px}.section-heading h2{font-size:30px}.product-section-head h2{font-size:28px}.hero-visual{grid-template-columns:1fr}.hero-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:72px;gap:8px}.cards-grid,.cases-grid,.product-list-grid,.advantages-strip,.quote-form,.footer-grid{grid-template-columns:1fr}.cases-grid.is-carousel{grid-template-columns:none;grid-auto-columns:min(84vw,340px)}.advantage-item,.advantage-item:nth-child(2){border-right:0;border-bottom:1px solid #dbe7f5}.advantage-item:last-child{border-bottom:0}.steps{grid-template-columns:1fr;gap:16px}.steps:before{display:none}.steps li{grid-template-columns:56px 1fr;justify-items:start;align-items:center}.steps span{width:56px;height:56px}.quote-panel{padding:28px 20px;border-radius:22px}.case-detail-header{padding:40px 0 36px}.case-detail-header .eyebrow{margin-top:26px}.product-page-header .case-back+.eyebrow{margin-top:26px}.case-detail-header h1,.case-not-found h1,.product-page-header h1{font-size:36px}.about-copy h2{font-size:30px}.about-gallery.has-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-gallery.has-grid img,.about-gallery.count-5 img:nth-child(4),.about-gallery.count-5 img:nth-child(5),.about-gallery.count-7 img:last-child,.about-gallery.count-8 img:nth-child(7),.about-gallery.count-8 img:nth-child(8){grid-column:auto;width:100%}.about-gallery.count-3 img:last-child,.about-gallery.count-5 img:last-child,.about-gallery.count-7 img:last-child,.about-gallery.count-9 img:last-child{grid-column:1 / -1;width:calc((100% - 12px)/2);justify-self:center}.case-gallery{grid-template-columns:1fr;gap:12px}.case-gallery figure.featured{grid-column:auto}.case-gallery img,.case-gallery figure.featured img{aspect-ratio:4 / 3}}@media(max-width:640px){.submission-toast{top:76px;right:14px;width:calc(100vw - 28px)}}
