@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

:root{--text:#343434;--muted:#747b83;--line:#e6e6e6;--content:2020px;--accent:#171717}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:72px}
body{margin:0;font-family:'Open Sans',Arial,sans-serif;color:var(--text);background:#fff;font-weight:400}
a{color:inherit}
img{display:block;max-width:100%;height:auto}

/* Ballmer Peak landing page */
.home-page{background:#000;color:#fff;min-height:100vh;overflow:hidden}
.home-hero{position:relative;min-height:100vh;background:#000;display:grid;place-items:center;isolation:isolate}
.home-art{position:absolute;inset:0;background-repeat:no-repeat;pointer-events:none;z-index:-1}
.art-blue{background-image:url('/assets/home/bg-blue.png');background-size:min(67vw,1700px) auto;background-position:21% 7%;opacity:.78}
.art-pink{background-image:url('/assets/home/bg-pink.png');background-size:min(67vw,1700px) auto;background-position:18% 55%;opacity:.78}
.home-brand{text-align:center;transform:translateY(-1vh)}
.ballmer-mark{width:160px;height:124px;border:5px solid #fff;border-radius:22px;margin:0 auto 20px;display:grid;place-items:center;font-size:78px;font-weight:300;line-height:1}
.home-brand h1{font-size:clamp(62px,5.5vw,112px);line-height:1.05;font-weight:300;margin:0;letter-spacing:-4px}
.home-brand>p{font-size:36px;line-height:1.2;margin:18px 0 112px;font-weight:400}
.app-link{display:inline-flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;font-size:34px;transition:transform .2s ease,filter .2s ease}
.app-link img{width:100px;border-radius:19px;box-shadow:0 12px 36px rgba(0,0,0,.35)}
.app-link:hover,.app-link:focus-visible{transform:translateY(-4px);filter:brightness(1.08)}

/* PaceMe */
.paceme-page{font-size:16px;line-height:1.7;color:var(--muted)}
.site-header{height:72px;background:#f1f1f1;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.03)}
.nav-shell{max-width:1140px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}
.brand-link{display:flex;align-items:center;gap:7px;text-decoration:none;color:#2e2e2e;font-size:18px;font-weight:600}
.brand-link img{width:27px;height:27px;border-radius:5px;object-fit:cover;object-position:left}
.nav-links{display:flex;align-items:center;gap:34px}
.nav-links a{text-decoration:none;color:#2f2f2f;font-size:14px;transition:opacity .2s}
.nav-links a:hover{opacity:.55}
.menu-button{display:none;border:0;background:none;padding:8px;font:inherit;font-size:24px;color:#333}

.pace-hero{position:relative;height:1370px;max-height:calc(100vh - 72px);min-height:700px;background:#000;overflow:hidden;color:#fff;isolation:isolate}
.hero-ribbon{position:absolute;inset:0;background-repeat:no-repeat;pointer-events:none;z-index:-1}
.hero-ribbon.blue{background-image:url('/assets/home/bg-blue.png');background-size:min(67vw,1700px) auto;background-position:21% 7%;opacity:.75}
.hero-ribbon.pink{background-image:url('/assets/home/bg-pink.png');background-size:min(67vw,1700px) auto;background-position:18% 58%;opacity:.75}
.hero-inner{height:100%;max-width:1500px;margin:auto;position:relative}
.hero-phone{position:absolute;width:560px;left:190px;top:24%;transform:rotate(22deg);filter:drop-shadow(0 30px 35px rgba(0,0,0,.45));z-index:2}
.hero-watch{position:absolute;width:300px;left:675px;top:58%;filter:drop-shadow(0 25px 30px rgba(0,0,0,.55));z-index:3}
.hero-copy{position:absolute;left:57%;top:27%;width:560px;text-align:center}
.hero-copy .app-icon{width:176px;margin:0 auto 18px;border-radius:36px}
.hero-copy h1{margin:0;font-size:108px;line-height:1.05;font-weight:400;letter-spacing:-4px}
.hero-copy p{font-size:40px;line-height:1.3;margin:12px 0 44px;color:#fff;font-weight:300}
.app-store{display:inline-block}
.app-store img{width:196px;margin:auto}

.content-section{min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden}
.content-shell{width:min(2020px,calc(100% - 80px));margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}
.section-copy{max-width:820px}
h2{font-size:38px;line-height:1.25;font-weight:300;color:#3a3a3a;margin:0 0 40px;letter-spacing:-.7px}
.section-copy p{max-width:820px;margin:0 0 14px}
.text-link{text-decoration:none;color:#666;font-weight:600}
.text-link::after{content:'›';font-size:26px;margin-left:8px;vertical-align:-2px}
.section-art{height:650px;display:flex;align-items:center;justify-content:center;align-self:end}
.section-art img{max-height:680px;max-width:100%;object-fit:contain;object-position:center bottom}
.feature-band:nth-of-type(even) .section-copy{order:1}
.feature-band:nth-of-type(even) .section-art{order:2}

.features-section{padding:125px 0 145px}
.features-shell{width:min(1100px,calc(100% - 64px));margin:auto}
.features-shell h2{margin-bottom:55px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px 90px}
.feature-item{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start}
.feature-item img{width:44px;height:44px;object-fit:contain;opacity:.45;filter:grayscale(1)}
.feature-item h3{margin:-3px 0 8px;color:#343434;font-size:20px;font-weight:400}
.feature-item p{margin:0;font-size:16px;line-height:1.75}

.support-section{min-height:900px;padding:100px 0 60px;overflow:hidden}
.support-shell{width:min(2020px,calc(100% - 80px));margin:auto;display:grid;grid-template-columns:minmax(500px,820px) 1fr;gap:90px;align-items:center}
.support-copy h2{margin-bottom:40px}
.support-copy p{margin:0 0 14px}
.support-copy ul{margin:6px 0 16px;padding-left:22px}
.contact-form{margin-top:26px}
.form-row{margin:0 0 18px}
.form-row label{display:block;margin-bottom:4px}
.form-row input,.form-row textarea{display:block;width:100%;border:1px solid #ddd;background:#fff;padding:12px 14px;font:inherit;color:#333;border-radius:0}
.form-row input{height:42px}
.form-row textarea{height:200px;resize:vertical}
.form-row input:focus,.form-row textarea:focus{outline:2px solid #bbb;outline-offset:1px}
.submit-button{border:0;background:#ddd;color:#fff;padding:10px 19px;font:inherit;cursor:pointer;transition:background .2s}
.submit-button:hover,.submit-button:focus-visible{background:#777}
.form-status{min-height:26px;margin-top:10px;font-weight:600}
.form-status.success{color:#277544}.form-status.error{color:#a32d2d}
.support-art{align-self:end;display:flex;justify-content:center}
.support-art img{width:520px;max-height:900px;object-fit:contain;object-position:center bottom}

.privacy-section{text-align:center;padding:105px 24px 130px}
.privacy-section h2{font-size:46px;margin-bottom:48px}
.privacy-section p{max-width:740px;margin:0 auto 14px}
.site-footer{height:48px;background:#f4f4f4;display:grid;place-items:center;color:#c9c9c9;font-style:italic;font-size:14px}

@media(max-width:1600px){
  .hero-inner{max-width:1300px}.hero-phone{width:500px;left:7%;top:24%}.hero-watch{width:245px;left:38%;top:58%}.hero-copy{left:57%;top:27%;width:500px}.hero-copy .app-icon{width:176px}.hero-copy h1{font-size:88px}.hero-copy p{font-size:34px}
  .support-art img{width:1500px;max-width:none;max-height:none}
}
@media(max-width:1100px){
  .home-brand h1{letter-spacing:-2px}.home-brand>p{font-size:25px;margin-bottom:70px}.ballmer-mark{width:120px;height:98px;font-size:58px}
  .pace-hero{height:830px;min-height:650px;max-height:none}.hero-inner{max-width:1050px}.hero-phone{width:430px;left:6%;top:20%}.hero-watch{width:230px;left:25%;top:55%}.hero-copy{left:55%;top:26%;width:420px}.hero-copy .app-icon{width:140px}.hero-copy h1{font-size:75px}.hero-copy p{font-size:30px}
  .content-section{min-height:610px}.content-shell,.support-shell{width:min(100% - 48px,1000px);gap:40px}.section-art{height:560px}.support-shell{grid-template-columns:1.05fr .95fr}.support-art img{width:1800px;max-width:none;max-height:none}
}
@media(max-width:760px){
  html{scroll-padding-top:62px}.site-header{height:62px}.nav-shell{padding:0 18px}.menu-button{display:block}.nav-links{position:absolute;left:0;right:0;top:62px;background:#f1f1f1;display:none;flex-direction:column;gap:0;padding:10px 0 18px;border-top:1px solid #ddd}.nav-links.open{display:flex}.nav-links a{padding:10px 24px;width:100%;text-align:center}
  .pace-hero{height:760px;min-height:760px}.hero-inner{width:100%}.hero-phone{width:285px;left:-64px;top:40%;transform:rotate(18deg)}.hero-watch{width:165px;left:40%;top:61%}.hero-copy{left:0;right:auto;top:10%;width:100%;z-index:4}.hero-copy .app-icon{width:90px;border-radius:20px}.hero-copy h1{font-size:48px;letter-spacing:-2px}.hero-copy p{font-size:20px;margin:8px 0 24px}.app-store img{width:145px}
  .content-section{min-height:auto;padding:78px 0 0}.content-shell{width:calc(100% - 40px);display:flex;flex-direction:column;gap:30px}.section-copy{max-width:100%;order:1!important}.section-art{height:420px;width:100%;order:2!important;align-self:center}.section-art img{max-height:440px}h2{font-size:31px;margin-bottom:25px}.section-copy p{font-size:15px}
  .features-section{padding:85px 0}.features-shell{width:calc(100% - 40px)}.feature-grid{grid-template-columns:1fr;gap:35px}.feature-item{grid-template-columns:42px 1fr}.feature-item h3{font-size:18px}.feature-item p{font-size:15px}
  .support-section{padding:75px 0 0}.support-shell{width:calc(100% - 40px);display:flex;flex-direction:column;gap:45px}.support-art{order:2;width:100%;overflow:hidden}.support-art img{width:650px;max-width:none;max-height:600px}.form-row textarea{height:160px}
  .privacy-section{padding:80px 20px 95px}.privacy-section h2{font-size:36px;margin-bottom:30px}
  .home-art{background-size:auto 70vh}.art-blue{background-position:45% 0}.art-pink{background-position:35% 48%}.home-brand h1{font-size:54px}.home-brand>p{font-size:21px;margin:12px 0 70px}.ballmer-mark{width:94px;height:78px;border-width:3px;border-radius:14px;font-size:46px;margin-bottom:16px}.app-link{font-size:25px}.app-link img{width:82px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
