:root {
  --grape: #6c4ce0;
  --grape-deep: #5637c4;
  --sun: #ffc24b;
  --punch: #ff5d73;
  --mint: #23c3a0;
  --sky: #43b6ff;
  --ink: #211a33;
  --ink-deep: #171025;
  --paper: #f7f4ee;
  --white: #fff;
  --muted: #655e70;
  --line: rgba(33, 26, 51, 0.12);
  --shadow: 0 24px 70px rgba(33, 26, 51, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

/* Wordmark completes the monogram's lockup: high-contrast serif, spaced caps.
   System stack only — the CSP allows same-origin fonts, not a CDN. */
.wordmark > span:last-child {
  font-family: Didot, "Bodoni 72", "Hoefler Text", Garamond, Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wordmark-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--ink);
}

.wordmark-mark img { display: block; width: 22px; height: 28px; }

nav { display: flex; align-items: center; gap: 28px; }

nav a,
footer a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover,
footer a:hover { color: var(--grape); }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 52px;
  padding: 58px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--grape-deep);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { text-wrap: pretty; }

h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(54px, 6.2vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

h1 span { color: var(--grape); }

.hero-text {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  color: var(--white);
  background: var(--grape);
  box-shadow: 0 12px 28px rgba(108, 76, 224, 0.25);
}

.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.55); }

.studio-scene {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.studio-scene::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,194,75,0.72), rgba(255,93,115,0.3));
  z-index: -2;
}

.studio-orbit {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(108,76,224,0.2);
  border-radius: 50%;
  z-index: -1;
}

.studio-note {
  width: min(360px, 82%);
  padding: 42px 38px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.studio-note span,
.studio-note small { display: block; }
.studio-note span { color: var(--grape-deep); font-size: 12px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.studio-note strong { display: block; margin: 18px 0 22px; font-size: clamp(31px, 4vw, 43px); line-height: 1.02; letter-spacing: -0.05em; }
.studio-note small { color: var(--muted); font-size: 14px; font-weight: 750; }

.studio-dot { position: absolute; border-radius: 50%; box-shadow: 0 10px 24px rgba(33,26,51,0.14); }
.studio-dot-mint { width: 28px; height: 28px; top: 13%; right: 14%; background: var(--mint); }
.studio-dot-sky { width: 18px; height: 18px; bottom: 18%; left: 10%; background: var(--sky); }

.product-scene {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.product-scene::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,194,75,0.72), rgba(255,93,115,0.33));
  filter: blur(1px);
  z-index: -2;
}

.sun-orbit {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(108,76,224,0.18);
  border-radius: 50%;
  z-index: -1;
}

.sun-orbit::before,
.sun-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.sun-orbit::before { width: 24px; height: 24px; top: 36px; right: 72px; background: var(--mint); }
.sun-orbit::after { width: 15px; height: 15px; left: 30px; bottom: 115px; background: var(--sky); }

.tablet {
  position: relative;
  width: 330px;
  height: 440px;
  padding: 10px;
  border: 4px solid #312841;
  border-radius: 34px;
  background: #17141d;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.tablet-camera {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #484151;
  transform: translateX(-50%);
  z-index: 2;
}

.tablet-screen {
  height: 100%;
  padding: 46px 20px 20px;
  border-radius: 23px;
  color: var(--ink);
  background: var(--white);
}

.app-kicker { color: var(--grape-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.15em; }
.app-title { margin: 5px 0 14px; font-size: 23px; font-weight: 900; letter-spacing: -0.035em; }

.app-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 16px;
  border-radius: 20px;
  color: var(--white);
  background: linear-gradient(150deg, var(--grape), var(--grape-deep));
}

.app-hero b { display: block; font-size: 37px; line-height: 1; letter-spacing: -0.045em; }
.app-hero small { display: block; margin-top: 3px; font-size: 11px; font-weight: 750; opacity: 0.92; }
.app-figure { flex: 0 0 auto; width: 60px; height: 66px; }

.quest-card {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(33,26,51,0.05);
  border: 1px solid var(--line);
}

.quest-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.quest-icon img { display: block; width: 25px; height: 27px; }
.quest-strength .quest-icon { background: var(--mint); }
.quest-cardio .quest-icon { background: var(--sky); }
.quest-card b,
.quest-card small { display: block; }
.quest-card b { font-size: 13px; }
.quest-card small { margin-top: 1px; color: var(--muted); font-size: 10px; }
.quest-earn { margin-left: auto; color: #0f7a5f; font-size: 12px; font-weight: 900; }

.watch {
  position: absolute;
  right: 3%;
  bottom: 15%;
  width: 136px;
  height: 160px;
  padding: 8px;
  border: 4px solid #2c2536;
  border-radius: 38px;
  background: #17141d;
  box-shadow: 0 24px 50px rgba(33,26,51,0.3);
  transform: rotate(-8deg);
}

.watch::before,
.watch::after {
  content: "";
  position: absolute;
  left: 34px;
  width: 60px;
  height: 42px;
  border-radius: 10px;
  background: #40384b;
  z-index: -1;
}

.watch::before { top: -35px; }
.watch::after { bottom: -35px; }
.watch-crown { position: absolute; right: -9px; top: 44px; width: 7px; height: 24px; border-radius: 4px; background: #40384b; }

.watch-screen {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 27px;
  color: var(--white);
  background: var(--ink-deep);
}

.watch-label,
.watch-unit { position: relative; z-index: 1; font-size: 8px; font-weight: 900; letter-spacing: 0.14em; }
.watch-label { color: var(--mint); }
.watch-unit { color: rgba(255,255,255,0.6); }
.watch strong { position: relative; z-index: 1; margin-block: -1px; font-size: 44px; line-height: 1; }
.watch-ring { position: absolute; width: 108px; height: 108px; border: 5px solid rgba(35,195,160,0.18); border-top-color: var(--mint); border-radius: 50%; transform: rotate(25deg); }

.studio-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 21px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-strip p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: 0.03em; }
.studio-strip span { width: 4px; height: 4px; border-radius: 50%; background: var(--punch); }

.product { padding: 130px 0 110px; }

.company-products { padding: 105px 0 90px; }
.products-page .company-products { padding-top: 70px; }
.company-heading { margin-bottom: 40px; }

.product-link-card {
  max-width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 170px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  color: var(--ink);
  background: rgba(255,255,255,0.7);
  box-shadow: 0 12px 36px rgba(33,26,51,0.06);
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.product-link-card:hover {
  border-color: rgba(108,76,224,0.35);
  box-shadow: 0 20px 50px rgba(33,26,51,0.1);
  transform: translateY(-3px);
}

.product-status {
  margin: 0 0 10px;
  color: var(--grape-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-link-card h3 { margin: 0; font-size: clamp(31px, 4vw, 43px); letter-spacing: -0.05em; }
.product-link-card p:last-child { max-width: 650px; margin: 7px 0 0; color: var(--muted); font-size: 15px; }
.product-arrow { flex: 0 0 auto; color: var(--grape); font-size: 42px; font-weight: 500; }
.company-values { padding-top: 115px; }

.section-heading { display: grid; grid-template-columns: 0.55fr 1fr; column-gap: 45px; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -0.055em; }
.section-heading > p:last-child { margin: 0; max-width: 600px; color: var(--muted); font-size: 18px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.feature {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,0.64);
  box-shadow: 0 8px 30px rgba(33,26,51,0.04);
}

.feature-chip {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.feature-grape .feature-chip { background: var(--grape); }
.feature-mint .feature-chip { background: var(--mint); }
.feature-sun .feature-chip { background: var(--sun); }
.feature-sky .feature-chip { background: var(--sky); }
.feature h3 { margin: 44px 0 9px; font-size: 24px; letter-spacing: -0.035em; }
.feature p { margin: 0; max-width: 500px; color: var(--muted); }

.values {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 80px;
  padding: 105px 0;
  border-top: 1px solid var(--line);
}

.values h2 { margin: 0; max-width: 720px; font-size: clamp(38px, 5vw, 62px); line-height: 1.06; letter-spacing: -0.052em; }
.values-copy { align-self: end; }
.values-copy p { margin: 0 0 18px; color: var(--muted); font-size: 17px; }

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 95px;
  padding: 58px;
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(135deg, var(--grape), var(--grape-deep));
  box-shadow: 0 28px 70px rgba(86,55,196,0.22);
}

.contact-card .eyebrow { color: var(--sun); }
.contact-card h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.045em; }
.button-light { flex: 0 0 auto; color: var(--ink); background: var(--white); }

footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

footer p { color: var(--muted); font-size: 13px; }
footer div { display: flex; gap: 24px; }

.legal-main { max-width: 820px; padding: 88px 0 120px; }
.legal-main .eyebrow { margin-bottom: 12px; }
.legal-main h1 { max-width: none; font-size: clamp(48px, 7vw, 74px); }
.legal-intro { margin: 22px 0 56px; color: var(--muted); font-size: 20px; }
.legal-section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -0.03em; }
.legal-section p,
.legal-section li { color: var(--muted); }
.legal-section ul { padding-left: 21px; }
.legal-section a { color: var(--grape-deep); font-weight: 750; }

.contact-form {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.66);
  box-shadow: 0 10px 32px rgba(33,26,51,0.05);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: var(--ink); font-size: 13px; font-weight: 800; }
.form-grid .full-width { grid-column: 1 / -1; }

.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(33,26,51,0.18);
  border-radius: 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.form-grid input { height: 50px; padding: 0 14px; }
.form-grid textarea { min-height: 155px; padding: 13px 14px; resize: vertical; }
.form-grid input:focus,
.form-grid textarea:focus { border-color: var(--grape); box-shadow: 0 0 0 3px rgba(108,76,224,0.12); }

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.turnstile-container { min-height: 65px; margin-top: 18px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 13px; }
.form-actions button { border: 0; cursor: pointer; }
.form-actions button:disabled { cursor: not-allowed; opacity: 0.55; transform: none; box-shadow: none; }
.form-status { margin: 0; color: var(--muted); font-size: 14px; }
.form-status.is-error { color: #a22b3c; }
.form-status.is-success { color: #126a55; font-weight: 750; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .product-scene { min-height: 550px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .values { grid-template-columns: 1fr; gap: 42px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-header,
  main,
  footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 78px; }
  nav { gap: 15px; }
  .wordmark > span:last-child { display: none; }
  .hero { min-height: 0; padding: 52px 0 65px; }
  h1 { font-size: clamp(49px, 14vw, 70px); }
  .hero-text { font-size: 17px; }
  .product-scene { min-height: 460px; transform: scale(0.86); margin: -30px -35px; }
  .studio-strip { gap: 11px; padding-inline: 12px; }
  .studio-strip p { text-align: center; font-size: 10px; }
  .product { padding: 90px 0 80px; }
  .company-products { padding: 82px 0 70px; }
  .product-link-card { min-height: 205px; align-items: flex-start; padding: 26px; }
  .product-arrow { font-size: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 235px; }
  .values { padding: 78px 0; }
  .contact-card { margin-bottom: 65px; padding: 35px 26px; }
  .button-light { width: 100%; font-size: 13px; }
  footer { min-height: 110px; }
  .contact-form { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full-width { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
