:root{--bg:#fff;--surface:#fff;--surface-soft:#f8fafd;--surface-blue:#e8f0fe;--ink:#202124;--muted:#5f6368;--muted-strong:#3c4043;--line:#dadce0;--line-soft:#e8eaed;--blue:#1a73e8;--blue-hover:#1765cc;--blue-pressed:#185abc;--green:#188038;--accent-ink:#102a43;--accent-line:#c8d7f0;--accent-soft:#f3f7ff;--shadow:0 18px 46px #3c404324;--radius-lg:8px;--radius-md:8px;--radius-sm:6px;--nav-height:64px;--container:1184px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{color:var(--ink);background:var(--bg);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Google Sans,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.55}a{color:inherit}button{font:inherit}img{max-width:100%}::selection{background:#1a73e829}.site-header{z-index:10;height:var(--nav-height);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:saturate(180%)blur(18px);backdrop-filter:saturate(180%)blur(18px);background:#ffffffe6;position:sticky;top:0}.nav{width:min(var(--container), calc(100% - 48px));height:var(--nav-height);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin:0 auto;display:grid}.brand{color:var(--muted-strong);align-items:center;gap:10px;font-size:18px;font-weight:500;text-decoration:none;display:inline-flex}.nav-links{color:var(--muted);align-items:center;gap:28px;font-size:14px;display:flex}.nav-links a{text-decoration:none;transition:color .16s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--blue)}.nav>.email-button{justify-self:end}.email-button,.primary-link{border:1px solid var(--blue);background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-size:16px;font-weight:500;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.email-button{color:var(--blue);background:#fff}.email-button.compact{min-height:40px;padding:0 16px;font-size:14px}.email-emoji{display:none}.header-mail-link .email-emoji{font-size:17px;line-height:1;display:block}.primary-link:hover{background:var(--blue-hover);border-color:var(--blue-hover);box-shadow:0 2px 6px #1a73e83d}.email-button:hover{background:var(--surface-blue)}.email-button:active,.primary-link:active{background:var(--blue-pressed);border-color:var(--blue-pressed);color:#fff;transform:translateY(1px)}.email-button:focus-visible,.primary-link:focus-visible,.text-link:focus-visible,.department-tab:focus-visible,.job-trigger:focus-visible,.job-apply-cta:focus-visible,.brand:focus-visible,.nav a:focus-visible,.footer a:focus-visible{outline-offset:3px;outline:3px solid #1a73e84d}.button-note{opacity:.74;font-size:.85em}main{overflow:hidden}.hero{width:min(var(--container), calc(100% - 48px));grid-template-columns:minmax(0,.95fr) minmax(360px,.82fr);align-items:center;gap:56px;margin:0 auto;padding:86px 0 72px;display:grid}.hero-copy{max-width:680px}.eyebrow{color:var(--blue);margin:0 0 16px;font-size:16px;font-weight:500;line-height:1.4}.hero h1,.section h2,.jobs-heading h2,.office-hero-copy h1,.office-section-heading h2{color:var(--ink);letter-spacing:0;text-wrap:balance;margin:0;font-weight:500;line-height:1.08}.hero h1{max-width:760px;font-size:64px}.hero-subtitle{max-width:640px;color:var(--muted);text-wrap:pretty;margin:26px 0 0;font-size:20px;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:34px;display:flex}.text-link{color:var(--blue);font-size:16px;font-weight:500;text-decoration:none}.text-link:after{content:" >"}.text-link:hover{text-decoration:underline}.hero-visual{border:1px solid var(--accent-line);background:var(--surface-soft);border-radius:22px;min-height:470px;margin:0;overflow:hidden;box-shadow:0 18px 48px #102a431c}.hero-visual img{object-fit:cover;width:100%;height:470px;display:block}.stats-strip{width:min(var(--container), calc(100% - 48px));border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;display:grid;overflow:hidden}.stat-item{text-align:left;border-left:1px solid var(--line-soft);flex-direction:column;justify-content:center;min-height:156px;padding:28px;display:flex}.stat-item:first-child{border-left:0}.stat-item strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:44px;font-weight:500;line-height:1.1}.stat-item span{color:var(--muted);margin-top:8px;font-size:16px}.section,.jobs-section{width:min(var(--container), calc(100% - 48px));margin:0 auto;padding:84px 0}.product-section,.team-section{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:stretch;gap:28px;display:grid}.section-copy{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-soft);flex-direction:column;justify-content:center;min-height:460px;padding:48px;display:flex}.product-media{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-soft);min-height:460px;margin:0;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;min-height:460px;display:block}.section h2,.jobs-heading h2,.office-section-heading h2{font-size:48px}.section-copy p:not(.eyebrow),.team-content>p:not(.eyebrow){max-width:560px;color:var(--muted);margin:20px 0 0;font-size:18px;line-height:1.6}.product-grid{gap:14px;display:grid}.principle-card,.info-card,.benefit-grid article{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface);padding:30px;transition:border-color .18s,box-shadow .18s,transform .18s}.principle-card:hover,.info-card:hover,.benefit-grid article:hover{border-color:#c9d7f8;transform:translateY(-2px);box-shadow:0 8px 24px #3c40431f}.principle-card{min-height:148px}.principle-card h3,.info-card h3,.benefit-grid h3{margin:0;font-size:22px;font-weight:500;line-height:1.25}.principle-card p,.benefit-grid p{color:var(--muted);margin:12px 0 0;font-size:16px}.team-media{background:var(--surface-soft);border-radius:20px;overflow:hidden}.team-media img{object-fit:cover;width:100%;height:620px;display:block}.team-cards{gap:14px;margin-top:28px;display:grid}.info-card ul{color:var(--muted);margin:18px 0 0;padding:0;font-size:16px;list-style:none}.info-card li{padding-left:18px;position:relative}.info-card li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:.7em;left:0}.info-card li+li{margin-top:10px}.benefits-section{text-align:left}.benefits-section h2{width:min(760px,100%)}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.benefit-grid article:first-child{border-top:4px solid var(--blue)}.benefit-grid article:nth-child(2){border-top:4px solid #88a7d8}.benefit-grid article:nth-child(3){border-top:4px solid #b7c6dc}.jobs-section{padding-bottom:104px}.jobs-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.careers{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface)}.department-tabs{border-bottom:1px solid var(--line-soft);scrollbar-width:none;gap:8px;padding:16px;display:flex;overflow-x:auto}.department-tabs::-webkit-scrollbar{display:none}.department-tab{background:var(--surface-soft);color:var(--muted-strong);cursor:pointer;border:1px solid #0000;border-radius:999px;flex:none;padding:8px 16px;font-size:14px;transition:background .16s,border-color .16s,color .16s}.department-tab:hover,.department-tab[aria-pressed=true]{background:var(--surface-blue);color:var(--blue);border-color:#d2e3fc}.job-list{padding:0 16px 16px}.job-card{border-top:1px solid var(--line-soft)}.job-card:first-child{border-top:0}.job-trigger{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:58px minmax(0,1fr) 100px 92px 28px;align-items:center;gap:18px;padding:22px 4px;display:grid}.job-code{background:var(--surface-blue);width:42px;height:42px;color:var(--blue);border-radius:8px;place-items:center;font-size:11px;font-weight:700;display:grid}.job-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:20px;font-weight:500;overflow:hidden}.job-meta{color:var(--muted);font-size:14px}.job-salary{color:var(--green);font-variant-numeric:tabular-nums;justify-self:start;font-size:14px;font-weight:500}.job-arrow{background:var(--surface-soft);border-radius:50%;width:28px;height:28px;transition:transform .18s;position:relative}.job-arrow:before,.job-arrow:after{content:"";background:var(--muted-strong);border-radius:999px;width:10px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.job-arrow:after{transform:translate(-50%,-50%)rotate(90deg)}.job-trigger[aria-expanded=true] .job-arrow{transform:rotate(45deg)}.job-body{padding:0 96px 30px 76px}.job-body pre{max-width:none;color:var(--muted-strong);white-space:pre-wrap;font:inherit;margin:0;font-size:15px;line-height:1.7}.job-apply-cta{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:4px;justify-content:center;align-items:center;min-height:44px;margin-top:28px;padding:0 22px;font-size:15px;font-weight:500;text-decoration:none;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:inline-flex}.job-apply-cta:hover{background:var(--blue-hover);border-color:var(--blue-hover);box-shadow:0 2px 6px #1a73e83d}.job-apply-cta:active{transform:translateY(1px)}.footer{width:min(var(--container), calc(100% - 48px));border-top:1px solid var(--line-soft);color:var(--muted);justify-content:space-between;align-items:start;gap:30px;margin:0 auto;padding:32px 0 42px;font-size:13px;display:flex}.footer strong{color:var(--ink);font-size:15px;font-weight:500;display:block}.footer p{margin:6px 0 0}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--blue)}.office-hero{width:min(var(--container), calc(100% - 48px));grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);align-items:center;gap:56px;margin:0 auto;padding:82px 0 52px;display:grid}.office-hero-copy h1{max-width:640px;font-size:56px}.office-hero-copy p:not(.eyebrow){max-width:620px;color:var(--muted);text-wrap:pretty;margin:26px 0 0;font-size:19px;line-height:1.6}.office-actions{margin-top:30px}.office-hero-media{border:1px solid var(--line-soft);background:var(--surface);border-radius:20px;margin:0;overflow:hidden;box-shadow:0 12px 38px #3c40431f}.office-hero-media img{object-fit:cover;width:100%;height:640px;display:block}.office-hero-media figcaption,.office-photo figcaption{gap:4px;padding:18px 20px 20px;display:grid}.office-hero-media strong,.office-photo strong{font-size:18px;font-weight:500;line-height:1.3}.office-hero-media span,.office-photo span{color:var(--muted);font-size:14px;line-height:1.5}.office-summary{width:min(var(--container), calc(100% - 48px));grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 auto;padding:34px 0;display:grid}.office-summary article{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-soft);flex-direction:column;justify-content:center;min-height:156px;padding:28px;display:flex}.office-summary article:first-child{border-top:4px solid var(--blue)}.office-summary article:nth-child(2){border-top:4px solid #88a7d8}.office-summary article:nth-child(3){border-top:4px solid #b7c6dc}.office-summary strong{font-size:24px;font-weight:500;line-height:1.25}.office-summary span{color:var(--muted);margin-top:10px;font-size:16px}.office-gallery-section{width:min(var(--container), calc(100% - 48px));margin:0 auto;padding:72px 0 96px}.office-section-heading{max-width:760px;margin-bottom:34px}.office-gallery{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-flow:dense;gap:16px;display:grid}.office-photo{border:1px solid var(--line-soft);background:var(--surface);border-radius:20px;grid-column:span 3;margin:0;overflow:hidden}.office-photo.wide{grid-column:span 4}.office-photo.tall{grid-row:span 2}.office-photo img{object-fit:cover;width:100%;height:520px;display:block}.office-photo.wide img{height:430px}.office-photo.tall img{height:680px}@media (max-width:980px){.nav{grid-template-columns:1fr auto}.nav-links{display:none}.hero,.product-section,.team-section,.office-hero{grid-template-columns:1fr}.hero{gap:40px}.section-copy{min-height:auto}.team-media img{height:520px}.benefit-grid,.stats-strip,.office-summary{grid-template-columns:1fr}.stat-item{border-left:0;border-top:1px solid var(--line-soft)}.stat-item:first-child{border-top:0}.office-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.office-photo,.office-photo.wide{grid-column:span 1}}@media (max-width:680px){body{font-size:16px}.site-header{height:102px}.nav{grid-template-rows:56px 45px;grid-template-columns:1fr auto;gap:0 12px;width:calc(100% - 28px);height:102px}.nav-links{border-top:1px solid var(--line-soft);color:var(--muted-strong);grid-area:2/1/auto/-1;justify-content:space-between;align-self:stretch;gap:0;font-size:14px;display:flex}.nav-links a{flex:1;place-items:center;min-width:0;min-height:45px;display:grid}.header-mail-link{gap:8px;max-width:min(250px,100vw - 92px);min-height:40px;padding:0 12px;overflow:hidden}.header-mail-link .email-emoji{flex:none;font-size:17px;line-height:1;display:block}.header-mail-link .email-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hero{gap:30px;width:calc(100% - 28px);padding:52px 0 48px}.hero h1{font-size:44px}.hero-subtitle{font-size:18px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.primary-link,.hero-actions .email-button{width:100%}.hero-visual{border-radius:18px;min-height:0}.hero-visual img{height:auto}.product-media,.product-media img{border-radius:18px;min-height:360px}.stats-strip,.section,.jobs-section,.office-summary,.office-gallery-section,.footer{width:calc(100% - 28px)}.section,.jobs-section{padding:48px 0}.section h2,.jobs-heading h2,.office-section-heading h2{font-size:36px}.section-copy,.principle-card,.info-card,.benefit-grid article,.stat-item,.office-summary article{padding:24px}.office-hero{gap:30px;width:calc(100% - 28px);padding:52px 0 30px}.office-hero-copy h1{font-size:42px}.office-hero-copy p:not(.eyebrow){font-size:18px}.office-hero-media{border-radius:18px}.office-hero-media img{height:430px}.office-gallery-section{padding:42px 0 68px}.office-gallery{grid-template-columns:1fr}.office-photo,.office-photo.wide,.office-photo.tall{border-radius:18px;grid-area:auto/span 1}.office-photo img,.office-photo.wide img,.office-photo.tall img{height:430px}.team-media{border-radius:18px}.team-media img{height:430px}.jobs-heading{flex-direction:column;align-items:flex-start}.careers{margin-inline:-4px}.job-list{padding:0 14px 14px}.job-trigger{grid-template-columns:48px minmax(0,1fr) auto 28px;gap:10px;padding:18px 0}.job-title{font-size:18px}.job-meta{display:none}.job-salary{white-space:nowrap;justify-self:end;font-size:13px;display:block}.job-body{padding:0 0 24px}.job-body pre{font-size:14px}.job-apply-cta{width:100%;margin-top:22px}.footer{flex-direction:column}.footer-links{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
