.cookie-consent{left:max(30px, env(safe-area-inset-left,0px));bottom:max(30px, env(safe-area-inset-bottom,0px));z-index:90;box-sizing:border-box;color:#171717;opacity:0;background:#f5f5f5;border:0;border-radius:15px;width:min(634px,100vw - 60px);min-height:211px;padding:30px;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1);position:fixed;transform:translateY(16px);box-shadow:0 4px 5px #0000001a}.cookie-consent.is-visible{opacity:1;transform:translateY(0)}.cookie-consent.is-closing{opacity:0;pointer-events:none;transform:translateY(14px)}.cookie-consent__text{letter-spacing:0;text-align:left;max-width:574px;margin:0;font-size:22px;font-weight:400;line-height:1.7}.cookie-consent__text a{color:#8b1a2b;text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px;transition:color .16s,text-decoration-color .16s}.cookie-consent__text a:hover{color:#701421}.cookie-consent__text a:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #8b1a2b}.cookie-consent__actions{align-items:center;gap:20px;margin-top:20px;display:flex}.cookie-consent__button{color:#fff;letter-spacing:0;text-align:center;text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;height:50px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:600;line-height:normal;transition:background-color .16s,opacity .16s,transform .12s,outline-color .16s;display:inline-flex}.cookie-consent__button--reject{background:#222;width:150px}.cookie-consent__button--accept{background:#8b1a2b;width:200px}.cookie-consent__button--reject:hover{background:#343434}.cookie-consent__button--accept:hover{background:#761625}.cookie-consent__button:active{transform:translateY(1px)}.cookie-consent__button:focus-visible{outline-offset:-5px;outline:2px solid #fff;box-shadow:0 0 0 3px #8b1a2b73}.cookie-consent__button:disabled{cursor:not-allowed;opacity:.58;transform:none}@media (width<=1920px) and (width>=1181px){.cookie-consent{left:max(24px, env(safe-area-inset-left,0px));bottom:max(24px, env(safe-area-inset-bottom,0px));border-radius:12px;width:min(520px,100vw - 48px);min-height:166px;padding:24px}.cookie-consent__text{max-width:472px;font-size:18px;line-height:1.55}.cookie-consent__actions{gap:14px;margin-top:16px}.cookie-consent__button{height:44px;font-size:12px}.cookie-consent__button--reject{width:128px}.cookie-consent__button--accept{width:170px}}@media (width<=920px){.cookie-consent{z-index:15}}@media (width<=700px){.cookie-consent{left:max(16px, env(safe-area-inset-left,0px));right:max(16px, env(safe-area-inset-right,0px));bottom:max(16px, env(safe-area-inset-bottom,0px));width:auto;min-height:0;padding:22px}.cookie-consent__text{font-size:18px;line-height:1.55}.cookie-consent__actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:18px}.cookie-consent__button,.cookie-consent__button--reject,.cookie-consent__button--accept{width:100%;min-height:50px}}@media (width<=380px){.cookie-consent{padding:20px}.cookie-consent__text{font-size:17px}}@media (prefers-reduced-motion:reduce){.cookie-consent,.cookie-consent__button,.cookie-consent__text a{transition:none}.cookie-consent,.cookie-consent.is-closing{transform:none}}.question-modal-lock{overflow:hidden}.question-modal-root{z-index:1200;box-sizing:border-box;opacity:0;pointer-events:none;place-items:center;padding:32px;transition:opacity .24s;display:grid;position:fixed;inset:0}.question-modal-root.is-open{opacity:1;pointer-events:auto}.question-modal-root.is-closing{opacity:0}.question-modal-overlay{background:#0000006b;position:absolute;inset:0}.question-modal-dialog{z-index:1;box-sizing:border-box;color:#222;opacity:0;background:#fff;border-radius:10px;width:min(910px,100vw - 64px);min-height:629px;max-height:calc(100dvh - 64px);padding:60px 40px 65px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);position:relative;overflow:auto;transform:translateY(18px)scale(.985)}.question-modal-root.is-open .question-modal-dialog{opacity:1;transform:translateY(0)scale(1)}.question-modal-root.is-closing .question-modal-dialog{opacity:0;transform:translateY(12px)scale(.99)}.question-modal-close{color:#222;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font:400 20px/1 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:background-color .16s,opacity .16s,transform .12s;display:inline-flex;position:absolute;top:30px;right:30px}.question-modal-close:hover{background:#2222220f}.question-modal-close:active{transform:translateY(1px)}.question-modal-close:focus-visible{outline-offset:3px;outline:2px solid #8b1a2b}.question-modal-title{color:#222;text-align:center;margin:0 0 48px;font-size:30px;font-weight:500;line-height:normal}.question-modal-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.question-modal-field{min-width:0}.question-modal-field--full{grid-column:1/-1}.question-modal-label{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.question-modal-control{box-sizing:border-box;color:#222;background:#fff;border:1px solid #e3e3e3;border-radius:4px;outline:0;width:100%;height:60px;padding:0 19px;font:400 16px/1.35 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:border-color .16s,box-shadow .16s,background-color .16s,opacity .16s}.question-modal-control::placeholder{color:#828186;opacity:1}.question-modal-control:hover{border-color:#cfcfd2}.question-modal-control:focus{border-color:#8b1a2b;box-shadow:0 0 0 3px #8b1a2b1f}.question-modal-control[aria-invalid=true]{border-color:#9d2333;box-shadow:0 0 0 3px #9d23331a}.question-modal-control:disabled{cursor:not-allowed;opacity:.58}.question-modal-textarea{resize:none;height:179px;min-height:179px;padding:16px 19px;display:block}.question-modal-error{color:#9d2333;min-height:0;margin:7px 0 0;font-size:13px;line-height:1.35}.question-modal-actions{grid-column:1/-1;align-items:flex-start;gap:40px;margin-top:10px;display:flex}.question-modal-submit{color:#fff;letter-spacing:0;text-transform:uppercase;cursor:pointer;background:#8b1a2b;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;width:200px;height:50px;font:600 13px Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:background-color .16s,opacity .16s,transform .12s,box-shadow .16s;display:inline-flex}.question-modal-submit:hover{background:#761625}.question-modal-submit:active{transform:translateY(1px)}.question-modal-submit:focus-visible{outline-offset:-5px;outline:2px solid #fff;box-shadow:0 0 0 3px #8b1a2b73}.question-modal-submit:disabled{cursor:not-allowed;opacity:.58;transform:none}.question-modal-consent{color:#222;max-width:360px;margin:3px 0 0;font-size:15px;font-weight:400;line-height:22px}.question-modal-consent a{color:inherit;text-underline-offset:.16em;text-decoration:underline;text-decoration-thickness:1px}.question-modal-consent a:hover{color:#8b1a2b}.question-modal-consent a:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #8b1a2b}.question-modal-status{color:#222;grid-column:1/-1;min-height:20px;margin:0;font-size:14px;line-height:1.45}.question-modal-status.is-error{color:#9d2333}.question-modal-status.is-success{color:#222}@media (width<=760px){.question-modal-root{padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));align-items:center}.question-modal-dialog{width:100%;min-height:0;max-height:calc(100dvh - 32px);padding:48px 22px 28px}.question-modal-close{top:18px;right:18px}.question-modal-title{margin-bottom:28px;font-size:25px}.question-modal-form{grid-template-columns:1fr;gap:14px}.question-modal-field,.question-modal-field--full{grid-column:1/-1}.question-modal-control{height:56px}.question-modal-textarea{height:160px;min-height:160px}.question-modal-actions{flex-direction:column;gap:14px;margin-top:6px}.question-modal-submit{width:100%}.question-modal-consent{max-width:none;margin-top:0}}@media (prefers-reduced-motion:reduce){.question-modal-root,.question-modal-dialog,.question-modal-close,.question-modal-control,.question-modal-submit,.question-modal-consent a{transition:none}.question-modal-dialog,.question-modal-root.is-closing .question-modal-dialog{transform:none}}.success-modal-lock{overflow:hidden}.success-modal-root{z-index:1210;box-sizing:border-box;opacity:0;pointer-events:none;place-items:center;padding:32px;transition:opacity .24s;display:grid;position:fixed;inset:0}.success-modal-root.is-open{opacity:1;pointer-events:auto}.success-modal-root.is-closing{opacity:0}.success-modal-overlay{background:#0000006b;position:absolute;inset:0}.success-modal-dialog{z-index:1;box-sizing:border-box;background:var(--ulyanov-color-surface-raised,#fff);width:min(910px,100vw - 64px);min-height:420px;max-height:calc(100dvh - 64px);color:var(--ulyanov-color-ink-primary,#222);opacity:0;border-radius:10px;padding:103px 40px 64px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);position:relative;overflow:auto;transform:translateY(18px)scale(.985)}.success-modal-root.is-open .success-modal-dialog{opacity:1;transform:translateY(0)scale(1)}.success-modal-root.is-closing .success-modal-dialog{opacity:0;transform:translateY(12px)scale(.99)}.success-modal-close{width:30px;height:30px;color:var(--ulyanov-color-ink-primary,#222);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;font:400 20px/1 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:background-color .16s,opacity .16s,transform .12s;display:inline-flex;position:absolute;top:30px;right:30px}.success-modal-close:hover{background:#2222220f}.success-modal-close:active{transform:translateY(1px)}.success-modal-close:focus-visible{outline-offset:3px;outline:2px solid #8b1a2b}.success-modal-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:28px;width:100%;max-width:830px;margin:0 auto;display:flex}.success-modal-icon{flex:none;width:72px;height:72px;display:block}.success-modal-title{color:var(--ulyanov-color-ink-primary,#222);text-align:center;margin:0;font-size:30px;font-weight:500;line-height:normal}.success-modal-action{color:#fff;text-align:center;text-transform:uppercase;cursor:pointer;background:#8b1a2b;border:0;border-radius:4px;justify-content:center;align-items:center;width:200px;height:50px;padding:0 24px;font:600 13px/1 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:background-color .16s,opacity .16s,transform .12s;display:inline-flex}.success-modal-action:hover{background:#761625}.success-modal-action:active{transform:translateY(1px)}.success-modal-action:focus-visible{outline-offset:-5px;outline:2px solid #fff;box-shadow:0 0 0 3px #8b1a2b52}.success-modal-action:disabled{cursor:not-allowed;opacity:.58}@media (width<=640px){.success-modal-root{padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));align-items:center}.success-modal-dialog{width:100%;min-height:0;max-height:calc(100dvh - 32px);padding:76px 24px 30px}.success-modal-close{width:44px;height:44px;top:16px;right:16px}.success-modal-content{gap:24px}.success-modal-icon{width:64px;height:64px}.success-modal-title{font-size:25px;line-height:1.2}.success-modal-action{width:100%;max-width:320px}}@media (prefers-reduced-motion:reduce){.success-modal-root,.success-modal-dialog,.success-modal-close,.success-modal-action{transition:none}.success-modal-dialog,.success-modal-root.is-closing .success-modal-dialog{transform:none}}:root{--page-bg:#f5f5f5;--surface:#fff;--soft:#ededed;--ink:#222;--heading:#262c3d;--muted:#777;--text-soft:#555;--crumb:#999;--accent:#8b1a2b;--line:#cecece;--border:#0000001a;--container:1480px;--gutter:clamp(20px, 11.46vw, 220px);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease:cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--surface)}body{font-family:var(--font);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;min-width:320px;margin:0}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline-offset:4px;outline:3px solid #8b1a2b52}button{font:inherit}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(var(--container), calc(100vw - (var(--gutter) * 2)));margin:0 auto}.site-header{z-index:20;background:var(--surface);height:83px;padding-top:24px;position:relative}.site-header .container{width:calc(100vw - (var(--gutter) * 2));max-width:var(--container);margin:0 auto;position:relative}.main-nav{letter-spacing:.016em;text-transform:uppercase;white-space:nowrap;justify-content:space-between;align-items:flex-start;gap:clamp(24px,4.85vw,77.5px);width:100%;font-size:16px;font-weight:600;line-height:19px;display:flex}.main-nav a{color:var(--ink);padding-top:13px;position:relative}.main-nav a:before{content:"";background:#d9d9d9;width:100%;height:1px;transition:background .18s,height .18s;position:absolute;top:0;left:0}.main-nav a:hover:before,.main-nav a[aria-current=page]:before{background:var(--accent);height:2px}.mobile-header-logo{display:none}.menu-toggle{border:1px solid var(--border);background:var(--surface);width:46px;height:46px;color:var(--heading);z-index:40;border-radius:10px;justify-content:center;align-items:center;transition:border-color .18s,background .18s;display:none;position:relative}.menu-toggle:hover{border-color:var(--accent)}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{background:currentColor;border-radius:99px;width:20px;height:2px;transition:transform .22s,opacity .18s;display:block}.menu-toggle span{position:relative}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;left:0}.menu-toggle span:before{transform:translateY(-7px)}.menu-toggle span:after{transform:translateY(7px)}.menu-toggle[aria-expanded=true] span{transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:before{opacity:0}.menu-toggle[aria-expanded=true] span:after{transform:rotate(90deg)}.page-hero{background:var(--page-bg);padding:60px 0}.breadcrumbs{color:var(--crumb);align-items:center;gap:8px;margin:0 0 20px;font-size:13px;font-weight:400;line-height:16px;display:flex}.breadcrumbs a{transition:color .18s var(--ease)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs [aria-current=page]{color:var(--heading)}.page-title{color:var(--heading);letter-spacing:0;margin:0 0 40px;font-size:clamp(38px,2.71vw,52px);font-weight:700;line-height:1.15}.hero-grid{grid-template-columns:minmax(0,830px) minmax(360px,1fr);align-items:start;gap:45px;display:grid}.hero-photo{aspect-ratio:830/400;background:#d9dbe0;border-radius:16px;width:100%;overflow:hidden}.hero-photo img{object-fit:cover;object-position:center 45%;width:100%;height:100%}.profile-card{max-width:605px}.profile-card h2{color:var(--heading);margin:0;font-size:clamp(30px,1.88vw,36px);font-weight:700;line-height:1.22}.accent-line{background:var(--accent);border-radius:20px;height:3px;margin:20px 0 30px;display:block}.profile-line{width:min(470px,100%);margin:8px 0 24px}.profile-card p{color:var(--text-soft);margin:0;font-size:16px;font-weight:400;line-height:27px}.profile-card p+p{margin-top:13px}.content-section{background:var(--surface);padding:60px 0}.content-section.is-gray{background:var(--page-bg)}.content-section.is-tall,.content-section.is-quote{padding:60px 0}.section-title{color:var(--heading);letter-spacing:.48px;text-transform:uppercase;margin:0;font-size:clamp(22px,1.25vw,24px);font-weight:600;line-height:1.21}.section-lead{color:var(--ink);max-width:1180px;margin:0;font-size:clamp(18px,1.04vw,20px);font-weight:400;line-height:1.35}.line-education{width:650px;max-width:100%}.content-section[data-od-id=path-education] .line-education{margin:8px 0 24px}.content-section[data-od-id=path-education] .section-lead{max-width:900px}.line-career{width:703px;max-width:100%}.content-section[data-od-id=path-career] .line-career{margin-top:7px}.content-section[data-od-id=path-service]{padding:60px 0}.content-section[data-od-id=path-service] .line-service{display:none}.content-section[data-od-id=path-service] .section-title{display:inline-block}.content-section[data-od-id=path-service] .section-title:after{content:"";background:var(--accent);border-radius:20px;width:100%;height:3px;margin-top:4px;display:block}.content-section[data-od-id=path-family-quote]{padding:60px 0}.line-awards{display:none}.content-section[data-od-id=path-awards] .section-title{color:var(--ink);margin-bottom:30px;display:inline-block}.content-section[data-od-id=path-awards] .section-title:after{content:"";background:var(--accent);border-radius:20px;width:100%;height:3px;margin-top:5px;display:block}.content-section[data-od-id=path-character] .section-title{margin-left:20px;display:inline-block}.content-section[data-od-id=path-character] .section-title:after{content:"";background:var(--accent);border-radius:20px;width:100%;height:3px;margin-top:8px;display:block}.content-section[data-od-id=path-character] .line-character{display:none}.split-layout{grid-template-columns:minmax(360px,605px) minmax(420px,1fr);align-items:start;gap:clamp(48px,7.55vw,145px);margin-top:40px;display:grid}.content-section[data-od-id=path-education] .split-layout{margin-top:42px}.content-section[data-od-id=path-education] .figure-column{--education-frame-offset:clamp(12px, 3.7vw, 24px);margin:0}.content-section[data-od-id=path-education] .info-item{padding:40px 0 43px}.content-section[data-od-id=path-education] .info-item:first-child{padding-top:42px}.content-section[data-od-id=path-education] .info-item h3{margin-bottom:24px}.figure-photo{background:var(--soft);border-radius:8px;width:100%;overflow:hidden}.education-photo{width:calc(100% + var(--education-frame-offset));margin-left:calc(var(--education-frame-offset) * -1);aspect-ratio:652/598}.content-section[data-od-id=path-education] .figure-caption{width:calc(100% + var(--education-frame-offset));margin-left:calc(var(--education-frame-offset) * -1)}.awards-photo{aspect-ratio:605/550;touch-action:pan-y;cursor:grab;position:relative}.awards-photo.is-dragging{cursor:grabbing}.awards-slides{width:100%;height:100%;transition:transform .26s cubic-bezier(.25,1,.5,1);display:flex;transform:translate(0,0)}.awards-photo.is-dragging .awards-slides{transition:none}.awards-slide{flex:0 0 100%;width:100%;height:100%;overflow:hidden}.awards-slide img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;display:block}.content-section[data-od-id=path-awards] .figure-column{margin:0}.figure-photo img{object-fit:cover;width:100%;height:100%}.education-photo img{object-fit:contain;object-position:center center}.awards-photo img{object-position:52% center}.awards-pagination{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.awards-dot{cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:44px;padding:0;display:grid}.awards-dot:before{content:"";background:#fff;border-radius:50%;width:11px;height:11px;transition:transform .15s cubic-bezier(.25,1,.5,1),background-color .15s;display:block;box-shadow:0 1px 3px #00000052}.awards-dot.is-active:before{background:var(--accent);transform:scale(1.08)}.awards-dot:focus-visible{outline-offset:-8px;border-radius:50%;outline:2px solid #fff}@media (hover:hover) and (pointer:fine){.awards-dot:hover:before{transform:scale(1.18)}}.content-section[data-od-id=path-awards] .info-list{border-color:#d6d6d6}.content-section[data-od-id=path-awards] .info-item{border-color:#d6d6d6;padding:31px 0 25px}.content-section[data-od-id=path-awards] .info-item:first-child{padding-top:31px}.content-section[data-od-id=path-awards] .info-item h3{margin-bottom:28px;font-size:20px;line-height:26px}.content-section[data-od-id=path-awards] .info-item:last-child{padding-top:22px;padding-bottom:22px}.content-section[data-od-id=path-awards] .info-item:last-child h3{margin-bottom:0}.figure-caption{color:var(--heading);text-align:center;margin-top:20px;font-size:18px;font-weight:600;line-height:30px}.info-list{border-top:1px solid var(--soft)}.info-item{border-bottom:1px solid var(--soft);padding:38px 0}.info-item:first-child{padding-top:0}.info-item h3{color:var(--ink);margin:0 0 20px;font-size:18px;font-weight:600;line-height:24px}.info-item p{color:var(--muted);margin:0;font-size:16px;font-weight:400;line-height:25px}.info-item p+p{margin-top:12px}.career-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:20px;margin-top:40px;display:grid}.career-card{background:var(--surface);min-height:180px;transition:transform .22s var(--ease), box-shadow .22s var(--ease);border-radius:12px;padding:28px 30px;position:relative}.career-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #262c3d14}.period{color:var(--accent);align-items:center;gap:10px;margin-bottom:12px;font-size:14px;font-weight:600;line-height:17px;display:flex}.period:before{content:"";background:var(--accent);border-radius:20px;flex:none;width:3px;height:16px}.career-card h3{color:var(--ink);margin:0 0 8px;padding-right:0;font-size:18px;font-weight:600;line-height:22px}.mobile-career-location-break{display:none}.career-card.has-logo h3{padding-right:170px}.career-card p{color:var(--muted);margin:0;font-size:16px;font-weight:400;line-height:22px}.career-logo{object-fit:contain;max-width:138px;max-height:34px;position:absolute;top:29px;right:30px}.career-logo.is-profmed{width:133px;height:26px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:40px;display:grid}.service-card{background:var(--page-bg);border-radius:8px;min-height:112px;padding:30px}.service-card h3{color:var(--ink);margin:0 0 12px;font-size:22px;font-weight:600;line-height:27px}.service-card p{color:var(--muted);margin:0;font-size:16px;font-weight:400;line-height:22px}.family-quote{grid-template-columns:185px minmax(0,1fr);align-items:start;gap:56px;max-width:1480px;display:grid}.content-section[data-od-id=path-family-quote] blockquote{grid-template-columns:34px minmax(0,1fr);align-items:start;column-gap:14px;margin-top:40px;display:grid;position:relative}.content-section[data-od-id=path-family-quote] .quote-mark{width:34px;height:62px;color:var(--accent);letter-spacing:0;background:0 0;margin:0;font-size:52px;font-weight:600;line-height:62px;position:absolute;top:-10px;left:0;overflow:visible}.content-section[data-od-id=path-family-quote] .quote-text,.content-section[data-od-id=path-family-quote] .quote-cite{grid-column:2}.content-section[data-od-id=path-family-quote] .quote-text{max-width:1160px;font-size:clamp(24px,2vw,28px);line-height:1.29}.content-section[data-od-id=path-family-quote] .quote-cite{margin-top:28px}.quote-avatar,.character-avatar{background:var(--soft);border-radius:50%;flex:none;width:185px;height:185px;overflow:hidden}.quote-avatar img,.character-avatar img{object-fit:cover;object-position:center;width:100%;height:100%}.quote-mark{color:var(--accent);margin:0 0 20px;font-size:48px;font-weight:600;line-height:42px;display:block}blockquote{margin:0}.quote-text{color:var(--ink);max-width:1090px;margin:0;font-size:clamp(22px,1.46vw,28px);font-weight:600;line-height:1.29}.quote-cite{color:var(--muted);margin-top:20px;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:block}.award-closing{color:var(--ink);margin:30px 0 0;font-size:16px;font-weight:400;line-height:25px}.content-section[data-od-id=path-awards] .award-closing{margin-top:22px;font-size:18px;line-height:28px}.character-layout{grid-template-columns:355px minmax(0,1fr);align-items:start;gap:43px;margin-top:40px;display:grid}.character-card{text-align:left;flex-direction:column;align-items:flex-start;max-width:355px;padding-left:20px;display:flex}.character-name{color:var(--heading);margin:36px 0 8px;font-size:16px;font-weight:700;line-height:25px}.character-facts{color:var(--ink);margin:0;font-size:16px;font-weight:400;line-height:30px}.character-quote{grid-template-columns:30px minmax(0,1fr);align-items:start;column-gap:20px;padding-top:17px;display:grid}.character-quote .quote-mark{grid-column:1;margin:0;line-height:42px}.character-quote .quote-text{max-width:1090px;color:var(--ink);grid-column:2;font-size:24px;font-weight:400;line-height:35px}.character-quote .quote-cite,.character-quote .primary-button{grid-column:2;justify-self:start}.character-quote .quote-cite{margin-top:28px}.primary-button{background:var(--accent);min-width:268px;min-height:50px;color:var(--surface);text-transform:uppercase;cursor:pointer;transition:transform .18s var(--ease), background-color .18s var(--ease);border:0;border-radius:4px;justify-content:center;align-items:center;margin-top:30px;padding:15px 28px 14px;font-size:13px;font-weight:600;line-height:16px;display:inline-flex}.primary-button:hover{background:#741423;transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.footer{background:var(--page-bg);padding:60px 0}.footer-brand{background:var(--surface);width:230px;height:48px;color:var(--ink);letter-spacing:.18px;border-radius:10px;place-items:center;font-size:18px;font-weight:600;line-height:22px;display:grid}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 38px;margin:0;padding:0;list-style:none;display:grid}.footer-link{color:var(--ink);text-transform:uppercase;transition:color .18s var(--ease);font-size:16px;font-weight:600;line-height:19px;display:inline-flex}.footer-link:hover,.footer-link[aria-current=page]{color:var(--accent)}.footer-contacts{color:#222c;letter-spacing:.18px;gap:12px;font-size:18px;font-style:normal;font-weight:400;line-height:1.35;display:grid}.footer-contacts a{transition:color .18s var(--ease)}.footer-contacts a:hover{color:var(--accent)}.to-top{width:67px;height:67px;transition:transform .18s var(--ease), border-color .18s var(--ease);border:1px solid #00000029;border-radius:50%;justify-content:center;align-items:center;margin-top:18px;display:inline-flex}.to-top img{width:20px;height:25px}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);grid-template-columns:1fr 1fr 1fr;align-items:center;gap:24px;margin-top:45px;padding-top:23px;font-size:13px;font-weight:400;line-height:16px;display:grid}.footer-bottom a{text-align:center;transition:color .18s var(--ease);justify-self:center}.footer-bottom a:hover{color:var(--accent)}.developer{justify-self:end}.desktop-100-space,.desktop-100-break{display:none}[data-reveal]{opacity:0;transition:opacity .62s var(--ease), transform .62s var(--ease);transform:translateY(18px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (width<=1700px){.main-nav{gap:clamp(24px,3vw,58px);font-size:14px}}@media (width<=1920px) and (width>=1501px){.line-education{width:600px}.line-career{width:650px}.hero-grid{grid-template-columns:700px minmax(360px,1fr);gap:45px}.hero-photo{aspect-ratio:auto;width:700px;height:400px}.content-section[data-od-id=path-character] .character-quote .quote-text{font-size:22px;line-height:33px}.content-section[data-od-id=path-service]{padding-bottom:30px}.content-section[data-od-id=path-family-quote]{padding-top:30px}.desktop-100-hide-break{display:none}.desktop-100-space{display:inline}.desktop-100-break{display:block}}@media (width<=1500px){:root{--gutter:clamp(40px, 5vw, 96px)}.hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(360px,.95fr)}.career-card h3{padding-right:0}.career-logo{margin:0 0 20px 13px;position:static}}@media (width<=1920px) and (width>=1181px){.profile-card h2{display:inline-block}.profile-card h2:after{content:"";background:var(--accent);border-radius:20px;width:100%;height:3px;margin:8px 0 24px;display:block}.profile-line{display:none}.content-section[data-od-id=path-education] .info-item:first-child .desktop-100-space{display:inline}.education-title-break{display:none}.content-section[data-od-id=path-education] .info-item{padding-top:28px;padding-bottom:29px}.content-section[data-od-id=path-education] .info-item:first-child{padding-top:28px}.content-section[data-od-id=path-education] .info-item h3{margin-bottom:16px}.content-section[data-od-id=path-education] .info-item p+p{margin-top:8px}.content-section[data-od-id=path-awards] .info-item{padding-top:22px;padding-bottom:18px}.content-section[data-od-id=path-awards] .info-item:first-child{padding-top:22px}.content-section[data-od-id=path-awards] .info-item h3{margin-bottom:16px}.content-section[data-od-id=path-awards] .info-item p+p{margin-top:8px}.content-section[data-od-id=path-awards] .info-item:last-child{padding-top:18px;padding-bottom:18px}.content-section[data-od-id=path-awards] .award-closing{margin-top:16px}.content-section[data-od-id=path-awards] .awards-100-inline-space{display:none}.content-section[data-od-id=path-character] .character-quote .quote-text{font-size:21px;line-height:32px}}@media (width<=1180px){:root{--gutter:40px}.main-nav{gap:24px;font-size:13px}.main-nav a{font-size:13px}.hero-grid,.split-layout,.character-layout{grid-template-columns:1fr}.profile-card{max-width:760px}.split-layout{gap:36px}.figure-column{max-width:605px}.character-card{text-align:left;align-items:flex-start;max-width:none;padding-left:0}.content-section[data-od-id=path-character] .section-title{margin-left:0}.footer-grid{grid-template-columns:1fr 1.3fr}.footer-contacts{grid-column:2}}@media (width<=920px){:root{--gutter:24px}.site-header{height:74px;padding-top:14px}.site-header .container{justify-content:flex-end;width:calc(100vw - 40px);margin:0 auto;display:flex}.mobile-header-logo{display:none}.menu-toggle{display:flex}.main-nav{opacity:0;pointer-events:none;white-space:normal;background:#fffffffa;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;min-height:100vh;padding:92px 28px 40px;transition:transform .26s,opacity .22s;display:flex;position:fixed;inset:0 0 auto;transform:translateY(-100%)}.main-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{border-bottom:1px solid #22222214;padding:17px 0;font-size:18px;line-height:1.25}.main-nav a:before{display:none}.page-hero,.content-section,.content-section.is-tall,.content-section.is-quote{padding:60px 0}.career-grid,.service-grid{grid-template-columns:1fr}.family-quote{grid-template-columns:1fr;gap:28px}.footer-grid,.footer-bottom{grid-template-columns:1fr}.footer-contacts{grid-column:auto}.footer-nav{grid-template-columns:1fr}.footer-bottom a,.developer{text-align:left;justify-self:start}}@media (width<=640px){:root{--gutter:20px}html,body{max-width:100%;overflow-x:hidden}.site-header .container{width:calc(100vw - 32px)}.page-title{margin-bottom:28px}.hero-grid{gap:30px}.hero-photo{aspect-ratio:335/250}.profile-card h2{font-size:28px;line-height:34px}.section-title{letter-spacing:.4px;font-size:20px;line-height:27px}.accent-line{margin:16px 0 24px}.profile-line{width:120px;margin:5px 0 24px}.content-section[data-od-id=path-education] .line-education{width:136px;max-width:136px}.content-section[data-od-id=path-career] .line-career{width:162px;max-width:162px}.content-section[data-od-id=path-education] .figure-column{--education-frame-offset:20px;max-width:none}.content-section[data-od-id=path-education] .education-photo,.content-section[data-od-id=path-education] .figure-caption{width:calc(100% + (var(--education-frame-offset) * 2));margin-left:calc(var(--education-frame-offset) * -1)}.section-lead{font-size:17px;line-height:25px}.split-layout,.career-grid,.service-grid,.character-layout{margin-top:30px}.content-section[data-od-id=path-service]{padding-bottom:30px}.content-section[data-od-id=path-family-quote]{padding-top:30px}.content-section[data-od-id=path-career]{overflow-x:hidden}.content-section[data-od-id=path-career]>.container{width:min(350px,100% - 24px);max-width:350px}.content-section[data-od-id=path-career] .career-grid{width:100%;min-width:0;max-width:100%;margin-inline:0;transform:none}.content-section[data-od-id=path-career] .career-card{width:100%;min-width:0;max-width:100%;margin-inline:0}.content-section[data-od-id=path-career] .career-logo{margin:0;position:absolute;top:24px;right:24px}.content-section[data-od-id=path-career] [data-od-id=career-profservice] .career-logo{width:124px;max-width:124px;height:auto}.content-section[data-od-id=path-career] [data-od-id=career-profmed] .career-logo{width:114px;max-width:114px;height:auto}.content-section[data-od-id=path-career] [data-od-id=career-profservice] h3,.content-section[data-od-id=path-career] [data-od-id=career-profmed] h3{white-space:nowrap;max-width:none;padding-right:0}.mobile-career-location-break{display:block}.career-card,.service-card{padding:24px}.figure-caption{font-size:16px;line-height:24px}.info-item{padding:28px 0}.quote-avatar,.character-avatar{width:156px;height:156px}.quote-text,.character-quote .quote-text{font-size:19px;line-height:30px}.character-name{font-size:24px;line-height:30px}.primary-button{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}.footer{background:#f5f5f5;min-height:auto;padding:60px 0}.footer,.footer *{box-sizing:border-box}.footer .container{width:calc(100vw - (var(--gutter) * 2));max-width:var(--container);margin:0 auto}.footer-grid{grid-template-columns:230px 255px 250px 230px 67px;align-items:start;gap:112px;display:grid}.footer-logo{letter-spacing:.18px;width:230px;height:48px;color:var(--text);background:#e8e8e8;border-radius:10px;place-items:center;font-size:18px;text-decoration:none;display:grid}.footer-links{white-space:nowrap;gap:10px;font-size:18px;font-weight:500;display:grid}.footer a{color:inherit;text-decoration:none}.footer-address,.footer-contact{color:#222c;letter-spacing:.18px;white-space:nowrap;font-size:18px;font-style:normal;font-weight:400;line-height:1.35;display:block}.footer-contact a{display:inline}.to-top{background:0 0;border:1px solid #2a2a2a33;border-radius:50%;place-items:center;width:67px;height:67px;margin-top:0;transition:transform .25s,border-color .25s;display:grid}.to-top:hover{border-color:var(--accent);transform:translateY(-2px)}.to-top img{width:20px;height:25px;display:block}.footer-bottom{color:#222c;letter-spacing:.16px;border-top:1px solid #2222221a;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:40px;padding-top:40px;font-size:16px;font-weight:400;line-height:1.35;display:grid}.footer-bottom span:last-child{text-align:right}.footer-bottom a{text-align:center;justify-self:center}@media (width<=1700px){.footer-grid{grid-template-columns:230px minmax(180px,250px) minmax(170px,1fr) minmax(170px,1fr) 67px;gap:clamp(18px,2.6vw,56px)}}@media (width<=1360px){.footer-grid{grid-template-columns:230px 1fr 1fr;gap:50px}}@media (width<=920px){.footer-grid,.footer-bottom{grid-template-columns:1fr}.footer-bottom span:last-child{text-align:left}.footer-bottom a{text-align:left;justify-self:start}}@media (width<=640px){.site-header .container{justify-content:space-between;align-items:center;width:calc(100vw - 32px)}.mobile-header-logo{width:230px;height:46px;color:var(--text,var(--ink));letter-spacing:.18px;background:#f5f5f5;border-radius:10px;place-items:center;margin-left:0;font-size:18px;font-weight:400;line-height:1;text-decoration:none;display:grid}.footer{padding-top:40px}}
