:root{--bg-light: #ffffff;--bg-mobile: #f0f0f0;--text: #000000;--link: #0900ff;--mono: "IBM Plex Mono", monospace;--serif: "Playfair Display", serif;--sans: "IBM Plex Sans", sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg-light);font-family:var(--serif)}a{color:inherit;text-decoration:none}#root{overflow-anchor:none}.db-site{min-height:100vh}.db-hover-card{display:block;width:100%;height:100%;cursor:pointer;position:relative}.db-hover-media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.db-hover-base,.db-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.db-hover-base{opacity:1}.db-hover-overlay{opacity:0;transition:opacity .3s ease}.db-hover-card:hover .db-hover-overlay{opacity:1}.db-hover-video{width:100%;height:100%;object-fit:cover;display:block}.db-session-log{font-family:var(--mono);font-size:11px;line-height:16px;color:#000;white-space:pre-wrap;margin:0}.db-event-log{font-family:var(--mono);font-size:11px;line-height:16px;color:#000;display:block;width:100%}.db-desktop{width:100%}.db-desktop-inner{max-width:1280px;margin:0 auto;padding:40px 56px 160px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:56px}.db-desktop-header{display:flex;align-items:flex-start;align-self:stretch;font-family:var(--mono);font-size:11px;line-height:16px}.db-header-info{display:flex;flex-direction:column}.db-header-info p{margin:0}.db-header-info a{color:inherit}.db-header-spacer{display:block;height:16px}.db-header-fixed{position:fixed;top:var(--db-header-fixed-top, 0);left:var(--db-header-fixed-left, 0);width:var(--db-header-fixed-width, auto);z-index:10}.db-desktop-hero{display:flex;flex-direction:column;gap:56px;align-items:center}.db-jumbo-hero-container{position:relative;width:960px;align-self:center;overflow:visible}.db-hero-logs{position:absolute;top:0;right:32px;padding-top:32px;display:flex;flex-direction:column;gap:12px;z-index:4;text-align:right}.db-jumbo-hero{width:960px;height:480px;overflow:hidden;position:relative;background-color:#000;border-radius:4px}.db-jumbo-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}.db-hero-video-active{opacity:1}.db-jumbo-logo-row{position:absolute;top:128px;left:50%;transform:translate(-50%);width:1280px;padding-left:88px;z-index:3}.db-jumbo-logo-row.db-logo-fixed{position:fixed;top:var(--db-logo-fixed-top, 0);left:var(--db-logo-fixed-left, 0);transform:translateY(var(--db-logo-translate-y, 0));z-index:9}.db-desktop-dynamic-text{width:960px}.db-desktop-work{display:flex;flex-direction:column;gap:128px;width:960px}.db-work-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px;row-gap:40px}.db-section-title{font-family:var(--serif);font-weight:500;font-size:16px;line-height:24px;color:#000;text-transform:capitalize;margin:0;grid-column:1 / -1}.db-section-title.db-upcoming{color:#00000059}.db-work-card{display:flex;flex-direction:column;gap:24px}.db-work-image{width:100%;height:256px;border-radius:4px;overflow:hidden;position:relative;background:#f4f4f4}.db-work-image img{width:100%;height:100%;object-fit:cover}.db-work-info{display:flex;flex-direction:column;gap:8px}.db-work-title{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0;text-decoration:underline}.db-work-desc{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0}.db-work-link{color:var(--link);font-weight:700}.db-work-label{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:16px 0 0}.db-mentorship-section{display:flex;flex-direction:column;gap:8px;margin-top:48px;padding-top:0;padding-bottom:8px;border-top:1px solid rgba(0,0,0,.1);width:960px;position:relative;z-index:1}.db-mentorship-text{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0}.db-mentorship-cta{font-family:var(--serif);font-size:24px;line-height:2;color:#000;margin:24px 0 0}.db-mentorship-cta a{color:var(--link);font-weight:700;text-decoration:underline}.db-dynamic-text{font-family:var(--serif);font-size:28px;line-height:36px;color:#000}.db-dynamic-text p{margin:0 0 24px;text-indent:2em}.db-dynamic-text p:last-child{margin-bottom:0}.db-text-black{color:#000}@media (min-width: 960px){.db-dynamic-text{font-size:32px;line-height:40px}.db-work-card{flex-direction:column;align-items:stretch}.db-work-image{width:100%;height:256px}}@media (max-width: 959px){body{background:var(--bg-mobile)}.db-desktop{display:none}.db-mobile{display:block;width:100%;background:var(--bg-mobile);padding:16px 16px 0;box-sizing:border-box}.db-mobile-inner{padding:0 0 128px;display:flex;flex-direction:column;gap:0px}.db-mobile-header{display:flex;flex-direction:column;align-items:flex-start;gap:0px;box-sizing:border-box;font-family:var(--mono);font-size:16px;line-height:24px;color:#000;text-align:left;z-index:99;background-color:transparent;position:sticky;top:16px;width:100%;margin-left:0;margin-right:0;margin-top:-112px;padding-top:24px;padding-left:16px;padding-right:16px;transform:translateY(var(--db-mobile-header-push, 0px));transition:transform .22s ease;will-change:transform;min-width:0}.db-mobile-header-info{display:flex;flex-direction:column;align-items:flex-start;font-size:12px;line-height:16px;margin-bottom:8px}.db-mobile-header-logo{margin-bottom:8px;width:100%}.db-mobile-header-log{font-size:12px;line-height:16px;overflow:visible;text-align:right;align-self:flex-end}.db-mobile-header-log .db-event-log{font-size:12px;line-height:16px;display:flex;flex-direction:column-reverse;align-items:flex-end}.db-mobile-hero-wrapper{position:relative;width:100%;overflow:visible;margin-top:0;margin-bottom:32px;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;padding-left:0;padding-right:0}.db-mobile-hero-container{width:100%;position:relative;overflow:hidden;padding-top:24px;height:calc((100vw - 32px)*1.5 - 136px);background-color:#000;grid-area:1 / 1;border-radius:4px;min-width:0}.db-mobile-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform-origin:center center}.db-mobile-hero-video.db-hero-video-active{opacity:1}.db-mobile-content{display:flex;flex-direction:column;gap:8px;padding:0;width:100%}.db-mentorship-section{width:100%}.db-mobile-work-sections{display:flex;flex-direction:column;gap:48px;padding-bottom:128px}.db-work-section{grid-template-columns:minmax(0,1fr);column-gap:0px}.db-work-card{flex-direction:column}}@media (min-width: 960px){.db-mobile{display:none}}@media (prefers-reduced-motion: reduce){.db-mobile-header{transition:none}}@media (max-width: 375px){.db-mobile-header-logo{width:100%}}.pelusa-page{font-family:var(--sans);color:#000;background:#fff;display:flex;justify-content:center;align-items:flex-start;padding-top:80px;padding-bottom:181px;width:100%}.pelusa-page--desktop{position:relative}.pelusa-page--mobile{padding:40px 16px 181px}.pelusa-page h1,.pelusa-page p{margin:0}.pelusa-page figure{margin:0}.pelusa-brand{align-self:flex-end;width:128px;text-decoration:none;display:block}.pelusa-page--desktop .pelusa-brand{position:absolute;top:56px;left:56px;align-self:auto}.pelusa-brand--mobile{width:88px;align-self:flex-start}.pelusa-inner{width:960px;display:flex;flex-direction:column;gap:40px;align-items:flex-start}.pelusa-hero{display:flex;flex-direction:column;gap:32px}.pelusa-logo{width:800px;display:block}.pelusa-subtitle{font-size:16px;line-height:24px;font-style:italic;font-weight:500;width:460px}.pelusa-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;width:100%;align-items:start}.pelusa-column{display:flex;flex-direction:column;gap:40px}.pelusa-body{font-size:24px;line-height:32px;font-weight:500}.pelusa-body--small{font-size:21px;line-height:32px}.pelusa-paragraphs p+p{margin-top:32px}.pelusa-image,.pelusa-grid-item{width:100%;overflow:hidden}.pelusa-hero-media{position:relative}.pelusa-hero-media--desktop{height:704px}.pelusa-hero-media--mobile{height:484px}.pelusa-hero-video{width:100%;height:100%;object-fit:cover;display:block}.pelusa-audio-toggle{position:absolute;right:16px;bottom:16px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:#000000a6;color:#fff;font-family:var(--sans);font-size:12px;letter-spacing:.02em;cursor:pointer}.pelusa-audio-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}.pelusa-image img,.pelusa-grid-item img{display:block;width:100%;height:100%;object-fit:cover}.pelusa-image--ratio{aspect-ratio:4096 / 2731}.pelusa-image--tall{height:1131px}.pelusa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;width:100%}.pelusa-grid-item--one{height:649.358px}.pelusa-grid-item--two{height:653.182px}.pelusa-grid-item--three{height:654px}.pelusa-grid-item--four{height:651.4px}.pelusa-mobile-inner{width:100%;display:flex;flex-direction:column;gap:40px}.pelusa-hero--mobile{gap:0}.pelusa-logo--mobile,.pelusa-subtitle--mobile{width:100%}.pelusa-mobile-block,.pelusa-mobile-grid{display:flex;flex-direction:column;gap:40px}.pelusa-image--mobile,.pelusa-grid-item--mobile{height:484px}.pelusa-grid-item--ratio-one{aspect-ratio:2026 / 2860}.pelusa-grid-item--ratio-two{aspect-ratio:2024 / 2874}.pelusa-grid-item--ratio-four{aspect-ratio:2014 / 2852}
