:root{--dram-primary:#111;--dram-black:#000;--dram-dark:#0b0b0b;--dram-ink:#151515;--dram-muted:#6d6f70;--dram-soft:#f4f4f2;--dram-line:#e1e1dd;--dram-gutter:100px;--dram-radius:22px;--dram-font:"Manrope",Inter,system-ui,sans-serif;--dram-shadow:0 18px 55px rgba(18,18,18,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.dram-site{margin:0;background:#fff;color:var(--dram-ink);font-family:var(--dram-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}.dram-site a{color:inherit;text-decoration:none}.dram-site img{display:block;max-width:100%}.dram-shell{width:calc(100% - (var(--dram-gutter)*2));max-width:1720px;margin-inline:auto}.dram-skip{position:fixed;left:18px;top:-80px;z-index:9999;background:#fff;color:#111;padding:12px 18px;border:1px solid #ccc;border-radius:10px}.dram-skip:focus{top:18px}.dram-kicker{display:inline-flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:#555;margin-bottom:16px}.dram-kicker:before{content:"";width:28px;height:1px;background:currentColor}.dram-kicker.is-light{color:#fff}.dram-kicker.is-light:before{background:#fff}.dram-actions{display:flex;gap:10px;flex-wrap:wrap}.dram-btn{height:52px;padding:0 18px 0 22px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:12px;font-weight:800;letter-spacing:.015em;transition:.2s ease}.dram-btn svg{width:17px}.dram-btn:hover{transform:translateY(-1px)}.dram-btn--light{background:#fff;color:#111}.dram-btn--outline-light{color:#fff;border-color:rgba(255,255,255,.48);background:rgba(0,0,0,.10)}.dram-btn--dark{background:#111;color:#fff}.dram-btn--outline-dark{color:#111;border-color:#c7c7c2;background:#fff}.dram-btn--primary{background:#111;color:#fff}.dram-btn--ghost{color:#fff;border-color:rgba(255,255,255,.42)}
/* header */.dram-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.06)}.dram-top{height:34px;background:#090909;color:#fff}.dram-top-inner{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.035em}.dram-top-inner>div{display:flex;align-items:center;gap:20px}.dram-top strong{font-size:10px}.dram-top span{color:#b9b9b9}.dram-top a{display:flex;align-items:center;gap:7px;font-weight:700}.dram-top svg{width:13px}.dram-nav-wrap{height:86px}.dram-nav{height:100%;display:flex;align-items:center;gap:28px}.dram-brand{width:195px;flex:none}.dram-brand img{width:100%;height:49px;object-fit:contain;object-position:left center}.dram-menu{margin-left:auto;height:100%;display:flex;align-items:center;gap:2px}.dram-menu-item{height:100%;display:flex;align-items:center;position:relative}.dram-menu-item>a{height:100%;padding:0 14px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;position:relative}.dram-menu-item>a i{width:7px;height:7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);margin-top:-4px}.dram-menu-item.is-active>a:after{content:"";position:absolute;left:14px;right:14px;bottom:19px;height:2px;background:#111}.dram-nav-cta{height:48px;background:#111;color:#fff;border-radius:10px;padding:0 17px 0 20px;display:flex;align-items:center;gap:16px;font-size:12px;font-weight:800;white-space:nowrap}.dram-nav-cta svg{width:17px}.dram-mega{position:absolute;top:calc(100% - 10px);right:0;width:min(860px,calc(100vw - 80px));background:#fff;border:1px solid var(--dram-line);border-radius:18px;padding:18px;display:grid;grid-template-columns:255px 1fr;gap:18px;box-shadow:0 24px 70px rgba(0,0,0,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.dram-menu-item:hover .dram-mega,.dram-menu-item:focus-within .dram-mega{opacity:1;visibility:visible;transform:none}.dram-mega-head{background:#111;color:#fff;border-radius:14px;padding:24px;display:flex;flex-direction:column}.dram-mega-head small{font-size:9px;letter-spacing:.14em;color:#c7c7c7}.dram-mega-head strong{font-size:25px;line-height:1.05;margin:12px 0}.dram-mega-head p{font-size:12px;color:#b9b9b9;margin:0 0 24px}.dram-mega-head>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800}.dram-mega-head svg{width:16px}.dram-mega-links{display:grid;grid-template-columns:1fr 1fr;gap:6px;align-content:start}.dram-mega-links a{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:7px;min-height:54px;border-radius:10px;padding:8px 12px;background:#f6f6f4;border:1px solid transparent;transition:.18s}.dram-mega-links a:hover{background:#fff;border-color:#cfcfca}.dram-mega-links em{font-style:normal;font-size:9px;color:#989898}.dram-mega-links span{font-size:12px;font-weight:700}.dram-mega-links svg{width:15px}.dram-menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border:1px solid #d5d5d1;background:#fff;border-radius:10px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.dram-menu-toggle span{width:20px;height:2px;background:#111}.dram-mobile-panel,.dram-backdrop{display:none}
/* hero */.dram-home-hero{padding:22px 0 0;background:#fff}.dram-hero-card{height:min(640px,66vh);min-height:520px;border-radius:24px;overflow:hidden;position:relative;background:#111}.dram-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.dram-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.91) 0%,rgba(5,5,5,.74) 36%,rgba(5,5,5,.22) 65%,rgba(5,5,5,.05) 100%)}.dram-hero-copy{position:relative;z-index:2;width:58%;height:100%;padding:58px 58px 76px;display:flex;flex-direction:column;justify-content:center;color:#fff}.dram-hero-copy h1{font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.052em;margin:0 0 24px;max-width:820px}.dram-hero-copy p{font-size:16px;line-height:1.6;color:#d2d2d2;max-width:620px;margin:0 0 28px}.dram-hero-index{position:absolute;right:28px;top:28px;z-index:2;color:#fff;text-align:right}.dram-hero-index span{display:block;font-size:10px;letter-spacing:.18em}.dram-hero-index strong{font-size:9px;letter-spacing:.12em;color:#bbb}.dram-proof-card{width:calc(100% - 52px);margin:-32px auto 0;position:relative;z-index:3;background:#fff;border:1px solid var(--dram-line);border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.dram-proof-item{min-height:104px;padding:18px 24px;display:flex;align-items:center;gap:15px;border-right:1px solid var(--dram-line)}.dram-proof-item:last-child{border-right:0}.dram-proof-icon{width:42px;height:42px;border-radius:50%;background:#f3f3f1;display:grid;place-items:center;flex:none}.dram-proof-icon svg{width:20px}.dram-proof-item strong{display:block;font-size:13px;margin-bottom:3px}.dram-proof-item small{display:block;color:var(--dram-muted);font-size:10.5px;line-height:1.45}
/* sections */.dram-section{padding:var(--dram-section-space,92px) 0}.dram-section-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,.55fr);column-gap:7vw;align-items:end;margin-bottom:34px}.dram-section-head .dram-kicker{grid-column:1}.dram-section-head h2{grid-column:1;font-size:clamp(34px,3.5vw,56px);line-height:1.02;letter-spacing:-.045em;margin:0}.dram-section-head>p{grid-column:2;grid-row:1/3;margin:0 0 3px;color:var(--dram-muted);font-size:14px;max-width:520px}.dram-section-head.is-compact{margin-top:0}.dram-mosaic-section{padding-top:72px}.dram-mosaic{display:grid;grid-template-columns:1.15fr .95fr .95fr;grid-auto-rows:220px;gap:12px}.dram-mosaic-card{position:relative;overflow:hidden;border-radius:18px;border:1px solid var(--dram-line);background:#f2f2f0;padding:24px;min-width:0}.dram-mosaic-card.is-wide{grid-row:span 2}.dram-mosaic-card.is-dark,.dram-mosaic-card.is-black{color:#fff;background:#111;border-color:#111}.dram-mosaic-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dram-mosaic-card.is-light img{opacity:.76}.dram-mosaic-card.is-dark img,.dram-mosaic-card.is-black img{opacity:.78}.dram-mosaic-overlay{position:absolute;inset:0;background:linear-gradient(95deg,rgba(245,245,243,.97) 0%,rgba(245,245,243,.76) 42%,rgba(245,245,243,.08) 75%)}.dram-mosaic-card.is-dark .dram-mosaic-overlay,.dram-mosaic-card.is-black .dram-mosaic-overlay{background:linear-gradient(95deg,rgba(8,8,8,.95) 0%,rgba(8,8,8,.73) 46%,rgba(8,8,8,.13) 76%)}.dram-mosaic-pattern{position:absolute;right:24px;bottom:18px;width:130px;height:130px;border-radius:50%;border:1px solid #d3d3cf;display:grid;place-items:center;color:#b1b1ad}.dram-mosaic-card.is-black .dram-mosaic-pattern{border-color:#383838;color:#555}.dram-mosaic-pattern svg{width:68px;height:68px;stroke-width:1}.dram-mosaic-content{position:relative;z-index:2;width:min(66%,380px)}.dram-mosaic-content>span{font-size:9px;color:#999;letter-spacing:.15em}.dram-mosaic-card.is-dark .dram-mosaic-content>span,.dram-mosaic-card.is-black .dram-mosaic-content>span{color:#888}.dram-mosaic h3{font-size:23px;line-height:1.05;letter-spacing:-.03em;margin:16px 0 8px}.dram-mosaic p{font-size:12px;line-height:1.5;color:#6e6e6e;margin:0}.dram-mosaic-card.is-dark p,.dram-mosaic-card.is-black p{color:#c2c2c2}.dram-mosaic-arrow{position:absolute;z-index:3;right:18px;bottom:18px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;border:1px solid #ddd}.dram-mosaic-card.is-dark .dram-mosaic-arrow,.dram-mosaic-card.is-black .dram-mosaic-arrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);color:#fff}.dram-mosaic-arrow svg{width:17px}.dram-mosaic-card:hover .dram-mosaic-arrow{transform:translateX(2px)}
/* generic card */.dram-card-section{background:var(--dram-soft)}.dram-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dram-card{background:#fff;border:1px solid var(--dram-line);border-radius:16px;padding:22px;min-height:250px;display:flex;flex-direction:column;position:relative;transition:.2s}.dram-card:hover{transform:translateY(-3px);box-shadow:var(--dram-shadow)}.dram-card-image{height:160px;border-radius:12px;overflow:hidden;margin:-10px -10px 20px}.dram-card-image img{width:100%;height:100%;object-fit:cover}.dram-card-top{display:flex;align-items:center;justify-content:space-between;color:#999;font-size:9px}.dram-card-top i{width:38px;height:38px;border-radius:50%;background:#f3f3f1;display:grid;place-items:center;color:#111}.dram-card-top svg{width:18px}.dram-card h3{font-size:19px;line-height:1.1;margin:22px 0 9px;letter-spacing:-.025em}.dram-card p{font-size:12px;color:var(--dram-muted);margin:0 0 20px}.dram-card-link{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.dram-card-link svg{width:15px}
/* split */.dram-split-section.is-soft{background:var(--dram-soft)}.dram-split-section.is-dark{background:#111;color:#fff}.dram-split{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center}.dram-split.is-image-right .dram-split-image{order:2}.dram-split-image{height:520px;border-radius:20px;overflow:hidden;position:relative;background:#eee}.dram-split-image img{width:100%;height:100%;object-fit:cover}.dram-split-image:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.dram-image-caption{position:absolute;left:16px;bottom:16px;background:rgba(255,255,255,.92);color:#111;border-radius:8px;padding:8px 10px;font-size:8px;letter-spacing:.12em;font-weight:800}.dram-split-copy{padding:24px 0}.dram-split-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px}.dram-prose{color:var(--dram-muted);font-size:14px}.dram-split-section.is-dark .dram-prose{color:#bdbdbd}.dram-prose p{margin:0 0 16px}.dram-prose h2{font-size:28px;line-height:1.1;color:var(--dram-ink);margin:34px 0 12px}.dram-split-section.is-dark .dram-prose h2{color:#fff}.dram-ticks{list-style:none;padding:0;margin:24px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.dram-ticks li{display:flex;align-items:flex-start;gap:9px;font-size:12px;font-weight:700}.dram-ticks li>span{width:20px;height:20px;flex:none;border:1px solid #d0d0cc;border-radius:50%;display:grid;place-items:center}.dram-ticks svg{width:12px}.dram-split-section.is-dark .dram-ticks li>span{border-color:#444}
/* process */.dram-process-section{background:#fff}.dram-process{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--dram-line);border-radius:16px;overflow:hidden}.dram-process>div{padding:24px 26px;min-height:190px;border-right:1px solid var(--dram-line)}.dram-process>div:last-child{border-right:0}.dram-process>div>span{font-size:9px;color:#999}.dram-process h3{font-size:17px;margin:36px 0 8px}.dram-process p{font-size:11.5px;color:var(--dram-muted);margin:0}
/* page hero */.dram-page-hero{padding:28px 0 30px}.dram-page-hero-card{background:var(--dram-soft);border:1px solid var(--dram-line);border-radius:22px;padding:28px;display:grid;grid-template-columns:1fr .95fr;gap:5vw;align-items:center;min-height:410px}.dram-page-copy{padding:32px 0 32px 34px}.dram-page-copy h1{font-size:clamp(42px,4.6vw,68px);line-height:.98;letter-spacing:-.05em;margin:0 0 20px;max-width:760px}.dram-page-copy p{max-width:650px;color:var(--dram-muted);font-size:15px;margin:0 0 26px}.dram-page-image{height:350px;border-radius:16px;overflow:hidden;position:relative;background:#ddd}.dram-page-image img{width:100%;height:100%;object-fit:cover}.dram-page-image span{position:absolute;left:14px;bottom:14px;right:auto;top:auto;width:auto;height:auto;max-width:calc(100% - 28px);background:rgba(255,255,255,.94);color:#111;border-radius:7px;padding:7px 9px;font-size:8px;line-height:1.2;letter-spacing:.12em;font-weight:800;white-space:nowrap}
/* rich text/contact/job/articles */.dram-rich-section{padding:82px 0}.dram-rich-section.is-soft{background:var(--dram-soft)}.dram-rich-section.is-dark{background:#111;color:#fff}.dram-rich-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.48fr);gap:8vw;align-items:start}.dram-rich-grid h2,.dram-contact-grid h2,.dram-job-intro h2,.dram-cta h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}.dram-prose--large{font-size:15px;color:#565656}.dram-rich-section.is-dark .dram-prose--large{color:#c7c7c7}.dram-prose--large h2{font-size:28px;margin:38px 0 12px}.dram-rich-grid aside{position:sticky;top:145px;background:var(--dram-soft);border:1px solid var(--dram-line);border-radius:16px;padding:22px}.dram-rich-section.is-soft aside{background:#fff}.dram-rich-section.is-dark aside{background:#1a1a1a;border-color:#333}.dram-rich-grid aside strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:15px}.dram-rich-grid aside ul{list-style:none;padding:0;margin:0}.dram-rich-grid aside li{padding:10px 0;border-top:1px solid var(--dram-line);font-size:12px}.dram-rich-section.is-dark aside li{border-color:#333}.dram-article-section{background:#fff}.dram-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dram-article{border:1px solid var(--dram-line);border-radius:15px;padding:20px;min-height:180px;background:#fff;display:flex;flex-direction:column}.dram-article time,.dram-article small{font-size:9px;color:#999}.dram-article h3{font-size:18px;line-height:1.15;margin:28px 0 14px}.dram-article>span{margin-top:auto;display:flex;justify-content:space-between;font-size:10px;font-weight:800}.dram-article svg{width:15px}.dram-contact-section{background:#fff}.dram-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw}.dram-contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dram-contact-cards>a,.dram-contact-cards>div{border:1px solid var(--dram-line);border-radius:14px;padding:20px;min-height:130px;display:flex;flex-direction:column}.dram-contact-cards svg{width:21px;margin-bottom:20px}.dram-contact-cards small{font-size:9px;color:#999;text-transform:uppercase;letter-spacing:.08em}.dram-contact-cards strong{font-size:14px;margin-top:5px}.dram-job-section{background:var(--dram-soft)}.dram-job-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dram-job-box{background:#fff;border:1px solid var(--dram-line);border-radius:16px;padding:25px}.dram-job-box h3{font-size:19px;margin:0 0 16px}.dram-job-box ul{padding-left:18px;margin:0}.dram-job-box li{margin:8px 0;font-size:13px}
/* cta */.dram-cta{padding:28px 0 90px;background:#fff}.dram-cta-inner{background:#111;color:#fff;border-radius:22px;padding:52px 56px;display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.dram-cta h2{max-width:760px;margin-bottom:14px}.dram-cta p{max-width:640px;color:#bdbdbd;margin:0}.dram-cta .dram-actions{justify-content:flex-end;flex:none}.dram-cta .dram-btn--primary{background:#fff;color:#111}.dram-cta .dram-btn--ghost{border-color:#555}
/* forms */.dram-form-section{padding:82px 0;background:#fff}.dram-form-shell{display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw}.dram-form-intro h2{font-size:clamp(36px,4vw,56px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.dram-form-intro p{color:var(--dram-muted)}.sx-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sx-field{display:flex;flex-direction:column;gap:6px}.sx-field--textarea,.sx-field--file{grid-column:1/3}.sx-field>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.sx-field input,.sx-field select,.sx-field textarea{width:100%;border:1px solid #d6d6d2;background:#f7f7f5;border-radius:10px;padding:14px 15px;font:inherit;color:#111;outline:none}.sx-field textarea{min-height:150px;resize:vertical}.sx-field input:focus,.sx-field select:focus,.sx-field textarea:focus{border-color:#111;box-shadow:0 0 0 2px rgba(0,0,0,.06)}.sx-field small{font-size:10px;color:#888}.sx-form button{grid-column:1/3;border:0;background:#111;color:#fff;border-radius:10px;min-height:52px;padding:0 24px;font:inherit;font-weight:800;cursor:pointer}.sx-form-hp{position:absolute!important;left:-9999px!important}.dram-form-success,.dram-form-error{padding:18px;border-radius:12px;margin-bottom:14px}.dram-form-success{background:#f1f5ef;border:1px solid #cbd7c7}.dram-form-error{background:#fff4f2;border:1px solid #e6c0bb}
/* footer */.dram-footer{background:#090909;color:#fff;padding:74px 0 28px}.dram-footer-lead{display:grid;grid-template-columns:1.05fr .95fr;gap:8vw;align-items:end;padding-bottom:48px;border-bottom:1px solid #2b2b2b}.dram-footer-lead h2{font-size:clamp(40px,4.6vw,64px);line-height:.98;letter-spacing:-.05em;margin:0 0 16px}.dram-footer-lead p{color:#a9a9a9;max-width:620px;margin:0}.dram-footer-lead>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px}.dram-footer-lead a{border:1px solid #333;border-radius:12px;padding:18px;display:grid;grid-template-columns:1fr 20px;align-items:end;gap:6px}.dram-footer-lead a small{grid-column:1;font-size:9px;color:#888;text-transform:uppercase;letter-spacing:.08em}.dram-footer-lead a strong{grid-column:1;font-size:14px}.dram-footer-lead a svg{grid-column:2;grid-row:1/3;width:17px}.dram-footer-grid{padding:48px 0;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:6vw}.dram-footer-grid h3{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#777;margin:0 0 18px}.dram-footer-grid>div:not(.dram-footer-brand){display:flex;flex-direction:column;gap:8px}.dram-footer-grid a,.dram-footer-grid>div>div{font-size:12px;color:#c4c4c4}.dram-footer-brand img{width:190px;height:60px;object-fit:contain;object-position:left;margin-bottom:18px}.dram-footer-brand p{max-width:360px;color:#8d8d8d;font-size:12px}.dram-footer-brand>strong{font-size:12px}.dram-footer-contact a,.dram-footer-contact>div{display:flex!important;gap:9px;align-items:flex-start}.dram-footer-contact svg{width:15px;margin-top:2px}.dram-footer-bottom{border-top:1px solid #242424;padding-top:22px;display:flex;justify-content:space-between;font-size:10px;color:#666}.dram-footer-bottom>div{display:flex;gap:16px}
/* mobile */@media(max-width:1180px){:root{--dram-gutter:48px}.dram-menu,.dram-nav-cta{display:none}.dram-menu-toggle{display:flex}.dram-nav-wrap{height:78px}.dram-brand{width:180px}.dram-mobile-panel{display:flex;position:fixed;z-index:1200;right:0;top:0;bottom:0;width:min(520px,94vw);background:#fff;color:#111;transform:translateX(104%);transition:.32s cubic-bezier(.7,0,.2,1);flex-direction:column;overflow:auto;box-shadow:-25px 0 60px rgba(0,0,0,.15)}.dram-mobile-panel.is-open{transform:none}.dram-backdrop{display:block;position:fixed;z-index:1100;inset:0;background:rgba(0,0,0,.38);opacity:0;visibility:hidden;transition:.2s}.dram-backdrop.is-open{opacity:1;visibility:visible}.dram-mobile-head{height:84px;padding:17px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--dram-line)}.dram-mobile-head img{width:165px;height:46px;object-fit:contain;object-position:left}.dram-mobile-head button{width:44px;height:44px;border:1px solid #d9d9d5;background:#fff;border-radius:10px;position:relative}.dram-mobile-head button span{position:absolute;width:18px;height:2px;background:#111;left:12px;top:20px}.dram-mobile-head button span:first-child{transform:rotate(45deg)}.dram-mobile-head button span:last-child{transform:rotate(-45deg)}.dram-mobile-meta{padding:20px 24px 12px}.dram-mobile-meta span{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#8d8d8d;font-weight:800}.dram-mobile-meta strong{display:block;font-size:12px;margin-top:5px}.dram-mobile-nav{padding:0 18px 18px}.dram-mobile-nav .dram-menu-item{display:block;height:auto;border-top:1px solid var(--dram-line)}.dram-mobile-nav .dram-menu-item>a{height:auto;padding:15px 6px;font-size:16px;justify-content:space-between}.dram-mobile-nav .dram-menu-item>a i{transition:.2s}.dram-mobile-nav .dram-menu-item.is-mobile-open>a i{transform:rotate(225deg)}.dram-mobile-sub{max-height:0;overflow:hidden;transition:max-height .3s ease}.dram-menu-item.is-mobile-open .dram-mobile-sub{max-height:760px}.dram-mobile-sub a{display:grid;grid-template-columns:1fr 18px;gap:8px;align-items:center;padding:11px 12px;background:#f5f5f3;border-radius:9px;margin:0 0 5px;font-size:12px;font-weight:700}.dram-mobile-sub svg{width:14px}.dram-mobile-service{margin-top:auto;padding:22px;background:#111;color:#fff}.dram-mobile-service-head{display:flex;gap:12px;align-items:center}.dram-mobile-service-head>span{width:40px;height:40px;border:1px solid #3c3c3c;border-radius:50%;display:grid;place-items:center}.dram-mobile-service-head svg{width:18px}.dram-mobile-service small{display:block;color:#8b8b8b;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.dram-mobile-service strong{display:block;font-size:15px;margin-top:2px}.dram-mobile-service p{font-size:11px;color:#aaa;margin:14px 0}.dram-mobile-service>a{height:46px;border-radius:9px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800;margin-top:7px}.dram-mobile-service>a svg{width:15px}.dram-mobile-call{background:#fff;color:#111}.dram-mobile-quote{border:1px solid #3a3a3a;color:#fff}.dram-menu-open{overflow:hidden}.dram-card-grid{grid-template-columns:repeat(2,1fr)}.dram-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.dram-mosaic-card.is-wide{grid-row:span 2}.dram-proof-card{grid-template-columns:1fr 1fr}.dram-proof-item:nth-child(2){border-right:0}.dram-proof-item:nth-child(-n+2){border-bottom:1px solid var(--dram-line)}.dram-split{grid-template-columns:1fr 1fr;gap:5vw}.dram-split-image{height:470px}.dram-article-grid{grid-template-columns:1fr 1fr}.dram-page-hero-card{grid-template-columns:1fr 1fr}.dram-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.dram-footer-contact{grid-column:2/4}}
@media(max-width:760px){:root{--dram-gutter:18px}.dram-top{height:31px}.dram-top-inner>div:first-child span,.dram-top-inner>div:last-child>span{display:none}.dram-top-inner>div{gap:8px}.dram-top a{font-size:9px}.dram-nav-wrap{height:70px}.dram-brand{width:156px}.dram-menu-toggle{width:42px;height:42px}.dram-home-hero{padding-top:10px}.dram-hero-card{height:540px;min-height:0;border-radius:18px}.dram-hero-bg{object-position:59% center}.dram-hero-shade{background:linear-gradient(180deg,rgba(4,4,4,.15) 0%,rgba(4,4,4,.30) 34%,rgba(4,4,4,.90) 71%,rgba(4,4,4,.96) 100%)}.dram-hero-copy{width:100%;padding:24px 20px 24px;justify-content:flex-end}.dram-hero-copy h1{font-size:40px;line-height:1.01;margin-bottom:15px}.dram-hero-copy p{font-size:13px;line-height:1.5;margin-bottom:20px}.dram-hero-copy .dram-actions{display:grid;grid-template-columns:1fr}.dram-hero-copy .dram-btn{width:100%}.dram-hero-index{display:none}.dram-proof-card{width:calc(100% - 14px);margin:-8px auto 0;grid-template-columns:1fr 1fr;border-radius:14px}.dram-proof-item{min-height:112px;padding:14px;display:block}.dram-proof-item:nth-child(2){border-right:0}.dram-proof-icon{width:34px;height:34px;margin-bottom:9px}.dram-proof-icon svg{width:17px}.dram-proof-item strong{font-size:11px}.dram-proof-item small{font-size:9px}.dram-section{padding:64px 0}.dram-section-head{display:block;margin-bottom:24px}.dram-section-head h2{font-size:36px;margin-bottom:13px}.dram-section-head>p{font-size:13px}.dram-mosaic-section{padding-top:54px}.dram-mosaic{grid-template-columns:1fr;grid-auto-rows:190px}.dram-mosaic-card.is-wide{grid-row:span 1}.dram-mosaic-content{width:68%}.dram-mosaic h3{font-size:20px;margin-top:12px}.dram-mosaic p{font-size:11px}.dram-mosaic-card{padding:18px}.dram-mosaic-arrow{width:36px;height:36px}.dram-card-grid{grid-template-columns:1fr}.dram-card{min-height:230px}.dram-split{grid-template-columns:1fr;gap:30px}.dram-split.is-image-right .dram-split-image{order:0}.dram-split-image{height:310px;border-radius:16px}.dram-split-copy{padding:0}.dram-split-copy h2{font-size:37px}.dram-ticks{grid-template-columns:1fr}.dram-process{grid-template-columns:1fr}.dram-process>div{min-height:0;border-right:0;border-bottom:1px solid var(--dram-line);padding:20px}.dram-process>div:last-child{border-bottom:0}.dram-process h3{margin:18px 0 6px}.dram-page-hero{padding:14px 0 22px}.dram-page-hero-card{grid-template-columns:1fr;padding:16px;border-radius:18px;gap:22px}.dram-page-copy{padding:22px 4px 0}.dram-page-copy h1{font-size:39px}.dram-page-copy p{font-size:13px}.dram-page-image{height:245px;border-radius:13px}.dram-rich-grid,.dram-contact-grid,.dram-job-cols,.dram-form-shell{grid-template-columns:1fr}.dram-rich-grid{gap:28px}.dram-rich-grid aside{position:static}.dram-article-grid{grid-template-columns:1fr}.dram-contact-cards{grid-template-columns:1fr}.dram-cta{padding:0 0 64px}.dram-cta-inner{display:block;padding:36px 24px;border-radius:18px}.dram-cta h2{font-size:36px}.dram-cta .dram-actions{margin-top:24px;display:grid;grid-template-columns:1fr}.dram-footer{padding-top:54px}.dram-footer-lead{grid-template-columns:1fr;gap:28px;padding-bottom:36px}.dram-footer-lead h2{font-size:40px}.dram-footer-lead>div:last-child{grid-template-columns:1fr}.dram-footer-grid{grid-template-columns:1fr 1fr;gap:34px 22px}.dram-footer-brand{grid-column:1/3}.dram-footer-contact{grid-column:1/3}.dram-footer-bottom{display:block}.dram-footer-bottom>div{margin-top:12px;flex-wrap:wrap}.sx-form{grid-template-columns:1fr}.sx-field--textarea,.sx-field--file,.sx-form button{grid-column:1}.dram-mobile-panel{width:100vw}.dram-mobile-head{height:76px}}
/* component contract refinements */
.dram-articles-section{background:#fff}.dram-article-grid>a{border:1px solid var(--dram-line);border-radius:15px;padding:20px;min-height:180px;background:#fff;display:flex;flex-direction:column;transition:.2s}.dram-article-grid>a:hover{transform:translateY(-3px);box-shadow:var(--dram-shadow)}.dram-article-grid>a>span{font-size:9px;color:#999;letter-spacing:.12em}.dram-article-grid>a h3{font-size:18px;line-height:1.15;margin:28px 0 14px;letter-spacing:-.025em}.dram-article-grid>a>div{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dram-article-grid>a svg{width:15px}.dram-job-cols>div{background:#fff;border:1px solid var(--dram-line);border-radius:16px;padding:25px}.dram-job-cols>div>span{font-size:9px;color:#999;letter-spacing:.12em}.dram-job-cols>div h3{font-size:19px;margin:18px 0 14px}.dram-job-cols>div ul{padding-left:18px;margin:0}.dram-job-cols>div li{margin:8px 0;font-size:13px}.dram-contact-cards .is-green{background:#111;color:#fff;border-color:#111}.dram-contact-cards .is-green small{color:#929292}.dram-contact-cards .is-green .pulse{display:none}.dram-cta .dram-kicker{color:#fff}.dram-cta .dram-kicker:before{background:#fff}
@media(max-width:760px){.dram-article-grid>a{min-height:155px}.dram-job-cols>div{padding:21px}}

/* DRAM 2.0.1 — Sixxie PB5 integration and visual refinement */
.dram-site .pb5-document,
.dram-site .pb5-template-container,
.dram-site main#main-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.dram-site .sixxie-section,
.dram-site .sixxie-section.ce-section{padding:0!important;--ce-space-top:0px!important;--ce-space-bottom:0px!important}

/* Explicit link colors: .dram-site a has higher specificity than the old variants. */
.dram-site .dram-btn--light{background:#fff;color:#111!important}
.dram-site .dram-btn--outline-light{color:#fff!important;border-color:rgba(255,255,255,.48);background:rgba(0,0,0,.10)}
.dram-site .dram-btn--dark,.dram-site .dram-btn--primary{background:#111;color:#fff!important}
.dram-site .dram-btn--outline-dark{background:#fff;color:#111!important;border-color:#c7c7c2}
.dram-site .dram-btn--ghost{color:#fff!important}
.dram-site .dram-nav-cta{color:#fff!important}
.dram-site .dram-mobile-call{color:#111!important}
.dram-site .dram-mobile-quote{color:#fff!important}
.dram-site .dram-cta .dram-btn--primary{background:#fff;color:#111!important}
.dram-site .dram-mega-head>a{color:#fff!important}

/* Header/menu: compact enough for a complete professional desktop navigation. */
.dram-nav{gap:20px}
.dram-brand{width:190px}
.dram-menu{gap:0}
.dram-menu-item>a{padding:0 10px;font-size:11.5px;letter-spacing:-.01em;white-space:nowrap}
.dram-menu-item.is-active>a:after{left:10px;right:10px}
.dram-nav-cta{height:46px;padding-inline:18px 15px}

/* Hero: no content is covered by the proof strip. */
.dram-home-hero{padding:24px 0 0}
.dram-hero-card{height:650px;min-height:600px}
.dram-hero-copy{width:61%;padding:64px 64px 62px}
.dram-hero-copy h1{font-size:clamp(48px,4.7vw,74px);max-width:790px}
.dram-proof-card{width:100%;margin:14px 0 0;border-radius:15px;box-shadow:none;background:#f7f7f5}
.dram-proof-item{min-height:94px;padding:17px 22px;background:#f7f7f5}
.dram-proof-icon{background:#fff;border:1px solid #e3e3df}

/* Oplossingen: calm, even 3 x 2 block rhythm instead of one oversized tile. */
.dram-mosaic-section{padding-top:76px}
.dram-mosaic{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:228px;gap:14px}
.dram-mosaic-card,.dram-mosaic-card.is-wide{grid-row:span 1;padding:24px;border-radius:17px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.dram-mosaic-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.08);border-color:#cfcfca}
.dram-mosaic-card.is-dark:hover,.dram-mosaic-card.is-black:hover{border-color:#252525}
.dram-mosaic-card.is-light{background:#f5f5f3}
.dram-mosaic-card.is-light img{left:42%;width:58%;opacity:1;filter:saturate(.72) contrast(.96)}
.dram-mosaic-card.is-light .dram-mosaic-overlay{background:linear-gradient(90deg,#f5f5f3 0%,#f5f5f3 43%,rgba(245,245,243,.92) 53%,rgba(245,245,243,.12) 100%)}
.dram-mosaic-card.is-dark img,.dram-mosaic-card.is-black img{opacity:.88;filter:saturate(.82) contrast(1.02)}
.dram-mosaic-card.is-dark .dram-mosaic-overlay,.dram-mosaic-card.is-black .dram-mosaic-overlay{background:linear-gradient(90deg,rgba(8,8,8,.96) 0%,rgba(8,8,8,.80) 45%,rgba(8,8,8,.18) 100%)}
.dram-mosaic-content{width:min(58%,360px)}
.dram-mosaic h3{font-size:22px;line-height:1.06;margin:14px 0 8px}
.dram-mosaic p{font-size:11.5px;line-height:1.48}
.dram-mosaic-pattern{width:108px;height:108px;right:30px;bottom:28px;background:rgba(255,255,255,.46)}
.dram-mosaic-card.is-black .dram-mosaic-pattern{background:rgba(255,255,255,.02)}
.dram-mosaic-pattern svg{width:48px;height:48px}

/* Remove visual dead zones between custom components. */
.dram-section:first-child{padding-top:76px}

@media(max-width:1380px){
  :root{--dram-gutter:64px}
  .dram-menu-item>a{padding-inline:8px;font-size:11px}
  .dram-brand{width:175px}
  .dram-nav{gap:14px}
}
@media(max-width:1240px){
  .dram-menu,.dram-nav-cta{display:none}
  .dram-menu-toggle{display:flex}
}
@media(max-width:1180px){
  .dram-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:220px}
  .dram-mosaic-card.is-wide{grid-row:span 1}
}
@media(max-width:760px){
  :root{--dram-gutter:16px}
  .dram-shell{width:calc(100% - 32px);max-width:none}
  .dram-top-inner{width:calc(100% - 24px)}
  .dram-top-inner>div:first-child strong{font-size:9px;line-height:1.15;max-width:110px}
  .dram-top a{font-size:9px;line-height:1.15}
  .dram-nav-wrap{height:76px}
  .dram-nav{width:calc(100% - 28px)}
  .dram-brand{width:164px}
  .dram-brand img{height:48px}
  .dram-menu-toggle{width:44px;height:44px;border-radius:12px}
  .dram-home-hero{padding-top:14px}
  .dram-hero-card{height:590px;min-height:590px;border-radius:17px}
  .dram-hero-bg{object-position:56% center}
  .dram-hero-copy{width:100%;padding:28px 22px 27px;justify-content:flex-end}
  .dram-hero-copy h1{font-size:38px;line-height:1.01;letter-spacing:-.047em;margin-bottom:14px;max-width:100%}
  .dram-hero-copy p{font-size:13px;line-height:1.48;margin-bottom:18px;max-width:100%}
  .dram-hero-copy .dram-actions{gap:8px}
  .dram-hero-copy .dram-btn{min-height:50px;height:auto;padding-block:12px}
  .dram-proof-card{width:100%;margin-top:10px;grid-template-columns:1fr 1fr;background:#f7f7f5}
  .dram-proof-item{min-height:118px;padding:15px;border-bottom:1px solid var(--dram-line)}
  .dram-proof-item:nth-child(2n){border-right:0}
  .dram-proof-item:nth-last-child(-n+2){border-bottom:0}
  .dram-proof-icon{width:35px;height:35px;margin-bottom:9px}
  .dram-proof-item strong{font-size:11px;line-height:1.25}
  .dram-proof-item small{font-size:9.5px;line-height:1.4}
  .dram-section{padding:60px 0}
  .dram-mosaic-section{padding-top:58px}
  .dram-section-head h2{font-size:34px}
  .dram-mosaic{grid-template-columns:1fr;grid-auto-rows:190px;gap:10px}
  .dram-mosaic-card{padding:19px;border-radius:15px}
  .dram-mosaic-content{width:62%}
  .dram-mosaic-card.is-light img{left:45%;width:55%}
  .dram-mosaic h3{font-size:20px}
  .dram-mosaic p{font-size:10.5px}
  .dram-split-copy h2{font-size:34px}
  .dram-page-copy h1{font-size:36px}
  .dram-mobile-panel{width:100vw;max-width:none}
  .dram-mobile-meta{padding:18px 20px 8px}
  .dram-mobile-nav{padding:0 14px 18px}
  .dram-mobile-nav .dram-menu-item>a{font-size:15px;padding:14px 8px}
  .dram-mobile-service{padding:22px 20px calc(22px + env(safe-area-inset-bottom))}
}


/* DRAM 2.1.1 — mobile image-label sizing fix + independent navigation + fully styled PB5 content pages */
.dram-site .sixxie-section,.dram-site .sixxie-section.ce-section{padding:0!important;margin:0!important;--ce-space-top:0px!important;--ce-space-bottom:0px!important}
.dram-site .pb5-document,.dram-site .pb5-template-container,.dram-site main#main-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

/* Desktop mega menu: viewport-aligned technical index, built as a DRAM-specific technical index instead of a recycled card layout. */
@media(min-width:1241px){
 .dram-header{--dram-header-height:120px;overflow:visible}
 .dram-menu-item{position:static}
 .dram-mega{position:fixed;top:120px;left:50%;right:auto;width:min(1280px,calc(100vw - 64px));padding:0;background:#fff;border:1px solid #d8d8d4;border-radius:0 0 20px 20px;box-shadow:0 30px 80px rgba(0,0,0,.14);display:block;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s;overflow:hidden}
 .dram-menu-item:hover .dram-mega,.dram-menu-item:focus-within .dram-mega{opacity:1;visibility:visible;transform:translate(-50%,0)}
 .dram-mega-bar{height:42px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#f2f2ef;border-bottom:1px solid #deded9;font-size:9px;font-weight:800;letter-spacing:.13em;color:#6e6e6a}
 .dram-mega-bar a{display:flex;align-items:center;gap:12px;color:#111!important;letter-spacing:.02em;font-size:10px}
 .dram-mega-bar svg{width:15px}
 .dram-mega-layout{display:grid;grid-template-columns:270px minmax(0,1fr) 245px;gap:0;min-height:250px}
 .dram-mega-intro{padding:30px 28px;border-right:1px solid #e1e1dd;display:flex;flex-direction:column;justify-content:space-between;background:#fff}
 .dram-mega-intro small{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#8a8a86;font-weight:800}
 .dram-mega-intro strong{font-size:22px;line-height:1.16;letter-spacing:-.035em;font-weight:750;margin:18px 0 26px}
 .dram-mega-intro>div{display:flex;gap:8px;flex-wrap:wrap}
 .dram-mega-intro>div span{font-size:9px;font-weight:800;background:#f3f3f0;border:1px solid #e1e1dd;border-radius:999px;padding:7px 10px}
 .dram-mega-links{padding:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;align-content:start;background:#fff}
 .dram-mega-links a{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:51px;padding:0 4px;border-radius:0;border:0;border-bottom:1px solid #e7e7e3;background:transparent;color:#151515!important;transition:.16s}
 .dram-mega-links a:hover{background:#f7f7f5;padding-left:10px;padding-right:10px}
 .dram-mega-links em{font-style:normal;font-size:9px;color:#aaa;letter-spacing:.08em}
 .dram-mega-links span{font-size:12px;font-weight:750;line-height:1.25}
 .dram-mega-links svg{width:14px}
 .dram-mega-action{background:#111;color:#fff;padding:30px 25px;display:flex;flex-direction:column}
 .dram-mega-action>span{width:42px;height:42px;border:1px solid #3a3a3a;border-radius:50%;display:grid;place-items:center;margin-bottom:28px}
 .dram-mega-action>span svg{width:18px}
 .dram-mega-action small{font-size:8px;letter-spacing:.13em;color:#989898;font-weight:800}
 .dram-mega-action strong{font-size:20px;margin:5px 0 10px;letter-spacing:-.02em}
 .dram-mega-action p{font-size:11px;line-height:1.5;color:#aaa;margin:0 0 20px}
 .dram-mega-action a{margin-top:auto;height:42px;border-radius:8px;background:#fff;color:#111!important;padding:0 13px;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800}
 .dram-mega-action a svg{width:14px}
}

/* Mobile menu: cards, no stray separator line, richer hierarchy. */
@media(max-width:1240px){
 .dram-mobile-panel{background:#f3f3f0}
 .dram-mobile-head{background:#fff;border-bottom:0;box-shadow:0 1px 0 #e4e4df}
 .dram-mobile-alert{margin:14px 16px 8px;background:#111;color:#fff!important;border-radius:14px;padding:15px;display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:12px}
 .dram-mobile-alert>span{width:42px;height:42px;border:1px solid #393939;border-radius:50%;display:grid;place-items:center}
 .dram-mobile-alert>span svg{width:18px}.dram-mobile-alert>svg{width:16px}
 .dram-mobile-alert small{display:block;color:#8e8e8e;font-size:8px;letter-spacing:.12em;font-weight:800}
 .dram-mobile-alert strong{display:block;font-size:15px;margin-top:2px}
 .dram-mobile-label{padding:12px 22px 7px;color:#8b8b87;font-size:9px;letter-spacing:.16em;font-weight:800}
 .dram-mobile-nav{padding:0 12px 12px}
 .dram-mobile-nav .dram-menu-item{display:block;height:auto;border:0!important;background:#fff;border-radius:12px;margin:6px 0;overflow:hidden;box-shadow:0 0 0 1px #e1e1dc}
 .dram-mobile-nav .dram-menu-item>a{height:auto;min-height:55px;padding:0 14px;font-size:15px;justify-content:space-between;color:#111!important}
 .dram-mobile-nav .dram-menu-item.is-active>a{background:#fafaf8}
 .dram-mobile-nav .dram-menu-item.is-active>a:after{display:none}
 .dram-mobile-nav .dram-menu-item>a i{margin-right:4px}
 .dram-mobile-sub{background:#f7f7f5;padding:0 8px;max-height:0}
 .dram-menu-item.is-mobile-open .dram-mobile-sub{padding-top:7px;padding-bottom:7px;max-height:980px;border-top:1px solid #e5e5e1}
 .dram-mobile-sub a{margin:0;background:transparent;border:0;border-bottom:1px solid #e2e2de;border-radius:0;padding:11px 6px;font-size:11px;color:#262626!important}
 .dram-mobile-sub a:last-child{border-bottom:0}
 .dram-mobile-bottom{margin-top:auto;background:#fff;padding:20px;border-top:1px solid #deded9}
 .dram-mobile-bottom p{margin:0 0 14px;color:#666;font-size:11px;line-height:1.5}
 .dram-mobile-bottom>a{height:48px;border-radius:10px;background:#111;color:#fff!important;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800}
 .dram-mobile-bottom>a svg{width:15px}.dram-mobile-bottom>div{display:flex;gap:16px;margin-top:15px}
 .dram-mobile-bottom>div a{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:750}.dram-mobile-bottom>div svg{width:14px}
 .dram-mobile-meta,.dram-mobile-service{display:none!important}
}

/* Interior pages: stronger visual hierarchy and consistent full-width rhythm. */
.dram-page-hero{padding:34px 0 28px;background:#fff}
.dram-page-hero-card{background:#f3f3f0;border:1px solid #deded9;border-radius:22px;padding:14px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:42px;align-items:stretch;min-height:500px;overflow:hidden}
.dram-page-copy{padding:48px 28px 46px;display:flex;flex-direction:column;justify-content:center}
.dram-page-copy h1{font-size:clamp(46px,4.6vw,72px);line-height:.99;letter-spacing:-.052em;margin:0 0 22px;max-width:760px}
.dram-page-copy p{font-size:15px;line-height:1.65;color:#5f605f;max-width:650px;margin:0 0 28px}
.dram-page-image{height:auto;min-height:470px;border-radius:15px;position:relative;overflow:hidden;background:#111}
.dram-page-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.02)}
.dram-page-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.15))}
.dram-page-image>span{position:absolute;z-index:2;left:16px;bottom:16px;background:#fff;color:#111;border-radius:8px;padding:9px 11px;font-size:8px;letter-spacing:.13em;font-weight:800}

.dram-split-section.is-soft{background:#f4f4f1}.dram-split-section.is-white{background:#fff}.dram-split-section.is-dark{background:#111;color:#fff}
.dram-split{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);gap:7vw;align-items:center}
.dram-split-image{height:560px;border-radius:20px;overflow:hidden;position:relative;background:#111}
.dram-split-image img{width:100%;height:100%;object-fit:cover}.dram-split-copy h2{font-size:clamp(40px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0 0 24px}.dram-split-copy .dram-prose{color:#60615f}.dram-split-section.is-dark .dram-prose{color:#bcbcbc}
.dram-ticks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;padding:0;margin:24px 0 28px;list-style:none}.dram-ticks li{display:flex;align-items:flex-start;gap:9px;font-size:12px;font-weight:700}.dram-ticks li span{width:22px;height:22px;border:1px solid #d1d1cc;border-radius:50%;display:grid;place-items:center;flex:none}.dram-ticks li svg{width:12px}

.dram-rich-section.is-soft{background:#f4f4f1}.dram-rich-section.is-white{background:#fff}.dram-rich-section.is-dark{background:#111;color:#fff}
.dram-rich-grid{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.85fr);gap:10vw;align-items:start}
.dram-rich-grid aside{position:sticky;top:150px}.dram-rich-grid aside h2{font-size:clamp(31px,3vw,48px);line-height:1.04;letter-spacing:-.04em;margin:0}.dram-prose--large{font-size:15px;line-height:1.82;color:#4f504f}.dram-rich-section.is-dark .dram-prose--large{color:#bcbcbc}.dram-prose--large p{margin:0 0 20px}.dram-prose--large h2,.dram-prose--large h3{color:inherit}.dram-side-list{list-style:none;padding:0;margin:32px 0 0}.dram-side-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:11px 0;border-top:1px solid #deded9;font-size:11px;font-weight:700}.dram-side-list li span{font-size:8px;color:#9c9c98;letter-spacing:.1em}

.dram-card-section{background:#f4f4f1}.dram-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.dram-card{min-height:255px;border-radius:18px;padding:21px;box-shadow:none}.dram-card h3{font-size:19px;line-height:1.08}.dram-card p{font-size:11.5px;line-height:1.55}.dram-card:hover{transform:translateY(-4px);box-shadow:0 16px 42px rgba(0,0,0,.07)}
.dram-section+.dram-section{border-top:0}.dram-cta{padding:22px 0 92px}.dram-cta-inner{border-radius:22px}

@media(max-width:1100px){
 .dram-page-hero-card{grid-template-columns:1fr 1fr;gap:22px;min-height:450px}.dram-page-copy{padding:34px 18px}.dram-page-image{min-height:420px}
 .dram-rich-grid{grid-template-columns:.55fr 1fr;gap:7vw}.dram-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .dram-page-hero{padding:14px 0 18px}.dram-page-hero-card{grid-template-columns:1fr;gap:0;padding:10px;min-height:0;border-radius:17px}.dram-page-copy{padding:27px 11px 24px;order:1}.dram-page-copy h1{font-size:36px;line-height:1.01;margin-bottom:15px}.dram-page-copy p{font-size:12.5px;margin-bottom:19px}.dram-page-copy .dram-actions{display:grid;grid-template-columns:1fr}.dram-page-copy .dram-btn{width:100%;min-height:49px;height:auto;padding-block:11px}.dram-page-image{min-height:0;height:255px;order:0;border-radius:12px}.dram-page-image>span{left:12px;bottom:12px}
 .dram-split{grid-template-columns:1fr;gap:28px}.dram-split-image{height:280px;border-radius:15px}.dram-split.is-image-right .dram-split-image{order:0}.dram-split-copy{order:1}.dram-split-copy h2{font-size:34px}.dram-ticks{grid-template-columns:1fr}.dram-rich-grid{grid-template-columns:1fr;gap:24px}.dram-rich-grid aside{position:static}.dram-rich-grid aside h2{font-size:32px}.dram-prose--large{font-size:13.5px;line-height:1.72}.dram-card-grid{grid-template-columns:1fr}.dram-card{min-height:210px}.dram-section{padding:54px 0}.dram-cta{padding-bottom:60px}
}

/* DRAM 2.1.1: labels on page imagery must remain compact badges, never stretch over the image. */
.dram-site .dram-page-image>span{top:auto!important;right:auto!important;left:16px!important;bottom:16px!important;width:max-content!important;height:auto!important;max-width:calc(100% - 32px)!important;min-width:0!important;min-height:0!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important;}
@media(max-width:760px){.dram-site .dram-page-image>span{left:12px!important;bottom:12px!important;max-width:calc(100% - 24px)!important;font-size:7.5px!important;padding:7px 9px!important;}}


/* DRAM 2.2.0 — distinctive full-width mega menu */
.dram-mega{position:fixed;top:120px;left:50%;right:auto;width:min(1720px,calc(100vw - (var(--dram-gutter) * 2)));padding:0;background:#fff;border:1px solid #d8d8d4;border-top:0;border-radius:0 0 24px 24px;box-shadow:0 32px 80px rgba(0,0,0,.14);display:block;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s;overflow:hidden}
.dram-menu-item:hover .dram-mega,.dram-menu-item:focus-within .dram-mega{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dram-mega-bar{display:none!important}
.dram-mega-layout{display:grid;grid-template-columns:290px minmax(0,1fr) 255px;gap:0;min-height:272px}
.dram-mega-intro{padding:32px 30px;border-right:1px solid #e7e7e3;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,#fcfcfb 0%,#f5f5f2 100%)}
.dram-mega-intro small{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#868682;font-weight:800}
.dram-mega-intro strong{font-size:24px;line-height:1.12;letter-spacing:-.04em;font-weight:780;margin:20px 0 16px;max-width:220px}
.dram-mega-intro p{font-size:12px;line-height:1.6;color:#666760;margin:0 0 20px;max-width:220px}
.dram-mega-intro>div{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.dram-mega-intro>div span{font-size:9px;font-weight:800;background:#fff;border:1px solid #ddddda;border-radius:999px;padding:7px 10px}
.dram-mega-overview{margin-top:auto;height:44px;border-radius:10px;background:#111;color:#fff!important;padding:0 15px;display:flex;align-items:center;justify-content:space-between;font-size:10.5px;font-weight:800}
.dram-mega-overview svg{width:15px}
.dram-mega-links{padding:26px 26px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;align-content:start;background:#fff}
.dram-mega-links a{display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:56px;padding:0 4px;border-radius:0;border:0;border-bottom:1px solid #ecece8;background:transparent;color:#151515!important;transition:.16s}
.dram-mega-links a:hover{background:#f7f7f4;padding-left:12px;padding-right:12px}
.dram-mega-links em{font-style:normal;font-size:9px;color:#9fa09a;letter-spacing:.08em}
.dram-mega-links span{font-size:14px;font-weight:760;line-height:1.24}
.dram-mega-links svg{width:14px}
.dram-mega-action{background:#111;color:#fff;padding:32px 26px;display:flex;flex-direction:column;justify-content:flex-start}
.dram-mega-action>span{width:44px;height:44px;border:1px solid #343434;border-radius:50%;display:grid;place-items:center;margin-bottom:28px}
.dram-mega-action>span svg{width:18px}
.dram-mega-action small{font-size:8px;letter-spacing:.13em;color:#989898;font-weight:800}
.dram-mega-action strong{font-size:22px;line-height:1.05;margin:6px 0 12px;letter-spacing:-.02em}
.dram-mega-action p{font-size:11.5px;line-height:1.55;color:#afafaf;margin:0 0 22px}
.dram-mega-action a{margin-top:auto;height:44px;border-radius:10px;background:#fff;color:#111!important;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800}
.dram-mega-action a svg{width:14px}
@media(max-width:1380px){.dram-mega{width:calc(100vw - (var(--dram-gutter) * 2))}.dram-mega-layout{grid-template-columns:260px minmax(0,1fr) 230px}.dram-mega-intro strong{font-size:22px}.dram-mega-links span{font-size:13px}}


/* DRAM 2.3.0 — Identity rebuild away from Beuving */
:root{--dram-radius:14px;--dram-shadow:0 18px 40px rgba(17,17,17,.06)}
.dram-kicker{letter-spacing:.18em}

/* Homepage solutions block: completely different from the previous 3x2 card grid. */
.dram-solutions-section{padding-top:82px;background:#fff}
.dram-solutions-top{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.7fr);gap:56px;align-items:end;margin-bottom:26px}
.dram-solutions-top .dram-section-head{margin:0}.dram-solutions-top .dram-section-head p{display:none}.dram-solutions-summary{padding-bottom:12px}
.dram-solutions-summary p{margin:0;font-size:16px;line-height:1.82;color:#666760;max-width:560px}
.dram-solutions-layout{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.08fr);gap:16px;align-items:stretch}
.dram-solution-feature{position:relative;min-height:640px;border-radius:18px;overflow:hidden;background:#111;color:#fff;padding:26px;display:flex;flex-direction:column;justify-content:space-between}
.dram-solution-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dram-solution-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.52) 44%,rgba(0,0,0,.88) 100%)}
.dram-solution-feature-meta,.dram-solution-feature-copy{position:relative;z-index:2}.dram-solution-feature-meta{display:flex;align-items:center;gap:14px}.dram-solution-feature-meta span{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;font-size:11px;font-weight:800}.dram-solution-feature-meta small{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#d0d0d0;font-weight:800}.dram-solution-feature-copy h3{font-size:42px;line-height:1.01;letter-spacing:-.045em;margin:0 0 12px;max-width:420px}.dram-solution-feature-copy p{font-size:14px;line-height:1.72;color:#d3d3d3;max-width:470px;margin:0 0 26px}.dram-solution-feature-copy b{display:inline-flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.dram-solution-feature-copy b svg{width:16px}
.dram-solution-list{display:grid;grid-template-rows:repeat(5,minmax(0,1fr));gap:16px}
.dram-solution-row{min-height:115px;border:1px solid #dfdfdb;border-radius:18px;background:#fff;display:grid;grid-template-columns:56px minmax(0,1fr) 120px 58px;align-items:center;gap:18px;padding:20px 20px 20px 18px;position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.dram-solution-row:hover{transform:translateY(-2px);border-color:#cfcfca;box-shadow:0 18px 36px rgba(0,0,0,.06)}
.dram-solution-row-index{font-size:10px;font-weight:800;letter-spacing:.12em;color:#9b9b97}
.dram-solution-row-copy h3{margin:0 0 6px;font-size:27px;line-height:1.02;letter-spacing:-.045em}.dram-solution-row-copy p{margin:0;color:#666760;font-size:13px;line-height:1.58;max-width:520px}
.dram-solution-row-thumb{width:120px;height:100%;min-height:74px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f2f2ef;border:1px solid #e4e4e0}.dram-solution-row-thumb img{width:100%;height:100%;object-fit:cover}.dram-solution-row-thumb.is-icon svg{width:38px;height:38px;color:#111}
.dram-solution-row-arrow{width:42px;height:42px;border-radius:50%;border:1px solid #d7d7d2;display:grid;place-items:center;color:#111}.dram-solution-row-arrow svg{width:15px}
.dram-solution-row.is-dark,.dram-solution-row.is-black{background:#111;color:#fff;border-color:#111}.dram-solution-row.is-dark .dram-solution-row-copy p,.dram-solution-row.is-black .dram-solution-row-copy p{color:#c8c8c8}.dram-solution-row.is-dark .dram-solution-row-index,.dram-solution-row.is-black .dram-solution-row-index{color:#8c8c8c}.dram-solution-row.is-dark .dram-solution-row-thumb,.dram-solution-row.is-black .dram-solution-row-thumb{background:#1b1b1b;border-color:#292929}.dram-solution-row.is-dark .dram-solution-row-thumb.is-icon svg,.dram-solution-row.is-black .dram-solution-row-thumb.is-icon svg{color:#fff}.dram-solution-row.is-dark .dram-solution-row-arrow,.dram-solution-row.is-black .dram-solution-row-arrow{border-color:#3a3a3a;color:#fff}

/* Page heroes: more editorial and technical, less card-like. */
.dram-page-hero{padding:24px 0 26px;background:#fff}
.dram-page-hero-card{background:transparent;border:0;border-top:1px solid #dfdfda;border-bottom:1px solid #dfdfda;border-radius:0;padding:30px 0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1fr);gap:58px;align-items:center;min-height:0}
.dram-page-copy{padding:12px 0 10px;position:relative}.dram-page-copy:before{content:"";display:block;width:72px;height:4px;background:#111;margin-bottom:22px}.dram-page-copy .dram-kicker{margin-bottom:10px}
.dram-page-copy h1{font-size:clamp(44px,4.8vw,76px);line-height:.94;letter-spacing:-.055em;margin:0 0 18px;max-width:760px}.dram-page-copy p{max-width:570px;color:#666760;font-size:15px;line-height:1.8;margin:0 0 26px}
.dram-page-copy .dram-actions{display:flex;flex-wrap:wrap;gap:10px}.dram-page-copy .dram-btn{border-radius:10px}
.dram-page-image{height:420px;border-radius:16px 16px 16px 68px;overflow:hidden;position:relative;background:#e9e9e5}.dram-page-image img{width:100%;height:100%;object-fit:cover}.dram-page-image:after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.18) 100%)}.dram-page-image span{position:absolute;left:18px;top:18px;bottom:auto;right:auto;width:auto;max-width:calc(100% - 36px);background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-size:8px;letter-spacing:.13em;white-space:nowrap}

/* Split sections: DRAM now uses a ruled, technical editorial system. */
.dram-split-section.is-soft{background:#f5f5f2}.dram-split-section.is-white{background:#fff}.dram-split-section.is-dark{background:#111;color:#fff}
.dram-split{display:grid;grid-template-columns:minmax(390px,.88fr) minmax(0,1.12fr);gap:78px;align-items:center}
.dram-split-image{height:560px;border-radius:14px 14px 14px 60px;overflow:hidden;position:relative;background:#111}.dram-split-image img{width:100%;height:100%;object-fit:cover}.dram-image-caption{left:auto;right:16px;bottom:16px;background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-size:8px;letter-spacing:.14em;font-weight:800}.dram-split-section.is-dark .dram-image-caption{background:#fff;color:#111}
.dram-split-copy{padding:18px 0 18px 30px;border-left:2px solid #111}.dram-split-section.is-dark .dram-split-copy{border-left-color:#fff}.dram-split-copy h2{font-size:clamp(38px,4vw,60px);line-height:1.01;letter-spacing:-.05em;margin:0 0 22px}.dram-split-copy .dram-prose{color:#5d5e5c;font-size:15px;line-height:1.82}.dram-split-section.is-dark .dram-prose{color:#bdbdbd}.dram-ticks{list-style:none;padding:0;margin:26px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}.dram-ticks li{display:flex;align-items:flex-start;gap:10px;font-size:12px;font-weight:750}.dram-ticks li>span{width:22px;height:22px;border:1px solid #cfcfca;border-radius:50%;display:grid;place-items:center}.dram-split-section.is-dark .dram-ticks li>span{border-color:#454545}

/* Rich content sections: less boxed, more article-like. */
.dram-rich-section{padding:92px 0}.dram-rich-grid{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,1fr);gap:84px;align-items:start}.dram-rich-grid aside{position:sticky;top:142px;background:transparent;border:0;border-top:2px solid #111;border-radius:0;padding:18px 0 0}.dram-rich-section.is-dark aside{border-top-color:#fff;background:transparent}.dram-rich-section.is-soft aside{background:transparent}.dram-rich-grid aside h2{font-size:clamp(30px,3vw,46px);line-height:1.02;letter-spacing:-.045em;margin:0}.dram-side-list{list-style:none;padding:0;margin:30px 0 0}.dram-side-list li{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:12px 0;border-top:1px solid #dfdfda;font-size:11.5px;font-weight:750}.dram-side-list li span{font-size:8px;letter-spacing:.11em;color:#9b9b97}.dram-rich-section.is-dark .dram-side-list li{border-color:#343434}
.dram-prose--large{font-size:15px;line-height:1.9;color:#535451;padding-left:30px;border-left:1px solid #dfdfda}.dram-rich-section.is-dark .dram-prose--large{color:#c4c4c4;border-left-color:#343434}.dram-prose--large h2,.dram-prose--large h3{font-size:28px;line-height:1.08;margin:34px 0 12px}

/* Card grids: sharper, more technical, less 'generic rounded cards'. */
.dram-card-section{background:#fff}.dram-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dram-card{background:#fff;border:1px solid #dfdfda;border-radius:12px;padding:0;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dram-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.dram-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.06);border-color:#cfcfca}.dram-card:hover:before{transform:scaleX(1)}.dram-card-image{height:190px;border-radius:0;overflow:hidden;margin:0}.dram-card-image img{width:100%;height:100%;object-fit:cover}.dram-card-top{display:flex;align-items:center;justify-content:space-between;color:#9c9c98;font-size:9px;padding:16px 18px 0}.dram-card-top i{width:40px;height:40px;border-radius:10px;background:#f3f3f0;display:grid;place-items:center;color:#111}.dram-card-top svg{width:18px}.dram-card h3{font-size:21px;line-height:1.06;letter-spacing:-.03em;margin:18px 0 10px;padding:0 18px}.dram-card p{font-size:12px;line-height:1.65;color:#666760;margin:0 0 18px;padding:0 18px}.dram-card-link{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:16px 18px 18px;border-top:1px solid #ecece8}.dram-card-link svg{width:15px}

/* Process: from plain columns to a conveyor-style sequence. */
.dram-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border:0;border-radius:0;overflow:visible;position:relative;background:transparent}.dram-process:before{content:"";position:absolute;left:34px;right:34px;top:26px;height:1px;background:#ddddda;z-index:0}.dram-process>div{position:relative;z-index:1;background:#fff;border:1px solid #dfdfda;border-radius:14px;padding:50px 24px 24px;min-height:210px;border-right:1px solid #dfdfda}.dram-process>div>span{position:absolute;top:10px;left:22px;width:32px;height:32px;background:#111;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:800}.dram-process h3{font-size:20px;line-height:1.08;margin:0 0 9px}.dram-process p{font-size:12px;line-height:1.68;color:#666760;margin:0}

/* Articles and CTA: more editorial rhythm. */
.dram-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dram-article-grid>a{border:1px solid #dfdfda;border-radius:12px;padding:22px;min-height:205px;background:#fff;display:flex;flex-direction:column;transition:.18s}.dram-article-grid>a:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.05)}.dram-article-grid>a>span{font-size:9px;color:#999;letter-spacing:.12em}.dram-article-grid>a h3{font-size:21px;line-height:1.08;margin:24px 0 18px;letter-spacing:-.03em}.dram-article-grid>a>div{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.dram-cta{padding:34px 0 92px;background:#f5f5f2}.dram-cta-inner{background:linear-gradient(135deg,#111 0%,#0b0b0b 58%,#191919 100%);color:#fff;border-radius:16px;padding:54px 56px;display:flex;align-items:flex-end;justify-content:space-between;gap:64px;position:relative;overflow:hidden}.dram-cta-inner:after{content:"";position:absolute;right:-8%;top:0;bottom:0;width:42%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);transform:skewX(-18deg)}.dram-cta-inner>*{position:relative;z-index:1}.dram-cta h2{max-width:760px;margin-bottom:14px}.dram-cta p{max-width:650px;color:#bcbcbc;margin:0}.dram-cta .dram-actions{justify-content:flex-end;flex:none}

/* Contact cards slight refinement */
.dram-contact-cards>a,.dram-contact-cards>div{border-radius:12px}

@media(max-width:1360px){.dram-solutions-layout{grid-template-columns:minmax(340px,.92fr) minmax(0,1fr)}.dram-solution-feature-copy h3{font-size:36px}.dram-solution-row-copy h3{font-size:24px}.dram-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1180px){.dram-solutions-top{grid-template-columns:1fr;gap:10px}.dram-solutions-layout{grid-template-columns:1fr}.dram-solution-feature{min-height:460px}.dram-solution-list{grid-template-rows:none}.dram-solution-row{grid-template-columns:48px minmax(0,1fr) 110px 44px}.dram-page-hero-card{grid-template-columns:1fr;gap:26px}.dram-page-image{order:0}.dram-page-copy{order:1}.dram-split{grid-template-columns:1fr;gap:34px}.dram-split.is-image-right .dram-split-image{order:0}.dram-split-copy{padding-left:22px}.dram-rich-grid{grid-template-columns:1fr;gap:28px}.dram-rich-grid aside{position:static}.dram-prose--large{padding-left:22px}.dram-card-grid,.dram-article-grid,.dram-process{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.dram-solutions-section{padding-top:58px}.dram-solutions-summary p{font-size:13px;line-height:1.7}.dram-solutions-layout{gap:10px}.dram-solution-feature{min-height:360px;border-radius:16px;padding:18px}.dram-solution-feature-meta span{width:36px;height:36px}.dram-solution-feature-copy h3{font-size:30px;margin-bottom:10px}.dram-solution-feature-copy p{font-size:12.5px;line-height:1.65;margin-bottom:18px}.dram-solution-list{gap:10px}.dram-solution-row{min-height:0;grid-template-columns:38px 1fr 34px;gap:12px;padding:16px 14px}.dram-solution-row-thumb{display:none}.dram-solution-row-copy h3{font-size:21px;margin-bottom:5px}.dram-solution-row-copy p{font-size:11.5px;line-height:1.52}.dram-solution-row-arrow{width:34px;height:34px}.dram-page-hero{padding:14px 0 20px}.dram-page-hero-card{padding:14px 0 0;gap:18px}.dram-page-copy:before{width:56px;height:3px;margin-bottom:18px}.dram-page-copy h1{font-size:39px;line-height:.98}.dram-page-copy p{font-size:13px;line-height:1.7}.dram-page-copy .dram-actions{display:grid;grid-template-columns:1fr}.dram-page-copy .dram-btn{width:100%;min-height:50px;height:auto;padding-block:12px}.dram-page-image{height:248px;border-radius:12px 12px 12px 28px}.dram-page-image span{left:12px;top:12px}.dram-split{gap:28px}.dram-split-image{height:285px;border-radius:12px 12px 12px 28px}.dram-split-copy{padding:0 0 0 16px}.dram-split-copy h2{font-size:35px}.dram-split-copy .dram-prose{font-size:13.5px;line-height:1.72}.dram-ticks{grid-template-columns:1fr}.dram-rich-section{padding:62px 0}.dram-rich-grid{gap:22px}.dram-prose--large{padding-left:16px;font-size:13.5px;line-height:1.74}.dram-rich-grid aside h2{font-size:34px}.dram-card-grid,.dram-article-grid,.dram-process{grid-template-columns:1fr}.dram-card h3{font-size:20px}.dram-process:before{display:none}.dram-process>div{min-height:0;padding:46px 18px 18px}.dram-cta{padding:26px 0 60px}.dram-cta-inner{display:block;padding:36px 24px;border-radius:14px}.dram-cta .dram-actions{margin-top:24px;display:grid;grid-template-columns:1fr}.dram-cta .dram-btn{width:100%}}


/* DRAM 2.3.1 – homepage/card alignment refinement */
/* 1) Solutions block feels more balanced and readable */
.dram-solutions-top{margin-bottom:22px}
.dram-solutions-layout{align-items:stretch}
.dram-solution-feature{min-height:560px}
.dram-solution-feature-copy{display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}
.dram-solution-feature-copy h3,.dram-solution-feature-copy p,.dram-solution-feature-copy b,.dram-solution-feature-copy b svg{color:#fff!important}
.dram-solution-feature-copy h3{max-width:460px}
.dram-solution-list{align-content:stretch}
.dram-solution-row{min-height:124px}
.dram-solution-row-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}
.dram-solution-row-copy h3,.dram-solution-row-copy p{color:inherit}
.dram-solution-row.is-dark h3,.dram-solution-row.is-dark p,.dram-solution-row.is-black h3,.dram-solution-row.is-black p{color:#fff}
.dram-solution-row.is-dark p,.dram-solution-row.is-black p{color:#cecece}

/* 2) Process block should feel vertically centered and calmer */
.dram-process{align-items:stretch}
.dram-process>div{display:flex;flex-direction:column;justify-content:center;min-height:226px;padding:34px 24px 28px}
.dram-process>div>span{top:16px}
.dram-process h3{margin:8px 0 10px}
.dram-process p{max-width:280px}

/* 3) Richtext / content split blocks on subpages: cleaner alignment */
.dram-rich-section{padding:74px 0}
.dram-rich-grid{grid-template-columns:minmax(340px,.48fr) minmax(0,1fr);gap:72px;align-items:start}
.dram-rich-grid aside{top:132px;padding-top:0;border-top:0}
.dram-rich-grid aside:before{content:"";display:block;width:92px;height:4px;background:#111;margin:0 0 22px}
.dram-rich-section.is-dark .dram-rich-grid aside:before{background:#fff}
.dram-rich-grid aside h2{margin:0 0 16px}
.dram-side-list{margin-top:22px}
.dram-side-list li{padding:14px 0}
.dram-prose--large{padding-left:34px;border-left:1px solid #d8d8d4;margin-top:0}
.dram-prose--large p:first-child{margin-top:0}

/* 4) Page heroes: remove unnecessary top border and tidy spacing */
.dram-page-hero{padding:22px 0 26px;background:#fff}
.dram-page-hero-card{border-top:0!important;border-bottom:0!important;padding:12px 0 0;gap:54px}
.dram-page-copy{padding:8px 0 8px}
.dram-page-copy:before{margin-bottom:18px}
.dram-page-image{height:400px}

/* mobile refinements */
@media(max-width:1180px){
  .dram-solution-feature{min-height:430px}
  .dram-rich-grid{grid-template-columns:1fr;gap:28px}
  .dram-rich-grid aside{position:static}
  .dram-prose--large{padding-left:24px}
  .dram-page-hero-card{gap:20px;padding-top:0}
}
@media(max-width:760px){
  .dram-solution-feature{min-height:345px}
  .dram-solution-feature-copy h3,.dram-solution-feature-copy p,.dram-solution-feature-copy b{color:#fff!important}
  .dram-solution-row{min-height:0}
  .dram-process>div{min-height:0;padding:44px 18px 18px}
  .dram-rich-section{padding:58px 0}
  .dram-rich-grid aside:before{width:56px;height:3px;margin-bottom:18px}
  .dram-prose--large{padding-left:16px}
  .dram-page-hero{padding:10px 0 18px}
  .dram-page-hero-card{border-top:0!important;border-bottom:0!important;padding:0;gap:16px}
  .dram-page-image{height:248px}
}


/* DRAM 2.4.0 final refinements */
.dram-solutions-top{margin-bottom:26px}
.dram-solutions-layout{align-items:stretch}
.dram-solution-feature{min-height:590px;padding:28px 30px 30px;background:#101010}
.dram-solution-feature-overlay{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.44) 38%,rgba(0,0,0,.92) 100%)}
.dram-solution-feature-meta{position:relative;z-index:2;display:flex;align-items:center;gap:12px}
.dram-solution-feature-meta span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.42);color:#fff;font-size:11px;font-weight:800;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.dram-solution-feature-meta small{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;background:rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}
.dram-solution-feature-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}
.dram-solution-feature-copy h3,.dram-solution-feature-copy p,.dram-solution-feature-copy b,.dram-solution-feature-copy b svg{color:#fff!important;text-shadow:0 3px 24px rgba(0,0,0,.48)}
.dram-solution-feature-copy h3{max-width:470px}
.dram-solution-row{display:grid;align-items:center;min-height:124px}
.dram-solution-row-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}
.dram-solution-row-copy h3,.dram-solution-row-copy p{color:inherit}
.dram-solution-row-thumb img{object-position:center center}
.dram-page-hero{padding:18px 0 24px!important;background:#fff}
.dram-page-hero-card{border-top:0!important;border-bottom:0!important;padding:6px 0 0!important;gap:58px!important;align-items:center}
.dram-page-copy{padding:10px 0 14px 0!important}
.dram-page-copy:before{content:"";display:block;width:88px;height:4px;background:#111;margin:0 0 22px}
.dram-page-copy h1{max-width:760px}
.dram-page-copy p{line-height:1.78}
.dram-page-image{height:380px;border-radius:18px 18px 18px 34px;overflow:hidden;box-shadow:0 16px 50px rgba(17,17,17,.08)}
.dram-page-image span{left:14px;top:14px;bottom:auto;background:rgba(255,255,255,.94);color:#111;border-radius:999px;padding:10px 14px;font-size:9px;line-height:1;letter-spacing:.12em;font-weight:800;white-space:nowrap}
.dram-rich-grid{gap:92px;align-items:start}
.dram-rich-grid aside{top:132px;padding-top:0;border-top:0;background:transparent}
.dram-rich-grid aside .dram-kicker{margin-bottom:12px}
.dram-side-list li{align-items:start}
@media(max-width:1180px){
  .dram-page-hero-card{gap:24px!important}
  .dram-page-copy:before{width:70px;margin-bottom:18px}
  .dram-page-image{height:320px}
  .dram-solution-feature{min-height:430px}
}
@media(max-width:760px){
  .dram-page-hero{padding:10px 0 18px!important}
  .dram-page-hero-card{padding:0!important;gap:16px!important}
  .dram-page-copy:before{width:56px;height:3px;margin-bottom:16px}
  .dram-page-image{height:248px;border-radius:12px 12px 12px 28px}
  .dram-page-image span{left:12px;top:12px;padding:9px 12px;font-size:8px}
  .dram-solution-feature{min-height:350px;padding:18px}
  .dram-solution-feature-meta small{min-height:36px;padding:0 12px;font-size:9px}
}


/* DRAM 2.5.2 — homepage refinement */
/* Hero: three deliberate title lines and less excessive image height. */
@media(min-width:1181px){
  .dram-home-hero{padding-top:22px}
  .dram-hero-card{height:555px;min-height:555px}
  .dram-hero-copy{width:61%;padding:46px 58px 64px;justify-content:center}
  .dram-hero-copy h1{font-size:clamp(52px,4.35vw,70px);line-height:.96;max-width:760px;margin-bottom:20px}
  .dram-hero-copy p{font-size:15px;max-width:660px;margin-bottom:24px}
  .dram-proof-card{margin-top:-28px}
}

/* Solutions introduction: balanced two-column editorial header instead of narrow stacked heading. */
.dram-solutions-section{padding-top:78px}
.dram-solutions-top{grid-template-columns:minmax(440px,.95fr) minmax(420px,.72fr);gap:90px;align-items:end;margin-bottom:34px}
.dram-solutions-top .dram-section-head h2{font-size:clamp(44px,4.35vw,66px);line-height:.96;letter-spacing:-.052em;max-width:680px}
.dram-solutions-top .dram-section-head .dram-kicker{margin-bottom:20px}
.dram-solutions-summary{padding:0 0 8px 30px;border-left:1px solid #d7d7d2;max-width:620px}
.dram-solutions-summary:before{content:"";display:block;width:48px;height:3px;background:#111;margin-bottom:18px}
.dram-solutions-summary p{font-size:15px;line-height:1.78;color:#666760;max-width:520px;margin:0}

/* Featured solution: avoid bottom clipping and give text a calm readable base. */
.dram-solution-feature{min-height:540px;padding:0}
.dram-solution-feature-meta{position:absolute;left:26px;top:26px;right:auto}
.dram-solution-feature-copy{position:absolute;left:0;right:0;bottom:0;min-height:0!important;padding:92px 30px 30px;background:linear-gradient(180deg,rgba(10,10,10,0) 0%,rgba(10,10,10,.82) 45%,rgba(10,10,10,.96) 100%)}
.dram-solution-feature-copy h3{font-size:38px;line-height:1.02;margin:0 0 9px;max-width:500px;color:#fff!important}
.dram-solution-feature-copy p{font-size:13px;line-height:1.6;margin:0 0 18px;color:#d8d8d8!important}
.dram-solution-feature-copy b{min-height:38px;display:inline-flex;align-items:center;gap:10px;width:max-content;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff!important}
.dram-solution-feature-copy b svg{color:#fff!important}
.dram-solution-list{gap:12px}
.dram-solution-row{min-height:112px}
.dram-solution-row.is-dark:not(.is-black){background:#fff;color:#111;border-color:#dfdfdb}
.dram-solution-row.is-dark:not(.is-black) .dram-solution-row-copy p{color:#666760}
.dram-solution-row.is-dark:not(.is-black) .dram-solution-row-index{color:#9b9b97}
.dram-solution-row.is-dark:not(.is-black) .dram-solution-row-arrow{border-color:#d7d7d2;color:#111}

/* Knowledge section: replace empty 3x2 text boxes with image-led editorial rows. */
.dram-articles-section{background:#f6f6f3;padding-top:84px;padding-bottom:86px}
.dram-knowledge-head{margin-bottom:30px}
.dram-knowledge-head h2{max-width:720px}
.dram-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dram-article-grid>a.dram-article-card{min-height:178px;padding:0;border:1px solid #deded9;border-radius:14px;background:#fff;display:grid;grid-template-columns:190px minmax(0,1fr);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dram-article-grid>a.dram-article-card:hover{transform:translateY(-2px);border-color:#c9c9c3;box-shadow:0 16px 34px rgba(0,0,0,.055)}
.dram-article-image{display:block;min-height:178px;overflow:hidden;background:#111}
.dram-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.dram-article-card:hover .dram-article-image img{transform:scale(1.025)}
.dram-article-body{min-width:0;padding:20px 21px 18px;display:flex;flex-direction:column}
.dram-article-meta{display:flex;align-items:center;gap:10px}
.dram-article-meta em{font-style:normal;font-size:9px;letter-spacing:.10em;color:#aaa;font-weight:800}
.dram-article-meta small{font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#777;font-weight:800}
.dram-article-grid>a.dram-article-card h3{font-size:19px;line-height:1.1;letter-spacing:-.025em;margin:17px 0 14px;max-width:480px}
.dram-article-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.10em;text-transform:uppercase;font-weight:800;padding-top:13px;border-top:1px solid #ecece8}
.dram-article-link svg{width:15px}

/* CTA: light technical contact band, no large black rectangle directly above black footer. */
.dram-cta{padding:48px 0 76px;background:#fff}
.dram-cta-inner{background:#f1f1ee;color:#111;border:1px solid #d9d9d4;border-radius:16px;padding:38px 42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:54px;overflow:hidden;position:relative}
.dram-cta-inner:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#111}
.dram-cta-inner:after{content:"24 / 7";position:absolute;right:34px;top:18px;font-size:58px;line-height:1;font-weight:800;letter-spacing:-.06em;color:rgba(17,17,17,.045);transform:none;width:auto;height:auto;background:none}
.dram-cta-inner>*{position:relative;z-index:1}
.dram-cta .dram-kicker{color:#555;margin-bottom:10px}
.dram-cta h2{font-size:clamp(34px,3.2vw,50px);line-height:1.02;color:#111;max-width:690px;margin:0 0 10px}
.dram-cta p{font-size:13.5px;line-height:1.7;color:#666760;max-width:680px;margin:0}
.dram-cta .dram-actions{justify-content:flex-end;flex-wrap:nowrap}
.dram-site .dram-cta .dram-btn--primary{background:#111;color:#fff!important;border-color:#111}
.dram-site .dram-cta .dram-btn--ghost{background:#fff;color:#111!important;border-color:#c8c8c3}

@media(max-width:1180px){
  .dram-solutions-top{grid-template-columns:1fr;gap:18px}
  .dram-solutions-summary{padding-left:22px;max-width:720px}
  .dram-solution-feature{min-height:440px}
  .dram-article-grid{grid-template-columns:1fr}
  .dram-cta-inner{grid-template-columns:1fr;gap:24px}
  .dram-cta .dram-actions{justify-content:flex-start}
}
@media(max-width:760px){
  .dram-home-hero .dram-hero-card{height:510px}
  .dram-hero-copy h1{font-size:37px;line-height:1.01}
  .dram-solutions-section{padding-top:54px}
  .dram-solutions-top .dram-section-head h2{font-size:38px;line-height:.98}
  .dram-solutions-summary{padding:0 0 0 16px;border-left:1px solid #d7d7d2}
  .dram-solutions-summary:before{width:36px;height:2px;margin-bottom:12px}
  .dram-solutions-summary p{font-size:12.5px;line-height:1.65}
  .dram-solution-feature{min-height:360px}
  .dram-solution-feature-meta{left:16px;top:16px}
  .dram-solution-feature-copy{padding:74px 18px 18px}
  .dram-solution-feature-copy h3{font-size:28px}
  .dram-solution-feature-copy p{font-size:12px}
  .dram-articles-section{padding-top:60px;padding-bottom:60px}
  .dram-article-grid>a.dram-article-card{grid-template-columns:116px minmax(0,1fr);min-height:150px}
  .dram-article-image{min-height:150px}
  .dram-article-body{padding:15px}
  .dram-article-grid>a.dram-article-card h3{font-size:16px;margin:13px 0 10px}
  .dram-article-meta small{display:none}
  .dram-cta{padding:34px 0 58px}
  .dram-cta-inner{padding:30px 22px 28px;gap:20px}
  .dram-cta-inner:after{font-size:42px;right:18px;top:12px}
  .dram-cta h2{font-size:34px}
  .dram-cta .dram-actions{display:grid;grid-template-columns:1fr;width:100%}
  .dram-cta .dram-btn{width:100%}
}


/* DRAM 2.5.3 — homepage layout finetune */
/* Solutions intro: full-width heading with intro directly underneath. */
.dram-solutions-section{padding-top:72px}
.dram-solutions-top{display:block!important;margin-bottom:30px!important}
.dram-solutions-top .dram-section-head{display:block!important;margin:0 0 18px!important;max-width:none!important}
.dram-solutions-top .dram-section-head .dram-kicker{display:inline-flex!important;margin:0 0 16px!important}
.dram-solutions-top .dram-section-head h2{display:block!important;font-size:clamp(44px,4vw,64px)!important;line-height:.98!important;letter-spacing:-.052em!important;max-width:1050px!important;margin:0!important}
.dram-solutions-summary{border:0!important;padding:0!important;margin:0!important;max-width:820px!important}
.dram-solutions-summary:before{display:none!important}
.dram-solutions-summary p{font-size:15px!important;line-height:1.75!important;color:#5c5d59!important;max-width:780px!important;margin:0!important}

/* Solutions cards: one less white row and a more balanced left/right height. */
.dram-solutions-layout{grid-template-columns:minmax(430px,.96fr) minmax(0,1.04fr)!important;gap:16px!important;align-items:stretch!important}
.dram-solution-feature{min-height:484px!important;height:100%!important}
.dram-solution-list{grid-template-rows:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.dram-solution-row{min-height:112px!important}
.dram-solution-feature-copy{padding:84px 30px 28px!important}
.dram-solution-feature-copy h3{font-size:36px!important}

/* Knowledge section: heading and intro form one editorial block, titles are true black. */
.dram-articles-section{padding-top:76px!important;padding-bottom:82px!important;background:#f6f6f3!important}
.dram-knowledge-head{display:block!important;margin:0 0 30px!important;max-width:1040px!important}
.dram-knowledge-head .dram-kicker{display:inline-flex!important;margin-bottom:16px!important}
.dram-knowledge-head h2{display:block!important;font-size:clamp(42px,3.8vw,60px)!important;line-height:1!important;letter-spacing:-.045em!important;max-width:940px!important;margin:0 0 14px!important;color:#111!important}
.dram-knowledge-head>p{display:block!important;max-width:760px!important;margin:0!important;font-size:14px!important;line-height:1.72!important;color:#5d5e5a!important}
.dram-article-grid>a.dram-article-card h3{color:#111!important;font-weight:760!important}
.dram-article-meta em{color:#999!important}
.dram-article-meta small{color:#60615e!important}
.dram-article-link{color:#111!important}

/* CTA: richer technical panel with stronger contrast and useful details. */
.dram-cta{padding:48px 0 76px!important;background:#fff!important}
.dram-cta-inner{background:#f4f4f1!important;color:#111!important;border:1px solid #d7d7d2!important;border-radius:18px!important;padding:44px 46px!important;display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(360px,.72fr)!important;align-items:center!important;gap:64px!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 46px rgba(17,17,17,.035)!important}
.dram-cta-inner:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:5px!important;background:#111!important}
.dram-cta-inner:after{content:"24 / 7"!important;position:absolute!important;right:34px!important;top:16px!important;font-size:64px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.06em!important;color:rgba(17,17,17,.065)!important;transform:none!important;width:auto!important;height:auto!important;background:none!important}
.dram-cta-inner>*{position:relative!important;z-index:1!important}
.dram-cta-copy{min-width:0}
.dram-cta .dram-kicker{color:#31322f!important;margin:0 0 12px!important}
.dram-cta h2{font-size:clamp(38px,3.35vw,54px)!important;line-height:1!important;letter-spacing:-.045em!important;max-width:720px!important;margin:0 0 13px!important;color:#111!important}
.dram-cta p{max-width:720px!important;color:#4f504c!important;font-size:14px!important;line-height:1.7!important;margin:0!important}
.dram-cta-details{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:26px;padding-top:19px;border-top:1px solid #d8d8d3}
.dram-cta-details span{display:inline-flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.035em;text-transform:uppercase;font-weight:800;color:#2d2e2b}
.dram-cta-details em{font-style:normal;font-size:8px;letter-spacing:.10em;color:#969792}
.dram-cta .dram-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:390px!important;justify-self:end!important;padding-top:34px!important}
.dram-site .dram-cta .dram-btn{width:100%!important;min-height:54px!important;height:54px!important;justify-content:space-between!important;border-radius:11px!important;font-size:12px!important}
.dram-site .dram-cta .dram-btn--primary{background:#111!important;color:#fff!important;border-color:#111!important}
.dram-site .dram-cta .dram-btn--ghost{background:#fff!important;color:#111!important;border-color:#c9c9c4!important}
.dram-site .dram-cta .dram-btn--primary svg{color:#fff!important}
.dram-site .dram-cta .dram-btn--ghost svg{color:#111!important}

@media(max-width:1180px){
  .dram-solutions-layout{grid-template-columns:1fr!important}
  .dram-solution-feature{min-height:420px!important}
  .dram-solution-list{grid-template-rows:none!important}
  .dram-cta-inner{grid-template-columns:1fr!important;gap:26px!important}
  .dram-cta .dram-actions{justify-self:start!important;padding-top:0!important;max-width:520px!important;grid-template-columns:1fr 1fr!important}
}
@media(max-width:760px){
  .dram-solutions-section{padding-top:52px!important}
  .dram-solutions-top .dram-section-head h2{font-size:38px!important;line-height:1!important}
  .dram-solutions-summary p{font-size:13px!important;line-height:1.65!important}
  .dram-solution-feature{min-height:350px!important}
  .dram-solution-list{gap:10px!important}
  .dram-knowledge-head h2{font-size:37px!important;line-height:1.01!important}
  .dram-knowledge-head>p{font-size:13px!important;line-height:1.65!important}
  .dram-article-grid>a.dram-article-card h3{color:#111!important}
  .dram-cta{padding:34px 0 58px!important}
  .dram-cta-inner{padding:30px 22px 26px!important;gap:22px!important}
  .dram-cta-inner:after{font-size:42px!important;right:18px!important;top:12px!important}
  .dram-cta h2{font-size:34px!important}
  .dram-cta p{font-size:13px!important}
  .dram-cta-details{gap:8px 16px;margin-top:20px;padding-top:15px}
  .dram-cta .dram-actions{grid-template-columns:1fr!important;width:100%!important;max-width:none!important}
}


/* DRAM 2.5.4 — inner pages refinement */
/* Shared rich-text block: stronger visual hierarchy, more graphic detail, cleaner reading panel. */
.dram-rich-section{padding:82px 0!important;background:#fff}
.dram-rich-section.is-soft{background:#f6f6f3!important}
.dram-rich-grid{display:grid!important;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr)!important;gap:34px!important;align-items:start!important}
.dram-rich-grid aside{position:sticky!important;top:132px!important;padding:34px 30px 28px!important;background:#f4f4f1!important;border:1px solid #dfdfda!important;border-radius:20px!important;box-shadow:0 18px 44px rgba(17,17,17,.04)!important}
.dram-rich-grid aside:before{content:""!important;display:block!important;width:72px!important;height:4px!important;background:#111!important;border-radius:999px!important;margin:0 0 18px!important}
.dram-rich-grid aside .dram-kicker{margin-bottom:12px!important;color:#333!important}
.dram-rich-grid aside h2{margin:0!important;font-size:clamp(34px,3.3vw,54px)!important;line-height:1.01!important;letter-spacing:-.052em!important;color:#111!important}
.dram-side-list{margin:22px 0 0!important;padding-top:8px!important}
.dram-side-list li{grid-template-columns:34px 1fr!important;gap:12px!important;padding:14px 0!important;border-top:1px solid #d6d6d1!important;font-size:12px!important;font-weight:760!important;color:#1e1e1e!important}
.dram-side-list li span{font-size:8px!important;letter-spacing:.12em!important;color:#9a9a96!important}
.dram-prose--large{padding:36px 34px!important;background:#fff!important;border:1px solid #dfdfda!important;border-radius:20px!important;box-shadow:0 18px 44px rgba(17,17,17,.03)!important;color:#4f504c!important;font-size:15px!important;line-height:1.84!important}
.dram-prose--large h2,.dram-prose--large h3{font-size:clamp(28px,2.5vw,40px)!important;line-height:1.08!important;letter-spacing:-.035em!important;color:#111!important;margin:0 0 14px!important}
.dram-prose--large p{margin:0 0 18px!important}
.dram-prose--large p+h2,.dram-prose--large p+h3{margin-top:34px!important}
.dram-prose--large ul{padding-left:18px!important;margin:0 0 18px!important}
.dram-prose--large li{margin:7px 0!important}
.dram-rich-section.is-dark{background:#111!important}
.dram-rich-section.is-dark .dram-rich-grid aside{background:#171717!important;border-color:#303030!important;box-shadow:none!important}
.dram-rich-section.is-dark .dram-rich-grid aside:before{background:#fff!important}
.dram-rich-section.is-dark .dram-rich-grid aside h2{color:#fff!important}
.dram-rich-section.is-dark .dram-rich-grid aside .dram-kicker{color:#c9c9c9!important}
.dram-rich-section.is-dark .dram-side-list li{border-color:#313131!important;color:#f1f1f1!important}
.dram-rich-section.is-dark .dram-prose--large{background:#161616!important;border-color:#313131!important;color:#c4c4c4!important;box-shadow:none!important}
.dram-rich-section.is-dark .dram-prose--large h2,.dram-rich-section.is-dark .dram-prose--large h3{color:#fff!important}

/* Inner card grids: always calm 3-column layout on desktop. */
.dram-card-section{background:#fff!important;padding-top:78px!important}
.dram-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.dram-card{border-radius:14px!important;overflow:hidden!important}
.dram-card-image{height:198px!important}
.dram-card h3{color:#111!important}

/* Mobile menu: less boxed, more refined list styling with extra detail. */
@media(max-width:1180px){
  .dram-mobile-panel{background:#f5f5f2!important;width:min(520px,100vw)!important;box-shadow:-28px 0 74px rgba(0,0,0,.16)!important}
  .dram-mobile-head{height:auto!important;min-height:88px!important;padding:18px 22px!important;background:rgba(245,245,242,.98)!important;border-bottom:1px solid #e1e1dc!important;backdrop-filter:blur(10px)!important}
  .dram-mobile-head button{width:46px!important;height:46px!important;border-radius:50%!important;border-color:#d4d4cf!important;background:#fff!important}
  .dram-mobile-head button span{left:13px!important;top:21px!important}
  .dram-mobile-alert{margin:14px 20px 10px!important;border-radius:16px!important;padding:16px!important;box-shadow:0 16px 38px rgba(0,0,0,.09)!important}
  .dram-mobile-alert>span{border-color:#404040!important}
  .dram-mobile-alert small{font-size:8px!important;letter-spacing:.14em!important}
  .dram-mobile-alert strong{font-size:16px!important}
  .dram-mobile-label{padding:18px 24px 10px!important;color:#888883!important;font-size:9px!important;letter-spacing:.16em!important}
  .dram-mobile-nav{padding:0 24px 12px!important;counter-reset:dram-menu-item!important}
  .dram-mobile-nav .dram-menu-item{background:transparent!important;border-radius:0!important;box-shadow:none!important;border:0!important;border-bottom:1px solid #ddddda!important;margin:0!important;overflow:visible!important}
  .dram-mobile-nav .dram-menu-item:first-child{border-top:1px solid #ddddda!important}
  .dram-mobile-nav .dram-menu-item>a{min-height:64px!important;padding:0 2px 0 0!important;display:grid!important;grid-template-columns:34px 1fr 18px!important;gap:12px!important;align-items:center!important;font-size:17px!important;font-weight:770!important;letter-spacing:-.02em!important;color:#111!important}
  .dram-mobile-nav .dram-menu-item>a:before{counter-increment:dram-menu-item;content:counter(dram-menu-item,decimal-leading-zero);font-size:8px;letter-spacing:.14em;font-weight:800;color:#9a9a96}
  .dram-mobile-nav .dram-menu-item>a i{margin:0!important;justify-self:end!important;width:9px!important;height:9px!important}
  .dram-mobile-sub{background:transparent!important;padding:0 0 10px 46px!important;max-height:0;overflow:hidden}
  .dram-menu-item.is-mobile-open .dram-mobile-sub{padding-top:2px!important;padding-bottom:12px!important;max-height:980px!important;border-top:0!important}
  .dram-mobile-sub a{margin:0!important;padding:12px 0!important;background:transparent!important;border:0!important;border-bottom:1px solid #e3e3df!important;border-radius:0!important;display:grid!important;grid-template-columns:1fr 16px!important;gap:8px!important;align-items:center!important;font-size:12px!important;font-weight:700!important;color:#2c2c2c!important}
  .dram-mobile-sub a:last-child{border-bottom:0!important}
  .dram-mobile-bottom{margin:18px 20px calc(20px + env(safe-area-inset-bottom))!important;background:#fff!important;border:1px solid #dfdfda!important;border-radius:18px!important;padding:20px!important;box-shadow:0 14px 36px rgba(17,17,17,.04)!important}
  .dram-mobile-bottom p{margin:0 0 16px!important;color:#5d5e5a!important;font-size:12px!important;line-height:1.6!important}
  .dram-mobile-bottom>a{height:52px!important;border-radius:12px!important;padding:0 16px!important;background:#111!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:12px!important;font-weight:800!important}
  .dram-mobile-bottom>div{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-top:16px!important}
  .dram-mobile-bottom>div a{display:flex!important;align-items:center!important;gap:8px!important;padding-top:12px!important;border-top:1px solid #ecece8!important;font-size:11px!important;font-weight:760!important;color:#111!important}
}
@media(max-width:760px){
  .dram-rich-section{padding:60px 0!important}
  .dram-rich-grid{grid-template-columns:1fr!important;gap:24px!important}
  .dram-rich-grid aside{position:static!important;padding:28px 22px 24px!important;border-radius:16px!important}
  .dram-rich-grid aside:before{width:56px!important;height:3px!important;margin-bottom:16px!important}
  .dram-rich-grid aside h2{font-size:36px!important}
  .dram-side-list li{grid-template-columns:28px 1fr!important;padding:12px 0!important}
  .dram-prose--large{padding:26px 22px!important;border-radius:16px!important;font-size:13.5px!important;line-height:1.76!important}
  .dram-prose--large h2,.dram-prose--large h3{font-size:28px!important}
  .dram-card-grid{grid-template-columns:1fr!important}
  .dram-mobile-panel{width:100vw!important;max-width:none!important}
  .dram-mobile-head{padding:16px 18px!important;min-height:80px!important}
  .dram-mobile-alert{margin:12px 16px 8px!important}
  .dram-mobile-label{padding:16px 20px 8px!important}
  .dram-mobile-nav{padding:0 20px 10px!important}
  .dram-mobile-nav .dram-menu-item>a{grid-template-columns:30px 1fr 16px!important;min-height:58px!important;font-size:15px!important}
  .dram-mobile-sub{padding-left:40px!important}
  .dram-mobile-bottom{margin:14px 16px calc(18px + env(safe-area-inset-bottom))!important;padding:18px!important}
  .dram-mobile-bottom>div{grid-template-columns:1fr!important;gap:0!important}
}


/* DRAM 2.5.5 — homepage service strip + CTA refinement */
/* Hero proof strip: one continuous premium strip, less card-like. */
.dram-proof-card{width:calc(100% - 58px)!important;margin:-22px auto 0!important;position:relative!important;z-index:3!important;background:#fff!important;border:1px solid #deded9!important;border-radius:14px!important;box-shadow:0 18px 42px rgba(17,17,17,.055)!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:hidden!important}
.dram-proof-item{min-height:82px!important;padding:15px 20px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) 24px!important;align-items:center!important;gap:10px!important;background:#fff!important;border-right:1px solid #e4e4df!important;position:relative!important}
.dram-proof-item:last-child{border-right:0!important}
.dram-proof-item:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:2px;background:#111;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.dram-proof-item:hover:after{transform:scaleX(1)}
.dram-proof-index{font-size:8px!important;letter-spacing:.14em!important;font-weight:800!important;color:#a0a09b!important;align-self:start!important;padding-top:5px!important}
.dram-proof-copy{min-width:0!important}
.dram-proof-copy strong{display:block!important;font-size:12.5px!important;line-height:1.25!important;margin:0 0 3px!important;color:#111!important}
.dram-proof-copy small{display:block!important;font-size:9.5px!important;line-height:1.38!important;color:#777872!important}
.dram-proof-icon{width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;border:0!important;display:grid!important;place-items:center!important;color:#222!important;opacity:.72!important}
.dram-proof-icon svg{width:16px!important;height:16px!important}

/* Homepage CTA with details: compact technical service panel, distinct from black footer. */
.dram-cta.is-service-cta{padding:42px 0 70px!important;background:#fff!important}
.dram-cta.is-service-cta .dram-cta-inner{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(310px,.58fr)!important;align-items:stretch!important;gap:0!important;padding:0!important;background:#f4f4f1!important;border:1px solid #d8d8d3!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 18px 48px rgba(17,17,17,.045)!important;color:#111!important}
.dram-cta.is-service-cta .dram-cta-inner:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:5px!important;background:#111!important}
.dram-cta.is-service-cta .dram-cta-inner:after{display:none!important}
.dram-cta.is-service-cta .dram-cta-copy{padding:42px 46px 38px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}
.dram-cta.is-service-cta .dram-kicker{color:#343531!important;margin:0 0 12px!important}
.dram-cta.is-service-cta h2{font-size:clamp(38px,3.4vw,54px)!important;line-height:1!important;letter-spacing:-.048em!important;max-width:690px!important;margin:0 0 13px!important;color:#111!important}
.dram-cta.is-service-cta p{font-size:13.5px!important;line-height:1.7!important;color:#5d5e59!important;max-width:700px!important;margin:0!important}
.dram-cta.is-service-cta .dram-cta-details{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;margin-top:24px!important;padding-top:17px!important;border-top:1px solid #d8d8d3!important}
.dram-cta.is-service-cta .dram-cta-details span{display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:9px!important;letter-spacing:.055em!important;text-transform:uppercase!important;font-weight:800!important;color:#2d2e2b!important}
.dram-cta.is-service-cta .dram-cta-details em{font-style:normal!important;font-size:8px!important;letter-spacing:.11em!important;color:#9a9b96!important}
.dram-cta-service{padding:30px!important;background:#111!important;color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:12px!important;position:relative!important;overflow:hidden!important}
.dram-cta-service:after{content:"24 / 7"!important;position:absolute!important;right:-10px!important;top:-18px!important;font-size:76px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.075em!important;color:rgba(255,255,255,.05)!important;pointer-events:none!important}
.dram-cta-service-head{display:flex!important;align-items:baseline!important;gap:10px!important;margin-bottom:6px!important;position:relative!important;z-index:1!important}
.dram-cta-service-head span{font-size:26px!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:820!important;color:#fff!important}
.dram-cta-service-head small{font-size:8px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#9a9a9a!important;font-weight:800!important}
.dram-cta-phone,.dram-cta-primary{position:relative!important;z-index:1!important;min-height:62px!important;border-radius:12px!important;padding:13px 15px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;align-items:center!important;gap:10px!important;text-decoration:none!important}
.dram-cta-phone{background:#1a1a1a!important;border:1px solid #343434!important;color:#fff!important}
.dram-cta-phone span{display:block!important;font-size:8px!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#8f8f8f!important;margin-bottom:3px!important;grid-column:1!important}
.dram-cta-phone strong{display:block!important;font-size:15px!important;line-height:1.15!important;color:#fff!important;grid-column:1!important}
.dram-cta-phone svg{grid-column:2!important;grid-row:1/3!important;width:15px!important;color:#fff!important}
.dram-cta-primary{min-height:54px!important;background:#fff!important;color:#111!important;border:1px solid #fff!important;font-size:11px!important;font-weight:820!important}
.dram-cta-primary svg{width:15px!important;color:#111!important}
.dram-cta-primary:hover,.dram-cta-phone:hover{transform:translateY(-1px)!important}

@media(max-width:1180px){
  .dram-proof-card{width:100%!important;margin-top:10px!important;grid-template-columns:1fr 1fr!important}
  .dram-proof-item{min-height:88px!important;border-bottom:1px solid #e4e4df!important}
  .dram-proof-item:nth-child(2n){border-right:0!important}
  .dram-proof-item:nth-last-child(-n+2){border-bottom:0!important}
  .dram-cta.is-service-cta .dram-cta-inner{grid-template-columns:1fr!important}
  .dram-cta-service{padding:26px 30px!important;display:grid!important;grid-template-columns:minmax(150px,.45fr) minmax(0,1fr) minmax(170px,.65fr)!important;align-items:center!important}
  .dram-cta-service-head{margin:0!important;display:block!important}
  .dram-cta-service-head small{display:block!important;margin-top:4px!important}
}
@media(max-width:760px){
  .dram-proof-card{grid-template-columns:1fr 1fr!important;border-radius:12px!important;overflow:hidden!important}
  .dram-proof-item{min-height:100px!important;padding:14px!important;grid-template-columns:24px minmax(0,1fr)!important;gap:8px!important;align-content:center!important}
  .dram-proof-icon{display:none!important}
  .dram-proof-copy strong{font-size:11px!important}
  .dram-proof-copy small{font-size:9px!important}
  .dram-proof-index{padding-top:3px!important}
  .dram-cta.is-service-cta{padding:30px 0 54px!important}
  .dram-cta.is-service-cta .dram-cta-inner{border-radius:15px!important}
  .dram-cta.is-service-cta .dram-cta-copy{padding:30px 22px 26px!important}
  .dram-cta.is-service-cta h2{font-size:34px!important}
  .dram-cta.is-service-cta p{font-size:13px!important}
  .dram-cta.is-service-cta .dram-cta-details{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:20px!important}
  .dram-cta-service{padding:22px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}
  .dram-cta-service-head{display:flex!important;align-items:baseline!important}
  .dram-cta-service:after{font-size:58px!important;right:-8px!important;top:-8px!important}
}


/* DRAM 2.5.6 — complete homepage CTA rebuild */
.dram-cta.is-service-cta{padding:48px 0 74px!important;background:#fff!important}
.dram-cta.is-service-cta .dram-service-callout{min-height:286px!important;display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(225px,.52fr) minmax(260px,.55fr)!important;align-items:stretch!important;background:#f3f3f0!important;border-top:1px solid #d7d7d2!important;border-bottom:1px solid #d7d7d2!important;border-left:0!important;border-right:0!important;border-radius:0!important;overflow:hidden!important;box-shadow:none!important;position:relative!important}
.dram-service-callout-copy{padding:40px 42px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}
.dram-service-callout-copy .dram-kicker{margin:0 0 12px!important;color:#353632!important}
.dram-service-callout-copy h2{font-size:clamp(38px,3.3vw,56px)!important;line-height:.99!important;letter-spacing:-.052em!important;color:#111!important;margin:0 0 14px!important;max-width:760px!important}
.dram-service-callout-copy p{font-size:13.5px!important;line-height:1.7!important;color:#5e5f5a!important;max-width:720px!important;margin:0!important}
.dram-service-actions{display:flex!important;align-items:center!important;gap:20px!important;flex-wrap:wrap!important;margin-top:26px!important}
.dram-service-primary{height:50px!important;min-width:168px!important;padding:0 16px!important;background:#111!important;color:#fff!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;font-size:10.5px!important;font-weight:820!important;text-decoration:none!important;letter-spacing:.01em!important}
.dram-service-primary svg{width:15px!important;color:#fff!important}
.dram-service-phone{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#111!important;font-size:13px!important;font-weight:820!important;text-decoration:none!important;border-bottom:1px solid #bcbcb7!important;padding:8px 0!important}
.dram-service-phone svg{width:14px!important;color:#111!important}
.dram-service-primary:hover,.dram-service-phone:hover{transform:translateY(-1px)!important}
.dram-service-meta{padding:34px 26px!important;border-left:1px solid #d9d9d4!important;border-right:1px solid #d9d9d4!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:#f8f8f5!important}
.dram-service-meta-title{font-size:8px!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#92938e!important;font-weight:800!important;margin-bottom:10px!important}
.dram-service-meta-row{min-height:48px!important;display:grid!important;grid-template-columns:30px 1fr!important;gap:8px!important;align-items:center!important;border-top:1px solid #dfdfda!important}
.dram-service-meta-row em{font-style:normal!important;font-size:8px!important;letter-spacing:.12em!important;color:#a0a09b!important;font-weight:800!important}
.dram-service-meta-row strong{font-size:11px!important;line-height:1.25!important;color:#20211f!important;font-weight:780!important}
.dram-service-tertiary{margin-top:12px!important;padding-top:14px!important;border-top:1px solid #d5d5d0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:#111!important;text-decoration:none!important;font-size:9.5px!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:820!important}
.dram-service-tertiary svg{width:14px!important;color:#111!important}
.dram-service-image{position:relative!important;min-height:286px!important;background:#111!important;overflow:hidden!important}
.dram-service-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;filter:saturate(.82) contrast(1.04)!important}
.dram-service-image:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.03) 30%,rgba(0,0,0,.72) 100%)!important;pointer-events:none!important}
.dram-service-image>span{position:absolute!important;left:20px!important;right:20px!important;bottom:18px!important;z-index:2!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;color:#fff!important}
.dram-service-image strong{font-size:32px!important;line-height:.9!important;letter-spacing:-.055em!important;color:#fff!important}
.dram-service-image small{font-size:8px!important;line-height:1.25!important;letter-spacing:.13em!important;text-transform:uppercase!important;color:#e2e2e2!important;font-weight:800!important;text-align:right!important;max-width:90px!important}

@media(max-width:1180px){
  .dram-cta.is-service-cta .dram-service-callout{grid-template-columns:minmax(0,1.25fr) minmax(220px,.55fr)!important}
  .dram-service-callout-copy{padding:36px 34px!important}
  .dram-service-meta{grid-column:1!important;grid-row:2!important;border-left:0!important;border-right:1px solid #d9d9d4!important;border-top:1px solid #d9d9d4!important;padding:20px 30px!important;display:grid!important;grid-template-columns:auto repeat(3,minmax(0,1fr)) auto!important;gap:0 14px!important;align-items:center!important}
  .dram-service-meta-title{margin:0 12px 0 0!important}
  .dram-service-meta-row{min-height:42px!important;border-top:0!important;border-left:1px solid #dfdfda!important;padding-left:12px!important;grid-template-columns:24px 1fr!important}
  .dram-service-tertiary{margin:0 0 0 10px!important;padding:0 0 0 14px!important;border-top:0!important;border-left:1px solid #d5d5d0!important;min-height:42px!important}
  .dram-service-image{grid-column:2!important;grid-row:1/3!important;min-height:330px!important}
}
@media(max-width:760px){
  .dram-cta.is-service-cta{padding:34px 0 56px!important}
  .dram-cta.is-service-cta .dram-service-callout{display:flex!important;flex-direction:column!important;min-height:0!important}
  .dram-service-callout-copy{padding:28px 20px 26px!important}
  .dram-service-callout-copy h2{font-size:34px!important;line-height:1.02!important}
  .dram-service-callout-copy p{font-size:13px!important;line-height:1.65!important}
  .dram-service-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important}
  .dram-service-primary{width:100%!important;height:50px!important}
  .dram-service-phone{width:max-content!important}
  .dram-service-meta{order:2!important;border:0!important;border-top:1px solid #d9d9d4!important;border-bottom:1px solid #d9d9d4!important;padding:18px 20px!important;display:block!important}
  .dram-service-meta-title{display:block!important;margin:0 0 6px!important}
  .dram-service-meta-row{min-height:42px!important;border-left:0!important;border-top:1px solid #dfdfda!important;padding-left:0!important;grid-template-columns:28px 1fr!important}
  .dram-service-tertiary{min-height:42px!important;margin:8px 0 0!important;padding:12px 0 0!important;border-left:0!important;border-top:1px solid #d5d5d0!important}
  .dram-service-image{order:3!important;min-height:210px!important}
  .dram-service-image>span{left:16px!important;right:16px!important;bottom:14px!important}
  .dram-service-image strong{font-size:28px!important}
}


/* DRAM 2.5.7 — forced fresh template activation */
.dram-cta-v257 .dram-service-callout{outline:0!important}
.dram-cta-v257 .dram-service-callout-copy{background:#f3f3f0!important}
.dram-cta-v257 .dram-service-meta{background:#fafaf8!important}
.dram-cta-v257 .dram-service-image{display:block!important}


/* ========================================================================
   DRAM 2.5.8 — definitive homepage CTA + desktop navigation refinement
   ======================================================================== */

/* Desktop header: one deliberate navigation rail instead of floating text links. */
@media(min-width:1241px){
  .dram-nav-wrap{height:94px!important;border-bottom:1px solid #ecece8!important;background:#fff!important}
  .dram-nav{height:100%!important;display:grid!important;grid-template-columns:220px minmax(0,1fr) auto!important;column-gap:28px!important;align-items:center!important}
  .dram-brand{width:194px!important}
  .dram-menu{margin:0!important;justify-self:center!important;height:48px!important;padding:4px!important;display:flex!important;align-items:center!important;gap:1px!important;background:#f5f5f2!important;border:1px solid #e5e5e0!important;border-radius:999px!important}
  .dram-menu-item{height:38px!important;display:flex!important;align-items:center!important}
  .dram-menu-item>a{height:38px!important;padding:0 12px!important;border-radius:999px!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:11.5px!important;font-weight:760!important;letter-spacing:-.015em!important;color:#1b1b1b!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease!important}
  .dram-menu-item>a:hover{background:#fff!important;box-shadow:0 4px 14px rgba(17,17,17,.055)!important}
  .dram-menu-item.is-active>a{background:#111!important;color:#fff!important;box-shadow:none!important}
  .dram-menu-item.is-active>a:after{display:none!important}
  .dram-menu-item>a i{width:6px!important;height:6px!important;margin-top:-3px!important;opacity:.58!important}
  .dram-menu-item.is-active>a i{opacity:.92!important}
  .dram-nav-cta{height:52px!important;padding:0 18px 0 21px!important;border-radius:13px!important;font-size:12px!important;box-shadow:0 10px 26px rgba(17,17,17,.08)!important}
}
@media(min-width:1241px) and (max-width:1480px){
  .dram-nav{grid-template-columns:190px minmax(0,1fr) auto!important;column-gap:18px!important}
  .dram-brand{width:176px!important}
  .dram-menu-item>a{padding-inline:9px!important;font-size:10.8px!important}
  .dram-nav-cta{padding-inline:16px 14px!important}
}

/* Dedicated service CTA. This selector cannot fall back to the legacy .dram-cta design. */
.dram-service-cta{padding:66px 0 82px!important;background:#fff!important;color:#111!important}
.dram-service-cta__grid{min-height:304px!important;display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(270px,.52fr) minmax(310px,.60fr)!important;align-items:stretch!important;background:#f3f3f0!important;border-top:1px solid #d8d8d3!important;border-bottom:1px solid #d8d8d3!important;overflow:hidden!important}
.dram-service-cta__copy{padding:42px 46px 40px 50px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;position:relative!important}
.dram-service-cta__copy:before{content:""!important;position:absolute!important;left:0!important;top:36px!important;bottom:36px!important;width:4px!important;background:#111!important}
.dram-service-cta__copy .dram-kicker{color:#4f504d!important;margin-bottom:14px!important}
.dram-service-cta__copy .dram-kicker:before{background:#111!important}
.dram-service-cta__copy h2{margin:0 0 14px!important;max-width:760px!important;font-size:clamp(40px,4vw,62px)!important;line-height:.98!important;letter-spacing:-.055em!important;color:#111!important}
.dram-service-cta__copy p{margin:0!important;max-width:720px!important;font-size:14px!important;line-height:1.72!important;color:#5f605c!important}
.dram-service-cta__actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:24px!important}
.dram-service-cta__primary,.dram-service-cta__secondary{min-height:50px!important;padding:0 16px!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;gap:22px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}
.dram-service-cta__primary{background:#111!important;color:#fff!important}
.dram-service-cta__secondary{background:transparent!important;color:#111!important;border:1px solid #cfcfca!important}
.dram-service-cta__primary svg,.dram-service-cta__secondary svg{width:15px!important}
.dram-service-cta__facts{background:#fff!important;border-left:1px solid #d8d8d3!important;border-right:1px solid #d8d8d3!important;padding:30px 26px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.dram-service-cta__facts-label{font-size:8px!important;letter-spacing:.17em!important;font-weight:850!important;color:#8f908b!important;margin-bottom:8px!important}
.dram-service-cta__fact{min-height:48px!important;display:grid!important;grid-template-columns:30px 1fr!important;gap:9px!important;align-items:center!important;border-top:1px solid #e2e2de!important}
.dram-service-cta__fact em{font-style:normal!important;font-size:8px!important;letter-spacing:.12em!important;color:#a0a09c!important}
.dram-service-cta__fact strong{font-size:11px!important;line-height:1.3!important;color:#111!important}
.dram-service-cta__phone{margin-top:14px!important;padding-top:15px!important;border-top:1px solid #d7d7d2!important;display:grid!important;grid-template-columns:1fr 18px!important;grid-template-rows:auto auto!important;align-items:center!important;color:#111!important;text-decoration:none!important}
.dram-service-cta__phone small{grid-column:1!important;font-size:8px!important;letter-spacing:.10em!important;text-transform:uppercase!important;color:#858681!important;font-weight:800!important}
.dram-service-cta__phone strong{grid-column:1!important;font-size:17px!important;line-height:1.1!important;margin-top:4px!important}
.dram-service-cta__phone svg{grid-column:2!important;grid-row:1/3!important;width:15px!important}
.dram-service-cta__visual{position:relative!important;min-height:304px!important;background:#111!important;overflow:hidden!important}
.dram-service-cta__visual img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.dram-service-cta__visual-overlay{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 42%,rgba(0,0,0,.72) 100%)!important}
.dram-service-cta__badge{position:absolute!important;left:22px!important;top:22px!important;display:flex!important;align-items:baseline!important;gap:8px!important;padding:8px 10px!important;background:rgba(0,0,0,.58)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;backdrop-filter:blur(5px)!important;color:#fff!important}
.dram-service-cta__badge strong{font-size:16px!important;letter-spacing:-.03em!important}
.dram-service-cta__badge small{font-size:7px!important;letter-spacing:.13em!important;text-transform:uppercase!important;color:#d8d8d8!important}
.dram-service-cta__visual-caption{position:absolute!important;left:22px!important;bottom:22px!important;color:#fff!important;font-size:8px!important;letter-spacing:.16em!important;font-weight:850!important}

@media(max-width:1180px){
  .dram-service-cta__grid{grid-template-columns:minmax(0,1fr) 310px!important}
  .dram-service-cta__copy{padding:36px 34px 30px 38px!important}
  .dram-service-cta__facts{grid-column:1!important;grid-row:2!important;border-left:0!important;border-right:1px solid #d8d8d3!important;border-top:1px solid #d8d8d3!important;padding:18px 34px 22px 38px!important;display:grid!important;grid-template-columns:auto repeat(3,minmax(0,1fr))!important;gap:0 12px!important;align-items:center!important}
  .dram-service-cta__facts-label{margin:0 10px 0 0!important}
  .dram-service-cta__fact{border-top:0!important;border-left:1px solid #e2e2de!important;padding-left:12px!important;grid-template-columns:24px 1fr!important}
  .dram-service-cta__phone{grid-column:1/-1!important;margin-top:12px!important}
  .dram-service-cta__visual{grid-column:2!important;grid-row:1/3!important;min-height:390px!important}
}
@media(max-width:760px){
  .dram-service-cta{padding:46px 0 58px!important}
  .dram-service-cta__grid{grid-template-columns:1fr!important;border-radius:0!important}
  .dram-service-cta__visual{grid-column:1!important;grid-row:1!important;min-height:220px!important}
  .dram-service-cta__copy{grid-row:2!important;padding:30px 22px 28px 26px!important}
  .dram-service-cta__copy:before{top:26px!important;bottom:26px!important;width:3px!important}
  .dram-service-cta__copy h2{font-size:36px!important;line-height:1.01!important}
  .dram-service-cta__copy p{font-size:13px!important;line-height:1.62!important}
  .dram-service-cta__actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .dram-service-cta__primary,.dram-service-cta__secondary{width:100%!important;justify-content:space-between!important}
  .dram-service-cta__facts{grid-column:1!important;grid-row:3!important;border:0!important;border-top:1px solid #d8d8d3!important;padding:20px 22px!important;display:block!important}
  .dram-service-cta__facts-label{display:block!important;margin-bottom:8px!important}
  .dram-service-cta__fact{border-left:0!important;border-top:1px solid #e2e2de!important;padding-left:0!important;grid-template-columns:28px 1fr!important}
}


/* =========================================================
   DRAM 2.6.0 — Contact command center
   ========================================================= */
.dram-contact-section-v260{padding:86px 0 94px!important;background:#fff!important}
.dram-contact-command{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:56px;align-items:stretch;padding:34px;border:1px solid var(--dram-line);border-radius:24px;background:#f5f5f2;overflow:hidden}
.dram-contact-command:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#111}
.dram-contact-intro{padding:20px 10px 18px 20px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.dram-contact-intro h2{margin:0 0 20px;font-size:clamp(40px,4.15vw,64px);line-height:.99;letter-spacing:-.052em;color:#111;max-width:760px}
.dram-contact-intro>p{max-width:660px;margin:0;color:#565751;font-size:15px;line-height:1.75}
.dram-contact-status{margin-top:30px;padding-top:20px;border-top:1px solid #d7d7d1;display:flex;align-items:center;gap:13px}
.dram-contact-status-dot{width:10px;height:10px;border-radius:50%;background:#111;box-shadow:0 0 0 5px rgba(17,17,17,.08)}
.dram-contact-status small{display:block;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#8c8d88;margin-bottom:4px}
.dram-contact-status strong{display:block;font-size:13px;color:#111}
.dram-contact-direct{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}
.dram-contact-primary{min-height:146px;padding:24px 28px;border-radius:18px;background:#111;color:#fff;display:grid;grid-template-columns:48px 1fr 24px;gap:18px;align-items:center;transition:.2s}
.dram-contact-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.12)}
.dram-contact-primary .dram-contact-icon{width:46px;height:46px;border:1px solid #3c3c3c;border-radius:50%;display:flex;align-items:center;justify-content:center}
.dram-contact-primary .dram-contact-icon svg{width:19px}
.dram-contact-primary small,.dram-contact-mini small{display:block;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#a8a8a8;margin-bottom:8px}
.dram-contact-primary strong{display:block;font-size:23px;line-height:1;color:#fff}
.dram-contact-arrow{justify-self:end}
.dram-contact-arrow svg{width:18px}
.dram-contact-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1}
.dram-contact-mini{min-height:154px;padding:22px;border:1px solid #d9d9d4;border-radius:18px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:18px;color:#111}
.dram-contact-mini .dram-contact-icon{width:38px;height:38px;border-radius:12px;background:#f2f2ef;display:flex;align-items:center;justify-content:center}
.dram-contact-mini .dram-contact-icon svg{width:17px}
.dram-contact-mini small{color:#92938e;margin-bottom:6px}
.dram-contact-mini strong{display:block;font-size:13px;line-height:1.45;word-break:break-word}
.dram-contact-index{position:absolute;right:24px;top:18px;display:flex;align-items:flex-start;gap:10px;color:#ddd;pointer-events:none}
.dram-contact-index span{font-size:8px;letter-spacing:.18em;margin-top:14px}
.dram-contact-index strong{font-size:50px;letter-spacing:-.05em;opacity:.45}

/* =========================================================
   DRAM 2.6.0 — Careers / vacancy
   ========================================================= */
.dram-job-section-v260{padding:88px 0 96px!important;background:#f5f5f2!important}
.dram-job-heading{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.62fr);gap:7vw;align-items:end;margin-bottom:32px}
.dram-job-heading h2{font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.055em;margin:0;color:#111}
.dram-job-heading>p{margin:0 0 6px;color:#5f605b;font-size:15px;line-height:1.7}
.dram-job-facts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d8d8d3;border-radius:16px;background:#fff;margin-bottom:16px;overflow:hidden}
.dram-job-facts>div{min-height:76px;padding:16px 18px;display:flex;align-items:center;gap:13px;border-right:1px solid #deded9}
.dram-job-facts>div:last-child{border-right:0}
.dram-job-facts span{font-size:8px;letter-spacing:.14em;color:#9a9a95}
.dram-job-facts strong{font-size:12px;color:#111}
.dram-job-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:16px}
.dram-job-role{border-radius:20px;background:#111;color:#fff;padding:30px;display:flex;flex-direction:column;min-height:530px}
.dram-job-role-top{padding-bottom:24px;border-bottom:1px solid #303030}
.dram-job-role-top small{display:block;font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:#8f8f8f;margin-bottom:12px}
.dram-job-role-top strong{display:block;font-size:30px;line-height:1.08;letter-spacing:-.035em}
.dram-job-task-list{margin-top:10px}
.dram-job-task-list>div{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:17px 0;border-bottom:1px solid #292929;align-items:start}
.dram-job-task-list span{font-size:8px;letter-spacing:.12em;color:#747474;margin-top:3px}
.dram-job-task-list p{margin:0;font-size:13px;line-height:1.55;color:#e8e8e8}
.dram-job-role-callout{margin-top:auto;padding-top:24px}
.dram-job-role-callout strong{display:block;font-size:16px;margin-bottom:8px}
.dram-job-role-callout p{margin:0;color:#a9a9a9;font-size:12px;line-height:1.6}
.dram-job-panels{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.dram-job-panel{padding:28px;border:1px solid #d8d8d3;border-radius:20px;background:#fff;min-height:530px}
.dram-job-panel>span{display:block;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#a0a09b;margin-bottom:36px}
.dram-job-panel h3{font-size:26px;line-height:1.05;letter-spacing:-.035em;margin:0 0 25px;color:#111}
.dram-job-panel ul{list-style:none;padding:0;margin:0}
.dram-job-panel li{position:relative;padding:14px 0 14px 22px;border-top:1px solid #e2e2de;font-size:13px;line-height:1.45;color:#333}
.dram-job-panel li:before{content:"";position:absolute;left:0;top:20px;width:7px;height:7px;border:1px solid #111;border-radius:50%}
.dram-job-apply{margin-top:16px;padding:22px 24px 22px 28px;border:1px solid #d8d8d3;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}
.dram-job-apply small{display:block;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#93938e;margin-bottom:6px}
.dram-job-apply strong{font-size:17px;color:#111}
.dram-job-apply .dram-btn{min-width:190px}

/* Contact + careers responsiveness */
@media(max-width:980px){
  .dram-contact-command{grid-template-columns:1fr;gap:22px;padding:26px}
  .dram-contact-index{display:none}
  .dram-contact-intro{padding:10px 2px}
  .dram-job-heading{grid-template-columns:1fr;gap:18px}
  .dram-job-facts{grid-template-columns:1fr 1fr}
  .dram-job-facts>div:nth-child(2){border-right:0}
  .dram-job-facts>div:nth-child(-n+2){border-bottom:1px solid #deded9}
  .dram-job-layout{grid-template-columns:1fr}
  .dram-job-role,.dram-job-panel{min-height:0}
}
@media(max-width:760px){
  .dram-contact-section-v260{padding:58px 0 66px!important}
  .dram-contact-command{padding:20px;border-radius:18px}
  .dram-contact-intro h2{font-size:38px}
  .dram-contact-intro>p{font-size:13px}
  .dram-contact-primary{min-height:112px;padding:19px;grid-template-columns:40px 1fr 18px}
  .dram-contact-primary .dram-contact-icon{width:38px;height:38px}
  .dram-contact-primary strong{font-size:18px}
  .dram-contact-mini-grid{grid-template-columns:1fr}
  .dram-contact-mini{min-height:116px;padding:18px}
  .dram-job-section-v260{padding:60px 0 70px!important}
  .dram-job-heading h2{font-size:40px}
  .dram-job-heading>p{font-size:13px}
  .dram-job-facts{grid-template-columns:1fr}
  .dram-job-facts>div{border-right:0!important;border-bottom:1px solid #deded9!important}
  .dram-job-facts>div:last-child{border-bottom:0!important}
  .dram-job-role{padding:24px;border-radius:17px}
  .dram-job-role-top strong{font-size:26px}
  .dram-job-panels{grid-template-columns:1fr}
  .dram-job-panel{padding:23px;border-radius:17px}
  .dram-job-panel>span{margin-bottom:26px}
  .dram-job-apply{display:block;padding:22px}
  .dram-job-apply .dram-btn{width:100%;margin-top:18px}
}


/* =========================================================
   DRAM 2.6.1 — Contact block polish
   ========================================================= */
.dram-contact-section-v261{padding:88px 0 96px!important;background:#fff!important}
.dram-contact-section-v261 .dram-contact-command{grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr)!important;gap:40px!important;padding:34px!important;border-radius:26px!important;background:#f5f5f2!important;border:1px solid #dcdcd7!important}
.dram-contact-section-v261 .dram-contact-intro{padding:24px 4px 18px 18px!important}
.dram-contact-section-v261 .dram-contact-intro h2{font-size:clamp(40px,4.1vw,66px)!important;line-height:.98!important;max-width:640px!important;margin-bottom:20px!important}
.dram-contact-section-v261 .dram-contact-intro>p{max-width:620px!important;font-size:15px!important;line-height:1.76!important;color:#575853!important}
.dram-contact-section-v261 .dram-contact-status{margin-top:28px!important;padding-top:18px!important}
.dram-contact-section-v261 .dram-contact-direct{gap:14px!important;align-self:stretch!important}
.dram-contact-section-v261 .dram-contact-primary{min-height:132px!important;padding:24px 28px!important;border-radius:20px!important}
.dram-contact-section-v261 .dram-contact-primary strong{font-size:22px!important}
.dram-contact-section-v261 .dram-contact-mini-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
.dram-contact-section-v261 .dram-contact-mini{min-height:0!important;padding:20px 22px!important;border:1px solid #d8d8d3!important;border-radius:18px!important;background:#fff!important;display:grid!important;grid-template-rows:auto 1fr!important;gap:18px!important;justify-content:stretch!important}
.dram-contact-section-v261 .dram-contact-mini-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.dram-contact-section-v261 .dram-contact-mini-top em{font-style:normal!important;font-size:8px!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:800!important;color:#999995!important}
.dram-contact-section-v261 .dram-contact-mini .dram-contact-icon{width:42px!important;height:42px!important;border-radius:12px!important;background:#f2f2ef!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:none!important}
.dram-contact-section-v261 .dram-contact-mini .dram-contact-icon svg{width:18px!important}
.dram-contact-section-v261 .dram-contact-mini-copy{display:block!important;padding-top:2px!important}
.dram-contact-section-v261 .dram-contact-mini small{display:block!important;font-size:8px!important;letter-spacing:.13em!important;text-transform:uppercase!important;color:#a1a19c!important;margin:0 0 8px!important}
.dram-contact-section-v261 .dram-contact-mini strong{display:block!important;font-size:14px!important;line-height:1.55!important;color:#111!important;word-break:break-word!important}
.dram-contact-section-v261 .dram-contact-index{right:26px!important;top:20px!important}
.dram-contact-section-v261 .dram-contact-index strong{font-size:54px!important;opacity:.4!important}

/* =========================================================
   DRAM 2.6.1 — Form / careers polish
   ========================================================= */
.dram-form-section{padding:86px 0!important;background:#fff!important}
.dram-form-section--career{background:#f5f5f2!important}
.dram-form-section--contact,.dram-form-section--quote{background:#fff!important}
.dram-form-frame{display:grid!important;grid-template-columns:minmax(280px,.56fr) minmax(0,1.44fr)!important;gap:22px!important;align-items:start!important}
.dram-form-intro-card{position:sticky!important;top:138px!important;align-self:start!important;padding:30px 30px 28px!important;border-radius:22px!important;background:#fff!important;border:1px solid #dcdcd7!important}
.dram-form-intro-card h2{font-size:clamp(42px,4.35vw,64px)!important;line-height:.98!important;letter-spacing:-.05em!important;margin:0 0 18px!important;color:#111!important}
.dram-form-intro-card p{margin:0!important;font-size:15px!important;line-height:1.75!important;color:#5f605b!important}
.dram-form-highlights{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:28px!important}
.dram-form-highlight{padding:15px 16px!important;border:1px solid #e1e1dd!important;border-radius:14px!important;background:#f7f7f4!important;display:flex!important;align-items:flex-start!important;gap:12px!important;min-height:76px!important}
.dram-form-highlight span{font-size:8px!important;letter-spacing:.14em!important;color:#9a9a95!important;margin-top:3px!important}
.dram-form-highlight strong{font-size:12.5px!important;line-height:1.45!important;color:#111!important}
.dram-form-panel{padding:26px!important;border-radius:22px!important;background:#fff!important;border:1px solid #dcdcd7!important;box-shadow:0 12px 32px rgba(0,0,0,.03)!important}
.dram-form-panel .sx-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px 16px!important}
.dram-form-panel .sx-field{gap:7px!important}
.dram-form-panel .sx-field>span{font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#111!important}
.dram-form-panel .sx-field input,.dram-form-panel .sx-field select,.dram-form-panel .sx-field textarea{border:1px solid #d7d7d2!important;background:#f7f7f4!important;border-radius:12px!important;padding:16px 16px!important;font:inherit!important;color:#111!important;outline:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}
.dram-form-panel .sx-field input:focus,.dram-form-panel .sx-field select:focus,.dram-form-panel .sx-field textarea:focus{border-color:#111!important;box-shadow:0 0 0 3px rgba(17,17,17,.05)!important;background:#fff!important}
.dram-form-panel .sx-field textarea{min-height:170px!important}
.dram-form-panel .sx-field--textarea,.dram-form-panel .sx-field--file{grid-column:1/3!important}
.dram-form-panel .sx-field--file input{padding:14px 15px!important;background:#fff!important}
.dram-form-panel .sx-field small{font-size:10px!important;color:#8a8b85!important}
.dram-form-panel .sx-form button{grid-column:1/3!important;min-height:58px!important;border-radius:12px!important;font-size:14px!important;letter-spacing:.01em!important}
.dram-form-success,.dram-form-error{padding:18px 20px!important;border-radius:14px!important;margin-bottom:14px!important}
@media(max-width:980px){
  .dram-contact-section-v261 .dram-contact-command{grid-template-columns:1fr!important;gap:24px!important;padding:24px!important}
  .dram-contact-section-v261 .dram-contact-index{display:none!important}
  .dram-form-frame{grid-template-columns:1fr!important}
  .dram-form-intro-card{position:static!important}
}
@media(max-width:760px){
  .dram-contact-section-v261{padding:58px 0 68px!important}
  .dram-contact-section-v261 .dram-contact-command{padding:20px!important;border-radius:18px!important}
  .dram-contact-section-v261 .dram-contact-intro h2{font-size:38px!important}
  .dram-contact-section-v261 .dram-contact-mini-grid{grid-template-columns:1fr!important}
  .dram-contact-section-v261 .dram-contact-mini{padding:18px!important;gap:14px!important}
  .dram-form-section{padding:58px 0 68px!important}
  .dram-form-intro-card{padding:22px!important;border-radius:18px!important}
  .dram-form-intro-card h2{font-size:38px!important}
  .dram-form-intro-card p{font-size:13px!important}
  .dram-form-highlights{grid-template-columns:1fr!important}
  .dram-form-panel{padding:20px!important;border-radius:18px!important}
  .dram-form-panel .sx-form{grid-template-columns:1fr!important}
  .dram-form-panel .sx-field--textarea,.dram-form-panel .sx-field--file,.dram-form-panel .sx-form button{grid-column:1!important}
}


/* =========================================================
   DRAM 2.6.2 — final polish for contact / careers
   ========================================================= */
.dram-contact-section-v261 .dram-contact-primary .dram-contact-icon{color:#fff!important;background:rgba(255,255,255,.04)!important;border-color:rgba(255,255,255,.16)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important}
.dram-contact-section-v261 .dram-contact-primary .dram-contact-icon svg{stroke:#fff!important;opacity:1!important}
.dram-contact-section-v261 .dram-contact-primary{grid-template-columns:56px 1fr 20px!important;gap:20px!important;min-height:126px!important;padding:22px 26px!important;border-radius:22px!important}
.dram-contact-section-v261 .dram-contact-primary small{color:#9d9d99!important}
.dram-contact-section-v261 .dram-contact-primary strong{font-size:20px!important;line-height:1.1!important}
.dram-contact-section-v261 .dram-contact-mini-grid{grid-template-columns:1fr!important;gap:12px!important}
.dram-contact-section-v261 .dram-contact-mini{min-height:118px!important;padding:18px 20px!important;border-radius:18px!important;background:#fcfcfb!important;display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-areas:"icon meta" "icon copy"!important;column-gap:16px!important;row-gap:8px!important;align-content:center!important;box-shadow:0 8px 18px rgba(0,0,0,.015)!important}
.dram-contact-section-v261 .dram-contact-mini-top{display:contents!important}
.dram-contact-section-v261 .dram-contact-mini .dram-contact-icon{grid-area:icon!important;align-self:start!important;margin-top:2px!important}
.dram-contact-section-v261 .dram-contact-mini-top em{grid-area:meta!important;justify-self:start!important;align-self:end!important;font-size:9px!important;letter-spacing:.14em!important;color:#9f9f9a!important}
.dram-contact-section-v261 .dram-contact-mini-copy{grid-area:copy!important;padding:0!important}
.dram-contact-section-v261 .dram-contact-mini small{font-size:8px!important;letter-spacing:.13em!important;margin:0 0 8px!important;color:#a3a39d!important}
.dram-contact-section-v261 .dram-contact-mini strong{font-size:16px!important;line-height:1.45!important}
.dram-contact-section-v261 .dram-contact-mini--mail strong{font-size:14px!important;word-break:break-word!important}
.dram-contact-section-v261 .dram-contact-index{opacity:.78!important}

.dram-form-section{padding:76px 0 88px!important}
.dram-form-frame{grid-template-columns:minmax(280px,.5fr) minmax(0,1.5fr)!important;gap:24px!important;align-items:start!important}
.dram-form-intro-card{position:sticky!important;top:138px!important;padding:28px 28px 26px!important;border-radius:22px!important;background:#f5f5f2!important;border:1px solid #ddddda!important;box-shadow:none!important}
.dram-form-intro-card h2{font-size:clamp(44px,4vw,64px)!important;line-height:.98!important;margin:0 0 18px!important;max-width:430px!important}
.dram-form-intro-card p{max-width:390px!important;font-size:15px!important;line-height:1.72!important;color:#5b5c57!important}
.dram-form-highlights{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:26px!important;border-top:1px solid #dddcd7!important}
.dram-form-highlight{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:14px 0!important;min-height:0!important;background:transparent!important;border:0!important;border-bottom:1px solid #dddcd7!important;border-radius:0!important}
.dram-form-highlight span{font-size:8px!important;letter-spacing:.14em!important;color:#9c9c97!important;margin-top:4px!important}
.dram-form-highlight strong{font-size:15px!important;line-height:1.45!important;color:#111!important}
.dram-form-panel{padding:28px!important;border-radius:22px!important;background:#fff!important;border:1px solid #dcdcd7!important;box-shadow:0 12px 34px rgba(0,0,0,.03)!important}
.dram-form-panel .sx-form{grid-template-columns:1fr 1fr!important;gap:16px 18px!important}
.dram-form-panel .sx-field{gap:8px!important}
.dram-form-panel .sx-field>span{font-size:10px!important;letter-spacing:.08em!important;color:#111!important}
.dram-form-panel .sx-field input,.dram-form-panel .sx-field select,.dram-form-panel .sx-field textarea{padding:16px 17px!important;border-radius:14px!important;border:1px solid #d8d8d3!important;background:#fafaf8!important}
.dram-form-panel .sx-field textarea{min-height:180px!important}
.dram-form-panel .sx-field--file input{padding:13px 14px!important;border-style:dashed!important;background:#fff!important}
.dram-form-panel .sx-field small{font-size:11px!important;color:#8f908a!important}
.dram-form-panel .sx-form button{min-height:60px!important;border-radius:14px!important;font-size:15px!important}
@media(max-width:980px){
  .dram-form-intro-card{position:static!important}
}
@media(max-width:760px){
  .dram-contact-section-v261 .dram-contact-primary{grid-template-columns:48px 1fr 20px!important;padding:20px!important}
  .dram-contact-section-v261 .dram-contact-primary strong{font-size:18px!important}
  .dram-contact-section-v261 .dram-contact-mini{grid-template-columns:42px minmax(0,1fr)!important;padding:16px 17px!important}
  .dram-form-section{padding:58px 0 68px!important}
  .dram-form-intro-card{padding:22px!important;border-radius:18px!important}
  .dram-form-intro-card h2{font-size:38px!important;max-width:none!important}
  .dram-form-intro-card p{max-width:none!important;font-size:13px!important}
  .dram-form-panel{padding:20px!important;border-radius:18px!important}
}


/* =========================================================
   DRAM 2.6.3 — mobile form layout fix
   ========================================================= */
@media(max-width:980px){
  .dram-form-frame{grid-template-columns:1fr!important;gap:18px!important}
  .dram-form-intro-card{position:static!important;top:auto!important;max-width:none!important}
}
@media(max-width:760px){
  .dram-form-frame{grid-template-columns:1fr!important;gap:16px!important}
  .dram-form-intro-card{padding:20px!important;border-radius:18px!important}
  .dram-form-intro-card h2{font-size:34px!important;line-height:1.02!important;max-width:none!important}
  .dram-form-intro-card p{font-size:13px!important;line-height:1.68!important;max-width:none!important}
  .dram-form-highlights{margin-top:20px!important}
  .dram-form-highlight{grid-template-columns:22px minmax(0,1fr)!important;gap:10px!important;padding:12px 0!important}
  .dram-form-highlight strong{font-size:14px!important;line-height:1.4!important}
  .dram-form-panel{padding:18px!important;border-radius:18px!important;overflow:hidden!important}
  .dram-form-panel .sx-form{grid-template-columns:1fr!important;gap:14px!important}
  .dram-form-panel .sx-field--textarea,
  .dram-form-panel .sx-field--file,
  .dram-form-panel .sx-form button{grid-column:1!important}
  .dram-form-panel .sx-field input,
  .dram-form-panel .sx-field select,
  .dram-form-panel .sx-field textarea{padding:15px 15px!important;min-width:0!important}
  .dram-form-panel .sx-field textarea{min-height:150px!important}
  .dram-form-panel .sx-form button{width:100%!important;min-height:56px!important}
}


/* DRAM 2.6.4 — mobile topbar: calamiteitendienst always on one line */
@media(max-width:760px){
  .dram-top-inner{gap:10px!important}
  .dram-top-inner>div:first-child{min-width:0!important;flex:1 1 auto!important}
  .dram-top-inner>div:last-child{flex:0 0 auto!important}
  .dram-top-inner>div:first-child strong{display:block!important;white-space:nowrap!important;font-size:9px!important;letter-spacing:.01em!important;line-height:1!important}
  .dram-top-inner>div:last-child a{white-space:nowrap!important;font-size:9px!important;gap:6px!important}
}


/* =========================================================
   DRAM 2.6.5 — compact mobile process timeline only
   ========================================================= */
@media(max-width:760px){
  .dram-process{
    display:block!important;
    position:relative!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .dram-process:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:20px!important;
    top:24px!important;
    bottom:24px!important;
    width:1px!important;
    height:auto!important;
    background:#d8d8d3!important;
    z-index:0!important;
  }
  .dram-process>div{
    position:relative!important;
    z-index:1!important;
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr)!important;
    grid-template-areas:"number title" "number text"!important;
    column-gap:16px!important;
    row-gap:7px!important;
    min-height:0!important;
    padding:18px 0 20px!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    border-bottom:1px solid #e1e1dc!important;
    box-shadow:none!important;
  }
  .dram-process>div:last-child{
    border-bottom:0!important;
    padding-bottom:8px!important;
  }
  .dram-process>div>span{
    grid-area:number!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:40px!important;
    height:40px!important;
    margin:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:#111!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:800!important;
    box-shadow:0 0 0 8px #fff!important;
  }
  .dram-process h3{
    grid-area:title!important;
    align-self:end!important;
    margin:0!important;
    padding-top:2px!important;
    font-size:22px!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    color:#111!important;
  }
  .dram-process p{
    grid-area:text!important;
    margin:0!important;
    max-width:none!important;
    font-size:13px!important;
    line-height:1.62!important;
    color:#666761!important;
  }
}


/* =========================================================
   DRAM 2.7.2 — multilingual language selector
   Same URL, NL source, EN/DE/FR via keyless client-side translation
   ========================================================= */
.dram-google-translate{position:fixed!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
body>.skiptranslate,.goog-te-banner-frame.skiptranslate,iframe.goog-te-banner-frame{display:none!important}
html,body{top:0!important}
#goog-gt-tt,.goog-te-balloon-frame{display:none!important}
.goog-text-highlight{background:transparent!important;box-shadow:none!important}

.dram-lang-desktop{position:relative;flex:none;margin-left:2px}
.dram-lang-current{height:46px;min-width:72px;padding:0 13px;border:1px solid #dadad5;border-radius:14px;background:#f6f6f3;color:#111;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-family:var(--dram-font);transition:.18s ease}
.dram-lang-current:hover,.dram-lang-desktop.is-open .dram-lang-current{background:#111;border-color:#111;color:#fff}
.dram-lang-current>span{font-size:17px;line-height:1}
.dram-lang-current strong{font-size:10px;letter-spacing:.08em}
.dram-lang-current i{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:.18s ease}
.dram-lang-desktop.is-open .dram-lang-current i{transform:rotate(225deg) translate(-1px,-1px)}
.dram-lang-dropdown{position:absolute;right:0;top:calc(100% + 10px);width:232px;padding:10px;border:1px solid #deded9;border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(17,17,17,.13);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s ease;z-index:160}
.dram-lang-desktop.is-open .dram-lang-dropdown{opacity:1;visibility:visible;transform:none}
.dram-lang-dropdown>small{display:block;padding:6px 9px 8px;color:#969691;font-size:8px;letter-spacing:.15em;font-weight:800}
.dram-lang-dropdown button{width:100%;min-height:48px;border:0;border-top:1px solid #ecece8;background:transparent;color:#111;display:grid;grid-template-columns:28px 1fr 28px;gap:8px;align-items:center;text-align:left;padding:0 9px;cursor:pointer;font-family:var(--dram-font)}
.dram-lang-dropdown button:first-of-type{border-top:0}
.dram-lang-dropdown button:hover{background:#f6f6f3;border-radius:10px}
.dram-lang-dropdown button.is-active{background:#111;color:#fff;border-radius:10px;border-top-color:transparent}
.dram-lang-dropdown button span{font-size:17px}
.dram-lang-dropdown button b{font-size:11px;font-weight:750}
.dram-lang-dropdown button em{font-size:8px;font-style:normal;letter-spacing:.11em;text-align:right;opacity:.56}

.dram-mobile-language{padding:4px 24px 16px}
.dram-mobile-language .dram-mobile-label{padding:15px 0 10px!important}
.dram-lang-segmented{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dadad5;border-radius:14px;background:#fff;overflow:hidden}
.dram-lang-segmented button{height:52px;border:0;border-right:1px solid #e2e2dd;background:transparent;color:#111;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-family:var(--dram-font)}
.dram-lang-segmented button:last-child{border-right:0}
.dram-lang-segmented button span{font-size:16px}
.dram-lang-segmented button b{font-size:9px;letter-spacing:.08em}
.dram-lang-segmented button.is-active{background:#111;color:#fff}

@media(max-width:1320px) and (min-width:1181px){
  .dram-lang-current{min-width:48px;width:48px;padding:0}
  .dram-lang-current strong{display:none}
  .dram-lang-current i{display:none}
  .dram-lang-dropdown{right:-8px}
}
@media(max-width:1180px){
  .dram-lang-desktop{display:none!important}
}
@media(max-width:760px){
  .dram-mobile-language{padding:2px 20px 14px}
  .dram-lang-segmented button{height:48px;gap:5px}
  .dram-lang-segmented button span{font-size:15px}
  .dram-lang-segmented button b{font-size:8px}
}


/* ========================================================================
   DRAM 2.7.1 — multilingual desktop header + application cards
   ======================================================================== */
/* The language selector added a fourth grid item. The older 3-column header
   pushed the CTA to a second row. Explicit four-column placement keeps the
   entire desktop header on one line, also with longer translated labels. */
@media(min-width:1241px){
  .dram-nav{
    grid-template-columns:220px minmax(0,1fr) auto 76px!important;
    column-gap:16px!important;
    min-width:0!important;
  }
  .dram-brand{grid-column:1!important}
  .dram-menu{grid-column:2!important;min-width:0!important;max-width:100%!important}
  .dram-nav-cta{grid-column:3!important;grid-row:1!important;justify-self:end!important;white-space:nowrap!important}
  .dram-lang-desktop{grid-column:4!important;grid-row:1!important;justify-self:end!important;margin-left:0!important}
  .dram-lang-current{width:76px!important;min-width:76px!important;height:46px!important;padding:0 11px!important;border-radius:12px!important;background:#fff!important}
  .dram-lang-current:hover,.dram-lang-desktop.is-open .dram-lang-current{background:#111!important;color:#fff!important}
  .dram-menu-item>a{white-space:nowrap!important}
}
@media(min-width:1241px) and (max-width:1540px){
  .dram-nav{grid-template-columns:182px minmax(0,1fr) auto 50px!important;column-gap:12px!important}
  .dram-brand{width:170px!important}
  .dram-menu-item>a{padding-inline:8px!important;font-size:10.4px!important;gap:5px!important}
  .dram-nav-cta{height:48px!important;padding-inline:14px 13px!important;font-size:11px!important;gap:11px!important}
  .dram-lang-current{width:50px!important;min-width:50px!important;padding:0!important}
  .dram-lang-current strong,.dram-lang-current i{display:none!important}
}
@media(min-width:1181px) and (max-width:1240px){
  .dram-lang-desktop{display:none!important}
}

/* Application cards are examples, not fake navigation to Contact. */
.dram-card.is-static{cursor:default!important}
.dram-card.is-static:hover{transform:none!important;box-shadow:none!important}
.dram-card-context{margin-top:auto;padding-top:18px;border-top:1px solid #e1e1dc;display:flex;align-items:center;gap:8px;font-size:9px;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:#858680}
.dram-card-context:before{content:"";width:18px;height:1px;background:#aaa9a3;flex:none}
@media(max-width:760px){
  .dram-card-context{padding-top:15px;font-size:8px}
}


/* =========================================================
   DRAM 2.7.2 — cross-browser SVG language flags
   Unicode regional-indicator emoji are deliberately not used.
   ========================================================= */
.dram-lang-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:16px!important;line-height:0!important;flex:0 0 24px!important;overflow:hidden!important;border-radius:2px!important;box-shadow:0 0 0 1px rgba(17,17,17,.08)!important;background:#fff!important}
.dram-flag-svg{display:block!important;width:24px!important;height:16px!important;max-width:none!important;flex:none!important}
.dram-lang-current>span.dram-lang-flag{font-size:0!important;line-height:0!important}
.dram-lang-dropdown button span.dram-lang-flag{font-size:0!important;line-height:0!important}
.dram-lang-segmented button span.dram-lang-flag{font-size:0!important;line-height:0!important}
.dram-lang-dropdown button.is-active .dram-lang-flag,.dram-lang-segmented button.is-active .dram-lang-flag,.dram-lang-current:hover .dram-lang-flag,.dram-lang-desktop.is-open .dram-lang-current .dram-lang-flag{box-shadow:0 0 0 1px rgba(255,255,255,.22)!important}
@media(max-width:1320px) and (min-width:1181px){.dram-lang-current .dram-lang-flag{width:22px!important;height:15px!important;flex-basis:22px!important}.dram-lang-current .dram-flag-svg{width:22px!important;height:15px!important}}
@media(max-width:760px){.dram-lang-segmented button .dram-lang-flag{width:22px!important;height:15px!important;flex-basis:22px!important}.dram-lang-segmented button .dram-flag-svg{width:22px!important;height:15px!important}}


/* =========================================================
   DRAM 2.7.3 — smaller cross-browser SVG language flags
   ========================================================= */
.dram-lang-flag{
  width:19px!important;
  height:13px!important;
  flex:0 0 19px!important;
  border-radius:2px!important;
}
.dram-flag-svg{
  width:19px!important;
  height:13px!important;
}
.dram-lang-dropdown button .dram-lang-flag{
  width:20px!important;
  height:13px!important;
  flex-basis:20px!important;
}
.dram-lang-dropdown button .dram-flag-svg{
  width:20px!important;
  height:13px!important;
}
@media(max-width:1320px) and (min-width:1181px){
  .dram-lang-current .dram-lang-flag{width:18px!important;height:12px!important;flex-basis:18px!important}
  .dram-lang-current .dram-flag-svg{width:18px!important;height:12px!important}
}
@media(max-width:760px){
  .dram-lang-segmented button .dram-lang-flag{width:18px!important;height:12px!important;flex-basis:18px!important}
  .dram-lang-segmented button .dram-flag-svg{width:18px!important;height:12px!important}
}


/* =========================================================
   DRAM 2.7.4 — homepage solutions cards refinement only
   ========================================================= */
/* Right-side titles a touch finer; descriptions carry slightly more weight/content. */
.dram-solutions-section .dram-solution-row-copy h3{
  font-size:24px!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin:0 0 7px!important;
  font-weight:760!important;
}
.dram-solutions-section .dram-solution-row-copy p{
  font-size:12.25px!important;
  line-height:1.55!important;
  max-width:560px!important;
}

/* Requested arrow treatment: light cards = black disc/white arrow. */
.dram-solutions-section .dram-solution-row:not(.is-black) .dram-solution-row-arrow{
  background:#111!important;
  border-color:#111!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(17,17,17,.10)!important;
}
.dram-solutions-section .dram-solution-row:not(.is-black) .dram-solution-row-arrow svg{
  color:#fff!important;
  stroke:currentColor!important;
}
/* Black card = inverse: white disc/black arrow. */
.dram-solutions-section .dram-solution-row.is-black .dram-solution-row-arrow{
  background:#fff!important;
  border-color:#fff!important;
  color:#111!important;
  box-shadow:none!important;
}
.dram-solutions-section .dram-solution-row.is-black .dram-solution-row-arrow svg{
  color:#111!important;
  stroke:currentColor!important;
}
.dram-solutions-section .dram-solution-row:hover .dram-solution-row-arrow{
  transform:translateX(2px)!important;
}

@media(max-width:760px){
  .dram-solutions-section .dram-solution-row-copy h3{font-size:20px!important}
  .dram-solutions-section .dram-solution-row-copy p{font-size:11.5px!important}
}


/* =========================================================
   DRAM 2.7.5 — recurring application-card refinement
   ========================================================= */
.dram-card-section--applications .dram-card{min-height:0!important;text-decoration:none!important;color:inherit!important}
.dram-card-section--applications .dram-card-image{height:190px!important}
.dram-card-section--applications .dram-card-top{padding:15px 18px 0!important}
.dram-card-section--applications .dram-card h3{font-size:20px!important;line-height:1.08!important;margin:16px 0 8px!important}
.dram-card-section--applications .dram-card p{font-size:12px!important;line-height:1.62!important;margin:0 0 16px!important;min-height:3.25em!important}
.dram-card-section--applications .dram-card-link{min-height:54px!important;margin-top:auto!important;padding:12px 14px 12px 18px!important;background:#f6f6f3!important;border-top:1px solid #e5e5e0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;color:#111!important}
.dram-card-section--applications .dram-card-link>span{font-size:9px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.11em!important}
.dram-card-section--applications .dram-card-link>b{width:32px!important;height:32px!important;border-radius:50%!important;background:#111!important;color:#fff!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;transition:transform .18s ease!important}
.dram-card-section--applications .dram-card-link>b svg{width:14px!important;stroke:currentColor!important}
.dram-card-section--applications .dram-card:hover .dram-card-link>b{transform:translateX(2px)!important}
.dram-card-section--applications .dram-card.is-linked{cursor:pointer!important}
.dram-card-section--applications .dram-card.is-linked:focus-visible{outline:2px solid #111!important;outline-offset:3px!important}
@media(max-width:760px){
  .dram-card-section--applications .dram-card-image{height:180px!important}
  .dram-card-section--applications .dram-card h3{font-size:19px!important}
  .dram-card-section--applications .dram-card p{min-height:0!important;font-size:11.5px!important}
  .dram-card-section--applications .dram-card-link{min-height:50px!important;padding:10px 12px 10px 16px!important}
  .dram-card-section--applications .dram-card-link>b{width:30px!important;height:30px!important}
}


/* =========================================================
   DRAM 2.7.6 — form intro layout refinement
   Offerte / Contact / Werken bij DRAM
   ========================================================= */
@media(min-width:981px){
  .dram-form-section{padding:82px 0 94px!important}
  .dram-form-frame{
    grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;
    gap:58px!important;
    align-items:start!important;
  }
  .dram-form-intro-card{
    position:static!important;
    top:auto!important;
    align-self:start!important;
    margin-top:46px!important;
    padding:0 22px 0 8px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    max-width:360px!important;
  }
  .dram-form-intro-card:before{
    content:"";
    display:block;
    width:52px;
    height:3px;
    margin:0 0 26px;
    background:#111;
  }
  .dram-form-intro-card .dram-kicker{
    margin-bottom:22px!important;
  }
  .dram-form-intro-card h2{
    max-width:340px!important;
    margin:0 0 22px!important;
    font-size:clamp(42px,3.55vw,58px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
  }
  .dram-form-intro-card p{
    max-width:330px!important;
    font-size:15px!important;
    line-height:1.72!important;
  }
  .dram-form-highlights{
    margin-top:30px!important;
    border-top:1px solid #d9d9d4!important;
  }
  .dram-form-highlight{
    grid-template-columns:30px minmax(0,1fr)!important;
    padding:15px 0!important;
    border-bottom:1px solid #d9d9d4!important;
  }
  .dram-form-highlight strong{
    font-size:14px!important;
    line-height:1.42!important;
    font-weight:700!important;
  }
  .dram-form-panel{
    align-self:start!important;
    width:100%!important;
    margin:0!important;
    padding:30px!important;
    border-radius:22px!important;
  }
}

@media(max-width:980px){
  .dram-form-frame{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .dram-form-intro-card{
    position:static!important;
    top:auto!important;
    margin:0!important;
    max-width:none!important;
  }
}

@media(max-width:760px){
  .dram-form-section{padding:54px 0 66px!important}
  .dram-form-frame{gap:18px!important}
  .dram-form-intro-card{
    padding:0 2px 8px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .dram-form-intro-card:before{
    content:"";
    display:block;
    width:42px;
    height:3px;
    margin:0 0 20px;
    background:#111;
  }
  .dram-form-intro-card h2{
    font-size:36px!important;
    line-height:1.02!important;
    margin-bottom:16px!important;
  }
  .dram-form-intro-card p{
    font-size:13px!important;
    line-height:1.68!important;
  }
  .dram-form-highlights{
    margin-top:22px!important;
    border-top:1px solid #deded9!important;
  }
  .dram-form-highlight{
    padding:12px 0!important;
    grid-template-columns:24px minmax(0,1fr)!important;
    border-bottom:1px solid #deded9!important;
  }
  .dram-form-highlight strong{font-size:14px!important}
  .dram-form-panel{margin:0!important}
}


/* DRAM 2.7.7 — mobile homepage hero height refinement
   Keep the approved desktop/tablet layout untouched; only make the homepage hero
   slightly more compact on phones so the next section enters the viewport sooner. */
@media(max-width:760px){
  .dram-home-hero .dram-hero-card{height:470px;min-height:470px}
}

/* DRAM 2.7.11 — mobile menu closed-submenu spacing correction
   Root cause: closed submenu containers still kept 10px bottom padding while
   max-height was 0. Items with children therefore appeared taller than Home.
   Keep the approved 58px top-level rows and remove padding only while closed. */
@media(max-width:760px){
  .dram-mobile-nav .dram-menu-item>a{
    height:58px!important;
    min-height:58px!important;
    padding:0 2px 0 0!important;
    box-sizing:border-box!important;
    align-items:center!important;
  }
  .dram-mobile-nav .dram-mobile-sub{
    max-height:0!important;
    padding-top:0!important;
    padding-right:0!important;
    padding-bottom:0!important;
    padding-left:40px!important;
  }
  .dram-mobile-nav .dram-menu-item.is-mobile-open>.dram-mobile-sub{
    max-height:980px!important;
    padding-top:2px!important;
    padding-bottom:12px!important;
  }
}

/* DRAM 3.1.0 — Sixxie 3.8.1 Page Builder 5 opt-in visual bridge.
   The approved 2.7.11 component CSS remains authoritative. Sixxie 3.8.1 keeps legacy component stacks transparent. An internal DRAM property is
   overridden ONLY when the matching CSS variable is actually present on that
   widget. Blank design fields therefore cannot reset unrelated template CSS.
   PB5 structural wrappers stay full-width and neutral around DRAM widgets. */
body.dram-site .pb5-section:has(> .pb5-container > .pb5-columns > .pb5-column > .pb5-widget[class*="pb5-widget-dram-"]) > .pb5-container{
  width:100%!important;max-width:none!important;margin-inline:0!important;
}
body.dram-site .pb5-section:has(> .pb5-container > .pb5-columns > .pb5-column > .pb5-widget[class*="pb5-widget-dram-"]) > .pb5-container > .pb5-columns{
  display:block!important;grid-template-columns:none!important;gap:0!important;
}
body.dram-site .pb5-section:has(> .pb5-container > .pb5-columns > .pb5-column > .pb5-widget[class*="pb5-widget-dram-"]) > .pb5-container > .pb5-columns > .pb5-column{
  display:block!important;width:100%!important;min-width:0!important;
}
body.dram-site .pb5-widget[class*="pb5-widget-dram-"]{display:block;width:100%;min-width:0}

/* Declarative widget-design controls are strictly opt-in.
   Each selector checks for the exact emitted inline custom property first. */
.pb5-widget-dram-hero[style*="--dram-bn-hero-height-d:"] .dram-hero-card{height:var(--dram-bn-hero-height-d)}
.pb5-widget-dram-hero[style*="--dram-bn-hero-height-d:"] .dram-hero-card{min-height:var(--dram-bn-hero-height-d)}
.pb5-widget-dram-hero[style*="--dram-bn-hero-radius:"] .dram-hero-card{border-radius:var(--dram-bn-hero-radius)}
.pb5-widget-dram-hero[style*="--dram-bn-hero-copy-width:"] .dram-hero-copy{width:var(--dram-bn-hero-copy-width)}
.pb5-widget-dram-hero[style*="--dram-bn-hero-title-d:"] .dram-hero-copy h1{font-size:var(--dram-bn-hero-title-d)}
.pb5-widget-dram-hero[style*="--dram-bn-hero-image-position:"] .dram-hero-bg{object-position:var(--dram-bn-hero-image-position)}
.pb5-widget-dram-hero[style*="--dram-bn-proof-radius:"] .dram-proof-card{border-radius:var(--dram-bn-proof-radius)}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-pt:"] .dram-page-hero{padding-top:var(--dram-bn-page-hero-pt)!important}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-pb:"] .dram-page-hero{padding-bottom:var(--dram-bn-page-hero-pb)!important}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-radius:"] .dram-page-hero-card{border-radius:var(--dram-bn-page-hero-radius)}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-gap:"] .dram-page-hero-card{gap:var(--dram-bn-page-hero-gap)!important}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-image-hd:"] .dram-page-image{height:var(--dram-bn-page-hero-image-hd)}
.pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-title-d:"] .dram-page-copy h1{font-size:var(--dram-bn-page-hero-title-d)}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-section-bg:"] .dram-card-section{background:var(--dram-bn-card-section-bg)}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-gap:"] .dram-card-grid{gap:var(--dram-bn-card-gap)}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-cols-d:"] .dram-card-grid{grid-template-columns:repeat(var(--dram-bn-card-cols-d),minmax(0,1fr))}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-radius:"] .dram-card{border-radius:var(--dram-bn-card-radius)}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-image-h:"] .dram-card-image{height:var(--dram-bn-card-image-h)}
.pb5-widget-dram-card-grid[style*="--dram-bn-card-title-size:"] .dram-card h3{font-size:var(--dram-bn-card-title-size)}
.pb5-widget-dram-split[style*="--dram-bn-split-pad-d:"] .dram-split-section{padding-top:var(--dram-bn-split-pad-d)}
.pb5-widget-dram-split[style*="--dram-bn-split-pad-d:"] .dram-split-section{padding-bottom:var(--dram-bn-split-pad-d)}
.pb5-widget-dram-split[style*="--dram-bn-split-gap:"] .dram-split{gap:var(--dram-bn-split-gap)}
.pb5-widget-dram-split[style*="--dram-bn-split-image-hd:"] .dram-split-image{height:var(--dram-bn-split-image-hd)}
.pb5-widget-dram-split[style*="--dram-bn-split-image-radius:"] .dram-split-image{border-radius:var(--dram-bn-split-image-radius)}
.pb5-widget-dram-split[style*="--dram-bn-split-title-d:"] .dram-split-copy h2{font-size:var(--dram-bn-split-title-d)}
.pb5-widget-dram-richtext[style*="--dram-bn-rich-pad-d:"] .dram-rich-section{padding-top:var(--dram-bn-rich-pad-d)!important}
.pb5-widget-dram-richtext[style*="--dram-bn-rich-pad-d:"] .dram-rich-section{padding-bottom:var(--dram-bn-rich-pad-d)!important}
.pb5-widget-dram-richtext[style*="--dram-bn-rich-gap:"] .dram-rich-grid{gap:var(--dram-bn-rich-gap)!important}
.pb5-widget-dram-richtext[style*="--dram-bn-rich-aside-radius:"] .dram-rich-grid aside{border-radius:var(--dram-bn-rich-aside-radius)!important}
.pb5-widget-dram-richtext[style*="--dram-bn-rich-title-d:"] .dram-rich-grid aside h2{font-size:var(--dram-bn-rich-title-d)!important}
.pb5-widget-dram-process[style*="--dram-bn-process-pad-d:"] .dram-process-section{padding-top:var(--dram-bn-process-pad-d)}
.pb5-widget-dram-process[style*="--dram-bn-process-pad-d:"] .dram-process-section{padding-bottom:var(--dram-bn-process-pad-d)}
.pb5-widget-dram-process[style*="--dram-bn-process-radius:"] .dram-process{border-radius:var(--dram-bn-process-radius)}
.pb5-widget-dram-process[style*="--dram-bn-process-cols-d:"] .dram-process{grid-template-columns:repeat(var(--dram-bn-process-cols-d),minmax(0,1fr))}
.pb5-widget-dram-process[style*="--dram-bn-process-step-h:"] .dram-process>div{min-height:var(--dram-bn-process-step-h)}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-pad-d:"] .dram-articles-section{padding-top:var(--dram-bn-articles-pad-d)!important}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-pad-d:"] .dram-articles-section{padding-bottom:var(--dram-bn-articles-pad-d)!important}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-gap:"] .dram-article-grid{gap:var(--dram-bn-articles-gap)}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-cols-d:"] .dram-article-grid{grid-template-columns:repeat(var(--dram-bn-articles-cols-d),minmax(0,1fr))}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-radius:"] .dram-article-grid>a.dram-article-card{border-radius:var(--dram-bn-articles-radius)}
.pb5-widget-dram-article-grid[style*="--dram-bn-articles-image-w:"] .dram-article-grid>a.dram-article-card{grid-template-columns:var(--dram-bn-articles-image-w) minmax(0,1fr)}
.pb5-widget-dram-contact[style*="--dram-bn-contact-pad-d:"] .dram-contact-section-v261{padding-top:var(--dram-bn-contact-pad-d)!important}
.pb5-widget-dram-contact[style*="--dram-bn-contact-pad-d:"] .dram-contact-section-v261{padding-bottom:var(--dram-bn-contact-pad-d)!important}
.pb5-widget-dram-contact[style*="--dram-bn-contact-radius:"] .dram-contact-command{border-radius:var(--dram-bn-contact-radius)!important}
.pb5-widget-dram-contact[style*="--dram-bn-contact-gap:"] .dram-contact-command{gap:var(--dram-bn-contact-gap)!important}
.pb5-widget-dram-contact[style*="--dram-bn-contact-title-d:"] .dram-contact-intro h2{font-size:var(--dram-bn-contact-title-d)!important}
.pb5-widget-dram-job[style*="--dram-bn-job-pad-d:"] .dram-job-section-v260{padding-top:var(--dram-bn-job-pad-d)!important}
.pb5-widget-dram-job[style*="--dram-bn-job-pad-d:"] .dram-job-section-v260{padding-bottom:var(--dram-bn-job-pad-d)!important}
.pb5-widget-dram-job[style*="--dram-bn-job-radius:"] .dram-job-panel,.pb5-widget-dram-job[style*="--dram-bn-job-radius:"] .dram-job-role,.pb5-widget-dram-job[style*="--dram-bn-job-radius:"] .dram-job-apply{border-radius:var(--dram-bn-job-radius)!important}
.pb5-widget-dram-job[style*="--dram-bn-job-title-d:"] .dram-job-heading h2{font-size:var(--dram-bn-job-title-d)!important}
.pb5-widget-dram-cta[style*="--dram-bn-cta-pt:"] .dram-cta{padding-top:var(--dram-bn-cta-pt)!important}
.pb5-widget-dram-cta[style*="--dram-bn-cta-pb:"] .dram-cta{padding-bottom:var(--dram-bn-cta-pb)!important}
.pb5-widget-dram-cta[style*="--dram-bn-cta-radius:"] .dram-cta-inner,.pb5-widget-dram-cta[style*="--dram-bn-cta-radius:"] .dram-service-callout{border-radius:var(--dram-bn-cta-radius)!important}
.pb5-widget-dram-cta[style*="--dram-bn-cta-title-d:"] .dram-cta h2{font-size:var(--dram-bn-cta-title-d)!important}
.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-pad-d:"] .dram-solutions-section{padding-top:var(--dram-bn-mosaic-pad-d)!important}
.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-pad-d:"] .dram-solutions-section{padding-bottom:var(--dram-bn-mosaic-pad-d)!important}
.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-gap:"] .dram-solutions-layout,.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-gap:"] .dram-solution-list{gap:var(--dram-bn-mosaic-gap)!important}
.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-radius:"] .dram-solution-feature{border-radius:var(--dram-bn-mosaic-radius)!important}
.pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-feature-h:"] .dram-solution-feature{min-height:var(--dram-bn-mosaic-feature-h)!important}
.pb5-widget-dram-service-cta[style*="--dram-bn-service-pad-d:"] .dram-service-cta-v259{padding-top:var(--dram-bn-service-pad-d)!important}
.pb5-widget-dram-service-cta[style*="--dram-bn-service-pad-d:"] .dram-service-cta-v259{padding-bottom:var(--dram-bn-service-pad-d)!important}
.pb5-widget-dram-service-cta[style*="--dram-bn-service-radius:"] .dram-service-cta__grid{border-radius:var(--dram-bn-service-radius)!important}
.pb5-widget-dram-service-cta[style*="--dram-bn-service-title-d:"] .dram-service-cta__copy h2{font-size:var(--dram-bn-service-title-d)!important}
.pb5-widget-dram-contact-form[style*="--dram-bn-form-pad-d:"] .dram-form-section{padding-top:var(--dram-bn-form-pad-d)!important}
.pb5-widget-dram-contact-form[style*="--dram-bn-form-pad-d:"] .dram-form-section{padding-bottom:var(--dram-bn-form-pad-d)!important}
.pb5-widget-dram-contact-form[style*="--dram-bn-form-gap:"] .dram-form-frame{gap:var(--dram-bn-form-gap)!important}
.pb5-widget-dram-contact-form[style*="--dram-bn-form-radius:"] .dram-form-panel{border-radius:var(--dram-bn-form-radius)!important}
.pb5-widget-dram-contact-form[style*="--dram-bn-form-title-d:"] .dram-form-intro-card h2{font-size:var(--dram-bn-form-title-d)!important}
@media (min-width:761px) and (max-width:1180px){
  .pb5-widget-dram-hero[style*="--dram-bn-hero-height-t:"] .dram-hero-card{height:var(--dram-bn-hero-height-t)}
  .pb5-widget-dram-hero[style*="--dram-bn-hero-height-t:"] .dram-hero-card{min-height:var(--dram-bn-hero-height-t)}
  .pb5-widget-dram-hero[style*="--dram-bn-hero-title-t:"] .dram-hero-copy h1{font-size:var(--dram-bn-hero-title-t)}
  .pb5-widget-dram-card-grid[style*="--dram-bn-card-cols-t:"] .dram-card-grid{grid-template-columns:repeat(var(--dram-bn-card-cols-t),minmax(0,1fr))}
}
@media (max-width:760px){
  .pb5-widget-dram-hero[style*="--dram-bn-hero-height-m:"] .dram-home-hero .dram-hero-card{height:var(--dram-bn-hero-height-m)!important}
  .pb5-widget-dram-hero[style*="--dram-bn-hero-height-m:"] .dram-home-hero .dram-hero-card{min-height:var(--dram-bn-hero-height-m)!important}
  .pb5-widget-dram-hero[style*="--dram-bn-hero-title-m:"] .dram-hero-copy h1{font-size:var(--dram-bn-hero-title-m)}
  .pb5-widget-dram-hero[style*="--dram-bn-hero-image-position-m:"] .dram-hero-bg{object-position:var(--dram-bn-hero-image-position-m)}
  .pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-ptm:"] .dram-page-hero{padding-top:var(--dram-bn-page-hero-ptm)!important}
  .pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-pbm:"] .dram-page-hero{padding-bottom:var(--dram-bn-page-hero-pbm)!important}
  .pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-image-hm:"] .dram-page-image{height:var(--dram-bn-page-hero-image-hm)}
  .pb5-widget-dram-page-hero[style*="--dram-bn-page-hero-title-m:"] .dram-page-copy h1{font-size:var(--dram-bn-page-hero-title-m)}
  .pb5-widget-dram-card-grid[style*="--dram-bn-card-cols-m:"] .dram-card-grid{grid-template-columns:repeat(var(--dram-bn-card-cols-m),minmax(0,1fr))}
  .pb5-widget-dram-split[style*="--dram-bn-split-pad-m:"] .dram-split-section{padding-top:var(--dram-bn-split-pad-m)}
  .pb5-widget-dram-split[style*="--dram-bn-split-pad-m:"] .dram-split-section{padding-bottom:var(--dram-bn-split-pad-m)}
  .pb5-widget-dram-split[style*="--dram-bn-split-image-hm:"] .dram-split-image{height:var(--dram-bn-split-image-hm)}
  .pb5-widget-dram-split[style*="--dram-bn-split-title-m:"] .dram-split-copy h2{font-size:var(--dram-bn-split-title-m)}
  .pb5-widget-dram-richtext[style*="--dram-bn-rich-pad-m:"] .dram-rich-section{padding-top:var(--dram-bn-rich-pad-m)!important}
  .pb5-widget-dram-richtext[style*="--dram-bn-rich-pad-m:"] .dram-rich-section{padding-bottom:var(--dram-bn-rich-pad-m)!important}
  .pb5-widget-dram-richtext[style*="--dram-bn-rich-title-m:"] .dram-rich-grid aside h2{font-size:var(--dram-bn-rich-title-m)!important}
  .pb5-widget-dram-process[style*="--dram-bn-process-pad-m:"] .dram-process-section{padding-top:var(--dram-bn-process-pad-m)}
  .pb5-widget-dram-process[style*="--dram-bn-process-pad-m:"] .dram-process-section{padding-bottom:var(--dram-bn-process-pad-m)}
  .pb5-widget-dram-process[style*="--dram-bn-process-cols-m:"] .dram-process{grid-template-columns:repeat(var(--dram-bn-process-cols-m),minmax(0,1fr))}
  .pb5-widget-dram-article-grid[style*="--dram-bn-articles-pad-m:"] .dram-articles-section{padding-top:var(--dram-bn-articles-pad-m)!important}
  .pb5-widget-dram-article-grid[style*="--dram-bn-articles-pad-m:"] .dram-articles-section{padding-bottom:var(--dram-bn-articles-pad-m)!important}
  .pb5-widget-dram-contact[style*="--dram-bn-contact-pad-m:"] .dram-contact-section-v261{padding-top:var(--dram-bn-contact-pad-m)!important}
  .pb5-widget-dram-contact[style*="--dram-bn-contact-pad-m:"] .dram-contact-section-v261{padding-bottom:var(--dram-bn-contact-pad-m)!important}
  .pb5-widget-dram-contact[style*="--dram-bn-contact-title-m:"] .dram-contact-intro h2{font-size:var(--dram-bn-contact-title-m)!important}
  .pb5-widget-dram-job[style*="--dram-bn-job-pad-m:"] .dram-job-section-v260{padding-top:var(--dram-bn-job-pad-m)!important}
  .pb5-widget-dram-job[style*="--dram-bn-job-pad-m:"] .dram-job-section-v260{padding-bottom:var(--dram-bn-job-pad-m)!important}
  .pb5-widget-dram-job[style*="--dram-bn-job-title-m:"] .dram-job-heading h2{font-size:var(--dram-bn-job-title-m)!important}
  .pb5-widget-dram-cta[style*="--dram-bn-cta-title-m:"] .dram-cta h2{font-size:var(--dram-bn-cta-title-m)!important}
  .pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-pad-m:"] .dram-solutions-section{padding-top:var(--dram-bn-mosaic-pad-m)!important}
  .pb5-widget-dram-mosaic[style*="--dram-bn-mosaic-pad-m:"] .dram-solutions-section{padding-bottom:var(--dram-bn-mosaic-pad-m)!important}
  .pb5-widget-dram-service-cta[style*="--dram-bn-service-pad-m:"] .dram-service-cta-v259{padding-top:var(--dram-bn-service-pad-m)!important}
  .pb5-widget-dram-service-cta[style*="--dram-bn-service-pad-m:"] .dram-service-cta-v259{padding-bottom:var(--dram-bn-service-pad-m)!important}
  .pb5-widget-dram-service-cta[style*="--dram-bn-service-visual-hm:"] .dram-service-cta__visual{min-height:var(--dram-bn-service-visual-hm)!important}
  .pb5-widget-dram-service-cta[style*="--dram-bn-service-title-m:"] .dram-service-cta__copy h2{font-size:var(--dram-bn-service-title-m)!important}
  .pb5-widget-dram-contact-form[style*="--dram-bn-form-pad-m:"] .dram-form-section{padding-top:var(--dram-bn-form-pad-m)!important}
  .pb5-widget-dram-contact-form[style*="--dram-bn-form-pad-m:"] .dram-form-section{padding-bottom:var(--dram-bn-form-pad-m)!important}
  .pb5-widget-dram-contact-form[style*="--dram-bn-form-title-m:"] .dram-form-intro-card h2{font-size:var(--dram-bn-form-title-m)!important}
}
