:root{color-scheme:dark;--page:#090909;--surface:#111111;--surface-hover:#1c1c1c;--ink:#ededed;--muted:#a1a1a1;--subtle:#929292;--line:#2a2a2a;--line-strong:#444444;--green:#52d18c;--gallery:#f3f4f6;--max-width:1320px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.55}
button,a,summary{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button:disabled{cursor:default}
button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--green);outline-offset:5px}
button svg{pointer-events:none}
h1,h2,h3,p,figure{margin:0}
button{color:inherit}
img{max-width:100%;display:block}
[hidden]{display:none!important}
.page-width{width:min(var(--max-width),calc(100% - 112px));margin-inline:auto}
.site-header{border-bottom:1px solid var(--line);background:rgba(9,9,9,.96)}
.navigation{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;font-weight:650;letter-spacing:-.65px;white-space:nowrap}
.brand-mark{flex-shrink:0}
.nav-links{display:flex;gap:31px;color:var(--muted);font-size:13px}
.nav-links a:hover,.site-footer a:hover{color:var(--green)}
.nav-cta{min-height:44px;display:flex;align-items:center;gap:16px;font-weight:500;font-size:13px;border:1px solid var(--line-strong);padding:9px 14px;border-radius:5px;background:var(--surface)}
.nav-cta:hover{border-color:#737373}
.mobile-menu-toggle,.mobile-navigation,.mobile-copy{display:none}
.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:64px;padding-block:57px 56px;align-items:center}
.hero-copy{padding-bottom:18px}
.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:26px;line-height:1.5}
.status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}
h1{font-size:clamp(54px,5.45vw,84px);line-height:1.035;letter-spacing:-5px;font-weight:600;margin-left:-4px}
.hero-description strong{color:var(--ink);font-weight:500}
.hero-description{max-width:432px;margin-top:28px;color:var(--muted);font-size:17px;line-height:1.65;letter-spacing:-.2px;text-wrap:pretty}
.hero-actions{display:flex;gap:10px;margin-top:32px;flex-wrap:wrap}
.button{display:inline-flex;justify-content:center;align-items:center;gap:15px;padding:12px 16px;border:1px solid transparent;border-radius:5px;white-space:nowrap;min-height:46px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s}
.button-primary{background:var(--ink);color:var(--page);border-color:var(--ink)}
.button-primary:hover{background:#d6d6d6;border-color:#d6d6d6}
.button-secondary{background:var(--surface);border-color:var(--line-strong)}
.button-secondary:hover{border-color:#939393;background:var(--surface-hover)}
.hero-note{margin-top:14px;font-size:13px;color:var(--subtle)}
.hero-points{display:flex;gap:23px;margin-top:40px;font-size:11px;color:var(--muted)}
.hero-points span{display:inline-flex;align-items:center;gap:5px}
.product-gallery{background:var(--surface);border:1px solid var(--line);border-radius:7px;overflow:hidden;min-width:0}
.gallery-heading{padding:17px 21px 15px;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.25px;color:var(--muted);position:relative;z-index:1}
.gallery-counter{font-variant-numeric:tabular-nums;letter-spacing:.5px}
.gallery-counter #current-slide{color:var(--ink)}
.gallery-stage{background:var(--gallery);width:100%;aspect-ratio:1.19;overflow:hidden;touch-action:pan-y;position:relative}
.gallery-slide{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;animation:reveal .2s ease-out}
.gallery-slide img{width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}
.gallery-caption{padding:18px 21px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:83px}
.caption-title{font-size:13px;letter-spacing:-.18px;font-weight:600}
.caption-description{font-size:12px;color:var(--muted);margin-top:4px;max-width:300px}
.gallery-arrows{display:flex;gap:6px;flex-shrink:0}
.icon-button{width:44px;height:44px;padding:0;display:grid;place-items:center;background:transparent;border:1px solid var(--line-strong);border-radius:50%}
.icon-button:hover{border-color:#737373;background:var(--surface-hover)}
.gallery-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);background:#0d0d0d}
.gallery-tabs button{border:0;border-top:2px solid transparent;background:transparent;text-align:left;padding:13px 8px 13px 13px;font-size:11px;line-height:1.4;color:var(--muted);min-height:58px}
.gallery-tabs button+button{border-left:1px solid var(--line)}
.gallery-tabs button[aria-selected=true]{background:#242424;border-top-color:var(--ink);color:var(--ink)}
.gallery-tabs button:hover{background:var(--surface-hover);color:var(--ink)}
.gallery-tabs button:focus-visible{outline-offset:-4px}
.tab-number{font-size:8px;letter-spacing:1px;display:block;margin-bottom:3px;color:var(--subtle);font-variant-numeric:tabular-nums}
.gallery-tabs [aria-selected=true] .tab-number{color:var(--green)}
.feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--line)}
.feature-strip>div{padding:31px 34px 34px 0}
.feature-strip>div+div{border-left:1px solid var(--line);padding-left:34px}
.feature-index{font-size:9px;letter-spacing:1.1px;color:var(--subtle)}
.feature-strip h2{margin-top:14px;font-size:18px;letter-spacing:-.6px;font-weight:500}
.feature-strip p{font-size:14px;color:var(--muted);line-height:1.65;margin-top:7px;max-width:300px}
.section-spacing{padding-block:100px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:42px}
.section-heading .eyebrow,.faq-section .eyebrow{margin-bottom:14px;color:var(--subtle)}
h2{font-size:38px;line-height:1.18;font-weight:500;letter-spacing:-1.75px}
.section-heading>p{font-size:14px;line-height:1.7;color:var(--muted);padding-bottom:3px;max-width:320px}
.setup-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);border-radius:5px;overflow:hidden;background:var(--surface)}
.setup-method{padding:32px;display:flex;flex-direction:column;min-width:0}
.setup-method+.setup-method{border-left:1px solid var(--line)}
.method-heading{display:flex;align-items:center;gap:14px;margin-bottom:24px;min-height:32px}
.method-heading svg{flex-shrink:0}
.method-edition{font-size:9px;letter-spacing:1px;color:var(--subtle);line-height:1.6}
.setup-method h3{font-size:26px;line-height:1.25;font-weight:500;letter-spacing:-.8px}
.method-intro{font-size:15px;line-height:1.7;color:var(--muted);margin-top:12px;max-width:420px}
.method-steps{list-style:none;counter-reset:setup-step;padding:0;margin:27px 0 28px}
.method-steps li{counter-increment:setup-step;display:grid;grid-template-columns:24px 1fr;gap:13px;font-size:14px;line-height:1.75;color:var(--muted)}
.method-steps li+li{margin-top:16px}
.method-steps li:before{content:counter(setup-step,decimal-leading-zero);color:var(--green);font-size:11px;font-variant-numeric:tabular-nums;line-height:2.2}
.method-note{font-size:13px;line-height:1.8;color:var(--muted);margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}
.method-note strong{display:block;color:var(--ink);font-size:14px;font-weight:500;margin-bottom:5px}
.versions-section{border-block:1px solid var(--line);background:#0c0c0c}

.faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:90px;padding-bottom:113px}
.faq-intro{font-size:14px;line-height:1.8;color:var(--muted);margin-top:22px}

.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:first-child{border-top:1px solid var(--line)}
.faq-list summary{position:relative;cursor:pointer;font-size:14px;line-height:1.6;list-style:none;padding:22px 34px 22px 0;font-weight:500}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:5px;top:20px;font-size:18px;font-weight:400;color:var(--subtle)}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{font-size:14px;line-height:1.8;color:var(--muted);padding:0 28px 23px 0;max-width:600px}
.site-footer{border-top:1px solid var(--line)}
.footer-content{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:30px}
.footer-brand{font-size:14px;letter-spacing:-.5px;gap:14px}
.footer-plus{color:var(--green);font-size:25px;font-weight:600;line-height:1}


.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:20px;top:10px;z-index:10;background:var(--ink);color:var(--page);border-radius:4px;padding:10px 15px;transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
@keyframes reveal{from{opacity:.5;transform:translateX(5px)}to{opacity:1;transform:translateX(0)}}
@media(min-width:1600px){.hero{gap:80px;padding-block:67px}.hero-description{font-size:18px}.hero-actions .button{font-size:14px}.caption-description{font-size:12px}.gallery-tabs button{font-size:11px}.gallery-stage{aspect-ratio:1.13}}
@media(max-width:1180px){.page-width{width:calc(100% - 64px)}.hero{gap:35px;padding-block:44px}.hero h1{font-size:65px;letter-spacing:-3.8px}.hero-description{font-size:15px}.hero-actions{gap:8px}.hero-actions .button{font-size:13px;padding:11px 12px}.hero-points{margin-top:26px;gap:16px}.gallery-stage{aspect-ratio:1.1}.caption-description{max-width:225px}.gallery-tabs button{padding-left:8px;font-size:11px}.section-spacing{padding-block:80px}.faq-section{gap:55px}.section-heading>p{max-width:280px}.feature-strip>div{padding-right:25px}.feature-strip>div+div{padding-left:25px}.feature-strip h2{font-size:16px}}
@media(max-width:900px){.hero{gap:28px}.hero h1{font-size:52px;letter-spacing:-3px}.hero .eyebrow{font-size:8px;letter-spacing:1.1px;margin-bottom:20px}.hero-description{font-size:14px;margin-top:22px}.hero-actions{margin-top:25px}.hero-note{font-size:13px}.hero-points{font-size:9px;gap:11px}.gallery-caption{padding:16px 15px 16px;gap:5px}.caption-title{font-size:11px}.caption-description{font-size:12px;max-width:190px}.icon-button{width:44px;height:44px}.gallery-arrows{gap:4px}.gallery-heading{padding:14px 15px 15px}.gallery-tabs button{font-size:11px;padding:10px 5px;min-height:52px}.nav-links{gap:20px;font-size:12px}.brand{font-size:16px}.navigation{height:76px}.nav-cta{font-size:11px;padding:8px 11px;gap:10px}.feature-strip p{font-size:14px}.feature-strip h2{font-size:15px}.feature-strip>div{padding-block:25px}.feature-index{font-size:8px}.section-heading>p{font-size:14px;max-width:255px}h2{font-size:32px}.faq-section{grid-template-columns:1fr 1.55fr;gap:35px}.faq-list summary{font-size:14px}.faq-list details p{font-size:14px}}
@media(max-width:700px){.page-width{width:calc(100% - 40px)}.navigation{height:70px;gap:14px}.brand{font-size:15px;gap:9px}.brand-mark{width:23px;height:23px}.nav-links{display:none}.nav-cta{font-size:11px}.hero{grid-template-columns:1fr;gap:34px;padding-top:45px;padding-bottom:34px}.hero-copy{padding-bottom:0}.hero .eyebrow{font-size:9px;letter-spacing:1.3px;margin-bottom:21px}.hero h1{font-size:clamp(48px,12.7vw,76px);letter-spacing:-3.6px}.hero-description{font-size:15px;line-height:1.65;max-width:430px;margin-top:21px}.hero-actions{margin-top:25px;gap:8px}.hero-actions .button{padding:12px 14px;font-size:13px;min-height:44px}.hero-note{font-size:13px;line-height:1.65;margin-top:12px}.hero-points{margin-top:21px;font-size:10px;gap:19px}.product-gallery{max-width:540px;width:100%;justify-self:center}.gallery-heading{padding:16px 18px 15px;font-size:9px}.gallery-stage{aspect-ratio:1.13}.gallery-slide img{width:100%}.gallery-caption{padding:16px 18px 18px;min-height:80px}.caption-title{font-size:12px;max-width:270px}.caption-description{font-size:12px;max-width:265px}.gallery-arrows{gap:6px}.icon-button{width:44px;height:44px}.gallery-tabs button{font-size:11px;min-height:57px;padding:11px 7px}.tab-number{font-size:8px}.feature-strip{grid-template-columns:1fr}.feature-strip>div{padding:25px 0;display:grid;grid-template-columns:1fr 1.35fr;column-gap:20px;align-items:start}.feature-strip>div+div{padding:25px 0;border-left:0;border-top:1px solid var(--line)}.feature-index{font-size:8px;grid-column:1}.feature-strip h2{font-size:15px;grid-column:1;margin-top:9px;line-height:1.4;letter-spacing:-.35px}.feature-strip p{font-size:14px;grid-column:2;grid-row:1/span 2;margin-top:0;max-width:none;padding-top:2px}.section-spacing{padding-block:61px}.section-heading{display:block;margin-bottom:27px}.section-heading>p{max-width:none;font-size:14px;margin-top:15px}.section-heading .eyebrow,.faq-section .eyebrow{font-size:9px;margin-bottom:12px}h2{font-size:31px;letter-spacing:-1.3px}.faq-section{grid-template-columns:1fr;gap:27px}.faq-intro{font-size:14px;margin-top:15px}.faq-list summary{font-size:14px;padding-block:20px}.faq-list details p{font-size:14px}.footer-content{flex-wrap:wrap;gap:14px;align-items:center;padding-block:25px}.footer-brand{font-size:13px}}
@media(max-width:370px){.page-width{width:calc(100% - 32px)}.hero h1{font-size:44px;letter-spacing:-2.8px}.hero-description{font-size:14px}.hero-actions .button{font-size:13px;padding-inline:10px}.gallery-caption{padding-inline:13px}.caption-title{font-size:11px}.caption-description{font-size:12px;max-width:180px}.gallery-tabs button{font-size:11px;padding-inline:5px}.brand{font-size:13px}.nav-cta{font-size:10px;padding-inline:9px}.gallery-stage{aspect-ratio:1.05}.hero-note{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Three independent apps, with a clear choice of watch or phone management. */
.nav-links a{display:inline-flex;align-items:center;min-height:44px}
.hero-text-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px 23px;margin-top:12px}
.hero-text-links a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:13px;color:var(--muted);text-decoration:underline;text-underline-offset:4px;text-decoration-color:#595959}
.hero-text-links a:hover{color:var(--ink);text-decoration-color:var(--ink)}
.hero-note{margin-top:8px;color:var(--subtle)}
.gallery-label{font-size:12px;letter-spacing:.3px;font-weight:500}
.compare-heading{margin-bottom:33px}
.compare-heading .eyebrow{margin-bottom:13px;color:var(--subtle)}
.compare-heading>p:last-child{font-size:14px;line-height:1.7;color:var(--muted);margin-top:18px}
.product-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.product-choice{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:5px;padding:27px 25px 12px;background:var(--surface)}
.product-choice-recommended{border-color:#717171;background:#171717}
.product-label{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:1px;color:var(--subtle);min-height:18px;margin-bottom:23px;font-weight:500}
.product-choice-recommended .product-label{color:var(--ink)}
.product-choice h3{font-size:21px;line-height:1.3;letter-spacing:-.8px;font-weight:500}
.product-promise{font-size:14px;line-height:1.65;color:var(--muted);margin-top:10px;min-height:47px}
.product-features{padding:0;list-style:none;margin:19px 0 29px;font-size:14px;color:var(--muted);line-height:1.65}
.product-features li{padding-left:16px;position:relative;margin-top:10px}
.product-features li:before{content:"";position:absolute;width:4px;height:4px;background:var(--subtle);left:1px;top:10px;border-radius:50%}
.product-choice>.button{margin-top:auto;font-size:13px;min-height:46px}
.product-destination{display:flex;justify-content:center;align-items:center;min-height:44px;margin-top:3px;font-size:12px;color:var(--subtle)}
.product-domain{color:var(--muted);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#595959}
.comparison-note{font-size:13px;line-height:1.75;color:var(--subtle);max-width:900px;margin-top:20px}
.faq-list details a{text-decoration:underline;text-underline-offset:3px;color:var(--ink)}
.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:12px 32px}
.footer-links a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:13px;color:var(--muted)}
@media(max-width:1180px){.product-choices{gap:12px}.product-choice{padding:24px 20px 10px}.product-choice h3{font-size:19px}.product-label{font-size:8px;letter-spacing:.75px}.product-features{font-size:13px}.product-promise{font-size:13px}.gallery-label{letter-spacing:.6px}}
@media(max-width:900px){.product-choice{padding:23px 16px 9px}.product-choice h3{font-size:17px;letter-spacing:-.5px}.product-label{font-size:8px;letter-spacing:.5px;margin-bottom:19px}.product-choice .button{padding-inline:10px;gap:8px;font-size:12px}.gallery-heading{font-size:8px;gap:12px}.gallery-label{max-width:230px}.hero-actions .button{font-size:13px}.hero-note{font-size:13px}}
@media(max-width:700px){.product-choices{grid-template-columns:1fr;gap:16px}.product-choice{padding:26px 24px 13px}.product-choice h3{font-size:23px;letter-spacing:-.8px}.product-label{font-size:9px;letter-spacing:1px;margin-bottom:19px}.product-promise{font-size:14px;min-height:0}.product-features{font-size:14px;margin-top:15px;margin-bottom:25px}.product-choice .button{font-size:14px}.product-destination{font-size:13px}.comparison-note{font-size:13px}.compare-heading>p:last-child{font-size:14px;max-width:350px}.footer-content{align-items:flex-start}.footer-links{gap:0 20px}.footer-links a{font-size:13px}.hero-actions .button{font-size:13px;padding-inline:13px}.hero-text-links{gap:0 20px}.hero-text-links a{font-size:13px}.hero-note{font-size:13px;max-width:330px}.gallery-heading{font-size:8px}.feature-strip>div{grid-template-columns:1fr 1.35fr}.feature-strip p{font-size:13px}.gallery-label{max-width:none}}
@media(max-width:370px){.hero-actions .button{font-size:12px;padding-inline:10px}.hero-text-links{gap:0 16px}.hero-text-links a{font-size:12px}.hero-note{font-size:13px}.product-choice{padding-inline:20px}.gallery-heading{padding-inline:13px;gap:8px}.gallery-label{letter-spacing:.3px}}

::selection{background:#264b36;color:#f4f4f4}

.tools-callout{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:24px;padding:25px 0;border-bottom:1px solid var(--line)}
.tools-callout h3{font-size:17px;font-weight:500;letter-spacing:-.3px}
.tools-callout p{font-size:14px;color:var(--muted);line-height:1.75;max-width:670px;margin-top:7px}
.tools-callout .button{flex-shrink:0;font-size:13px}
@media(max-width:700px){.tools-callout{align-items:flex-start;flex-direction:column;gap:18px;margin-top:12px}.tools-callout .button{width:100%}}

@media(max-width:900px){.setup-method{padding:26px 24px}.setup-method h3{font-size:23px}.method-heading{gap:10px}.method-edition{font-size:8px;letter-spacing:.7px}}
@media(max-width:700px){.setup-methods{grid-template-columns:1fr}.setup-method{padding:27px 24px}.setup-method+.setup-method{border-left:0;border-top:1px solid var(--line)}.method-heading{margin-bottom:20px}.method-edition{font-size:9px}.setup-method h3{font-size:25px}.method-steps{margin-block:24px}.method-note{margin-top:0}.method-intro{font-size:14px}}

/* Keep mobile actions in view; larger screens retain the original layout. */
@media(max-width:700px){
  .site-header{position:relative;z-index:5}
  .navigation{height:60px;gap:12px}
  .navigation .nav-cta,.navigation .nav-links,.desktop-copy{display:none}
  .mobile-copy{display:inline}
  .mobile-menu-toggle{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;padding:10px;margin-right:-10px;border:0;border-radius:4px;background:transparent;color:var(--ink)}
  .mobile-menu-toggle:hover{background:var(--surface-hover)}
  .mobile-menu-toggle:focus-visible{outline-offset:0}
  .mobile-menu-toggle[aria-expanded=false] .menu-close-icon,.mobile-menu-toggle[aria-expanded=true] .menu-open-icon{display:none}
  .mobile-navigation{display:block;position:absolute;inset:100% 0 auto;background:var(--page);border-top:1px solid var(--line);border-bottom:1px solid var(--line-strong);box-shadow:0 16px 24px #0006;max-height:calc(100dvh - 61px);overflow:auto}
  .mobile-navigation>.page-width{padding-block:8px 12px}
  .mobile-navigation a{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:10px 0;font-size:14px;color:var(--muted)}
  .mobile-navigation a:hover,.mobile-navigation a[aria-current=page]{color:var(--ink)}
  .mobile-navigation a:focus-visible{outline-offset:0}
  .mobile-navigation .mobile-wristpass{margin-top:6px;padding-top:16px;border-top:1px solid var(--line)}
  .hero{padding-top:24px;padding-bottom:26px;gap:24px}
  .hero .eyebrow{font-size:8px;margin-bottom:12px}
  .hero h1{font-size:clamp(40px,11vw,54px);line-height:1.06;letter-spacing:-2.2px}
  .hero-description{font-size:14px;line-height:1.6;margin-top:14px}
  .hero-actions{margin-top:16px}
  .hero-text-links{margin-top:4px}
  .hero-text-links .hero-compare-link{display:none}
  .hero-note{margin-top:2px;font-size:12px}
}
