:root {
  color-scheme:dark;
  --bg:#0b1013;
  --text:#f4f6f7;
  --muted:#a5b0b8;
  --cyan:#2abbe7;
  --line:#263238
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,"Avenir Next",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
a:focus-visible {
  outline:2px solid var(--cyan);
  outline-offset:6px
}
a:hover {
  color:var(--cyan)
}
p {
  color:var(--muted);
  line-height:1.75;
  margin:18px 0
}
h1,h2,h3 {
  margin:0;
  font-weight:500;
  letter-spacing:-.045em
}
h2 {
  font-size:clamp(34px,4.1vw,58px);
  line-height:1.12
}
h3 {
  font-size:23px;
  letter-spacing:-.025em
}
img {
  display:block;
  max-width:100%;
  height:auto
}
.wrap {
  width:min(1280px,calc(100% - 112px));
  margin-inline:auto
}
.header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:26px
}
.brand {
  display:flex;
  align-items:center;
  gap:14px;
  font-size:29px;
  font-weight:500;
  letter-spacing:-.04em
}
.brand svg {
  width:33px;
  height:40px;
  color:var(--cyan)
}
nav {
  display:flex;
  gap:32px;
  font-size:15px
}
.header nav a:last-child span {
  color:var(--cyan);
  margin-left:7px
}
.hero {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  align-items:center;
  min-height:665px;
  padding-block:35px 70px;
  gap:20px
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:600;
  color:var(--cyan);
  margin:0 0 26px
}
.hero h1 {
  font-size:clamp(52px,6.5vw,92px);
  line-height:1.02;
  letter-spacing:-.055em
}
.hero h1 span,.closing h2 span {
  color:var(--cyan)
}
.lead {
  font-size:19px;
  max-width:490px;
  margin:26px 0 32px;
  line-height:1.65
}
.stores {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.stores a {
  display:flex;
  align-items:center;
  gap:12px;
  min-height:64px;
  padding:12px 16px;
  border:1px solid #41505a;
  border-radius:10px;
  background:#0d1317;
  transition:border-color .2s,background .2s
}
.stores a:hover {
  border-color:var(--cyan);
  background:#10222a;
  color:white
}
.stores small,.stores strong {
  display:block
}
.stores small {
  font-size:11px;
  margin-bottom:2px;
  color:#c7cfd4
}
.stores strong {
  font-size:15px;
  font-weight:500;
  white-space:nowrap
}
.store-icon {
  font-size:27px;
  color:var(--cyan)
}
.text-link {
  font-size:13px;
  color:#bdc7ce
}
.explore {
  display:inline-flex;
  gap:28px;
  align-items:center;
  margin-top:35px
}
.explore span {
  color:var(--cyan);
  font-size:21px
}
.hero-art {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate
}
.hero-art:before {
  content:"";
  position:absolute;
  inset:-45px -20px;
  background:radial-gradient(ellipse,#1d414e65,transparent 67%);
  z-index:-2
}
.phone {
  position:relative;
  width:270px;
  flex-shrink:0;
  padding:3px;
  border-radius:15.7% / 7.45%;
  background:linear-gradient(90deg,#65717d,#c4ccd3 8%,#7c8792 50%,#c4ccd3 92%,#59646f);
  box-shadow:0 24px 50px #0008,inset 0 0 0 1px #dce2e7
}
.bezel {
  padding:5px;
  background:#050608;
  border-radius:14.5% / 6.85%;
  overflow:hidden
}
.bezel img {
  width:100%;
  border-radius:13% / 6%;
  background:#101416
}
.hero .phone {
  width:265px
}
.ticks {
  position:absolute;
  left:-45%;
  right:-6%;
  height:28px;
  top:58%;
  background:repeating-linear-gradient(90deg,transparent 0 24px,#42606e 24px 26px,transparent 26px 48px);
  z-index:-1;
  opacity:.6;
  mask-image:linear-gradient(90deg,transparent,#000 25%,#000 85%,transparent)
}
.side-note {
  position:absolute;
  right:0;
  top:12%;
  font-size:9px;
  letter-spacing:.24em;
  line-height:2.5;
  color:#8698a2
}
.benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:35px;
  gap:35px
}
.benefits article+article {
  border-left:1px solid var(--line);
  padding-left:35px
}
.mini-mark {
  color:var(--cyan);
  display:block;
  font-size:19px;
  letter-spacing:.2em;
  margin-bottom:18px
}
.benefits h2 {
  font-size:22px;
  letter-spacing:-.025em
}
.benefits p {
  font-size:14px;
  margin-bottom:0;
  max-width:300px
}
.feature {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center;
  padding-block:115px
}
.feature-art {
  display:flex;
  justify-content:center;
  position:relative
}
.feature-art:before {
  content:"";
  position:absolute;
  inset:12% 0;
  background:radial-gradient(ellipse,#15313f70,transparent 70%);
  z-index:-1
}
.feature-copy p {
  font-size:17px;
  max-width:480px
}
.details {
  list-style:none;
  padding:0;
  margin:28px 0 0
}
.details li {
  font-size:15px;
  line-height:1.7;
  color:var(--muted);
  margin:18px 0;
  padding-left:20px;
  position:relative
}
.details li:before {
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--cyan);
  position:absolute;
  left:0;
  top:10px
}
.details strong {
  color:#e3e9ed;
  font-weight:500
}
.practice-band {
  background:#10181d;
  border-block:1px solid var(--line)
}
.practice {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  padding-block:85px
}
.practice>div>p {
  max-width:440px
}
.practice-lessons article+article {
  border-top:1px solid #2b3941;
  margin-top:30px;
  padding-top:30px
}
.practice-lessons p {
  font-size:15px;
  margin-bottom:0
}
.measure {
  display:flex;
  gap:10px;
  margin-bottom:22px
}
.measure span {
  width:52px;
  height:35px;
  background:#123d4a;
  border:1px solid #2abbe799;
  display:grid;
  place-items:center;
  font-size:12px;
  color:#99dff2
}
.measure .silent {
  background:transparent;
  border:1px dashed #596773;
  color:#8997a1
}
.tempo {
  font-size:25px;
  font-variant-numeric:tabular-nums;
  letter-spacing:.04em;
  margin-bottom:20px;
  color:#bce9f6
}
.tempo span {
  font-size:18px;
  padding:0 10px;
  color:#677d88
}
.paired {
  gap:22px;
  align-items:center
}
.paired .phone {
  width:210px
}
.paired .phone:last-child {
  margin-top:85px
}
.keep {
  gap:70px
}
.pro-section {
  padding-block:90px;
  background:linear-gradient(180deg,#101a22,#0e161c);
  border-block:1px solid #2e3f4b
}
.section-heading {
  text-align:center;
  margin-bottom:65px
}
.section-heading>p:last-child {
  font-size:17px
}
.pro-label {
  display:inline-block;
  padding:7px 10px;
  border:1px solid #4185a3;
  border-radius:5px;
  margin-right:12px
}
.pro-gallery {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:55px
}
.pro-gallery .phone {
  width:230px;
  margin:0 auto 35px
}
.pro-gallery h3 {
  font-size:23px
}
.pro-gallery p {
  font-size:15px;
  max-width:310px
}
.pro-extras {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:55px;
  border-top:1px solid #2e3f4b;
  margin-top:35px;
  padding-top:35px
}
.pro-extras h3 {
  font-size:18px
}
.pro-extras p {
  font-size:14px
}
.closing {
  text-align:center;
  padding-block:100px
}
.closing h2 {
  font-size:clamp(40px,5vw,66px)
}
.closing .stores {
  justify-content:center;
  margin-top:30px
}
.closing .platform-note {
  font-size:12px;
  margin-top:24px
}
.footer {
  border-top:1px solid var(--line);
  padding-block:35px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.footer .brand {
  font-size:20px
}
.footer .brand svg {
  width:24px;
  height:30px
}
.footer p {
  font-size:12px;
  margin:12px 0
}
.footer nav {
  font-size:12px;
  gap:22px;
  flex-wrap:wrap
}
.skip {
  position:absolute;
  left:20px;
  top:-80px;
  padding:12px;
  background:#fff;
  color:#000;
  z-index:10
}
.skip:focus {
  top:15px
}

@media(min-width:1450px) {
  .hero {
  min-height:720px
}
.hero .phone {
  width:285px
}

}

@media(max-width:1100px) {
  .wrap {
  width:calc(100% - 64px)
}
.hero {
  grid-template-columns:1.25fr 1fr
}
.side-note {
  display:none
}
.stores a {
  padding:10px 12px;
  gap:8px
}
.stores strong {
  font-size:13px
}
.hero .stores .store-icon {
  display:none
}
.feature,.practice {
  gap:50px
}
.paired .phone {
  width:170px
}
.pro-gallery,.pro-extras {
  gap:28px
}
.pro-gallery .phone {
  width:210px
}

}

@media(max-width:760px) {
  .wrap {
  width:calc(100% - 40px)
}
.header {
  padding-block:22px
}
.brand {
  font-size:23px;
  gap:9px
}
.brand svg {
  width:26px;
  height:32px
}
.header nav {
  gap:18px;
  font-size:12px
}
.header nav a:last-child {
  display:none
}
.hero {
  grid-template-columns:1fr;
  padding-block:40px 55px;
  gap:45px;
  min-height:0
}
.hero h1 {
  font-size:clamp(48px,10.5vw,76px)
}
.lead {
  font-size:17px;
  max-width:480px
}
.eyebrow {
  font-size:10px;
  margin-bottom:22px
}
.hero .stores .store-icon {
  display:block;
  font-size:22px
}
.stores {
  gap:8px
}
.stores a {
  flex:1;
  min-width:100px;
  padding:10px;
  gap:8px
}
.stores strong {
  font-size:12px
}
.stores small {
  font-size:10px
}
.hero .stores .store-icon {
  display:none
}
.hero .phone {
  width:240px
}
.hero-art {
  padding-block:10px
}
.ticks {
  left:0;
  right:0
}
.benefits {
  grid-template-columns:1fr;
  gap:25px;
  padding-block:30px
}
.benefits article+article {
  border-left:0;
  border-top:1px solid var(--line);
  padding:25px 0 0
}
.mini-mark {
  float:left;
  width:90px;
  margin:0;
  font-size:16px
}
.benefits h2 {
  margin-left:90px;
  font-size:20px
}
.benefits p {
  margin-left:90px;
  max-width:none;
  font-size:14px;
  margin-top:10px
}
.feature {
  grid-template-columns:1fr;
  gap:40px;
  padding-block:70px
}
.feature-copy {
  grid-row:1
}
.feature-copy p {
  font-size:16px
}
.feature-art .phone {
  width:230px
}
.practice {
  grid-template-columns:1fr;
  gap:35px;
  padding-block:60px
}
.paired {
  gap:16px
}
.paired .phone {
  width:min(43%,215px)
}
.paired .phone:last-child {
  margin-top:50px
}
.pro-section {
  padding-block:60px
}
.section-heading {
  text-align:left;
  margin-bottom:40px
}
.section-heading .eyebrow {
  line-height:2
}
.pro-label {
  margin-bottom:10px
}
.pro-gallery {
  grid-template-columns:1fr;
  gap:45px
}
.pro-gallery article {
  max-width:400px;
  margin:auto;
  width:100%
}
.pro-gallery .phone {
  width:230px;
  margin-bottom:25px
}
.pro-gallery h3,.pro-gallery p {
  text-align:center;
  max-width:none
}
.pro-extras {
  grid-template-columns:1fr;
  gap:15px
}
.closing {
  padding-block:70px
}
.closing .stores .store-icon {
  display:none
}
.footer {
  align-items:flex-start;
  flex-direction:column
}
.footer nav {
  gap:20px
}
.phone {
  box-shadow:0 15px 35px #0007
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
* {
  transition:none!important
}

}


/* Landscape iPad frame; original capture kept at its native aspect ratio. */
.tablet { width:100%; padding:3px; border-radius:22px; background:linear-gradient(135deg,#c4ccd3,#59646f 55%,#909ba5); box-shadow:0 24px 50px #0008; }
.tablet-bezel { padding:10px; border-radius:19px; background:#050608; }
.tablet img { width:100%; border-radius:10px; }
#features { grid-template-columns:1.25fr 1fr; gap:65px; }
@media(max-width:760px) { #features { grid-template-columns:1fr; gap:35px; } .tablet-bezel { padding:7px; } }
