/* Renaldo, second design exploration. Website and interface share the same tokens. */
:root{--rv-paper:#fbf9f5;--rv-ink:#1c1f2d;--rv-orange:#e76b45;--rv-purple:#8561c7;--rv-lilac:#d2c2e9;--rv-green:#298969;--rv-line:#dedbd5}
.rv-site{background:var(--rv-paper);color:var(--rv-ink);font-family:'Work Sans',sans-serif}.rv-site *{box-sizing:border-box}.rv-wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.rv-site h1,.rv-site h2,.rv-site h3,.rv-site h4{font-family:inherit;color:inherit;letter-spacing:-.045em;font-weight:500;line-height:1.08;margin:0}.rv-site h1{font-size:clamp(44px,5.2vw,76px)}.rv-site h2{font-size:clamp(34px,4vw,56px)}.rv-site h3{font-size:23px;line-height:1.2}.rv-site p{line-height:1.7}.rv-site em{font-style:normal;color:var(--rv-orange)}.rv-kicker{display:block;font-size:11px;letter-spacing:.13em;font-weight:600;line-height:1.7;text-transform:uppercase;margin-bottom:24px}.rv-hero{padding:88px 0 76px;overflow:hidden}.rv-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.rv-hero .rv-intro{font-size:18px;line-height:1.65;max-width:49ch;margin-top:28px;color:#626168}.rv-hero-compact .rv-hero-grid{display:block;max-width:1100px}.rv-hero-compact h1{max-width:950px}.rv-hero-compact .rv-intro{max-width:72ch}.rv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.rv-button{display:inline-flex;gap:22px;align-items:center;background:var(--rv-orange);border:1px solid var(--rv-orange);padding:16px 21px;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;color:var(--rv-ink)!important;min-height:50px}.rv-button:nth-child(2){background:transparent;border-color:#ccc7c0}.rv-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1c1f2d13}.rv-thesis{background:#f0ede7;padding:80px 0}.rv-thesis-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:start}.rv-thesis-grid h2{font-size:clamp(32px,3.5vw,49px);max-width:23ch}.rv-thesis-grid p{margin:0;font-size:18px;color:#65646a;max-width:49ch}.rv-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid #d7d3cd}.rv-steps>div{padding:25px 28px 0 0;display:flex;align-items:baseline;gap:20px}.rv-steps span{color:#9e7d6d;font-size:12px}.rv-steps h3{font-size:18px;letter-spacing:-.025em}.rv-chapter{padding:85px 0}.rv-chapter-top{display:flex;gap:30px;align-items:baseline;margin-bottom:36px}.rv-chapter-top .rv-kicker{white-space:nowrap;margin:0}.rv-chapter-line{height:1px;background:var(--rv-line);flex:1}.rv-chapter-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.rv-chapter-copy>p{font-size:17px;color:#69656b;max-width:48ch;margin:25px 0 30px}.rv-keypoints{border-top:1px solid var(--rv-line)}.rv-keypoints>div{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--rv-line)}.rv-keypoints>div>span{font-size:20px;color:var(--rv-orange)}.rv-keypoints h3{font-size:17px;line-height:1.4;letter-spacing:-.02em}.rv-keypoints p{font-size:13px;line-height:1.65;margin:8px 0 0;color:#6b676c}.rv-keypoints ul{padding-left:18px;font-size:13px}.rv-chapter-lilac{background:#eee8f5}.rv-chapter-ink{background:var(--rv-ink);color:#fbf9f5}.rv-chapter-ink .rv-kicker{color:#cfbcea}.rv-chapter-ink .rv-chapter-copy>p,.rv-chapter-ink .rv-keypoints p{color:#c0bdc9}.rv-chapter-ink .rv-keypoints,.rv-chapter-ink .rv-keypoints>div,.rv-chapter-ink .rv-detail-library{border-color:#454450}.rv-chapter-ink .rv-chapter-line{background:#454450}.rv-detail-library{margin-top:50px;border-top:1px solid #d2cdd6;border-bottom:1px solid #d2cdd6}.rv-detail-library>summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:23px 0;font-size:15px;font-weight:500}.rv-detail-library summary::-webkit-details-marker,.rv-faq summary::-webkit-details-marker{display:none}.rv-detail-library>summary>span{font-size:12px;opacity:.65}.rv-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--rv-line);border:1px solid var(--rv-line);margin-bottom:28px}.rv-feature{padding:30px;background:var(--rv-paper);color:var(--rv-ink)}.rv-feature h3{font-size:21px;max-width:33ch}.rv-feature p,.rv-feature li{font-size:14px;line-height:1.7}.rv-feature ul,.rv-feature ol{padding-left:20px}.rv-feature a{color:#a84e32;text-decoration:underline}.rv-feature .list-check li{display:list-item;padding:0;margin:8px 0}.rv-anchor{display:block;scroll-margin-top:110px}.rv-people{padding-block:55px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.rv-people>div{display:flex;gap:20px}.rv-people img{width:180px;height:220px;object-fit:cover;border-radius:4px}.rv-contact{padding-block:40px 90px;display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.rv-contact>div>p{max-width:37ch;color:#6b676c}.rv-form-panel{background:#ede7f3;padding:35px;border-radius:6px}.rv-form-panel form{display:grid;gap:18px;max-width:none;margin:0}.rv-form-panel label{display:block;font-size:13px;margin-bottom:7px}.rv-form-panel input,.rv-form-panel select,.rv-form-panel textarea{background:#fff;width:100%;border:1px solid #d0c6d9;padding:13px;border-radius:3px;font:inherit;font-size:14px}.rv-form-panel input[type=checkbox]{width:auto}.rv-form-panel button{font:inherit}.rv-plans{padding:65px 0;background:#eee8f5}.rv-section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.rv-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(290px,100%),1fr));gap:18px}.rv-site .rv-plan-grid .price-card{margin:0!important;padding:28px!important;background:#fff!important;border:1px solid #ddd5e5!important;border-radius:5px!important;color:#1c1f2d!important;max-width:none!important;box-shadow:none!important;position:relative}.rv-plan-grid .price-card:only-child{max-width:650px!important;margin-inline:auto!important;width:100%}.rv-plan-grid .price-card h3{font-size:27px}.rv-plan-grid .price-card-head{min-height:0;gap:8px;padding-bottom:24px}.rv-plan-grid .price{margin:0 0 15px}.rv-plan-grid .price .tabular{font-size:35px!important}.rv-plan-grid .price-card>div{font-size:13px;line-height:1.6}.rv-plan-grid .price-card li{font-size:14px;line-height:1.55}.rv-comparison{padding-block:80px}.rv-table-scroll{overflow-x:auto;margin-top:35px;border:1px solid var(--rv-line);background:white}.rv-table-scroll table{border-collapse:collapse;min-width:720px;width:100%;font-size:13px}.rv-table-scroll th,.rv-table-scroll td{padding:14px 18px;border-bottom:1px solid var(--rv-line);text-align:left}.rv-table-scroll th{background:#ece6f2;color:#1c1f2d}.rv-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-block:90px}.rv-faq details{border-bottom:1px solid var(--rv-line)}.rv-faq summary{padding:22px 0;font-size:17px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.rv-faq summary>span{color:var(--rv-orange)}.rv-answer{font-size:15px;color:#6b676c;line-height:1.7;padding-bottom:24px}.rv-answer .faq-panel{max-height:none!important;overflow:visible;opacity:1;display:block}.rv-answer .faq-panel-inner{padding:0}.rv-close{padding:80px 0;background:#e8c0ae}.rv-close h2{font-size:clamp(40px,5vw,70px)}.rv-close .rv-button{background:var(--rv-ink);color:#fff!important;border-color:var(--rv-ink)}.rv-close .rv-button:nth-child(2){background:transparent;color:var(--rv-ink)!important}.rv-design-link{display:inline-block;font-size:12px;margin-top:35px}.rv-footer{padding:60px 0 20px;background:#f7f4ee}.rv-footer-top{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--rv-line);padding-bottom:35px;gap:30px}.rv-footer-top img{width:160px;height:auto}.rv-footer-top p{font-size:27px;line-height:1.2;letter-spacing:-.04em;margin:0}.rv-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;padding-block:45px}.rv-footer-grid>div{display:flex;flex-direction:column;gap:13px;font-size:13px}.rv-footer-grid b{font-size:10px;letter-spacing:.1em;color:#8e8284;margin-bottom:10px}.rv-footer-grid span{line-height:1.65;color:#81787b}.rv-footer a{text-decoration:none}.rv-footer a:hover{text-decoration:underline}.rv-footer-bottom{display:flex;gap:28px;font-size:11px;border-top:1px solid var(--rv-line);padding-top:20px;color:#787078}.rv-footer-bottom span{margin-right:auto}.rv-gallery-head{padding-block:80px}.rv-gallery-head p{font-size:20px;max-width:65ch;color:#6c646b}.rv-gallery-head nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.rv-gallery-head nav a{padding:10px 14px;border:1px solid #d7cedf;border-radius:4px;font-size:12px;text-decoration:none}.rv-gallery-item{padding:65px 0;scroll-margin-top:80px}.rv-gallery-item>.rv-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}.rv-gallery-item p{color:#6b676c;font-size:17px}
/* Original, code-native product views. */
.ui-screen{margin:0;width:100%;min-width:0;background:#fff;color:#1c1f2d;border:1px solid #dedbd8;border-radius:8px;overflow:hidden;box-shadow:0 25px 60px -30px #32234545;transform:none;font-family:'Work Sans',sans-serif;text-align:left}.ui-chrome{height:48px;border-bottom:1px solid #eeeae6;display:flex;align-items:center;gap:25px;padding:0 16px;font-size:10px;white-space:nowrap}.ui-brand{display:flex;align-items:center;gap:5px;font-size:20px;color:#e76b45}.ui-brand b{color:#1c1f2d;font-size:15px;letter-spacing:-.05em;font-weight:500}.ui-chrome>span:nth-child(2){color:#9b939c;font-size:9px;overflow:hidden;text-overflow:ellipsis}.ui-user{margin-left:auto;background:#eee7f5;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:8px}.ui-workspace{display:flex;min-height:345px}.ui-workspace>aside{width:44px;flex-shrink:0;background:#f9f7f4;border-right:1px solid #eeeae6;padding:17px 8px;display:flex;flex-direction:column;gap:22px;align-items:center;color:#a39da6;font-size:16px}.ui-workspace>aside>b{color:#e76b45}.ui-workspace>aside i{font-style:normal;margin-top:auto;font-size:11px}.ui-canvas{padding:25px;min-width:0;flex:1}.ui-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:10px}.ui-title small{font-size:7px;color:#9a919a;letter-spacing:.09em;display:block;margin-bottom:7px}.rv-site .ui-title h3,.ui-title h3{font-size:20px;letter-spacing:-.035em;line-height:1.2;font-weight:500;color:#1c1f2d}.ui-title>span{border:1px solid #e8e2ea;padding:6px 9px;border-radius:4px;font-size:12px}.ui-screen figcaption{padding:10px 16px;border-top:1px solid #eeeae6;background:#fbfaf8;color:#a49ca3;font-size:7px;letter-spacing:.1em}.ui-metrics{display:flex;gap:10px;margin-bottom:24px}.ui-metric{flex:1;min-width:0;padding:12px 10px;background:#f8f6f3;border-radius:4px;display:flex;flex-direction:column;gap:8px}.ui-metric>span{font-size:9px;color:#878088}.ui-metric>b{font-size:clamp(15px,1.5vw,24px);font-weight:500;letter-spacing:-.045em;white-space:nowrap}.ui-metric>small{font-size:7px;color:#298969}.ui-tabs{display:flex;gap:20px;border-bottom:1px solid #e8e2ea;padding-bottom:12px;font-size:9px;margin-bottom:20px;color:#9a939a}.ui-tabs b{font-weight:500;color:#1c1f2d}.ui-notice{padding:11px 12px;margin-top:18px;background:#eef5f0;border:1px solid #dcebe1;color:#317358;font-size:9px;border-radius:4px;line-height:1.5}.ui-notice-warn{background:#fcefe5;border-color:#f1d5c1;color:#ac6b36}.ui-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eee9e7;font-size:10px}.ui-row>b{font-weight:500;margin-left:auto}.ui-row>small{color:#8c8390}.ui-waterfall{height:160px;display:flex;gap:22px;align-items:end;padding:15px 10px 25px;border-bottom:1px solid #e9e3ea;margin-bottom:20px}.ui-waterfall>div{height:var(--h);background:var(--c);flex:1;position:relative;border-radius:3px 3px 0 0;min-height:22px}.ui-waterfall b{position:absolute;top:-20px;font-size:10px;width:100%;text-align:center;font-weight:500}.ui-waterfall span{position:absolute;bottom:-20px;font-size:8px;white-space:nowrap;left:50%;transform:translateX(-50%);color:#8b818a}.ui-legend{font-size:8px;display:flex;gap:8px;align-items:center;color:#8c838e}.ui-legend i{width:6px;height:6px;background:#8561c7;display:inline-block}.ui-legend i:nth-of-type(2){background:#e5dcee;margin-left:10px}.ui-cost-item{margin-top:15px}.ui-cost-item>div:first-child{display:flex;justify-content:space-between;font-size:10px;margin-bottom:7px}.ui-cost-item b{font-weight:500}.ui-bar{height:6px;border-radius:2px;background:#e8e0ef;overflow:hidden}.ui-bar i{display:block;height:100%;background:#8561c7;border-radius:2px}.ui-gantt{margin-top:15px}.ui-gantt-scale{display:grid;grid-template-columns:85px repeat(4,1fr);font-size:7px;color:#9a9099;padding-bottom:10px}.ui-gantt-row{display:flex;height:34px;align-items:center;border-top:1px solid #efe9ed;font-size:9px}.ui-gantt-row>span{width:85px;flex-shrink:0}.ui-gantt-row>div{height:100%;flex:1;position:relative;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#eee9ed calc(25% - 1px),#eee9ed 25%)}.ui-gantt-row i{position:absolute;top:7px;height:20px;border-radius:3px;font-style:normal;padding:3px 6px;font-size:9px;overflow:hidden}.ui-bids{display:grid;grid-template-columns:1.1fr repeat(3,1fr);font-size:9px;margin-top:10px}.ui-bids>*{padding:15px 7px;border-bottom:1px solid #eee8ed;text-align:center}.ui-bids>*:nth-child(4n+1){text-align:left;color:#928793}.ui-bids>b{background:#f3edf8;font-size:9px;font-weight:500}.ui-bids>strong{font-size:11px;font-weight:500}.ui-warn{color:#c47c41;background:#fff6eb}.ui-small-action{background:#e76b45;padding:12px 14px;border-radius:4px;font-size:10px;display:inline-block;margin-top:20px}.ui-building{position:relative;background:linear-gradient(145deg,#f9f7f3,#f0e9f5);margin-bottom:16px;border:1px solid #eee7ef;border-radius:4px}.ui-building svg{width:100%;height:auto;display:block}.ui-model-label{position:absolute;bottom:14px;left:14px;padding:7px 10px;background:white;border-radius:3px;font-size:8px}.ui-energy{display:flex;gap:20px;align-items:center;justify-content:center;padding:8px 0 20px}.ui-energy>div{background:#f7f4ef;border-radius:4px;padding:15px 22px;flex:1;display:flex;flex-direction:column;align-items:center;gap:9px}.ui-energy>div>span{font-size:9px;color:#8e838c}.ui-energy b{font-size:35px;font-weight:500;background:#e8b58a;color:white;width:58px;height:58px;border-radius:5px;display:grid;place-items:center}.ui-energy>div:last-child b{background:#75a98a}.ui-energy small{font-size:8px;color:#8c838b}.ui-team{display:flex;gap:10px}.ui-team>div{background:#f7f4f8;padding:18px 10px;display:flex;align-items:center;flex-direction:column;gap:8px;flex:1;text-align:center}.ui-team>div>span{width:34px;height:34px;background:#d2c2e9;border-radius:50%;display:grid;place-items:center;font-size:10px}.ui-team strong{font-size:9px;font-weight:500}.ui-team small{font-size:7px;color:#978c98}.ui-comment{display:flex;gap:12px;padding:22px 0}.ui-comment>b{background:#ecd8c9;height:27px;width:27px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-size:8px}.ui-comment strong{font-size:10px;font-weight:500}.ui-comment p{font-size:10px!important;margin:7px 0;line-height:1.6;color:#8a7f8b}.ui-comment small{font-size:7px;color:#a195a0}.ui-phone{width:205px;margin:0 auto;background:#fbf9f5;border:6px solid #242532;border-radius:23px;padding:12px 13px 22px;box-shadow:0 18px 22px -20px #1c1f2d60}.ui-phone-top{font-size:7px;display:flex;justify-content:space-between;margin-bottom:27px}.ui-phone>small{font-size:6px;letter-spacing:.1em;color:#958992}.rv-site .ui-phone h4{font-size:19px;margin-top:10px;line-height:1.2;color:#1c1f2d}.ui-field-task{background:#fff;border:1px solid #e9e1e8;border-radius:6px;padding:13px;margin-top:18px;display:flex;flex-direction:column;gap:7px}.ui-field-task>span{font-size:6px;letter-spacing:.07em;color:#9a8f97}.ui-field-task strong{font-size:10px;font-weight:500}.ui-field-task p{font-size:8px;margin:0;color:#9e929c}.ui-field-task>b{font-size:9px;align-self:end;font-weight:500}.ui-phone .ui-small-action{font-size:8px;display:block;text-align:center;margin-top:13px;padding:10px 5px}.ui-field-bottom{display:flex;justify-content:space-between;font-size:8px;padding-top:14px}.ui-academy-banner{padding:20px;background:#d2c2e9;position:relative;border-radius:4px;margin-bottom:10px}.ui-academy-banner>span{font-size:7px;letter-spacing:.1em}.rv-site .ui-academy-banner h4{font-size:24px;margin-top:15px;line-height:1.1;color:#1c1f2d}.ui-academy-banner>b{position:absolute;right:20px;top:16px;font-size:26px;font-weight:400}.ui-document{display:flex;gap:10px;align-items:center;padding:18px 0;border-bottom:1px solid #ede7ed}.ui-document>b{padding:10px;background:#f1eaf7;border-radius:3px;font-size:14px;font-weight:400}.ui-document>div{display:flex;flex-direction:column;gap:5px}.ui-document strong{font-size:10px;font-weight:500}.ui-document small{font-size:8px;color:#9d929c}.ui-document>span{font-size:7px;padding:5px 7px;border-radius:3px;background:#f7efe5;margin-left:auto;white-space:nowrap}.ui-document .ui-good{background:#e5f0e8;color:#298969}.ui-project{display:flex;gap:12px;align-items:center;border-bottom:1px solid #eee8ed;padding:17px 0}.ui-project>div:nth-child(2){flex:1;display:flex;flex-direction:column;gap:6px}.ui-project strong{font-weight:500;font-size:11px}.ui-project small{font-size:8px;color:#9c919b}.ui-project>b{font-size:9px;font-weight:500;align-self:end;padding-bottom:4px}.ui-project-icon{width:44px;height:48px;background:#f3e3d7;display:flex;align-items:end;justify-content:center;gap:3px;padding:10px 7px}.ui-project-icon.purple{background:#e9dff3}.ui-project-icon.green{background:#e0ede5}.ui-project-icon i{display:block;background:#c4967e;width:8px;height:19px;transform:skewY(-10deg)}.ui-project-icon i:nth-child(2){height:28px}.ui-project-icon.purple i{background:#a28abb}.ui-project-icon.green i{background:#82a693}
@media(min-width:1500px){.rv-hero{padding-block:100px}.rv-chapter{padding-block:100px}}
@media(max-width:1050px){.rv-wrap{width:calc(100% - 56px)}.rv-hero-grid,.rv-chapter-grid{gap:35px}.rv-site h1{font-size:49px}.rv-site h2{font-size:39px}.ui-canvas{padding:18px}.ui-workspace>aside{width:34px}.ui-metric>b{font-size:17px}.rv-thesis-grid{gap:45px}.rv-footer-grid{grid-template-columns:repeat(2,1fr)}.rv-contact,.rv-faq{gap:40px}.rv-gallery-item>.rv-wrap{gap:35px}}
@media(max-width:760px){.rv-wrap{width:calc(100% - 38px)}.rv-hero{padding:50px 0}.rv-hero-grid,.rv-chapter-grid,.rv-thesis-grid,.rv-contact,.rv-faq,.rv-gallery-item>.rv-wrap{grid-template-columns:1fr;gap:36px}.rv-site h1{font-size:44px}.rv-site h2{font-size:37px}.rv-hero .rv-intro{font-size:17px}.rv-hero-grid>.ui-screen{margin-top:10px}.rv-thesis{padding:50px 0}.rv-thesis-grid p{font-size:17px}.rv-steps{gap:12px;margin-top:30px}.rv-steps>div{padding:18px 0 0;display:block}.rv-steps h3{font-size:15px;line-height:1.35;margin-top:9px}.rv-kicker{font-size:9px}.rv-chapter{padding:50px 0}.rv-chapter-top{gap:14px;margin-bottom:30px}.rv-chapter-top .rv-kicker{white-space:normal;max-width:80%}.rv-detail-grid{grid-template-columns:1fr}.rv-feature{padding:23px}.rv-detail-library{margin-top:28px}.rv-detail-library>summary{font-size:13px;gap:10px}.rv-detail-library>summary>span{font-size:10px;white-space:nowrap}.rv-chapter-copy>p{font-size:16px}.rv-keypoints h3{font-size:16px}.rv-keypoints>div{padding:16px 0}.rv-section-heading{display:block}.rv-section-heading .billing-toggle{margin-top:25px}.rv-contact,.rv-faq{padding-block:45px}.rv-form-panel{padding:22px}.rv-comparison{padding-block:45px}.rv-close{padding:55px 0}.rv-close h2{font-size:42px}.rv-footer-top p{font-size:20px}.rv-footer-top img{width:125px}.rv-footer-grid{gap:35px 18px}.rv-footer-grid>div{font-size:12px}.rv-footer-bottom{flex-wrap:wrap;gap:16px}.rv-footer-bottom span{width:100%}.rv-gallery-head{padding-block:45px}.rv-gallery-head p{font-size:17px}.rv-gallery-item{padding:40px 0}.rv-people{grid-template-columns:1fr}.rv-people img{width:140px;height:180px}.ui-chrome{height:40px;padding:0 10px;gap:14px}.ui-workspace>aside{width:28px;padding:13px 5px;font-size:13px}.ui-canvas{padding:15px 12px}.ui-workspace{min-height:310px}.ui-title{margin-bottom:18px}.rv-site .ui-title h3{font-size:18px}.ui-metrics{gap:6px;margin-bottom:15px}.ui-metric{padding:10px 7px}.ui-metric>b{font-size:17px}.ui-metric>span{font-size:7px}.ui-metric>small{font-size:6px}.ui-bids>*{padding:13px 3px;font-size:8px}.ui-bids>strong{font-size:9px}.ui-gantt-scale{grid-template-columns:65px repeat(4,1fr)}.ui-gantt-row>span{width:65px;font-size:8px}.ui-gantt-row{height:31px}.ui-notice{font-size:8px;padding:9px}.ui-waterfall{gap:16px;height:145px}.ui-team>div{padding:13px 5px}.ui-team strong{font-size:8px}.ui-energy>div{padding:12px}.ui-chrome>span:nth-child(2){font-size:7px}.ui-document strong{font-size:9px}.rv-gallery-item .ui-screen{max-width:630px;margin:auto}}
@media(prefers-reduced-motion:reduce){.rv-site *{scroll-behavior:auto!important;transition:none!important}}
.rv-role-directory{padding-block:20px 65px}.rv-role-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.rv-role-card{grid-column:span 2;display:flex;flex-direction:column;text-decoration:none;border:1px solid #ded7e3;padding:30px;background:white;border-radius:5px;min-height:300px}.rv-role-card.rv-role-primary{grid-column:span 3;background:#eee2da;min-height:320px}.rv-role-card.rv-role-primary:nth-child(2){background:#e7ddf0}.rv-role-card h2{font-size:28px;line-height:1.2;letter-spacing:-.03em}.rv-role-card p{font-size:15px;color:#706672;max-width:35ch}.rv-role-card small{font-size:12px;color:#95818d;margin-top:auto;padding-block:15px}.rv-role-card b{font-size:13px;border-top:1px solid #d6cdd9;padding-top:18px;font-weight:500}.rv-role-card:hover{border-color:#8561c7;transform:translateY(-3px)}.rv-compact-details{padding-block:10px}.rv-compact-details .rv-detail-library{margin:0}.rv-source-note{font-size:14px;line-height:1.65;margin-block:12px}.rv-source-link a{font-size:13px;display:inline-block;margin-top:5px}.rv-feature .pill{display:inline-block;padding:5px 8px;background:#e9e0f2;font-size:12px}.rv-chapter{scroll-margin-top:80px}
@media(max-width:760px){.rv-role-grid{grid-template-columns:1fr}.rv-role-card,.rv-role-card.rv-role-primary{grid-column:auto;min-height:260px;padding:25px}.rv-role-card h2{font-size:27px}}
@media(min-width:1000px){.rv-chapter-wide .rv-chapter-grid{grid-template-columns:1fr 1fr;gap:35px 90px}.rv-chapter-wide .rv-chapter-copy{display:contents}.rv-chapter-wide .rv-chapter-copy>h2{grid-column:1;grid-row:1}.rv-chapter-wide .rv-chapter-copy>p{grid-column:2;grid-row:1;align-self:center;margin:0}.rv-chapter-wide .ui-screen{grid-column:1 / -1;grid-row:2;max-width:870px;margin:20px auto}.rv-chapter-wide .rv-keypoints{grid-column:1 / -1;grid-row:3;display:grid;grid-template-columns:1fr 1fr;gap:65px}.rv-chapter-wide .rv-keypoints>div{border-bottom:0}.rv-chapter-wide .ui-canvas{padding:30px 40px}.rv-chapter-wide .ui-workspace{min-height:390px}.rv-chapter-wide .ui-building svg{max-height:360px}.rv-chapter-wide .ui-cost-item{margin-top:18px}.rv-chapter-wide .ui-row{font-size:12px}.rv-chapter-wide .ui-bids{font-size:12px}.rv-chapter-wide .ui-bids>b{font-size:12px}.rv-chapter-wide .ui-bids>strong{font-size:16px}.rv-chapter-wide .ui-gantt-row{height:40px}.rv-chapter-wide .ui-gantt-row i{top:9px;height:24px}.rv-chapter-wide .ui-gantt-row>span{font-size:11px}.rv-chapter-wide .ui-project strong{font-size:14px}.rv-chapter-wide .ui-project small{font-size:10px}}
.rv-footer-extras{display:flex;justify-content:space-between;gap:30px;padding-bottom:25px;font-size:12px}.rv-footer-extras>div{display:flex;gap:18px;flex-wrap:wrap}.rv-newsletter{width:330px;max-width:100%}.rv-newsletter summary{cursor:pointer}.rv-newsletter iframe{border:0;margin-top:15px;background:white}.rv-compact-details:last-of-type{margin-bottom:35px}@media(max-width:760px){.rv-footer-extras{display:block}.rv-newsletter{margin-top:25px}}

/* Distinct frame classes keep inner module layouts local to their contents. */
.ui-screen{display:block}
.rv-hero-compact .rv-hero-grid{max-width:1280px}
.ui-building svg{display:block;width:100%;height:auto}
/* Brand assets and a realistically proportioned phone, shared across all views. */
.ui-brand{flex:0 0 auto}.ui-brand img{display:block;width:78px;height:auto;max-width:none;object-fit:contain}.rd-panel-bar>span>img{display:inline-block;width:74px;height:auto;object-fit:contain;vertical-align:middle}
.ui-phone{width:224px;max-width:100%;aspect-ratio:9 / 19.5;position:relative;display:flex;flex-direction:column;padding:13px 13px 19px;border:6px solid #242532;border-radius:30px;overflow:hidden}
.ui-phone-top{margin-bottom:23px;font-size:8px;line-height:12px}.ui-phone-camera{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:51px;height:13px;border-radius:9px;background:#242532}.ui-phone>small{font-size:7px;flex-shrink:0}.rv-site .ui-phone h4{font-size:20px;margin-top:9px;line-height:1.13}.ui-phone .ui-field-task{margin-top:17px;padding:12px;gap:7px}.ui-phone .ui-field-task>span{font-size:7px}.ui-phone .ui-field-task strong{font-size:11px}.ui-phone .ui-field-task p{font-size:8px}.ui-phone .ui-small-action{margin-top:12px;padding:11px 5px;font-size:9px}.ui-field-next{display:flex;flex-direction:column;gap:5px;margin-top:17px;padding-top:12px;border-top:1px solid #e5dfe5}.ui-field-next>small{font-size:6px;letter-spacing:.07em;color:#958992}.ui-field-next>strong{font-size:10px;font-weight:500}.ui-field-next>span{font-size:8px;color:#9a8f97}.ui-phone-nav{display:flex;justify-content:space-around;margin-top:auto;padding-top:15px;color:#a399a6}.ui-phone-nav>span{display:flex;align-items:center;flex-direction:column;gap:4px;font-size:15px}.ui-phone-nav>span:first-child{color:#b55131}.ui-phone-nav small{font-size:6px}.ui-phone-home{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:60px;height:3px;border-radius:3px;background:#242532}
@media(max-width:760px){.ui-brand img{width:64px}.ui-chrome{gap:12px}}

/* Brand proportions: reserve space instead of compressing the lockup. */
.ui-chrome .ui-brand{display:flex;align-items:center;flex:0 0 auto;line-height:0}
.ui-chrome .ui-brand img{display:block;width:96px!important;min-width:96px;max-width:none!important;height:auto!important;aspect-ratio:833 / 211;object-fit:contain;flex:none;transform:none}
.ui-chrome>span:nth-child(2){flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ui-chrome .ui-user{flex:0 0 23px}
.rd-panel-bar>span>img{width:84px!important;min-width:84px;max-width:none!important;height:auto!important;aspect-ratio:833 / 211;object-fit:contain;flex:none;transform:none}
.rd-panel-bar{flex-wrap:wrap;gap:10px}
@media(max-width:760px){.ui-chrome .ui-brand img{width:80px!important;min-width:80px}}

/* Founder portraits: dedicated editorial cards, source biographies. */
.rv-founders{padding-block:90px;scroll-margin-top:100px}.rv-founders-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:end;margin-bottom:44px}.rv-founders-heading>p{font-size:17px;color:#69656b;margin:0;max-width:53ch}.rv-founders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.rv-founder{background:#f0ede7;border:1px solid var(--rv-line);border-radius:8px;overflow:hidden}.rv-founder:nth-child(2){background:#eee8f5}.rv-founder-portrait{position:relative;background:#ded8ce}.rv-founder-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center 30%;max-width:none;border-radius:0}.rv-founder-portrait>span{position:absolute;left:24px;bottom:22px;background:var(--rv-ink);color:#fff;padding:9px 13px;border-radius:3px;font-size:11px;letter-spacing:.05em}.rv-founder-copy{padding:32px 34px 36px}.rv-site .rv-founder-copy h3{font-size:32px}.rv-founder-role{display:block;font-size:12px;letter-spacing:.025em;margin-top:12px;color:#645b68}.rv-founder-copy p{font-size:16px;line-height:1.8;margin:23px 0 0;color:#514e57}.rv-founders-together{display:grid;grid-template-columns:1fr 2fr;gap:35px;border-top:1px solid var(--rv-line);margin-top:42px;padding-top:30px}.rv-founders-together p{font-size:24px;line-height:1.45;letter-spacing:-.025em;max-width:50ch;margin:0}.rv-founders-together .rv-kicker{margin:5px 0 0}
@media(max-width:760px){.rv-founders{padding-block:50px}.rv-founders-heading,.rv-founders-grid,.rv-founders-together{grid-template-columns:1fr;gap:26px}.rv-founders-heading{margin-bottom:30px}.rv-founder-copy{padding:26px}.rv-site .rv-founder-copy h3{font-size:28px}.rv-founder-portrait img{aspect-ratio:1/1}.rv-founders-together p{font-size:22px}}

/* Individual portrait framing: retain headroom and balance face sizes. */
.rv-founder-portrait{aspect-ratio:4/3;overflow:hidden;background:#e5e0d7}
.rv-founder:nth-child(2) .rv-founder-portrait{background:#e3dceb}
.rv-founder-portrait img{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:82%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:top center;border-radius:3px}
.rv-founder:nth-child(2) .rv-founder-portrait img{width:82%}
@media(max-width:760px){.rv-founder-portrait{aspect-ratio:1/1}.rv-founder-portrait img{top:14px;aspect-ratio:auto}}

.rv-form-panel [hidden]{display:none!important}.rv-form-panel input[name="company"]{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.rv-form-panel [data-contact-success],.rv-form-panel [data-webinar-success]{padding:24px;background:#e0eee5;border:1px solid #298969;border-radius:5px}

/* Keep the German homepage promise on exactly three lines at every breakpoint. */
html[lang="de"] [data-design-page="index"] .rv-hero-grid>div:first-child{container-type:inline-size;min-width:0}
html[lang="de"] [data-design-page="index"] .rv-hero h1{font-size:clamp(24px,10.5cqw,76px)!important}
.rv-hero h1 .rv-headline-line{display:block;white-space:nowrap}
