:root{--bg-white:#ffffff;--bg-light-gray:#f5f5f7;--bg-card-lavender:#e8e6ec;--bg-card-soft:#ecebf0;--surface-muted:#f5f5f7;--text-box-muted:#f5f5f7;--text-box-strong:#e8e6ec;--text-dark-primary:#171310;--text-dark-secondary:#2b2520;--text-dark-tertiary:#544c45;--text-muted:#444444;--text-on-dark:#f5efe8;--border-default:#ddd5cb;--border-subtle:#c8bcaa;--border-dark:#000000;--nav-dark:rgba(23,19,16,0.28);--nav-light:rgba(255,255,255,0.36);--transition-base:0.45s cubic-bezier(0.16,1,0.3,1);--shadow-soft:0 30px 80px rgba(22,18,14,0.06);--section-headline-size:50px;--section-headline-weight:500;--section-headline-line-height:1.2;--section-headline-letter-spacing:0;--section-subcopy-size:25px;--section-subcopy-weight:500;--section-subcopy-line-height:1.72;--section-subcopy-letter-spacing:0;--section-body-size:20px;--section-body-weight:500;--section-body-line-height:1.5;--section-body-letter-spacing:0;--card-title-size:17px;--card-title-weight:700;--card-title-line-height:1.3;--card-title-letter-spacing:-0.3px;--card-copy-size:15px;--card-copy-weight:500;--card-copy-line-height:1.75;--card-copy-letter-spacing:-0.1px}.process{background:var(--bg-light-gray);padding:48px 0 168px;--process-cards-opacity:0}.process__head{width:min(920px,calc(100% - 48px));margin:0 auto 56px;opacity:0;transform:none;transition:opacity .52s ease}.process.is-visible .process__head{opacity:var(--process-opacity,1);transform:none}.process__quote,.process__summary{color:var(--text-dark-secondary)}.process-sample-layout{--process-gallery-card-width-wide:600px;--process-gallery-card-height-wide:320px;--process-gallery-card-width:var(--process-gallery-card-width-wide);--process-gallery-card-height:var(--process-gallery-card-height-wide);width:min(1018px,calc(100% - 48px));margin:0 auto 60px;display:flex;flex-direction:column;gap:96px;opacity:0;transform:none;transition:opacity .9s ease;transition-delay:.18s}.process.is-visible .process-sample-layout{opacity:1;transform:none}.process-cards-grid{display:flex;flex-direction:column;gap:20px}.process-cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.process-feature-card{background:var(--bg-card-lavender);border-radius:16px;padding:17px 19px;display:flex;flex-direction:column;gap:6px;opacity:0;transition:opacity .52s ease;will-change:opacity;box-shadow:6px 6px 14px rgba(0,0,0,.1)}.process.is-visible .process-feature-card{opacity:var(--process-cards-opacity,0)}.process-feature-card__header{display:flex;align-items:center;gap:9px}.process-feature-card__icon-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:999px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08) 38%,rgba(0,0,0,.24) 76%,rgba(0,0,0,.36));border:0;box-shadow:none}.process-feature-card__icon{width:22px;height:22px;color:var(--text-dark-primary)}.process-feature-card__title{margin:0;font-size:var(--card-title-size);font-weight:var(--card-title-weight);color:var(--text-dark-primary);letter-spacing:var(--card-title-letter-spacing);line-height:var(--card-title-line-height)}.process-feature-card__desc{margin:0;font-size:var(--card-copy-size);font-weight:var(--card-copy-weight);color:var(--text-dark-primary);line-height:var(--card-copy-line-height);letter-spacing:var(--card-copy-letter-spacing)}.process-gallery{display:flex;flex-direction:column;gap:14px;width:100%;margin-left:0}.process-gallery__wrapper{position:relative;width:100%;overflow:hidden}.process-gallery__wrapper:after,.process-gallery__wrapper:before{display:none}.process-gallery__strip{display:flex;align-items:flex-start;gap:16px;overflow-x:auto;scrollbar-width:none;cursor:default;padding-left:max(24px,calc((100% - var(--process-gallery-card-width)) / 2));padding-right:max(24px,calc((100% - var(--process-gallery-card-width)) / 2));padding-bottom:14px}.process-gallery__strip::-webkit-scrollbar{display:none}.process-gallery__strip.is-dragging{cursor:default}.process-gallery__card{flex-shrink:0;width:var(--process-gallery-card-width);height:var(--process-gallery-card-height);border-radius:10px;overflow:hidden;background:var(--bg-light-gray);opacity:.34;cursor:pointer;transition:opacity .26s ease}.process-gallery__card--highlight{position:relative;opacity:1}.process-gallery__card--highlight:after{content:"";position:absolute;inset:0;border:4px solid #ff3b30;border-radius:inherit;box-sizing:border-box;pointer-events:none}.process-gallery__card.is-current{opacity:1}.process-gallery__card img{display:block;width:100%;height:100%;object-fit:cover;object-position:top left;-webkit-user-select:none;user-select:none;pointer-events:auto;cursor:pointer}.process-gallery__controls{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(var(--process-gallery-card-width),calc(100vw - 48px));margin:0 auto;padding:0 2px}.process-gallery-views{display:flex;flex-direction:column;gap:18px}.process-gallery-view{width:100%}.process-gallery-views[data-process-view=small]{--process-gallery-card-width:250px;--process-gallery-card-height:320px;width:100vw;margin-left:calc(50% - 50vw)}.process-gallery-views[data-process-view=wide] .process-gallery__card--clone{display:none}.process-gallery-views[data-process-view=wide] .process-gallery-view,.process-gallery-views[data-process-view=wide] .process-gallery__strip,.process-gallery-views[data-process-view=wide] .process-gallery__wrapper{background:var(--bg-light-gray)}.process-gallery-views[data-process-view=small] .process-gallery__controls{display:none}.process-gallery-views[data-process-view=small] .process-gallery__card{opacity:1}.process-gallery-views[data-process-view=small] .process-gallery__wrapper{width:100vw;overflow:hidden}.process-gallery-views[data-process-view=small] .process-gallery__strip{width:max-content;overflow:visible;padding-left:24px;padding-right:24px;cursor:default;will-change:transform}.process-gallery-views[data-process-view=small] .process-gallery__strip.is-small-looping{animation:processGalleryMarquee var(--process-gallery-small-loop-duration,40s) linear infinite}.process-gallery-views[data-process-view=small] .process-gallery__strip.is-small-looping.is-loop-paused{animation-play-state:paused}.process-gallery__counter{margin:0;font-size:13px;font-weight:500;color:#aaaaaa;letter-spacing:.5px}.process-gallery__counter .is-current{color:#555555;font-weight:700}.process-gallery__buttons{display:flex;align-items:center;gap:6px}.process-gallery__button{width:30px;height:30px;padding:0;border-radius:999px;border:1.25px solid #d0d0d0;background:#ffffff;color:#555555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,background-color .15s ease;flex-shrink:0}.process-gallery__button:hover{border-color:#aaaaaa;background:#f8f8f8}.process-gallery__button:disabled{opacity:.48;cursor:default}.process-gallery__button:disabled:hover{border-color:#d0d0d0;background:#ffffff}.process-gallery__button svg{width:12px;height:12px}.process-gallery__button--play{width:32px;height:32px}.process-gallery__button--play,.process-gallery__button--play:hover{border:none;background:transparent}.process-gallery__button--play:not(:disabled):hover{background:transparent}.process-gallery__button--play svg{display:block;width:32px;height:32px;overflow:visible}.process-gallery__button--play .svg[hidden]{display:none}.process-gallery__button--play .svg *{transition-property:fill,stroke;transition-duration:.2s;transition-timing-function:ease-in-out}.process-gallery__button--play .svg.svg-play:hover,.process-gallery__button--play .svg.svg-restart:hover{--circle-fill:#86868b;--circle-stroke:#86868b;--icon-fill:#ffffff;--icon-stroke:#ffffff}.process-gallery__button--play .progress{fill:none;stroke-dasharray:1;stroke-dashoffset:1}.process-gallery-view-switch{display:inline-flex;align-items:center;gap:6px;width:fit-content;margin:0 auto;padding:6px;border-radius:999px;background:rgba(23,19,16,.05)}.process-gallery-view-switch__button{min-width:90px;height:40px;padding:0 18px;border:none;border-radius:999px;background:transparent;color:rgba(23,19,16,.54);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:lowercase;cursor:pointer;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.process-gallery-view-switch__button:hover{color:rgba(23,19,16,.84)}.process-gallery-view-switch__button.is-active{background:#ffffff;color:var(--text-dark-primary);box-shadow:0 10px 24px rgba(23,19,16,.1)}.process-gallery-view-switch__button:focus-visible{outline:2px solid rgba(23,19,16,.28);outline-offset:2px}.process-lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:1000;align-items:center;justify-content:center;padding:40px;cursor:pointer}.process-lightbox.is-open{display:flex}.process-lightbox__stage{position:relative;display:inline-flex;flex-direction:column;align-items:flex-end;gap:12px;width:fit-content;max-width:min(88vw,1200px);cursor:default}.process-lightbox__counter{margin:0;padding-right:2px;color:rgba(255,255,255,.9);font-size:13px;font-weight:600;letter-spacing:.04em;text-align:right}.process-lightbox__viewport{overflow:hidden;border-radius:12px;cursor:default}.process-lightbox__image-stack,.process-lightbox__viewport{position:relative;width:fit-content;max-width:min(88vw,1200px);max-height:calc(100vh - 132px);display:flex;align-items:center;justify-content:center}.process-lightbox__image-stack{z-index:1;isolation:isolate}.process-lightbox__image{position:relative;z-index:1;display:block;width:auto;max-width:min(88vw,1200px);max-height:calc(100vh - 132px);height:auto;margin:0 auto;border-radius:12px;object-fit:contain;cursor:default;box-shadow:0 8px 48px rgba(0,0,0,.5);animation:processLightboxIn .2s ease}.process-lightbox__label{position:absolute;top:var(--process-lightbox-label-top,52px);left:var(--process-lightbox-label-left,23%);z-index:2;transform:translateX(-50%);width:max-content;max-width:calc(100% - 120px);padding:18px 28px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:rgba(255,255,255,.5);color:rgba(43,37,32,.96);font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.35;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 30px rgba(0,0,0,.12);pointer-events:none}.process-lightbox__caption{position:absolute;left:50%;bottom:34px;z-index:3;display:none;flex-direction:column;align-items:center;width:min(720px,calc(100% - 48px));max-width:calc(100% - 48px);padding:16px 22px 18px;border-radius:20px;background:rgba(0,0,0,.46);color:#ffffff;text-align:left;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.process-lightbox__caption.is-visible{display:flex;opacity:1;visibility:visible;transform:translate(-50%)}.process-lightbox.is-process-preview .process-lightbox__caption{position:relative;left:auto;right:auto;bottom:auto;align-items:flex-start;width:min(760px,calc(100% - 180px));max-width:calc(100% - 180px);margin:0 0 16px;padding:0;border-radius:0;background:none;transform:translateY(6px)}.process-lightbox.is-process-preview .process-lightbox__caption.is-visible{transform:translateY(0)}.process-lightbox__caption-copy{width:fit-content;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left}.process-lightbox__caption-copy[hidden]{display:none!important}.process-lightbox.is-process-preview .process-lightbox__caption-copy{width:100%;max-width:100%;gap:8px}.process-lightbox.is-process-preview .process-lightbox__caption-title{font-size:30px;font-weight:700;line-height:1.18;white-space:nowrap}.process-lightbox.is-process-preview .process-lightbox__caption-desc{font-size:25px;font-weight:600;line-height:1.3;white-space:nowrap}.process-lightbox.is-people-gallery .process-lightbox__caption-desc,.process-lightbox.is-people-gallery .process-lightbox__caption-title{white-space:normal;word-break:keep-all;text-wrap:balance}.process-lightbox.is-people-gallery .process-lightbox__caption{width:min(calc(86vw - var(--process-lightbox-people-control-rail)),var(--process-lightbox-people-max-width),calc(var(--process-lightbox-people-max-height) * 12 / 7));max-width:none;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px;overflow:visible}.process-lightbox.is-people-gallery .process-lightbox__caption-copy{flex:1 1 auto;min-width:0;max-width:calc(100% - 56px);gap:0}.process-lightbox.is-people-gallery .process-lightbox__caption-desc{display:flex;flex-direction:column;gap:2px;font-size:21px;font-weight:600;line-height:1.24}.process-lightbox.is-people-gallery .process-lightbox__caption-line{white-space:nowrap}.process-lightbox.is-people-gallery.is-people-fixed-caption .process-lightbox__caption-copy{flex:0 1 1000px;width:1000px;max-width:min(1000px,calc(100% - 56px))}.process-lightbox.is-people-gallery.is-people-fixed-caption .process-lightbox__caption-desc{font-size:25px;font-weight:600;line-height:1.3}.process-lightbox.is-people-gallery.is-people-fixed-caption .process-lightbox__caption-line{font-size:22px;white-space:normal}.process-lightbox.is-people-gallery.is-people-fixed-caption .process-lightbox__caption-line:first-child{font-size:25px}.process-lightbox.is-people-gallery .process-lightbox__caption-line--gap-before{margin-top:14px}.process-lightbox__caption-title{color:#ffffff;font-size:17px;font-weight:500;line-height:1.34;letter-spacing:-.01em}.process-lightbox__caption-desc{display:block;max-width:100%;color:rgba(255,255,255,.92);font-size:28px;font-weight:700;line-height:1.22;letter-spacing:-.02em;word-break:keep-all}.process-lightbox.is-study-time .process-lightbox__viewport{max-width:min(88vw,1200px);max-height:calc(100vh - 160px);overflow:visible}.process-lightbox.is-study-time .process-lightbox__image-stack{overflow:hidden;border-radius:12px}.process-lightbox.is-process-preview .process-lightbox__stage{position:relative;width:fit-content;max-width:calc(100vw - 56px);align-items:flex-start;gap:14px}.process-lightbox.is-people-gallery .process-lightbox__stage{--process-lightbox-people-control-rail:124px;--process-lightbox-people-max-width:1000px;--process-lightbox-people-max-height:min(calc(100vh - 280px),700px)}.process-lightbox.is-process-preview .process-lightbox__counter{position:absolute;top:74px;right:0;width:auto;padding-right:0;display:flex;align-items:center;height:38px;line-height:1;text-align:right}.process-lightbox.is-process-preview .process-lightbox__viewport{width:fit-content;max-width:calc(100vw - 56px);max-height:none;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:visible}.process-lightbox.is-process-preview .process-lightbox__overlay-counter{display:none}.process-lightbox.is-people-gallery .process-lightbox__viewport{box-sizing:content-box;padding-right:var(--process-lightbox-people-control-rail)}.process-lightbox.is-process-preview .process-lightbox__image-stack{--process-lightbox-fade-duration:520ms;--process-lightbox-image-max-height:min(calc(100vh - 248px),750px);width:min(78vw,1000px,calc(var(--process-lightbox-image-max-height) * 4 / 3));aspect-ratio:4/3;max-width:none;max-height:none}.process-lightbox.is-process-preview .process-lightbox__image{position:absolute;inset:0;z-index:1;width:100%;height:100%;max-width:none;max-height:none;margin:0;object-fit:contain;opacity:1;animation:none}.process-lightbox.is-people-gallery .process-lightbox__image-stack{width:min(calc(86vw - var(--process-lightbox-people-control-rail)),var(--process-lightbox-people-max-width),calc(var(--process-lightbox-people-max-height) * 12 / 7));aspect-ratio:12/7}.process-lightbox.is-people-gallery .process-lightbox__image{object-fit:cover}.process-lightbox.is-process-preview .process-lightbox__image.is-fading-in{z-index:2;animation:processLightboxFadeIn var(--process-lightbox-fade-duration,.52s) ease forwards}.process-lightbox.is-process-preview .process-lightbox__image--incoming,.process-lightbox.is-process-preview .process-lightbox__image.is-active{z-index:2;opacity:0;transition:opacity var(--process-lightbox-fade-duration,.52s) ease;will-change:opacity}.process-lightbox.is-process-preview .process-lightbox__image--incoming.is-visible,.process-lightbox.is-process-preview .process-lightbox__image.is-active{opacity:1}.process-lightbox.is-process-preview .process-lightbox__image--ghost{z-index:1;pointer-events:none;animation:none;opacity:1}.process-lightbox.is-process-preview .process-lightbox__nav{top:calc(50% + 42px);background:#ffffff;color:#111111;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 24px rgba(0,0,0,.16)}.process-lightbox.is-process-preview .process-lightbox__nav--prev{left:-72px}.process-lightbox.is-process-preview .process-lightbox__nav--next{right:-72px}.process-lightbox.is-people-gallery .process-lightbox__nav--next{right:calc(var(--process-lightbox-people-control-rail) - 72px)}.process-lightbox.is-process-preview .process-lightbox__close{top:74px;right:-72px;background:#ffffff;color:#111111;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 24px rgba(0,0,0,.16)}.process-lightbox.is-people-gallery .process-lightbox__caption .process-lightbox__counter{position:static;flex:0 0 auto;height:auto;margin:0 0 4px;padding-right:0;line-height:1;z-index:4}.process-lightbox.is-people-gallery .process-lightbox__caption .process-lightbox__close{top:auto;right:-72px;bottom:-10px;z-index:4;pointer-events:auto}.process-lightbox.is-study-time .process-lightbox__image{width:auto;height:min(calc(100vh - 160px),690px,50vw);max-width:none;max-height:none;animation:none}.process-lightbox.is-study-time .process-lightbox__image.is-entering-forward{animation:studyTimeLightboxSlideInForward .26s ease-out}.process-lightbox.is-study-time .process-lightbox__image.is-entering-backward{animation:studyTimeLightboxSlideInBackward .26s ease-out}.process-lightbox.is-study-time .process-lightbox__image--ghost{position:absolute;top:0;left:0;z-index:1;margin:0;pointer-events:none;animation:none}.process-lightbox.is-study-time .process-lightbox__image--ghost.is-exiting-forward{animation:studyTimeLightboxSlideOutForward .26s ease-out forwards}.process-lightbox.is-study-time .process-lightbox__image--ghost.is-exiting-backward{animation:studyTimeLightboxSlideOutBackward .26s ease-out forwards}.process-lightbox.is-study-time .process-lightbox__label{top:-42px;bottom:auto;left:0;transform:none;max-width:min(100%,calc(100vw - 80px));padding:0;border:0;border-radius:0;background:transparent;color:#ffffff;font-size:25px;font-weight:700;letter-spacing:0;line-height:1.3;text-align:left;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}@media (min-width:761px){.process-lightbox.is-study-time .process-lightbox__label-detail{font-weight:600}}.process-lightbox.is-study-time .process-lightbox__close,.process-lightbox.is-study-time .process-lightbox__nav{background:#ffffff;color:#111111;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 24px rgba(0,0,0,.16)}.process-lightbox.is-study-time .process-lightbox__nav--prev{left:-64px}.process-lightbox.is-study-time .process-lightbox__nav--next{right:-64px}.process-lightbox.is-study-time .process-lightbox__close{top:-42px;right:-64px}.process-lightbox__close,.process-lightbox__nav{position:absolute;width:38px;height:38px;padding:0;border-radius:999px;border:none;background:rgba(20,20,20,.42);color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-lightbox__nav{top:50%;transform:translateY(-50%);z-index:2}.process-lightbox__nav--prev{left:14px}.process-lightbox__nav--next{right:14px}.process-lightbox__nav[hidden]{display:none}.process-lightbox__close{top:14px;right:14px;z-index:2}@keyframes processLightboxIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes processLightboxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes studyTimeLightboxSlideInForward{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes studyTimeLightboxSlideInBackward{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes studyTimeLightboxSlideOutForward{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes studyTimeLightboxSlideOutBackward{0%{transform:translateX(0)}to{transform:translateX(100%)}}.process-showcase{width:min(954px,calc(100% - 48px));margin:0 auto 60px;display:grid;grid-template-columns:280px 600px;gap:74px;justify-content:center;align-items:start}.process-evidence-comparison{display:flex;flex-direction:column;width:600px;align-items:stretch}.process-showcase .process__cards{width:280px;margin:0;grid-template-columns:minmax(0,1fr);gap:12px}.process__cards{width:min(928px,calc(100% - 32px));margin:0 auto 50px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.process-card{min-height:0;padding:18px 18px 16px;border:1px solid rgba(23,19,16,.06);border-radius:20px;background:rgb(245,245,247);box-shadow:0 16px 36px rgba(23,19,16,.04);opacity:0;transform:translate3d(0,18px,0);transition:opacity .46s ease,transform .56s cubic-bezier(.22,1,.36,1),box-shadow .36s ease,border-color .36s ease}.process.is-visible .process-card{opacity:1;transform:translateZ(0)}.process.is-visible .process-card:first-child{transition-delay:80ms}.process.is-visible .process-card:nth-child(2){transition-delay:.12s}.process.is-visible .process-card:nth-child(3){transition-delay:.16s}.process.is-visible .process-card:nth-child(4){transition-delay:.2s}.process.is-visible .process-card:nth-child(5){transition-delay:.24s}.process.is-visible .process-card:nth-child(6){transition-delay:.28s}.process-card__desc,.process-card__title{margin:0}.process-card__title{font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-.7px;text-align:left}.process-card__desc{max-width:none;width:100%;margin:0;color:var(--text-dark-secondary);font-size:15px;font-weight:500;line-height:1.56;letter-spacing:-.4px;text-align:left}.process-card__inline-title{display:inline-flex;align-items:center;gap:.48em;margin-right:.08em;color:#0f3d91;font-size:1.13em;font-weight:700;line-height:inherit;letter-spacing:-.5px;white-space:nowrap}.process-card__inline-title:after{content:"";width:2px;height:.9em;background:rgba(15,61,145,.34);border-radius:999px;transform:translateY(.02em)}.process-evidence{width:min(1540px,calc(100% + 200px));margin:0 auto 60px;overflow:hidden;opacity:0;transform:translate3d(0,34px,0);transition:opacity .72s ease,transform .86s cubic-bezier(.22,1,.36,1);transition-delay:.38s}.process.is-visible .process-evidence{opacity:1;transform:translateZ(0)}.process-showcase .process-evidence{position:relative;display:flex;flex-direction:column;order:2;width:100%;max-width:none;margin:0;align-self:start;overflow:visible}.process-evidence:after{display:none}.process-evidence__controls{position:static;order:2;display:flex;justify-content:space-between;align-items:center;margin-top:14px}.process-evidence__nav{display:inline-flex;flex-direction:row;align-items:center;gap:8px}.process-evidence__control{width:34px;height:34px;padding:0;border:1px solid rgba(23,19,16,.12);border-radius:999px;background:#ffffff;color:var(--text-dark-primary);font-size:14px;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.process-evidence__control:hover{transform:translateY(-1px);border-color:rgba(23,19,16,.2);background:rgb(245,245,247)}.process-evidence__control--autoplay{position:relative;overflow:visible;border-color:transparent;background:transparent}.process-evidence__autoplay-ring{position:absolute;inset:-2px;border-radius:999px;background:conic-gradient(from -90deg,rgba(23,19,16,.82) calc(var(--process-evidence-progress, 0) * 1turn),rgba(23,19,16,.12) 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1px));mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1px));pointer-events:none}.process-evidence__autoplay-core{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:inherit;background:#ffffff;z-index:1}.process-evidence__autoplay-bars,.process-evidence__autoplay-triangle{position:absolute;transition:opacity .18s ease,transform .18s ease}.process-evidence__autoplay-bars{width:10px;height:12px}.process-evidence__autoplay-bars:after,.process-evidence__autoplay-bars:before{content:"";position:absolute;top:0;width:3px;height:12px;border-radius:999px;background:rgba(23,19,16,.76)}.process-evidence__autoplay-bars:before{left:1px}.process-evidence__autoplay-bars:after{right:1px}.process-evidence__autoplay-triangle{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid rgba(23,19,16,.76);transform:translateX(1px) scale(.88);opacity:0}.process-evidence__control--autoplay.is-paused .process-evidence__autoplay-bars{opacity:0;transform:scale(.82)}.process-evidence__control--autoplay.is-paused .process-evidence__autoplay-triangle{opacity:1;transform:translateX(1px) scale(1)}.process-evidence__counter{margin:0;color:var(--text-dark-secondary);font-size:14px;font-weight:600;letter-spacing:-.2px}.process-evidence__sources,.process-evidence__viewer{display:none}.process-evidence-frame{order:1;width:600px;margin:0}.process-evidence-frame__viewer{position:relative;display:block;width:100%;height:600px;padding:0;border-radius:10px;background:#f3ede3;box-shadow:0 18px 36px rgba(23,19,16,.12);overflow:hidden}.process-evidence-frame__backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(3px) saturate(.92) brightness(1.05);transform:scale(1.08);opacity:.82}.process-evidence-frame__viewer:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.08) 28%),rgba(255,255,255,.24);pointer-events:none}.process-evidence-frame__viewport{position:relative;width:100%;height:100%;z-index:1;overflow:hidden}.process-evidence-frame__viewport:after,.process-evidence-frame__viewport:before{content:"";position:absolute;left:0;right:0;height:92px;z-index:3;pointer-events:none}.process-evidence-frame__viewport:before{top:0;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,0))}.process-evidence-frame__viewport:after{bottom:0;background:linear-gradient(0deg,rgba(255,255,255,.86),rgba(255,255,255,0))}.process-evidence-frame__track{display:flex;flex-direction:column;gap:24px;width:100%;transform:translateZ(0);transition:transform .76s cubic-bezier(.22,1,.36,1);will-change:transform}.process-evidence-frame__track.is-instant{transition:none}.process-evidence-frame__slide{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:100%;padding:0 24px;box-sizing:border-box}.process-evidence-frame__slide img{display:block;width:100%;max-width:100%;height:auto;border-radius:16px;box-shadow:0 18px 36px rgba(23,19,16,.18);background:rgba(255,255,255,.92)}.process-evidence__track{display:flex;align-items:flex-start;justify-content:center;gap:16px;width:max-content;min-width:100%;margin:0 auto;padding:0 24px}.process-evidence__item{position:relative;flex:0 0 auto;width:240px;padding:0;border:0;border-radius:28px;background:transparent;cursor:pointer;appearance:none;opacity:.34;transition:width .36s cubic-bezier(.22,1,.36,1),opacity .32s ease,filter .32s ease}.process-evidence__item:after{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(255,255,255,.46);pointer-events:none;transition:opacity .32s ease}.process-evidence__item img{display:block;width:100%;height:auto;border-radius:inherit;box-shadow:0 18px 36px rgba(23,19,16,.12)}.process-evidence__item.is-featured{width:340px;opacity:1}.process-evidence__item.is-featured:after{opacity:0}.process-evidence__item:focus-visible{outline:3px solid rgba(23,19,16,.22);outline-offset:6px}@media (max-width:1040px){.process-showcase{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr);gap:20px;align-items:start}.process-showcase .process__cards{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.process-showcase .process-evidence{width:100%;max-width:none;height:auto}.process-evidence-comparison,.process-evidence-frame{width:100%}.process-evidence-frame__viewer{height:min(600px,calc(100vw - 48px))}.process__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.process-card{padding:16px 16px 14px}.process-card__title{font-size:17px}.process-card__desc{font-size:14px;line-height:1.52}.process-evidence__controls{position:static;margin-top:12px}.process-evidence{width:calc(100% - 48px)}.process-evidence__track{justify-content:flex-start;min-width:0;width:max-content}.process-evidence__item{width:250px;opacity:.64;transform:none}.process-evidence__item.is-featured{width:340px}}@media (max-width:760px){.process{padding:36px 0 116px}.process-showcase{width:calc(100% - 20px);gap:16px}.process-evidence-frame__slide{padding:0 14px}.process-showcase .process-evidence,.process-showcase .process__cards{width:100%}.process-evidence,.process__cards,.process__head{width:calc(100% - 32px)}.process__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.process-card{min-height:0;padding:14px 12px 12px;border-radius:20px}.process-card__title{font-size:15px}.process-card__desc{font-size:13px;line-height:1.5}.process-evidence{margin-top:40px;padding-bottom:8px;overflow-x:auto;overflow-y:visible}.process-evidence__track{gap:16px;padding:0 6px 8px}.process-evidence__item{width:220px}.process-evidence__item.is-featured{width:290px}}@media (max-width:1040px){.process-sample-layout{--process-gallery-card-width-wide:min(600px,calc(100vw - 88px));--process-gallery-card-height-wide:min(320px,calc(var(--process-gallery-card-width-wide) * 0.533333));width:calc(100% - 48px);gap:84px}.process-cards-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.process-sample-layout{--process-gallery-card-width-wide:min(340px,calc(100vw - 56px));--process-gallery-card-height-wide:calc(var(--process-gallery-card-width-wide) * 0.533333);width:calc(100% - 20px);gap:60px;margin-bottom:60px}.process-cards-row{grid-template-columns:minmax(0,1fr);gap:12px}.process-feature-card{border-radius:14px;padding:18px 18px 16px}.process-feature-card__desc{line-height:var(--card-copy-line-height)}.process-lightbox{padding:20px}.process-lightbox__stage{max-width:calc(100vw - 40px);gap:10px}.process-lightbox__counter{font-size:12px}.process-lightbox__image,.process-lightbox__image-stack,.process-lightbox__viewport{max-width:calc(100vw - 40px)}.process-lightbox__image,.process-lightbox__viewport{max-height:calc(100vh - 84px)}.process-lightbox__image{border-radius:12px}.process-lightbox__label{top:var(--process-lightbox-label-top,34px);left:var(--process-lightbox-label-left,28%);max-width:calc(100% - 92px);padding:12px 18px;border-radius:12px;font-size:20px}.process-lightbox__caption{bottom:24px;width:calc(100% - 32px);max-width:calc(100% - 32px);padding:12px 14px 14px;border-radius:16px;transform:translate(-50%,6px)}.process-lightbox__caption.is-visible{transform:translate(-50%)}.process-lightbox.is-process-preview .process-lightbox__caption{left:auto;right:auto;bottom:auto;width:100%;max-width:100%;margin:0 auto 16px;padding:0 84px 0 0;border-radius:0;transform:translateY(6px)}.process-lightbox.is-people-gallery .process-lightbox__caption{margin-bottom:8px}.process-lightbox.is-process-preview .process-lightbox__caption.is-visible{transform:translateY(0)}.process-lightbox.is-process-preview .process-lightbox__stage{width:calc(100vw - 40px);max-width:calc(100vw - 40px);gap:14px}.process-lightbox.is-people-gallery .process-lightbox__stage{--process-lightbox-people-control-rail:0px;--process-lightbox-people-max-width:720px;--process-lightbox-people-max-height:calc(100vh - 250px)}.process-lightbox.is-process-preview .process-lightbox__viewport{width:100%;max-width:100%;max-height:none}.process-lightbox.is-people-gallery .process-lightbox__viewport{padding-right:0}.process-lightbox.is-people-gallery .process-lightbox__caption{width:min(100%,var(--process-lightbox-people-max-width),calc(var(--process-lightbox-people-max-height) * 12 / 7));max-width:min(100%,var(--process-lightbox-people-max-width));padding-right:52px;gap:12px}.process-lightbox.is-people-gallery .process-lightbox__caption-copy{max-width:none}.process-lightbox.is-people-gallery .process-lightbox__caption-line{white-space:normal}.process-lightbox.is-process-preview .process-lightbox__image-stack{--process-lightbox-image-max-height:calc(100vh - 210px);width:min(100%,720px,calc(var(--process-lightbox-image-max-height) * 4 / 3));max-width:min(100%,720px);max-height:none}.process-lightbox.is-people-gallery .process-lightbox__image-stack{width:min(100%,var(--process-lightbox-people-max-width),calc(var(--process-lightbox-people-max-height) * 12 / 7));max-width:min(100%,var(--process-lightbox-people-max-width));aspect-ratio:12/7}.process-lightbox.is-process-preview .process-lightbox__image{max-width:none;max-height:none}.process-lightbox.is-process-preview .process-lightbox__nav{display:none}.process-lightbox.is-people-gallery .process-lightbox__nav--next{right:10px}.process-lightbox.is-process-preview .process-lightbox__counter{position:static;display:block;order:2;align-self:flex-end;margin:0;padding-right:0;color:#ffffff;font-size:12px;font-weight:500;text-align:right}.process-lightbox.is-process-preview .process-lightbox__overlay-counter,.process-lightbox__overlay-counter{display:none}.process-lightbox.is-process-preview .process-lightbox__image-stack{overflow:hidden}.process-lightbox.is-process-preview .process-lightbox__image--incoming{opacity:1;transform:translateX(100%);transition:transform .22s ease}.process-lightbox.is-process-preview .process-lightbox__image--incoming.is-slide-backward{transform:translateX(-100%)}.process-lightbox.is-process-preview .process-lightbox__image--incoming.is-visible{opacity:1;transform:translateX(0)}.process-lightbox.is-process-preview .process-lightbox__caption-copy{width:100%;max-width:100%}.process-lightbox.is-process-preview .process-lightbox__close{width:24px;height:24px;top:-12px;right:0}.process-lightbox.is-people-gallery .process-lightbox__caption .process-lightbox__close{top:0;right:0;bottom:auto}.process-lightbox.is-process-preview .process-lightbox__caption-title{font-size:15px}.process-lightbox.is-process-preview .process-lightbox__caption-desc{font-size:13px;line-height:1.4}.process-lightbox__caption-title{font-size:14px}.process-lightbox__caption-desc{font-size:22px;line-height:1.34}.process-lightbox.is-study-time .process-lightbox__image{width:auto;height:min(calc(100vh - 84px),640px,54.6vw);max-width:none;max-height:none}.process-lightbox.is-study-time .process-lightbox__label{top:-34px;bottom:auto;left:0;max-width:min(100%,calc(100vw - 40px));padding:0;font-size:25px}.process-lightbox__close,.process-lightbox__nav{width:34px;height:34px}.process-lightbox__nav--prev{left:10px}.process-lightbox__nav--next{right:10px}.process-lightbox__close{top:10px;right:10px}.process-lightbox.is-study-time .process-lightbox__nav--prev{left:-42px}.process-lightbox.is-study-time .process-lightbox__nav--next{right:-42px}.process-lightbox.is-study-time .process-lightbox__close{top:-34px;right:-42px}.process-gallery__controls{width:min(var(--process-gallery-card-width),calc(100vw - 20px))}.process-gallery-view-switch__button{min-width:78px;height:36px;padding:0 14px;font-size:13px}}@keyframes processGalleryMarquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--process-gallery-loop-distance, 0px)),0,0)}}*,:after,:before{box-sizing:border-box}body,html{overflow-x:clip}body{margin:0;background:var(--bg-white);color:var(--text-dark-primary);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;text-rendering:optimizeLegibility;word-break:keep-all}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}body,html{cursor:default}body.is-process-lightbox-scroll-locked,body.menu-open,html.is-process-lightbox-scroll-locked,html.menu-open{overflow:hidden;overscroll-behavior:none}body.menu-open .hero__sequence.is-active.is-ready .hero__sequence-slide--1,body.menu-open .hero__sequence.is-active.is-ready .hero__sequence-slide--2,body.menu-open .hero__sequence.is-active.is-ready .hero__sequence-slide--3{animation-play-state:paused}body.is-process-lightbox-scroll-locked{position:fixed;inset:0;width:100%;touch-action:none}[role=button],a,button,input[type=button],input[type=reset],input[type=submit],summary{cursor:pointer}.site-frame{width:100%;margin:0 auto;background:var(--bg-white)}.section{position:relative}.section--light{background:var(--bg-white)}.process.section--light,.section--muted{background:var(--bg-light-gray)}.inner{width:min(1000px,calc(100% - 48px));margin:0 auto}.body-md,.body-sm,.card-body,.card-copy,.card-title,.display-lg,.display-md,.display-sm,.display-xl,.heading-lg,.heading-md,.section-body,.section-headline,.section-subcopy{margin:0;word-break:keep-all;text-wrap:balance}.display-xl{font-size:clamp(60px,5.6vw,80px);font-weight:700;letter-spacing:-2.2px;line-height:.94}.display-lg,.display-md,.section-headline{font-size:var(--section-headline-size);font-weight:var(--section-headline-weight);letter-spacing:var(--section-headline-letter-spacing);line-height:var(--section-headline-line-height)}.display-sm{font-size:clamp(37px,3.5vw,50px);font-weight:500;line-height:1.22}.heading-lg,.section-subcopy{font-size:var(--section-subcopy-size);font-weight:var(--section-subcopy-weight);letter-spacing:var(--section-subcopy-letter-spacing);line-height:var(--section-subcopy-line-height)}.heading-md{font-size:24px;font-weight:700;line-height:1.4}.body-md,.section-body{font-size:var(--section-body-size);font-weight:var(--section-body-weight);letter-spacing:var(--section-body-letter-spacing);line-height:var(--section-body-line-height)}.card-title{font-size:var(--card-title-size);font-weight:var(--card-title-weight);letter-spacing:var(--card-title-letter-spacing);line-height:var(--card-title-line-height)}.card-copy{font-size:var(--card-copy-size);font-weight:var(--card-copy-weight);letter-spacing:var(--card-copy-letter-spacing);line-height:var(--card-copy-line-height)}.body-sm{font-size:18px;font-weight:500;line-height:1.5}.card-body{font-size:15px;font-weight:500;line-height:1.45}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;transition:transform var(--transition-base),background-color var(--transition-base),color var(--transition-base),box-shadow var(--transition-base)}.btn:hover{transform:translateY(-1px) scale(1.02)}.btn:active{transform:scale(.98)}.btn-pill{min-height:34px;padding:7px 18px;border:1px solid #0066ff;border-radius:999px;font-size:14px;font-weight:600}.btn-pill,.btn-secondary{box-sizing:border-box;background:#eaf2fe;color:#0066ff;box-shadow:none}.btn-secondary{min-height:44px;padding:10px 24px;border:1px solid #0066ff;border-radius:6px;font-size:15px;font-weight:700;width:160px}.btn-secondary:hover{background:#dbeafe}.site-header{position:fixed;top:0;left:50%;z-index:50;width:100%;height:50px;transform:translateX(-50%);border-bottom:1px solid rgba(255,255,255,.08);background:var(--nav-dark);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background-color var(--transition-base),border-color var(--transition-base),color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base),opacity var(--transition-base)}.site-header.is-light{background:var(--nav-light);border-color:rgba(221,213,203,.65);box-shadow:0 12px 30px rgba(23,19,16,.04)}.site-header.is-hidden{opacity:0;transform:translate(-50%,-110%);pointer-events:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(1000px,calc(100% - 48px));height:100%;margin:0 auto;gap:20px}.site-header__brand{font-size:17px;font-weight:400;letter-spacing:-.5px;color:var(--text-on-dark);white-space:nowrap}.site-header.is-light .site-header__brand,.site-header.is-light .site-header__nav a,.site-header.is-light .site-header__nav-trigger{color:var(--text-dark-primary)}.site-header.is-light .site-header__brand{font-weight:550}.site-header.is-light .btn-pill{background:#eaf2fe;color:#0066ff;border-color:#0066ff}.site-header__nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:4px}.site-header__nav a,.site-header__nav-trigger{position:relative;color:var(--text-on-dark);font-size:13px;font-weight:400}.site-header .btn-pill{min-height:24px;padding:2px 10px;border-radius:6px;font-size:14px;font-weight:500}.site-header .btn-pill:hover{background:#dbeafe}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform var(--transition-base)}.site-header__nav a:hover:after{transform:scaleX(1)}.site-header__menu-button,.site-header__mobile-menu{display:none}.hero{position:relative;z-index:2;overflow:hidden;min-height:100vh;min-height:100svh;height:100vh;height:100svh;background:#3b3028}.hero__image,.hero__overlay,.hero__sequence,.hero__sequence-placeholder,.hero__sequence-slide{position:absolute;inset:0;width:100%;height:100%}.hero__image{object-fit:cover;object-position:center center;transition:opacity .32s ease}.hero__sequence{overflow:hidden;opacity:0;pointer-events:none;background:#3b3028;z-index:0}.hero__sequence-placeholder{display:block;object-fit:cover;object-position:center center;opacity:1;transform:scale(1.03);z-index:2;will-change:opacity}.hero__sequence.is-ready .hero__sequence-placeholder{animation:heroSequenceZoomOut 2.5s linear forwards;opacity:0;transition:opacity .36s ease}.hero__sequence-slide{display:block;object-fit:cover;object-position:center center;opacity:0;transform:scale(1.03);z-index:1;will-change:opacity,transform}.hero__sequence.is-active{opacity:1}.hero__sequence.is-active.is-ready .hero__sequence-slide--1{animation:heroSequenceZoomOut 2.5s linear forwards,heroSequenceOpacityFirst 2.5s linear forwards}.hero__sequence.is-active.is-ready .hero__sequence-slide--2{animation:heroSequenceZoomOut 3s linear 1.7s both,heroSequenceOpacityMiddle 3s linear 1.7s both}.hero__sequence.is-active.is-ready .hero__sequence-slide--3{animation:heroSequenceZoomOut 2s linear 3.9s both,heroSequenceOpacityLast 2s linear 3.9s both}@media (max-width:760px){.hero__sequence-slide--3{object-position:70% center}}@keyframes heroSequenceZoomOut{0%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes heroSequenceOpacityFirst{0%,75%{opacity:1}to{opacity:0}}@keyframes heroSequenceOpacityMiddle{0%{opacity:0}32%,68%{opacity:1}to{opacity:0}}@keyframes heroSequenceOpacityLast{0%{opacity:0}40%,to{opacity:1}}.hero__overlay--vertical{z-index:1;background:linear-gradient(180deg,#080808b8,#201a14a0 42%,#4a37231f)}.hero__overlay--horizontal{z-index:1;background:linear-gradient(90deg,rgba(13,13,13,0) 52%,rgba(13,13,13,.4))}.hero__subtitle-mobile-br,.icon-strip__label-br{display:none}.hero__copy{position:absolute;z-index:2;top:50%;bottom:auto;left:50%;width:min(1400px,calc(100% - 48px));transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;color:var(--text-on-dark);opacity:0;animation:heroCopyFadeIn .96s ease-out .16s forwards}.hero__subtitle,.hero__title{max-width:920px}.hero__subtitle{font-weight:700;margin-bottom:16px}.hero__title{max-width:1400px}@keyframes heroCopyFadeIn{0%{opacity:0}to{opacity:1}}.system-lead{--system-lead-intro-opacity:0;--system-lead-line-1-opacity:0;--system-lead-line-2-opacity:0;--system-lead-line-2a-opacity:0;--system-lead-line-2b-opacity:0;--system-lead-cards-opacity:0;--system-lead-intro-shift:0px;position:relative;z-index:3;margin-top:0;padding:184px 72px 31px;background:var(--bg-white)}.system-lead__inner{gap:24px}.system-lead__inner,.system-lead__intro{display:flex;flex-direction:column;align-items:center}.system-lead__intro{width:min(900px,100%);margin-bottom:55px;gap:12px;text-align:center;opacity:1;transform:translate3d(0,var(--system-lead-intro-shift),0);will-change:transform}.system-lead__line{color:var(--text-dark-primary);opacity:var(--system-lead-line-1-opacity);transition:opacity .92s ease;will-change:opacity}.system-lead__intro>.system-lead__line:not(.system-lead__line--wide){font-size:25px;font-weight:700;letter-spacing:-.015em;line-height:1.48;position:relative;left:10px}.system-lead__line--wide{font-size:25px;font-weight:700;line-height:1.48;opacity:1}.system-lead__line-layer{display:block;transition:opacity .92s ease;will-change:opacity}.system-lead__line-layer--2a{opacity:var(--system-lead-line-2a-opacity)}.system-lead__line-layer--2b{opacity:var(--system-lead-line-2b-opacity)}.system-lead__spacer{height:24px}.counsel-grid{width:min(1200px,100%);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:45px 24px;opacity:var(--system-lead-cards-opacity);transition:opacity .92s ease;will-change:opacity}.counsel-card{display:flex;flex-direction:column;align-items:center;min-height:0;padding:0 8px;color:#0f172a;text-align:center;background:transparent;cursor:default}.counsel-card+.counsel-card{border-left:1px solid #e5e7eb}.counsel-card__icon{margin-bottom:24px;color:#555555;font-size:60px;line-height:1;opacity:.8;transition:color .3s ease,opacity .3s ease,transform .5s ease}.counsel-card__title{margin:0 0 8px;color:#0f172a;font-size:20px;font-weight:800;line-height:1.2;letter-spacing:-.025em}.counsel-card__copy{max-width:180px;margin:0;color:#555555;font-size:15px;font-weight:400;line-height:1.625;opacity:.8;transition:opacity .3s ease;text-wrap:pretty}.system-lead .ph{font-weight:300}.icon-strip{width:100%;padding:8px 24px 48px;text-align:center;opacity:var(--system-lead-cards-opacity);transition:opacity .92s ease;will-change:opacity}.icon-strip__inner{width:min(1120px,100%);margin:0 auto;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px}.icon-strip__item{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid #f1f5f9;border-radius:999px;color:#555555;font-size:15px;font-weight:500;line-height:1.4;white-space:nowrap;transition:color .3s ease,border-color .3s ease,background-color .3s ease;cursor:default}.icon-strip__item .ph{font-size:18px;line-height:1}.icon-strip__row{display:contents}.management-bridge{--management-bridge-overlap:28vh;--management-bridge-content-lift:6vh;--management-bridge-gap-offset:120px;--management-bridge-text-gap-reduction:96px;--management-bridge-opacity:0;--management-bridge-part-1-opacity:0;--management-bridge-part-2-opacity:0;--management-bridge-part-3-opacity:0;--management-bridge-shift:0px;position:relative;z-index:4;margin-top:calc(-1 * var(--management-bridge-overlap));padding:calc(var(--management-bridge-overlap) - var(--management-bridge-content-lift) + var(--management-bridge-gap-offset)) 72px 184px;background:transparent;pointer-events:none}.management-bridge__inner{width:min(900px,100%);margin:calc(var(--management-bridge-gap-offset) - var(--management-bridge-content-lift) - var(--management-bridge-text-gap-reduction)) auto 0;display:flex;flex-direction:column;align-items:center;gap:34px;text-align:center;opacity:1;transform:none}.management-bridge__body,.management-bridge__emphasis{margin:0;max-width:800px;color:var(--text-dark-primary);font-weight:700;transition:opacity .92s ease;will-change:opacity}.management-bridge__body:first-of-type{opacity:var(--management-bridge-part-1-opacity)}.management-bridge__body:nth-of-type(2){opacity:var(--management-bridge-part-2-opacity)}.management-bridge__emphasis{opacity:var(--management-bridge-part-3-opacity)}.management-bridge__body{width:min(900px,100%);max-width:900px;margin-inline:auto;font-size:25px;font-weight:600;position:relative;left:20px;text-align:left}.management-bridge__emphasis{font-size:45px}.process{--process-opacity:0;--process-shift:0px;--process-pin-top:clamp(24px,7vh,84px);--process-scroll-distance:0px;--process-item-ease:cubic-bezier(0.16,1,0.3,1);--process-item-shift-duration:1080ms;--process-item-fade-duration:720ms;--process-image-fade-duration:280ms;padding:35px 0 144px}.process__head{margin:0 auto 68px}.process-explorer__content,.process__head{opacity:var(--process-opacity);transform:translateZ(0);transition:opacity .92s ease;will-change:opacity}.process-stage{position:relative}.process-stage__viewport{position:relative;width:100%}.process__title{margin-bottom:18px;font-weight:700}.process__body+.process__title{margin-top:144px}.process__quote{margin-bottom:4px;color:var(--text-dark-secondary)}.process__summary{margin-bottom:28px;color:var(--text-dark-secondary)}.process-mobile-swipe,.study-mobile{display:none}.process__body{max-width:900px;color:var(--text-dark-secondary)}.process__body--lead{max-width:900px;margin:0 auto;font-size:23px;line-height:1.3;text-align:center}.process__body+.process__body{margin-top:14px}.process__body--lead+.process__body--follow{margin-top:22px}.process-explorer{position:relative;width:min(1000px,calc(100% - 48px));margin:0 auto}.process-explorer__content{display:grid;grid-template-columns:292px minmax(0,684px);gap:24px;height:600px;min-height:600px;padding:0;background:transparent;box-shadow:none}.process.is-scroll-driven{padding-bottom:0}.process.is-scroll-driven .process-stage{height:calc(var(--process-stage-height, 0px) + var(--process-scroll-distance, 0px))}.process.is-scroll-driven .process-stage__viewport.is-fixed{position:fixed;top:var(--process-pin-top);left:var(--process-stage-left);width:var(--process-stage-width);z-index:2}.process.is-scroll-driven .process-stage__viewport.is-ended{position:absolute;top:var(--process-scroll-distance);left:0;width:100%;z-index:1}.process-side{height:600px;min-height:600px}.process-list,.process-side{display:flex;flex-direction:column}.process-list{width:100%;flex:1 1 auto;gap:8px;height:auto;padding-top:0;border:0;border-radius:0;background:transparent;overflow:visible}.process-item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;min-height:52px;padding:0 18px;border:1px solid rgba(23,19,16,.06);border-radius:14px;background:rgb(245,245,247);text-align:left;color:var(--text-dark-primary);cursor:pointer;overflow:hidden;transition:border-color .52s cubic-bezier(.22,1,.36,1),background-color .52s cubic-bezier(.22,1,.36,1),box-shadow .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1)}.process-item:hover{transform:translateX(3px)}.process-item__head{display:inline-flex;align-items:center;gap:0;width:100%;min-height:52px}.process-item__icon{display:none}.process-item__title{font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.6px;white-space:nowrap}.process-item__body{width:100%;max-height:0;opacity:0;overflow:hidden;transform:translate3d(0,-10px,0);transition:max-height var(--process-item-shift-duration) var(--process-item-ease),opacity var(--process-item-fade-duration) ease,transform var(--process-item-shift-duration) var(--process-item-ease)}.process-item__desc{display:block;margin-top:2px;padding:0 0 18px;color:var(--text-dark-secondary);font-size:16px;font-weight:500;line-height:1.55;text-align:left}.process-item.is-active{z-index:2;min-height:52px;padding:0 18px;border-color:rgba(23,19,16,.04);background:rgb(236,236,240);transform:none;box-shadow:0 18px 40px rgba(23,19,16,.08)}.process-item.is-active .process-item__title{font-weight:700}.process-item.is-active .process-item__body{max-height:220px;opacity:1;transform:translateZ(0)}.process-detail{position:relative;width:100%;min-width:0;height:600px;min-height:600px;padding:0;border:0;border-radius:0;background:transparent;overflow:hidden}.process-detail:before{display:none}.process-detail img{width:100%;height:100%;max-height:600px;min-height:600px;border-radius:28px;object-fit:cover;transition:opacity var(--process-image-fade-duration) ease,transform .96s cubic-bezier(.22,1,.36,1),filter var(--process-image-fade-duration) ease}.process-detail img.is-swapping{opacity:.7;transform:none;filter:saturate(.985)}.process-mobile-copy{display:none}.process-detail__callout{width:100%;margin-top:auto;padding:22px 18px 24px;border:0;border-radius:18px;background:rgb(236,236,240)}.process-detail__desc,.process-detail__title{margin:0;color:var(--text-dark-primary)}.process-detail__title{display:block;margin-bottom:12px;font-size:24px;font-weight:700;line-height:1.18;letter-spacing:-.8px;text-align:left}.process-detail__desc{color:var(--text-dark-secondary);font-size:17px;font-weight:500;line-height:1.55;text-align:left}.study-time{background:var(--bg-white);--study-time-opacity:0;padding:140px 0 152px;overflow:hidden}.study-time__head{width:min(1180px,calc(100% - 48px));margin:0 auto 88px;text-align:center}.study-time__title{margin-bottom:0;font-weight:700;font-size:clamp(30px,4.4vw,55px)}.study-time__essay{width:min(1180px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:88px}.study-case{display:grid;grid-template-columns:minmax(0,500px) minmax(0,1fr);gap:34px 28px;align-items:start;padding-top:34px;border-top:none}.study-case:first-child{padding-top:0}.study-case--inset{grid-template-columns:minmax(0,480px) minmax(0,560px);width:min(1076px,100%);margin:0 auto;gap:34px 36px}.study-case--inset .study-case__proofs{justify-content:flex-start}.study-case--reversed .study-case__text{grid-column:2}.study-case--reversed .study-case__proofs{grid-column:1;grid-row:1}.study-case--reversed{grid-template-columns:minmax(0,1fr) minmax(0,500px)}.study-case__text{display:flex;flex-direction:column;gap:18px}.study-case__eyebrow{margin:0;color:#8f8478;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.study-time__body{color:var(--text-dark-secondary)}.study-time__body--case{max-width:28ch;color:var(--text-dark-primary)}.study-time__body--case[data-study-time-layer=text-2]{margin-left:100px;margin-top:100px}.study-time__body--case[data-study-time-layer=text-3]{margin-left:100px;margin-top:50px}.study-case__proofs{display:grid;gap:18px;align-content:start}.study-case__proofs--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.study-case__proofs--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.study-proof{padding:0;border:0;background:transparent;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:10px}.study-proof__frame{--study-proof-tilt:0deg;--study-proof-scale:1;--study-proof-lift:0px;display:block;border-radius:18px;overflow:hidden;background:transparent;box-shadow:10px 14px 28px rgba(23,19,16,.12),18px 26px 48px rgba(23,19,16,.07),26px 34px 72px rgba(23,19,16,.04);transform:translateY(var(--study-proof-lift)) rotate(var(--study-proof-tilt)) scale(var(--study-proof-scale));transition:transform .22s ease,box-shadow .22s ease}.study-proof img{display:block;width:100%;height:auto;border-radius:inherit}.study-proof__caption{color:#6d6258;font-size:13px;font-weight:600;letter-spacing:-.02em}.study-time__layer{--study-time-proof-gap:18px;--study-time-proof-width:calc((100% - (var(--study-time-proof-gap) * 3)) / 4);width:min(1200px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:36px}.study-time__title{margin:0;text-align:center}.interlude__title,.people__title,.process__title,.study-time__title{letter-spacing:var(--section-headline-letter-spacing)}.study-time__cards,.study-time__title{opacity:var(--study-time-opacity);transform:translateZ(0);transition:opacity .92s ease;will-change:opacity}.study-time__cases{margin-top:50px;width:100%;display:flex;flex-direction:column;gap:18px;align-items:center}.study-time__cases .study-time__body--case{width:min(100%,800px)}.study-time__body{margin:0;color:var(--text-dark-primary);text-align:center}.study-time__body--case{width:100%;max-width:800px;line-height:var(--section-body-line-height);text-wrap:pretty;text-align:left}.study-time__body--wide{position:relative;left:18px;width:min(100%,720px);max-width:720px;margin-top:46px;text-wrap:balance}.study-time__proofs{width:100%;display:grid;gap:var(--study-time-proof-gap);align-items:start;justify-items:center;justify-content:center}.study-time__proofs--four{grid-template-columns:repeat(4,minmax(0,var(--study-time-proof-width)))}.study-time__proofs--three{grid-template-columns:repeat(3,minmax(0,var(--study-time-proof-width)))}.study-time__proofs .study-proof{width:100%;align-items:center;text-align:center}.study-time__proofs .study-proof__frame{width:100%;transform:none}.study-time__proofs .study-proof__caption{text-align:center}.study-time__cards{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,360px));justify-content:center;gap:60px;align-items:stretch;margin-top:40px}.study-time-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border-radius:18px;background:#ffffff;position:relative;z-index:0;transition:z-index 0s linear .18s}.study-time-card:focus-within,.study-time-card:has(.study-time-card__hover-zone:hover){z-index:2;transition-delay:0s}.study-time-card__copy{min-height:178px;display:flex;flex-direction:column;gap:12px;padding:28px 28px 30px;background:var(--bg-white)}.study-time-card__label{font-size:18px;font-weight:700;line-height:1.25}.study-time-card__body,.study-time-card__label{margin:0;color:var(--text-dark-primary);letter-spacing:0}.study-time-card__body{font-size:20px;font-weight:500;line-height:1.55;word-break:keep-all;text-align:left}.study-time-card__hover-zone{display:flex;flex-direction:column;background:#ffffff}.study-time-card__media{position:relative;display:block;align-self:center;width:360px;max-width:100%;aspect-ratio:360/439;height:auto;min-height:0;flex:0 0 auto;overflow:hidden;background:#ffffff;isolation:isolate;transform:translateZ(0) scale(1);transform-origin:center center;transition:transform .18s ease,filter .18s ease;will-change:transform}.study-time-card:focus-within .study-time-card__media,.study-time-card__hover-zone:hover .study-time-card__media{transform:translateZ(0) scale(1.012);filter:contrast(1.015) saturate(1.01)}.study-time-card__zoom{position:absolute;top:18px;left:18px;z-index:50;width:28px;height:28px;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:rgba(31,28,25,.48);filter:drop-shadow(0 1px 2px rgba(255,255,255,.75));pointer-events:auto;cursor:pointer;touch-action:manipulation;opacity:.72;transform:translateZ(0) scale(1);transition:opacity .16s ease,color .16s ease,filter .16s ease,transform .16s ease}.study-time-card__zoom:focus-visible{outline:2px solid rgba(31,28,25,.34);outline-offset:3px;border-radius:999px}.study-time-card:focus-within .study-time-card__zoom,.study-time-card__hover-zone:hover .study-time-card__zoom{opacity:.94;color:rgba(31,28,25,.72);filter:drop-shadow(0 1px 2px rgba(255,255,255,.9))}.study-time-card__zoom-icon{width:22px;height:22px;fill:none;pointer-events:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.study-time-card__slide{position:absolute;inset:auto;width:74%;height:74%;opacity:1;display:block;gap:0;z-index:1}.study-time-card__slide,.study-time-card__slide.is-active{transform:none;pointer-events:auto}.study-time-card__slide:first-child{top:48px;left:118px;z-index:3}.study-time-card:nth-child(-n+2) .study-time-card__slide:first-child{width:82%;height:82%;left:78px}.study-time-card:first-child .study-time-card__slide:first-child{top:128px;left:12px;z-index:2}.study-time-card__slide:nth-child(2){top:128px;left:18px;z-index:2}.study-time-card:nth-child(-n+2) .study-time-card__slide:nth-child(2){width:82%;height:82%;left:12px}.study-time-card:first-child .study-time-card__slide:nth-child(2){top:48px;left:78px;z-index:3}.study-time-card__slide:nth-child(3){top:218px;left:58px;z-index:1}.study-time-card:nth-child(3) .study-time-card__slide:first-child{top:60px;left:-96px;z-index:1}.study-time-card:nth-child(3) .study-time-card__slide:nth-child(2){top:120px;left:70px;width:82%;height:82%;z-index:3}.study-time-card:nth-child(3) .study-time-card__slide:nth-child(3){top:-40px;left:160px;z-index:2}.study-time-card__slide:after{content:none}.study-time-card .study-proof__frame{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;border-radius:10px;border:1px solid rgba(255,255,255,.72);overflow:hidden;box-shadow:0 10px 16px rgba(23,19,16,.32),0 2px 5px rgba(23,19,16,.2);transform:none;background:transparent;transition:box-shadow .18s ease}.study-time-card__slide:nth-child(n+2) .study-proof__frame{box-shadow:0 12px 18px rgba(23,19,16,.36),0 3px 6px rgba(23,19,16,.22)}.study-time-card:focus-within .study-proof__frame,.study-time-card__hover-zone:hover .study-proof__frame{box-shadow:0 14px 20px rgba(23,19,16,.42),0 4px 7px rgba(23,19,16,.26)}.study-time-card:focus-within .study-time-card__slide:nth-child(n+2) .study-proof__frame,.study-time-card__hover-zone:hover .study-time-card__slide:nth-child(n+2) .study-proof__frame{box-shadow:0 16px 22px rgba(23,19,16,.46),0 5px 8px rgba(23,19,16,.28)}.study-time-card .study-proof img{width:auto;height:100%;max-width:none;border-radius:10px;object-fit:fill}.study-time-card .study-proof__caption{display:none}.study-time-card__nav{display:flex;justify-content:center;align-items:center;gap:4px;margin:0 24px;padding:3px;min-height:36px;background:#f5f5f7;border-radius:8px;transform:none;position:relative;z-index:4}.study-time-card__caption{margin:0;padding:8px 16px 22px;background:#ffffff;color:#6d6258;font-size:14px;font-weight:600;line-height:1.4;letter-spacing:0;text-align:center;word-break:keep-all}.study-time-card__bar{flex:1 1;min-width:0;min-height:30px;padding:0 6px;border:0;border-radius:6px;background:transparent;color:rgba(109,98,88,.42);cursor:pointer;font:inherit;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0;white-space:nowrap;transition:box-shadow .16s ease,background-color .16s ease}.study-time-card__bar.is-active{background:#ffffff;color:var(--text-dark-primary);box-shadow:0 1px 4px rgba(29,29,31,.12)}.study-time-card__bar:focus-visible{outline:2px solid rgba(29,29,31,.32);outline-offset:4px}.study-case__proofs--fan{display:flex;align-items:flex-start;justify-content:flex-end;gap:0;padding:14px 6px 0 26px}.study-time__essay>.study-case:first-child .study-case__proofs--fan{transform:translateX(-60px)}.study-case__proofs--fan .study-proof:first-child{width:min(304px,49%);margin-right:-92px;padding-top:34px;z-index:1}.study-case__proofs--fan .study-proof:first-child .study-proof__frame{--study-proof-tilt:-7deg;--study-proof-scale:0.92;box-shadow:8px 12px 24px rgba(23,19,16,.11),14px 20px 38px rgba(23,19,16,.06),20px 28px 58px rgba(23,19,16,.035)}.study-case__proofs--fan .study-proof:last-child{width:min(320px,52%);z-index:2}.study-case__proofs--fan .study-proof:last-child .study-proof__frame{--study-proof-tilt:7deg;box-shadow:12px 16px 30px rgba(23,19,16,.13),20px 28px 52px rgba(23,19,16,.08),28px 36px 78px rgba(23,19,16,.05)}.study-case__proofs--front-first .study-proof:first-child{width:min(320px,52%);margin-right:0;padding-top:0;z-index:2}.study-case__proofs--front-first{transform:translateX(-28px)}.study-case__proofs--front-first .study-proof:first-child .study-proof__frame{--study-proof-tilt:7deg;--study-proof-scale:1;box-shadow:12px 16px 30px rgba(23,19,16,.13),20px 28px 52px rgba(23,19,16,.08),28px 36px 78px rgba(23,19,16,.05)}.study-case__proofs--front-first .study-proof:last-child{width:min(304px,49%);margin-left:-92px;z-index:1}.study-case__proofs--front-first .study-proof:last-child .study-proof__frame{--study-proof-tilt:-7deg;--study-proof-scale:0.92;box-shadow:8px 12px 24px rgba(23,19,16,.11),14px 20px 38px rgba(23,19,16,.06),20px 28px 58px rgba(23,19,16,.035)}.study-case__proofs--front-first .study-proof:last-child .study-proof__caption{align-self:flex-end;text-align:right}.study-proof:focus-visible{outline:none}.study-proof:focus-visible .study-proof__frame{box-shadow:0 0 0 3px rgba(15,61,145,.12),10px 14px 28px rgba(23,19,16,.12),18px 26px 48px rgba(23,19,16,.07),26px 34px 72px rgba(23,19,16,.04)}.study-card,.study-card.is-current,.study-card:after,.study-carousel,.study-carousel__track{display:none}.study-card{padding:0}.people{--people-opacity:0;--people-panel-opacity:0;padding:160px 0 144px}.people__head{display:flex;flex-direction:column;align-items:center;width:min(1100px,calc(100% - 144px));margin:0 auto 82px;gap:24px;opacity:var(--people-opacity);transform:translateZ(0);transition:opacity .92s ease;will-change:opacity}.people__title{max-width:860px;font-weight:700;font-size:clamp(30px,4.4vw,55px)}.people__subtitle{max-width:none;white-space:nowrap;color:var(--text-dark-secondary)}.people__tabs{display:none}.people-tab{width:34px;min-width:34px;height:6px;min-height:6px;padding:0;border:0;border-radius:999px;background:rgba(23,19,16,.18);color:transparent;font-size:0;line-height:0;overflow:hidden;cursor:pointer;transition:width var(--transition-base),background-color var(--transition-base),transform var(--transition-base)}.people-tab:hover{transform:scaleX(1.06)}.people-tab.is-active{width:84px;min-width:84px;background:var(--text-dark-primary)}.people__panels{display:flex;flex-direction:column;gap:92px;width:100%;margin:0 auto;opacity:var(--people-panel-opacity);transition:opacity .92s ease;will-change:opacity}.people-panel{display:block;width:100%;padding:24px 0;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.people-panel.is-active{display:flex;opacity:1;transform:translateY(0)}.people-panel--reversed{flex-direction:row-reverse}.people-panel__section-head{width:var(--people-gallery-card-width,800px);margin:0 auto 24px}.people-panel__section-title{margin:0;color:var(--text-dark-primary);font-size:35px;font-weight:700;line-height:1.24;letter-spacing:0}.people-panel__text{flex:0 0 470px;display:flex;flex-direction:column;justify-content:flex-start;gap:22px;padding-top:16px;text-align:left}.people-panel__lead{font-weight:650}.people-panel__text p{color:var(--text-dark-secondary)}.people-panel__media{position:relative;margin:0}.people-panel__media--gallery{--people-gallery-card-width:800px;--people-gallery-card-height:450px;--people-gallery-side-padding:max(16px,calc((100vw - var(--people-gallery-card-width)) / 2));--people-gallery-gap:16px;overflow:hidden;background:transparent}.people-panel__gallery-track{display:flex;gap:var(--people-gallery-gap);width:100%;height:auto;overflow-x:auto;overflow-y:hidden;padding:0 var(--people-gallery-side-padding);scroll-padding-inline:var(--people-gallery-side-padding);scroll-snap-type:x mandatory;scrollbar-width:none;background:transparent;-webkit-overflow-scrolling:touch}.people-panel__gallery-track::-webkit-scrollbar{display:none}.people-panel__story-card{position:relative;flex:0 0 var(--people-gallery-card-width);height:var(--people-gallery-card-height);overflow:hidden;border-radius:12px;background:#d8d8d8;scroll-snap-align:start;scroll-snap-stop:normal}.people-panel__media--gallery .people-panel__story-card:before{content:"";position:absolute;inset:0;z-index:3;background:rgba(255,255,255,.54);pointer-events:none;transition:opacity .18s ease}.people-panel__media--gallery .people-panel__story-card.is-centered:before{opacity:0}.people-panel__media .people-panel__story-card img{position:absolute;inset:0;display:block;width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center;transition:opacity .22s ease,visibility .22s ease}.people-panel__media .people-panel__story-card img.is-gallery-hidden{opacity:0;visibility:hidden}.people-panel__story-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0) 28%,rgba(0,0,0,.22) 62%,rgba(0,0,0,.58));pointer-events:none}.people-panel__caption{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;margin:0;max-width:720px;color:#ffffff;font-size:35px;font-weight:700;line-height:1.32;letter-spacing:0;text-wrap:balance}.people-panel__gallery-dots{position:absolute;top:50%;right:18px;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transform:translateY(-50%);padding:10px 8px;border-radius:999px;background:rgba(23,19,16,.28);box-shadow:0 12px 30px rgba(23,19,16,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:opacity .18s ease}.people-panel__story-card:not(.is-centered) .people-panel__gallery-dots{opacity:0;pointer-events:none}.people-panel__gallery-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.62);cursor:pointer;transition:transform .18s ease,background-color .18s ease,opacity .18s ease}.people-panel__gallery-dot:hover{background:rgba(255,255,255,.82)}.people-panel__gallery-dot.is-active{width:8px;height:24px;background:#ffffff}.people-panel__gallery-dot.is-disabled{opacity:.38;cursor:default}.people-panel__nav{position:static;display:flex;justify-content:flex-end;align-items:center;gap:8px;width:var(--people-gallery-card-width,800px);margin:14px auto 0;transform:none;pointer-events:auto}.people-panel__nav-button{width:28px;height:28px;border:1px solid rgba(23,19,16,.12);border-radius:999px;background:rgba(255,255,255,.72);color:var(--text-dark-primary);font-size:18px;line-height:1;cursor:pointer;pointer-events:auto;transition:transform var(--transition-base),background-color var(--transition-base),border-color var(--transition-base)}.people-panel__nav-button:hover{transform:scale(1.04);background:#ffffff;border-color:rgba(23,19,16,.22)}.people-panel__nav-button:disabled{opacity:.42;cursor:default}.people-panel__nav-button:disabled:hover{transform:none;background:rgba(255,255,255,.72);border-color:rgba(23,19,16,.12)}.people-panel__nav-button span{display:block;transform:translateY(-1px)}.people[data-people-mode=stacked] .people-panel,.people[data-people-mode=stacked] .people-panel.is-active,.people[data-people-mode=stacked] .people-panel[hidden]{display:block;opacity:0;transform:none}.people[data-people-mode=stacked] .people__tabs{display:none}.interlude{--interlude-opacity:0;--interlude-image-inset-inline:clamp(260px,42vw,840px);--interlude-image-radius:0px;--interlude-image-scale:1;background:var(--bg-white);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:auto;padding:0 0 180px;overflow:clip}.interlude__reveal{position:relative;width:100%;margin-bottom:58px}.interlude__reveal-stage{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden}.interlude__image-window{width:100vw;max-width:100vw;overflow:hidden;clip-path:inset(0 var(--interlude-image-inset-inline) 0 var(--interlude-image-inset-inline) round var(--interlude-image-radius));will-change:clip-path}.interlude__content{width:min(890px,calc(100% - 144px));display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:58px;text-align:center;opacity:var(--interlude-opacity);transform:translateZ(0);transition:opacity 1s ease;will-change:opacity}.interlude__image{display:block;width:100%;height:auto;transform:scale(var(--interlude-image-scale));transform-origin:center center;will-change:transform}.interlude__eyebrow,.interlude__question,.interlude__title{color:#000000;font-weight:700}.interlude__title-desktop{display:inline}.interlude__title-mobile{display:none}.interlude__title-mobile-line{display:block}.interlude__bottom,.interlude__eyebrow{display:flex;flex-direction:column;align-items:center}.interlude__bottom{gap:24px;margin-top:48px}.interlude__eyebrow-line{display:block}.interlude__question{font-size:35px}.closing{--closing-inline-padding:72px;--closing-img1-opacity:0;--closing-title-opacity:0;--closing-img2-opacity:0;--closing-body-opacity:0;--closing-img3-opacity:0;--closing-cta-opacity:0;padding:50px var(--closing-inline-padding) 70px}.closing--light{background:#f5f5f7;padding-top:0}.closing--dark{background:#000000}.closing__hero{width:100%;margin:0 0 50px;overflow:hidden;display:flex;justify-content:center}.closing__hero-image{display:block;width:auto;max-width:100%;height:auto;max-height:500px}.closing__content{display:flex;align-items:flex-start;justify-content:center;gap:40px;width:min(1080px,100%);margin:0 auto}.closing__text{flex:0 0 505px;display:flex;flex-direction:column;gap:24px}.closing__title{max-width:466px;margin-top:70px;letter-spacing:0;font-weight:700;opacity:var(--closing-title-opacity)}.closing__body,.closing__title{transition:opacity .7s ease;will-change:opacity}.closing__body{max-width:520px;line-height:1.72;font-weight:500;opacity:var(--closing-body-opacity)}.closing__text .btn{margin-top:70px;opacity:var(--closing-cta-opacity);transition:opacity .7s ease;will-change:opacity}.closing--light .closing__body,.closing--light .closing__title{color:#000000}.closing--dark .closing__body,.closing--dark .closing__title{color:#ffffff}.closing__media{position:relative;flex:0 0 430px;margin:0;overflow:visible;border-radius:0;isolation:auto;display:flex;justify-content:flex-end}.closing__media-stack{width:100%;max-width:430px;min-height:700px;position:relative}.closing__polaroid{position:absolute;margin:0;padding:11px 11px 22px;background:#ffffff;border-radius:3px;box-shadow:0 12px 22px rgba(15,23,42,.18),0 4px 10px rgba(15,23,42,.12),0 1px 2px rgba(15,23,42,.08)}.closing__polaroid-image{display:block;width:100%;height:auto}.closing__polaroid--back-top{top:12px;right:8px;width:250px;transform:rotate(1.6deg);z-index:1;opacity:var(--closing-img1-opacity);transition:opacity .7s ease;will-change:opacity}.closing__polaroid--front{top:195px;left:8px;width:320px;transform:rotate(-1.8deg);z-index:3;opacity:var(--closing-img2-opacity);transition:opacity .7s ease;will-change:opacity}.closing__polaroid--back-bottom{right:0;bottom:72px;width:248px;transform:rotate(2.4deg);z-index:2;opacity:var(--closing-img3-opacity);transition:opacity .7s ease;will-change:opacity}.closing__media-sequence{position:relative;width:100%;height:481px}.closing--light .closing__media,.closing--light .closing__media-sequence{background:#f5f5f7}.closing--light .closing__media-photo{object-position:center top}.closing--dark .closing__media,.closing--dark .closing__media-sequence{background:#000000}.closing__media:after{display:none}.closing__media-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.42) 4%,rgba(0,0,0,.88) 8%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 68%,rgba(0,0,0,.86) 78%,rgba(0,0,0,.34) 90%,transparent),linear-gradient(180deg,transparent,rgba(0,0,0,.46) 4%,rgba(0,0,0,.9) 7%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 58%,rgba(0,0,0,.86) 72%,rgba(0,0,0,.28) 88%,transparent);mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.42) 4%,rgba(0,0,0,.88) 8%,rgba(0,0,0,1) 12%,rgba(0,0,0,1) 68%,rgba(0,0,0,.86) 78%,rgba(0,0,0,.34) 90%,transparent),linear-gradient(180deg,transparent,rgba(0,0,0,.46) 4%,rgba(0,0,0,.9) 7%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 58%,rgba(0,0,0,.86) 72%,rgba(0,0,0,.28) 88%,transparent);-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-size:100% 100%,100% 100%;mask-size:100% 100%,100% 100%;-webkit-mask-composite:source-in;mask-composite:intersect}.closing__media-slide{position:absolute;inset:0;opacity:0;animation-duration:18s;animation-iteration-count:infinite;animation-timing-function:linear;will-change:opacity}.closing__media-slide--1{animation-name:closingDissolveSlide1}.closing__media-slide--2{animation-name:closingDissolveSlide2}.closing__media-slide--3{animation-name:closingDissolveSlide3}.closing__media-note{display:none}@keyframes closingDissolveSlide1{0%,24%{opacity:1}33%,90%{opacity:0}to{opacity:1}}@keyframes closingDissolveSlide2{0%,27%{opacity:0}33%,57%{opacity:1}66%,to{opacity:0}}@keyframes closingDissolveSlide3{0%,60%{opacity:0}66%,90%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.closing__media-slide{animation:none}.closing__media-slide--1{opacity:1}}.site-footer{background:#e8e6ec;min-height:248px;padding:64px 72px 72px}.site-footer__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:48px;width:min(1200px,100%);margin:0 auto}.site-footer__content--mobile{display:none}.site-footer__column{display:flex;flex-direction:column}.site-footer__column--brand{align-items:flex-end;gap:12px;width:max-content;max-width:100%;text-align:right}.site-footer__column--info{gap:8px;color:#000000;font-size:13px;font-weight:400;line-height:normal;align-items:flex-start;justify-self:center;width:fit-content;max-width:100%;text-align:left}.site-footer__info-lines{display:flex;flex-direction:column;gap:10px;width:fit-content;max-width:100%}.site-footer__column--info p,.site-footer__info-lines p{margin:0}.site-footer__separator{display:inline-block;margin:0 10px;color:rgba(0,0,0,.36)}.site-footer__column--links{gap:18px;align-items:flex-end;justify-self:end;text-align:right}.site-footer__brand{color:#000000;font-size:17px;letter-spacing:-.3px}.site-footer__brand,.site-footer__tagline{margin:0;font-weight:500;width:max-content;max-width:100%;text-align:right}.site-footer__tagline{color:var(--text-muted);font-size:13px}.site-footer__links,.site-footer__socials{display:flex;align-items:center}.site-footer__socials{gap:10px;justify-content:flex-end}.site-footer__social{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:none;border-radius:0;background:transparent;color:inherit;box-shadow:none;text-decoration:none;transition:transform var(--transition-base),opacity var(--transition-base)}.site-footer__links a:hover,.site-footer__social:hover{transform:translateY(-1px)}.site-footer__social:hover{opacity:.88}.site-footer__social--blog{border-radius:15px;background:linear-gradient(180deg,#1ae36d,#06c755);box-shadow:0 10px 18px rgba(6,199,85,.18)}.site-footer__social--place{width:52px;height:52px}.site-footer__social-bubble{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:31px;height:22px;padding:0 7px;border-radius:11px;background:#ffffff;color:#06c755;font-size:10px;font-weight:800;letter-spacing:-.25px;line-height:1;text-transform:lowercase}.site-footer__social-bubble:after{content:"";position:absolute;right:8px;bottom:-3px;width:8px;height:8px;background:#ffffff;border-radius:2px;transform:rotate(32deg) skewX(-16deg)}.site-footer__place-image{display:block;width:52px;height:52px;object-fit:cover;border-radius:8px}.site-footer__links{gap:12px;flex-wrap:wrap;justify-content:flex-end}.site-footer__links a{color:#000000;font-size:13px;font-weight:500;transition:transform var(--transition-base),opacity var(--transition-base)}.site-footer__copyright{margin:0;padding:0;background:transparent;color:rgba(0,0,0,.52);font-size:13px;font-weight:400;line-height:1.2;letter-spacing:-.2px;text-align:left;align-self:flex-start}@media (max-width:1180px){.study-time__essay{width:calc(100% - 48px)}.study-case{grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:28px 36px}.study-time__body--case{max-width:none}.study-time__body--wide{left:12px;margin-top:28px}.study-time__cards{gap:18px}.study-time-card__copy{min-height:186px;padding:24px 22px 26px}.study-time-card__body{font-size:18px}}@media (max-width:980px){.site-header{height:auto;min-height:52px}.site-header__brand{font-size:15px}.site-header__inner .btn-pill,.site-header__nav{display:none}.site-header__mobile-first-row{display:flex;align-items:center;min-height:52px}.site-header__mobile-first-row>a:first-child{font-size:16px;font-weight:500}.site-header__mobile-first-row .btn-pill{display:inline-flex;margin-left:auto;font-size:13px;padding:4px 8px;min-height:0}.site-header .site-header__mobile-first-row .btn-pill{background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);border:none}.site-header.is-light .site-header__mobile-first-row .btn-pill{background:rgba(23,19,16,.1);color:var(--text-dark-primary)}.site-header__menu-button{display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:44px;height:44px;margin-left:4px;padding:0;border:0;background:transparent;cursor:pointer}.site-header__menu-button span{width:20px;height:1.5px;background:currentColor;transition:transform var(--transition-base),opacity var(--transition-base)}.site-header__menu-button,.site-header__mobile-menu{color:var(--text-on-dark)}.site-header__backdrop{position:fixed;inset:0;z-index:49;background:rgba(0,0,0,.65)}.site-header__backdrop--light{background:rgba(255,255,255,.82)}.site-header.is-light .site-header__menu-button,.site-header.is-light .site-header__mobile-menu{color:var(--text-dark-primary)}.site-header__mobile-menu{display:none;flex-direction:column;padding:0 20px 20px;background:inherit}.site-header__mobile-menu.is-open{display:flex}.site-header__mobile-menu>a:not(.btn){display:flex;align-items:center;min-height:52px;font-size:16px;font-weight:500;border-top:1px solid rgba(255,255,255,.08)}.site-header.is-light .site-header__mobile-menu>a:not(.btn){border-top-color:rgba(23,19,16,.08)}.site-header__mobile-menu>:first-child{border-top:none}.site-header__mobile-news-row{display:flex;align-items:center;gap:10px;min-height:52px;border-top:1px solid rgba(255,255,255,.08)}.site-header__mobile-news-row>span{font-size:16px;font-weight:500;flex-shrink:0}.site-header__mobile-news-sep{opacity:.3;font-weight:300;flex-shrink:0}.site-header.is-light .site-header__mobile-news-row{border-top-color:rgba(23,19,16,.08)}.site-header__mobile-news-subitems{display:flex;gap:14px;font-size:13px;font-weight:400}.hero__copy{top:60%;bottom:auto}.display-xl{font-size:44px;line-height:1.02}.display-lg,.display-md,.section-headline{font-size:38px}.display-sm{font-size:30px}.body-md,.heading-lg,.section-body,.section-subcopy,.system-lead__intro>.system-lead__line:not(.system-lead__line--wide),.system-lead__line--wide{font-size:20px}.closing,.management-bridge,.people,.site-footer,.system-lead{padding-left:24px;padding-right:24px}.closing{--closing-inline-padding:24px}.system-lead{margin-top:0;padding-top:168px;padding-bottom:25px}.system-lead__intro{margin-bottom:66px}.management-bridge{--management-bridge-overlap:20vh;--management-bridge-content-lift:5vh;--management-bridge-gap-offset:128px;--management-bridge-text-gap-reduction:78px;padding-top:calc(var(--management-bridge-overlap) - var(--management-bridge-content-lift) + var(--management-bridge-gap-offset));padding-bottom:168px}.management-bridge__inner{gap:26px}.icon-strip__inner{flex-wrap:wrap}.icon-strip__item{padding:9px 12px;font-size:14px}.process{padding-top:88px;padding-bottom:112px}.process__body+.process__title{margin-top:108px}.study-time{padding-top:104px;padding-bottom:120px}.people{padding-top:124px;padding-bottom:112px}.people__subtitle{max-width:720px;white-space:normal;text-wrap:balance}.closing__body,.closing__media,.closing__title,.interlude__bottom,.interlude__eyebrow,.interlude__image-window,.people-chapter__copy,.people-gallery,.people__subtitle,.people__title{opacity:0;transition:opacity .92s ease;will-change:opacity}.interlude{padding:40px 0 96px}.interlude__reveal{margin-bottom:45px}.interlude__content{width:min(890px,calc(100% - 48px));margin-top:45px}.closing{padding-top:100px;padding-bottom:100px}.closing--light{padding-top:0}.closing__hero{margin-bottom:104px}.site-footer{padding-top:56px;padding-bottom:64px}.site-footer__content{grid-template-columns:minmax(0,1fr)}.closing__content,.people-panel,.people-panel--reversed,.process-explorer__content,.site-footer__content{flex-direction:column}.process-explorer{width:calc(100% - 48px)}.process-explorer__content{display:flex;flex-direction:column;height:auto;min-height:auto;gap:24px}.process-side{min-height:auto}.process-list{width:100%;display:flex;flex-direction:column;gap:8px}.closing__media,.closing__text,.people-panel__text,.process-detail,.site-footer__column,.site-footer__column--brand,.site-footer__column--info,.site-footer__column--links{align-items:flex-start;flex:none;justify-self:stretch;text-align:left;width:100%;max-width:100%}.site-footer__info-lines{width:100%}.site-footer__copyright,.site-footer__info-lines p{overflow-wrap:anywhere}.study-time__essay,.study-time__head,.study-time__layer{width:calc(100% - 32px)}.study-time__layer{--study-time-proof-width:calc((100% - var(--study-time-proof-gap)) / 2);gap:32px}.study-time__cases{margin-top:36px}.study-time__cards{width:min(560px,100%);grid-template-columns:minmax(0,1fr);gap:28px;margin-top:24px}.study-time-card__copy{min-height:auto}.study-time__head{margin-bottom:64px}.study-time__essay{gap:64px}.study-case{grid-template-columns:minmax(0,1fr);gap:26px;padding-top:28px}.study-case--reversed .study-case__proofs,.study-case--reversed .study-case__text{grid-column:auto;grid-row:auto}.study-time__body--case{max-width:none}.study-time__proofs--four,.study-time__proofs--three{grid-template-columns:repeat(2,minmax(0,var(--study-time-proof-width)))}.study-time__proofs--three .study-proof:last-child{grid-column:1/-1;width:var(--study-time-proof-width);justify-self:center}.study-case__proofs--pair,.study-case__proofs--triple{grid-template-columns:repeat(2,minmax(0,1fr))}.study-case__proofs--triple .study-proof:first-child{grid-column:1/-1}.study-case__proofs--fan{display:grid;gap:18px;padding:0}.study-case__proofs--fan .study-proof:first-child,.study-case__proofs--fan .study-proof:last-child{width:auto;margin-right:0;margin-left:0;padding-top:0}.study-case__proofs--fan .study-proof:first-child .study-proof__frame,.study-case__proofs--fan .study-proof:last-child .study-proof__frame{--study-proof-tilt:0deg;--study-proof-scale:1;box-shadow:0 18px 48px rgba(23,19,16,.05)}.people-panel__nav,.people-panel__section-head,.people__head{width:min(var(--people-gallery-card-width,800px),calc(100% - 48px))}.people-panel__media--gallery{--people-gallery-side-padding:max(16px,calc((100vw - var(--people-gallery-card-width)) / 2))}.people-panel__story-card{flex-basis:var(--people-gallery-card-width);height:var(--people-gallery-card-height)}.people-panel__caption{font-size:35px}.closing__media-sequence{height:auto;aspect-ratio:392/481}.closing__media{flex-basis:auto;width:min(100%,430px)}.closing__media-stack{max-width:430px;min-height:660px}.closing__polaroid--back-top{width:236px;right:20px}.closing__polaroid--front{width:304px;left:18px;top:188px}.closing__polaroid--back-bottom{width:232px;right:10px;bottom:60px}.closing__media-note{display:none}.process-item,.process-item.is-active{min-height:62px;padding:0 16px;transform:none}.process.is-scroll-driven{padding-bottom:0}.process.is-scroll-driven .process-stage{height:auto}.process.is-scroll-driven .process-stage__viewport.is-ended,.process.is-scroll-driven .process-stage__viewport.is-fixed{position:relative;top:auto;left:auto;width:auto}.process-detail{height:auto;min-height:620px}.process-detail:before{display:none}.process-detail img{max-height:none;min-height:620px;border-radius:34px}.process-detail__callout{width:100%;margin-top:0;padding:20px 18px 22px;border-radius:28px;transform:none}.process-detail__title{display:block;font-size:25px}.process-detail__desc{font-size:17px}}@media (max-width:640px){.site-frame{width:100%}.site-header__inner{width:calc(100% - 32px);min-height:52px}.site-header__brand{font-size:13px}.hero{min-height:100svh;height:100svh}.hero__image{height:100%}.hero__copy{top:55%;bottom:auto;width:calc(100% - 32px)}.hero__subtitle-mobile-br,.icon-strip__label-br{display:block}.display-xl{font-size:34px;line-height:1.15}.display-lg,.display-md,.section-headline{font-size:30px;line-height:1.2}.display-sm{font-size:24px;line-height:1.35}.heading-lg,.section-subcopy{font-size:19px}.system-lead__intro>.system-lead__line:not(.system-lead__line--wide){font-size:19px;left:0}.system-lead__line--wide{font-size:19px}.heading-md{font-size:20px}.body-md,.body-sm,.section-body{font-size:17px}.study-time__cards{width:100%;gap:22px}.study-time-card{border-radius:14px}.study-time-card__copy{padding:10px 20px 24px}.study-time-card__label{font-size:16px}.study-time-card__body{font-size:17px;line-height:1.55}.study-time-card__media{min-height:430px}.closing,.interlude,.management-bridge,.people,.process,.site-footer,.study-time,.system-lead{padding-left:16px;padding-right:16px}.closing{--closing-inline-padding:16px}.system-lead{--lead-overlap:0vh;--lead-content-lift:0vh;margin-top:0;padding-top:144px;padding-bottom:21px}.system-lead__intro{opacity:1}.system-lead__line{opacity:0;transition:opacity .92s ease;will-change:opacity}.system-lead__line--wide{opacity:1}.system-lead__intro{margin-bottom:16px}.management-bridge{--management-bridge-overlap:0vh;--management-bridge-content-lift:0vh;--management-bridge-gap-offset:24px;--management-bridge-text-gap-reduction:0px;padding-top:24px;padding-bottom:144px}.management-bridge__inner{gap:20px;margin-top:0;opacity:1}.management-bridge__body,.management-bridge__emphasis{opacity:0;transition:opacity .92s ease;will-change:opacity}.management-bridge__body{left:0;width:100%;padding-inline:20px;text-align:center}.process{padding-top:72px}.process,.process.is-scroll-driven{padding-bottom:88px}.process__body+.process__title{margin-top:84px}.process__quote,.process__summary,.process__title{text-align:center}.process-sample-layout{display:none!important}.process-mobile-swipe{display:block;padding-bottom:8px}.process-mobile-card{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);touch-action:pan-y pinch-zoom pan-x}.process-mobile-card__image{position:relative;display:block;width:100%;aspect-ratio:4/3;overflow:hidden}.process-mobile-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.process-mobile-card__img--incoming{z-index:1;pointer-events:none}.process-mobile-card__img--slide-left{animation:gallery-slide-from-right .24s ease}.process-mobile-card__img--slide-right{animation:gallery-slide-from-left .24s ease}.process-mobile-card__body{padding:16px 18px 20px}.process-mobile-card__title{display:block;font-size:14px;font-weight:700;margin-bottom:6px;color:#000}.process-mobile-card__desc{font-size:13px;line-height:1.6;margin:0;color:#000}.idle-carousel{opacity:0;transition:opacity .92s ease;will-change:opacity;overflow:hidden;margin-inline:-16px;padding-inline:24px;margin-bottom:48px}.idle-carousel__track{display:flex;gap:10px;transition:transform .22s ease}.idle-carousel__item{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 56px);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08)}.idle-carousel__item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.process-mobile-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.process-mobile-tab{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 6px);padding:8px 4px;border:none;border-radius:10px;font-size:12px;font-weight:600;color:#000;cursor:pointer;text-align:center;transition:background-color .2s}.process-mobile-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.process-mobile-dot{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,.18);border:none;padding:0;cursor:pointer;transition:background .2s}.process-mobile-dot.is-active{background:rgba(0,0,0,.75)}.system-lead__inner{gap:8px}.counsel-grid{grid-template-columns:1fr;padding:24px 20px 6px;gap:0}.counsel-card{flex-direction:row;align-items:center;gap:20px;padding:16px 0;text-align:left;opacity:0;transition:opacity .92s ease;will-change:opacity}.counsel-card+.counsel-card{margin-top:0;padding-top:16px;border-top:1px solid #e5e7eb;border-left:0}.counsel-card__icon{flex-shrink:0;margin-bottom:0;font-size:22px}.counsel-card__title{flex-shrink:0;margin:0;font-size:15px}.counsel-card__copy{max-width:none;margin:0;font-size:13px;line-height:1.4;color:#0f172a;opacity:1}.icon-strip{padding:4px 20px 24px}.icon-strip__inner{flex-direction:column;align-items:stretch;gap:12px;opacity:0;transition:opacity .92s ease;will-change:opacity}.icon-strip__row{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.icon-strip__row:last-child{display:flex;justify-content:center}.icon-strip__row:last-child .icon-strip__item{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 3px)}.icon-strip__item{min-width:0;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8px 4px;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:13px;line-height:1.4;word-break:keep-all}.icon-strip__item i{display:none}.inner,.process__head,.study-time__head{width:calc(100% - 32px)}.process-explorer{width:calc(100% - 24px)}.process-explorer__content{display:flex;flex-direction:column;gap:0}.process-side{height:auto;min-height:auto;margin-bottom:10px}.process-list{width:100%;display:grid;grid-template-columns:repeat(3,clamp(88px,26vw,96px));justify-content:center;justify-items:stretch;column-gap:8px;row-gap:8px;flex:none;height:auto;align-content:start}.process-item,.process-item.is-active{align-items:center;justify-content:center;width:100%;min-height:34px;padding:2px;text-align:center;border-radius:10px}.process-item__head{width:100%;justify-content:center;min-height:0;text-align:center}.process-item__title{font-size:13px;line-height:1.15;letter-spacing:-.55px;white-space:nowrap;text-align:center}.process-item.is-active .process-item__body,.process-item.is-active .process-item__desc,.process-item__body,.process-item__desc{display:none}.study-time{padding-top:88px;padding-bottom:96px}.people{padding-top:104px;padding-bottom:96px}.interlude{padding:0 0 80px}.interlude__reveal{margin-bottom:32px}.interlude__image-window{clip-path:none}.interlude__content{width:min(890px,calc(100% - 32px));margin-top:32px}.interlude__title-desktop{display:none}.interlude__title-mobile{display:flex;flex-direction:column;align-items:center;font-size:28px;line-height:1.32}.interlude__title-mobile-line{white-space:nowrap}.closing{padding-top:88px;padding-bottom:88px}.closing--light{padding-top:0}.closing__hero{margin-bottom:80px}.closing__media{width:min(100%,320px)}.closing__media-stack{max-width:320px;min-height:520px}.closing__polaroid{padding:5px 5px 12px}.closing__polaroid--back-top{width:182px;top:8px;right:12px}.closing__polaroid--front{width:244px;top:150px;left:8px}.closing__polaroid--back-bottom{width:188px;right:0;bottom:44px}.site-footer{padding-top:36px;padding-bottom:40px}.process-detail,.process-detail img{height:auto;min-height:0}.process-detail img{display:block;aspect-ratio:8/5;border-radius:14px 14px 0 0}.process-mobile-copy{display:block;padding:18px 18px 20px;background:rgb(236,236,240);border-radius:0 0 14px 14px}.process-mobile-copy__desc,.process-mobile-copy__title{margin:0}.process-mobile-copy__title{color:var(--text-dark-primary);font-size:15px;font-weight:700;line-height:1.5;letter-spacing:-.5px}.process-mobile-copy__desc{margin-top:8px;color:var(--text-dark-secondary);font-size:15px;font-weight:500;line-height:1.5}.process-detail__callout{width:100%;margin-top:0;padding:18px 16px 20px;border-radius:22px;transform:none}.process-detail__title{display:block;margin-bottom:10px;font-size:25px}.process-detail__desc{font-size:16px;line-height:1.6}.study-time__head{width:calc(100% - 24px);margin-bottom:52px}.study-time__layer{--study-time-proof-width:100%;width:calc(100% - 24px);gap:28px}.study-time__cards{display:none!important}.study-mobile{display:flex;flex-direction:column;width:100%;opacity:0;transition:opacity .92s ease;will-change:opacity}.study-mobile__text{min-height:108px;font-size:17px;line-height:1.55;color:var(--text-dark-primary);margin-bottom:6px;padding-inline:8px}.study-mobile__carousel{overflow:hidden;margin-inline:-16px}.study-mobile__track{display:flex;gap:8px;padding-left:24px;transition:transform .35s ease;touch-action:pan-y pinch-zoom pan-x}.study-mobile__slide{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 108px);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.study-mobile__slide img{box-sizing:border-box;border:3px solid;border-radius:12px;width:100%;height:auto;display:block}.study-mobile__caption{margin:10px 0 0;padding:4px 14px;font-size:13px;color:var(--text-dark-secondary);text-align:center;border-radius:20px;align-self:center}.study-mobile__dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.study-mobile__dot{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,.18);border:none;padding:0;cursor:pointer;transition:background .2s}.study-mobile__dot.is-active{background:rgba(0,0,0,.75)}.study-time__cases{margin-top:24px}.study-time__essay{width:calc(100% - 24px);gap:52px}.study-time__body--case{max-width:none;font-size:18px;line-height:1.68}.study-time__body--wide{left:0;margin-top:20px}.study-case__proofs--pair,.study-case__proofs--triple,.study-time__proofs--four,.study-time__proofs--three{grid-template-columns:minmax(0,1fr)}.study-case__proofs--triple .study-proof:first-child{grid-column:auto}.people-panel__nav,.people-panel__section-head,.people__head{width:min(var(--people-gallery-card-width,800px),calc(100% - 32px))}.people__head{margin-bottom:56px}.people__panels{gap:64px}.people-panel__section-head{margin-bottom:18px}.people-panel__media--gallery{--people-gallery-side-padding:max(16px,calc((100vw - var(--people-gallery-card-width)) / 2));--people-gallery-gap:12px}.people-gallery{width:100%;height:auto}.people-gallery__advance,.people-gallery__image{position:relative;height:auto}.people-gallery__image{inset:auto;width:100%;object-fit:fill}.people-panel__story-card{flex-basis:var(--people-gallery-card-width);height:var(--people-gallery-card-height);border-radius:10px}.people-panel__caption{left:18px;right:18px;bottom:18px;font-size:35px}.closing__text{gap:14px;text-align:center;align-items:center}.closing__title{line-height:1.28;margin-top:8px;margin-bottom:20px}.closing__body{line-height:1.5}.closing__text .btn-secondary{background:#e8e6ec;border:none;color:#000000;margin-top:32px}.closing__media{order:-1;width:100%}.closing__media-stack{display:flex;flex-direction:row;gap:0;min-height:auto;position:static;max-width:100%;padding:0 4px;justify-content:center;align-items:flex-start}.closing__polaroid--back-bottom,.closing__polaroid--back-top,.closing__polaroid--front{position:relative;top:auto;left:auto;right:auto;bottom:auto;width:auto}.closing__polaroid--back-top{flex:1.331 1;z-index:1}.closing__polaroid--back-bottom{flex:1.1 1;z-index:1}.closing__polaroid--front{flex:1.872 1;z-index:3;margin-inline:-10px;transform:translateY(-20px)}.site-footer__content{gap:28px}.site-footer__links{flex-direction:column;align-items:flex-end}.site-footer__content--desktop{display:none}.site-footer__content--mobile{display:flex;flex-direction:column;gap:20px}.site-footer__content--mobile .site-footer__column--brand{align-items:center;text-align:center;width:100%;margin-bottom:0}.site-footer__mobile-text{display:flex;flex-direction:column;gap:7px;width:100%;align-items:center}.site-footer__mobile-legal-row{display:flex;flex-direction:row;gap:14px;justify-content:center}.site-footer__mobile-legal-row a{color:#000000;font-size:11px;font-weight:500;transition:transform var(--transition-base),opacity var(--transition-base)}.site-footer__mobile-legal-row:last-child{margin-top:-5px}.site-footer__mobile-legal-row:last-child a{font-size:10px;font-weight:400;color:#6a6a6a}.site-footer__socials--mobile-center{display:flex;flex-direction:row;justify-content:center;gap:14px;width:100%;margin-bottom:8px}.site-footer__socials--mobile-center .site-footer__social{width:22px;height:22px}.site-footer__socials--mobile-center .site-footer__social--blog{border-radius:5px}.site-footer__socials--mobile-center .site-footer__social-bubble{font-size:6px;min-width:16px;height:11px;padding:0 3px;border-radius:6px}.site-footer__socials--mobile-center .site-footer__social-bubble:after{display:none}.site-footer__socials--mobile-center .site-footer__place-image{width:22px;height:22px}.site-footer__copyright--mobile-center{text-align:center;width:100%;color:rgba(0,0,0,.42);font-size:10px;margin-top:-12px}.site-footer__content--mobile .site-footer__info-lines{font-size:10px;gap:0;color:#6a6a6a;line-height:1.32;text-align:center}.site-footer__content--mobile .site-footer__info-lines p{line-height:1.32}}.process{padding-top:128px}.process,.process.is-scroll-driven{padding-bottom:176px}.process__head{width:min(900px,calc(100% - 48px));margin:0 auto 45px}.process__title{font-size:clamp(30px,4.4vw,55px);margin-bottom:14px}.process__quote{margin-bottom:2px}.process__summary{margin-bottom:0}.process-sample-layout--notion{width:min(1016px,calc(100% - 48px));display:grid;grid-template-columns:260px minmax(0,640px);justify-content:center;align-items:stretch;gap:116px;margin-bottom:64px}.process-sample-layout--notion .process-tabs{display:flex;flex-direction:column;gap:0;align-self:stretch;padding:0}.process-sample-layout--notion .process-feature-card{appearance:none;position:relative;width:100%;min-height:75px;padding:0;border:0;border-radius:10px;background:transparent;box-shadow:none;color:#1d1d1f;font:inherit;font-weight:500;text-align:left;cursor:pointer;transition:background-color .18s ease,color .18s ease}.process-sample-layout--notion .process-feature-card:before{display:none}.process-sample-layout--notion .process-feature-card+.process-feature-card{border-top:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card__header{width:100%;min-height:75px;gap:14px;padding:0 16px}.process-sample-layout--notion .process-feature-card__icon-badge{width:42px;height:42px;background:transparent;border-radius:0;box-shadow:none}.process-sample-layout--notion .process-feature-card__icon{width:28px;height:28px;color:currentColor;stroke-width:2}.process-sample-layout--notion .process-feature-card__title{color:currentColor;font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-.02em;transform:scale(1);transform-origin:left center;transition:font-weight .18s ease,transform .18s ease}.process-sample-layout--notion .process-feature-card.is-active:before{display:none}.process-sample-layout--notion .process-feature-card.is-active{background:#e8e6ec;color:#1d1d1f;font-weight:700}.process-sample-layout--notion .process-feature-card.is-active .process-feature-card__title{font-weight:800;transform:scale(1.035)}.process-sample-layout--notion .process-feature-card:hover{background:#e8e6ec;color:#1d1d1f;font-weight:700}.process-sample-layout--notion .process-feature-card:hover .process-feature-card__title{font-weight:800;transform:scale(1.035)}.process-sample-layout--notion .process-feature-card.is-active .process-feature-card__icon{color:#1d1d1f}.process-sample-layout--notion .process-feature-card.is-active .process-feature-card__icon,.process-sample-layout--notion .process-feature-card:hover .process-feature-card__icon{stroke-width:2.7}.process-sample-layout--notion .process-feature-card:focus-visible{outline:2px solid rgba(23,19,16,.22);outline-offset:4px}.process-notion-gallery-wrap{width:640px;max-width:100%;justify-self:center;display:flex;flex-direction:column;gap:14px}.process-notion-gallery{position:relative;height:450px;min-height:450px;margin:0;padding:0;justify-self:center;border-radius:16px;background:#f5f5f5;overflow:hidden}.process-notion-gallery,.process-notion-gallery__controls{width:100%;max-width:100%}.process-notion-gallery__frame{min-height:450px;margin:0;background:#f5f5f5}.process-notion-gallery__frame,.process-notion-gallery__media{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px}.process-notion-gallery__media{--process-preview-fade-duration:1000ms;max-width:100%;max-height:none;background:transparent;isolation:isolate;cursor:pointer}.process-notion-gallery__media:after{content:none}.process-notion-gallery__zoom{right:18px;bottom:24px;z-index:4;width:30px;height:30px;pointer-events:auto;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.process-notion-gallery__close,.process-notion-gallery__zoom{position:absolute;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:999px;background:#ffffff;color:#111111;box-shadow:0 10px 22px rgba(0,0,0,.22);cursor:pointer}.process-notion-gallery__close{top:-48px;right:0;z-index:5;width:40px;height:40px;transition:transform .18s ease,box-shadow .18s ease,background-color .15s ease,opacity .18s ease}.process-notion-gallery__close:hover{transform:translateY(-1px);background:#ffffff;box-shadow:0 14px 26px rgba(0,0,0,.24)}.process-notion-gallery__close svg{width:18px;height:18px}.process-notion-gallery__zoom:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(0,0,0,.24)}.process-notion-gallery__zoom svg{width:18px;height:18px}.process-notion-gallery__close[hidden],.process-notion-gallery__controls[hidden],.process-notion-gallery__zoom[hidden]{display:none!important}.process-notion-gallery__image{position:relative;z-index:1;display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}.process-notion-gallery__image.is-fading-in{animation:processPreviewFadeIn .52s ease forwards}.process-notion-gallery__transition-image{position:absolute;inset:0;z-index:2;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;pointer-events:none;transition:opacity var(--process-preview-fade-duration,.52s) ease;will-change:opacity}.process-notion-gallery__transition-image.is-visible{opacity:1}@keyframes processPreviewFadeIn{0%{opacity:0}to{opacity:1}}.process-cards-grid--legacy,.process-gallery-views--legacy{display:none!important}.process-notion-gallery__caption{position:absolute;left:50%;bottom:24px;z-index:3;display:none;flex-direction:column;align-items:center;gap:0;width:min(500px,calc(100% - 24px));max-width:calc(100% - 24px);padding:14px 22px;border-radius:20px;background:rgba(0,0,0,.44);box-shadow:0 18px 40px rgba(0,0,0,.18);color:#ffffff;text-align:left;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.process-notion-gallery__copy{width:fit-content;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;align-self:center;gap:8px;background:transparent;text-align:left}.process-notion-gallery__caption.is-visible{display:flex;opacity:1;visibility:visible;transform:translate(-50%)}.process-notion-gallery__title{display:block;color:#ffffff;font-size:17px;font-weight:500;line-height:1.34;letter-spacing:-.01em}.process-notion-gallery__desc{display:block;max-width:100%;color:rgba(255,255,255,.92);font-size:25px;font-weight:700;line-height:1.22;letter-spacing:-.02em;word-break:keep-all}.process-notion-gallery__caption.is-balanced .process-notion-gallery__desc{text-wrap:wrap}@media (max-width:1040px){.process-sample-layout--notion{grid-template-columns:1fr;gap:28px}.process-sample-layout--notion .process-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-right:1px solid rgba(23,19,16,.1);border-left:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card+.process-feature-card{border-top:0}.process-sample-layout--notion .process-feature-card{min-height:74px;padding:0 12px}.process-sample-layout--notion .process-feature-card:not(:nth-child(3n+1)){border-left:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card:nth-child(n+4){border-top:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card__header{min-height:74px;padding:0}}@media (max-width:760px){.process{padding-top:96px}.process,.process.is-scroll-driven{padding-bottom:112px}.process__head{width:calc(100% - 32px);margin-bottom:45px}.process__cards{width:calc(100% - 20px);margin-bottom:50px;gap:8px}.process-card{min-height:0;padding:12px 10px 10px}.process-card__title{font-size:15px}.process-card__desc{margin-top:8px;font-size:14px;line-height:1.42}.process-sample-layout--notion{width:calc(100% - 24px);gap:22px;margin-bottom:54px}.process-sample-layout--notion .process-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.process-sample-layout--notion .process-feature-card:not(:nth-child(3n+1)){border-left:0}.process-sample-layout--notion .process-feature-card:not(:nth-child(odd)){border-left:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card:nth-child(n+3){border-top:1px solid rgba(23,19,16,.1)}.process-sample-layout--notion .process-feature-card{min-height:68px;padding:0 10px}.process-sample-layout--notion .process-feature-card__header{min-height:68px;gap:9px}.process-sample-layout--notion .process-feature-card__icon-badge{width:32px;height:32px}.process-sample-layout--notion .process-feature-card__icon{width:20px;height:20px}.process-sample-layout--notion .process-feature-card__title{font-size:14px;line-height:1.25}.process-notion-gallery{min-height:420px;padding:0;border-radius:8px}.process-notion-gallery-wrap{width:100%;gap:12px}.process-notion-gallery__frame{min-height:392px;border-radius:8px}.process-notion-gallery__media{max-height:392px;border-radius:8px}.process-notion-gallery__image{max-height:392px}.process-notion-gallery__media:after{height:56%}.process-notion-gallery__caption{left:50%;bottom:18px;width:calc(100% - 32px);max-width:calc(100% - 32px);gap:7px;padding:12px 14px 14px;border-radius:16px;transform:translate(-50%,6px)}.process-notion-gallery__zoom{bottom:18px}.process-notion-gallery__close{top:-42px;right:0;width:36px;height:36px}.process-notion-gallery__caption.is-visible{transform:translate(-50%)}.process-notion-gallery__title{font-size:14px}.process-notion-gallery__desc{max-width:none;font-size:22px;line-height:1.34}.process-evidence{width:calc(100% - 24px);margin-top:0;margin-bottom:60px}}.process.process--apple{--process-apple-layout-width:min(1000px,calc(100% - 48px));--process-apple-head-width:min(900px,calc(100% - 48px));--process-apple-left-width:360px;--process-apple-gallery-width:600px}.process.process--apple .process__head{width:var(--process-apple-head-width)}.process.process--apple .process__quote,.process.process--apple .process__summary{max-width:900px}.process.process--apple .process-sample-layout--apple{width:var(--process-apple-layout-width);margin:80px auto 60px;display:grid;grid-template-columns:var(--process-apple-left-width) minmax(0,var(--process-apple-gallery-width));justify-content:space-between;align-items:start;gap:40px;opacity:var(--process-cards-opacity,0);transition:opacity .92s ease;transition-delay:0s;will-change:opacity}.process.process--apple .pv-left{position:relative;width:var(--process-apple-left-width);max-width:100%;min-height:460px}.process.process--apple .pv-nav{position:absolute;left:-38px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;pointer-events:none;transition:opacity .25s}.process.process--apple .pv-nav.visible{opacity:1;pointer-events:auto}.process.process--apple .pv-nav-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:none;opacity:.45;cursor:pointer;transition:opacity .15s}.process.process--apple .pv-nav-btn:hover{opacity:1}.process.process--apple .pv-nav-btn:disabled{opacity:.15;cursor:default}.process.process--apple .pv-nav-btn svg{width:14px;height:14px;fill:none;stroke:#1d1d1f;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.process.process--apple .pv-items{list-style:none;gap:10px;margin:0;padding:0;min-height:460px}.process.process--apple .pv-item,.process.process--apple .pv-items{display:flex;flex-direction:column}.process.process--apple .pv-card{position:relative;align-self:flex-start;overflow:hidden;border-radius:14px;background:#e8e8ed;cursor:pointer}.process.process--apple .pv-item.open .pv-card{align-self:stretch;cursor:default}.process.process--apple .pv-header{appearance:none;display:flex;align-items:center;gap:10px;padding:14px 22px 14px 16px;border:0;background:none;width:auto;text-align:left;white-space:nowrap;cursor:pointer}.process.process--apple .pv-item.open .pv-header{display:none}.process.process--apple .pill-icon{position:relative;flex-shrink:0;width:18.5px;height:18.5px;border:1.5px solid #1d1d1f;border-radius:50%}.process.process--apple .pill-icon:after,.process.process--apple .pill-icon:before{content:"";position:absolute;left:50%;top:50%;background:#1d1d1f;border-radius:2px}.process.process--apple .pill-icon:before{width:8px;height:1.5px;transform:translate(-50%,-50%)}.process.process--apple .pill-icon:after{width:1.5px;height:8px;transform:translate(-50%,-50%)}.process.process--apple .pill-label{color:#1d1d1f;font-size:19px;font-weight:600;letter-spacing:-.01em}.process.process--apple .pv-content-wrap{display:none;overflow:hidden}.process.process--apple .pv-item.open .pv-content-wrap{display:flex;align-items:center;width:100%}.process.process--apple .pv-content{width:100%;max-width:100%;padding:16px 18px 18px;opacity:0;transition:opacity .35s ease}.process.process--apple .pv-content p{margin:0;color:#1d1d1f;font-size:18px;font-weight:500;line-height:1.6;letter-spacing:-.01em}.process.process--apple .pv-content strong{font-size:18px;font-weight:700}.process.process--apple .process-notion-gallery-wrap{width:var(--process-apple-gallery-width);max-width:100%;display:flex;flex-direction:column;gap:18px}.process.process--apple .process-notion-gallery{overflow:visible;height:450px;min-height:450px}.process.process--apple .process-notion-gallery__controls{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px;min-height:34px;margin:0;padding:0}.process.process--apple .process-gallery__bar-nav{grid-column:2;display:flex;align-items:center;justify-content:center;gap:8px}.process.process--apple .process-gallery__bar{appearance:none;width:52px;height:5px;padding:0;border:0;border-radius:999px;background:#d7d7dd;cursor:pointer;transition:background-color .18s ease,opacity .18s ease,transform .18s ease}.process.process--apple .process-gallery__bar:hover{background:#a8a8ae}.process.process--apple .process-gallery__bar.is-current{background:#1d1d1f}.process.process--apple .process-gallery__bar:disabled{cursor:default}.process.process--apple .process-notion-gallery__zoom{position:static;grid-column:3;justify-self:end;width:34px;height:34px;box-shadow:0 8px 18px rgba(0,0,0,.16)}@media (min-width:761px){.process.process--apple .process-notion-gallery__close{width:34px;height:34px}}.process.process--apple .process-notion-gallery__frame{min-height:450px}.process.process--apple .process-notion-gallery__media--apple{position:relative}.process.process--apple .process-notion-gallery__idle{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:flex-start;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}.process.process--apple .process-notion-gallery__media--apple.is-idle .process-notion-gallery__idle{opacity:1;visibility:visible}.process.process--apple .process-notion-gallery__idle-image{display:block;position:relative;z-index:0;width:auto;height:100%;max-width:none;object-fit:contain;object-position:left center}.process.process--apple .process-notion-gallery__idle-transition-image{position:absolute;top:0;left:0;z-index:1;display:none;width:auto;height:100%;max-width:none;object-fit:contain;object-position:left center;opacity:0;pointer-events:none;transition:opacity var(--process-preview-fade-duration,1s) ease;will-change:opacity}.process.process--apple .process-notion-gallery__idle-transition-image.is-active{display:block}.process.process--apple .process-notion-gallery__idle-transition-image.is-active.is-visible{opacity:1}.process.process--apple .process-notion-gallery__media--apple.is-idle .process-notion-gallery__image{visibility:hidden}.process-notion-gallery__close:focus-visible,.process.process--apple .process-gallery__bar:focus-visible,.process.process--apple .process-notion-gallery__zoom:focus-visible,.process.process--apple .pv-header:focus-visible,.process.process--apple .pv-nav-btn:focus-visible{outline:2px solid rgba(29,29,31,.28);outline-offset:2px}@media (max-width:1180px){.process.process--apple{--process-apple-layout-width:min(640px,calc(100% - 48px));--process-apple-head-width:var(--process-apple-layout-width)}.process.process--apple .process-sample-layout--apple{grid-template-columns:1fr;gap:32px}.process.process--apple .pv-left{width:100%}.process.process--apple .pv-nav{left:auto;right:0;top:-42px;transform:none;flex-direction:row}.process.process--apple .process-notion-gallery-wrap,.process.process--apple .pv-content{width:100%}}@media (max-width:760px){.process.process--apple{--process-apple-layout-width:calc(100% - 24px);--process-apple-head-width:var(--process-apple-layout-width)}.process.process--apple .process-sample-layout--apple{gap:22px;margin-bottom:54px}}.people{background:var(--bg-light-gray);padding:152px 0 156px;overflow:hidden}.people__head{width:min(1000px,calc(100% - 40px));margin:0 auto 120px;gap:28px;text-align:center;opacity:var(--people-opacity,1)}.people__subtitle,.people__title{max-width:1000px;margin-inline:auto}.people__subtitle{white-space:normal;text-wrap:balance}.people__chapters{display:flex;flex-direction:column;gap:128px;opacity:var(--people-panel-opacity,1);transition:opacity .92s ease}.people-chapter{display:grid;grid-template-columns:minmax(0,350px) 600px;gap:50px;align-items:start;width:min(1000px,calc(100% - 40px));margin:0 auto}@media (min-width:761px){.people-chapter--mentor{opacity:var(--people-mentor-opacity,1)}.people-chapter--math{opacity:var(--people-math-opacity,1)}.people-chapter--admission{opacity:var(--people-admission-opacity,1)}.people-chapter--admission,.people-chapter--math,.people-chapter--mentor{transition:opacity .92s ease;will-change:opacity}}.people-chapter--mentor{grid-template-columns:minmax(0,1fr) 600px;gap:20px;width:min(1000px,calc(100% - 40px))}.people-chapter--mentor .people-chapter__copy{grid-column:1;grid-row:1}.people-chapter--mentor .people-gallery{grid-column:2;grid-row:1}.people-chapter--image-first{grid-template-columns:600px minmax(0,350px)}.people-chapter--math{grid-template-columns:570px minmax(0,410px)}.people-chapter--image-first .people-chapter__copy{grid-column:2;grid-row:1}.people-chapter--image-first .people-gallery{grid-column:1;grid-row:1}.people-chapter--math .people-chapter__copy{transform:translateX(30px)}.people-chapter__copy{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin:0;padding:0;text-align:left}.people-chapter__paragraph{margin:0;color:var(--text-dark-primary);font-size:20px;font-weight:500;line-height:1.52;letter-spacing:0;word-break:keep-all;text-wrap:pretty}.people-chapter__paragraph--emphasis{color:var(--text-dark-primary);font-size:22px;font-weight:700;line-height:1.52}.people-gallery{position:relative;display:block;width:600px;max-width:100%;height:350px;margin:0;padding:0;overflow:hidden;border:0;border-radius:28px;background:#e8e6ec}.people-gallery__image-wrap{position:absolute;inset:0;display:block;width:100%;height:100%;overflow:hidden;border:0;background:transparent;cursor:pointer}.people-chapter--math .people-gallery{width:570px}.people-gallery__image{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%;min-width:0;object-fit:cover;opacity:1;pointer-events:none}.people-gallery__image--incoming{z-index:1;will-change:opacity,transform;pointer-events:none}.people-gallery__nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#111111;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease,background-color .18s ease,box-shadow .18s ease;box-shadow:0 10px 22px rgba(0,0,0,.18)}.people-gallery__nav--prev{left:18px}.people-gallery__nav--next{right:18px}.people-gallery__nav:hover{transform:translateY(-50%) scale(1.03)}.people-gallery__nav svg{width:17px;height:17px}.people-gallery__nav[hidden]{display:none}.people-gallery__zoom{position:absolute;right:18px;bottom:18px;z-index:2;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.86);color:#111111;cursor:pointer;opacity:1;transition:opacity .18s ease,transform .18s ease,background-color .18s ease,box-shadow .18s ease;box-shadow:0 10px 22px rgba(0,0,0,.18)}.people-gallery__zoom:hover{transform:translateY(-1px);background:#ffffff;box-shadow:0 14px 26px rgba(0,0,0,.24)}.people-gallery:focus-within .people-gallery__nav,.people-gallery:hover .people-gallery__nav{background:#ffffff;opacity:1;pointer-events:auto;box-shadow:0 14px 26px rgba(0,0,0,.24)}.people-gallery__zoom svg{width:18px;height:18px}@keyframes gallery-slide-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes gallery-slide-from-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.people-gallery__image--slide-left{animation:gallery-slide-from-right .22s ease}.people-gallery__image--slide-right{animation:gallery-slide-from-left .22s ease}@keyframes people-gallery-fade-in{0%{opacity:0}to{opacity:1}}.people-gallery__image--fade{opacity:0;animation:people-gallery-fade-in .52s ease forwards}.people-gallery__image-wrap:focus-visible{outline:3px solid rgba(31,88,150,.34);outline-offset:5px}.people-gallery__dots{display:none}.people-gallery__dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:rgba(0,0,0,.18);cursor:pointer;transition:background .18s ease}.people-gallery__dot.is-active{background:rgba(0,0,0,.5)}@media (max-width:1080px){.people-chapter,.people-chapter--image-first{grid-template-columns:minmax(0,1fr);gap:32px}.people-chapter--image-first .people-chapter__copy,.people-chapter--image-first .people-gallery{grid-column:auto;grid-row:auto}.people-chapter--mentor{grid-template-columns:minmax(0,1fr)}.people-chapter--mentor .people-chapter__copy,.people-chapter--mentor .people-gallery{grid-column:auto;grid-row:auto;align-self:auto}.people-chapter--mentor .people-gallery{order:1}.people-chapter--mentor .people-chapter__copy{order:2}.people-chapter--admission .people-gallery{order:1}.people-chapter--admission .people-chapter__copy{order:2}.people-chapter--math .people-chapter__copy{transform:none}.people-chapter--image-first .people-gallery{order:1}.people-chapter--image-first .people-chapter__copy{order:2}.people-gallery{height:350px}}@media (max-width:760px){.people{padding:104px 0 112px}.people-gallery__nav,.people-gallery__zoom{display:none}.people__head{width:min(1000px,calc(100% - 32px));margin-bottom:72px;gap:18px}.people__chapters{gap:92px}.people-chapter,.people-chapter--image-first{width:min(1000px,calc(100% - 32px))}.people-chapter__copy{gap:14px}.people-chapter__paragraph{font-size:20px;line-height:1.52}.people-chapter__paragraph--emphasis{font-size:22px;font-weight:700;line-height:1.52}.people-chapter--mentor .people-chapter__paragraph--emphasis{font-size:17px;font-weight:700}.people-chapter--admission .people-chapter__paragraph,.people-chapter--admission .people-chapter__paragraph--emphasis,.people-chapter--math .people-chapter__paragraph,.people-chapter--math .people-chapter__paragraph--emphasis,.people-chapter--mentor .people-chapter__paragraph{font-size:17px}.people-chapter--mentor .people-chapter__paragraph:not(.people-chapter__paragraph--emphasis){font-weight:500}.people-chapter--admission .people-chapter__copy,.people-chapter--math .people-chapter__copy,.people-chapter--mentor .people-chapter__copy{padding-left:20px}.people-gallery{height:350px;border-radius:20px}}@media (max-width:640px){.people-gallery{display:flex;flex-direction:column;width:100%;height:auto;overflow:visible;background:transparent;border-radius:0}.people-gallery__image-wrap{order:2;position:relative;inset:auto;overflow:hidden;border-radius:20px;height:auto}.people-gallery__image{position:relative;inset:auto;width:100%;height:auto;object-fit:fill}.people-gallery__image--incoming{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.people-gallery__dots{order:1;display:flex;justify-content:center;gap:8px;padding:0 0 10px}.people-chapter--mobile-split{row-gap:0}.people-chapter--mobile-split .people-chapter__copy{display:contents;padding-left:0}.people-chapter--mobile-split .people-chapter__paragraph--people-first,.people-chapter--mobile-split .people-chapter__paragraph--people-second,.people-chapter--mobile-split .people-chapter__paragraph--people-third{width:100%;box-sizing:border-box;padding:0 20px;text-align:center}.people-chapter--mobile-split .people-chapter__paragraph--people-first{order:1}.people-chapter--mobile-split .people-gallery{order:2;margin-top:16px}.people-chapter--mobile-split .people-gallery__image-wrap{order:1}.people-chapter--mobile-split .people-gallery__dots{order:2;padding:8px 0 0}.people-chapter--mobile-split .people-chapter__paragraph--people-second{order:3;margin-top:18px}.people-chapter--mobile-split .people-chapter__paragraph--people-third{order:4;margin-top:10px}}