:root { color-scheme: dark; --ink: #20211f; --paper: #f4f3ec; --acid: #e8f568; --lilac: #c3b0df; --muted: #b6b9ad; --line: #505349; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Impact, 'Arial Narrow', 'Arial Black', sans-serif; font-weight: 400; line-height: .98; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--lilac); outline-offset: 6px; }
.wrap { width: min(100% - 40px, 1280px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px 20px; transform: translateY(-160%); background: var(--acid); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 9px; align-items: center; font-size: 25px; font-weight: 900; letter-spacing: -1.4px; }
.brand-symbol { color: var(--acid); font-size: 32px; line-height: 1; }
.brand-dot { font-size: 10px; align-self: start; padding-top: 5px; letter-spacing: 0; }
nav { display: flex; align-items: center; gap: 26px; font-size: 13px; }
nav a { padding-block: 10px; }
nav a:hover { color: var(--acid); }
.nav-cta { display: inline-flex; gap: 23px; align-items: center; padding: 9px 16px; border: 1px solid var(--acid); color: var(--acid); }
.hero { display: grid; gap: 30px; padding-block: 36px 20px; }
.hero-copy { min-width: 0; }
.hero-details { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, 40%); gap: 16px; align-items: center; margin-top: 24px; }
.hero-details .intro { margin: 0; }
.hero-details .button { gap: 10px; margin: 0; padding: 13px 12px; font-size: 12px; }
.hero-details .button-label { font-size: inherit; line-height: 1.35; }
.eyebrow { margin-bottom: 24px; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; line-height: 1.5; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow > span { color: var(--acid); font-size: 22px; line-height: 1; }
h1 { font-size: clamp(55px, 8.7vw, 126px); letter-spacing: -1.5px; }
h1 > span { color: var(--acid); }
h1 .headline-phrase { color: var(--paper); white-space: nowrap; }
.intro { margin-top: 25px; color: var(--muted); font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding: 15px 20px; background: var(--acid); color: var(--ink); font-size: 13px; font-weight: 800; }
.button:hover { background: var(--lilac); }
.button > span { font-size: 21px; line-height: 1; }
.hero-note { margin-top: 18px; color: var(--muted); font-size: 11px; }
.energy-art { position: relative; min-height: 240px; overflow: hidden; background: var(--lilac); color: var(--ink); }
.orbit { position: absolute; width: 76%; height: 195%; left: 12%; top: -48%; border: 1px solid #20211f60; border-radius: 50%; transform: rotate(-30deg) scaleY(.47); }
.orbit-two { top: -47%; transform: rotate(32deg) scaleY(.47); }
.art-type { position: absolute; top: 25px; left: 20px; max-width: 220px; color: #20211f1c; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 70px; letter-spacing: -2px; line-height: .88; }
.art-corner { position: absolute; right: 20px; bottom: 22px; left: 20px; font-size: 10px; letter-spacing: 1.5px; font-weight: 700; }
.art-star { position: absolute; top: 17px; right: 20px; font-size: 49px; line-height: 1; animation: turn 16s linear infinite; }
.weight { position: absolute; z-index: 1; width: 320px; height: 180px; left: 36%; top: 30%; scale: .55; transform: translate(-50%, -50%) rotate(-32deg); animation: lift 5s ease-in-out infinite; }
.weight-bar { position: absolute; top: 79px; left: 35px; width: 250px; height: 29px; background: linear-gradient(#b7bdb0, #edf0e4 35%, #a5ac9b 40%, #68725c); box-shadow: 0 7px 8px #20211f20; }
.plate { position: absolute; top: 12px; left: 36px; width: 55px; height: 162px; border-radius: 47%; background: linear-gradient(90deg, #383d31, #282c24 65%, #505847); box-shadow: 6px 8px 12px #20211f30; }
.plate-front { left: 19px; top: 8px; width: 61px; height: 170px; background: radial-gradient(ellipse at 45% 50%, #525d44 0 10%, #252b20 11% 13%, #3d4832 14% 59%, #687357 60% 62%, #323b29 63% 100%); }
.plate-right-back { left: 247px; }
.plate-right { left: 230px; }
.motion-toggle { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.motion-control { display: flex; justify-content: flex-end; padding-bottom: 25px; }
.motion-control label { display: inline-flex; gap: 8px; align-items: center; min-height: 32px; padding: 4px 0 4px 8px; color: var(--muted); cursor: pointer; font-size: 11px; }
.pause-icon { font-size: 15px; }
.play-label { display: none; }
.motion-toggle:focus-visible ~ .site .motion-control label { outline: 3px solid var(--lilac); outline-offset: 4px; }
.motion-toggle:checked ~ .site .weight, .motion-toggle:checked ~ .site .art-star, .motion-toggle:checked ~ .site .ticker-track { animation-play-state: paused; }
.motion-toggle:checked ~ .site .pause-label { display: none; }
.motion-toggle:checked ~ .site .play-label { display: inline; }
.ticker { overflow: hidden; padding-block: 16px; border-block: 1px solid var(--acid); color: var(--acid); }
.ticker-track { display: flex; width: max-content; animation: flow 35s linear infinite; }
.ticker-track span { flex-shrink: 0; padding-right: 20px; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 28px; letter-spacing: .5px; white-space: pre; }
.training { padding-block: 60px; }
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 35px; }
.section-heading .eyebrow { color: var(--muted); }
h2 { font-size: clamp(42px, 4.5vw, 65px); letter-spacing: -.6px; }
.section-heading h2 > span { color: var(--lilac); }
.section-heading > p { color: var(--muted); font-size: 15px; }
.training-grid { display: grid; gap: 14px; }
.training-grid article { padding: 28px; background: var(--acid); color: var(--ink); }
.training-grid article:nth-child(2) { background: var(--lilac); }
.training-grid article:nth-child(3) { background: var(--paper); }
.training-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.training-top > span:last-child { font-size: 24px; }
h3 { font-size: 54px; }
.training-grid article > p { max-width: 300px; margin-top: 23px; font-size: 15px; }
.training-meta { margin-top: 28px; padding-top: 18px; border-top: 1px solid #20211f60; font-size: 10px; font-weight: 700; letter-spacing: .8px; }
.rhythm { padding-block: 60px; border-block: 1px solid var(--line); }
.rhythm-grid { display: grid; gap: 30px; }
.rhythm .eyebrow { color: var(--muted); }
.rhythm h2 > span { color: var(--acid); }
.rhythm-copy { max-width: 420px; color: var(--muted); font-size: 16px; }
.rhythm-copy p + p { margin-top: 22px; }
.text-link { display: inline-flex; gap: 40px; margin-top: 24px; padding-block: 7px; border-bottom: 1px solid var(--paper); color: var(--paper); font-size: 13px; font-weight: 700; }
.start { padding-block: 65px; }
.start h2 { font-size: clamp(75px, 9vw, 130px); }
.start h2 > span { color: var(--acid); }
.start > p:not(.eyebrow) { max-width: 400px; margin-top: 30px; color: var(--muted); font-size: 14px; }
.footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; padding-block: 27px 90px; border-top: 1px solid var(--line); }
.footer > span { font-size: 22px; font-weight: 900; letter-spacing: -.8px; }
.footer p, .footer a { color: var(--muted); font-size: 11px; }
.footer a { margin-left: auto; }
.concept-badge { position: fixed; z-index: 10; right: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 9px 13px; border: 1px solid #575c4c; border-radius: 4px; background: var(--ink); color: var(--paper); box-shadow: 0 2px 12px #0002; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; }
@keyframes lift { 0%, 100% { transform: translate(-50%, -50%) rotate(-32deg); } 50% { transform: translate(-50%, -57%) rotate(-25deg); } }
@keyframes turn { to { transform: rotate(360deg); } }
@keyframes flow { to { transform: translateX(-25%); } }
@media (width <= 550px) {
  nav { width: 100%; justify-content: space-between; gap: 15px; font-size: 12px; }
  .nav-cta { gap: 12px; }
}
@media (width >= 760px) {
  .wrap { width: min(100% - 112px, 1280px); }
  .hero { gap: 32px; padding-top: 42px; }
  .hero-details { grid-template-columns: minmax(0, 1fr) auto; gap: 40px; margin-top: 28px; }
  .hero-details .button { padding: 15px 20px; gap: 28px; font-size: 13px; }
  .energy-art { min-height: 290px; }
  .art-type { top: 48px; left: 38px; max-width: 78%; font-size: clamp(100px, 10.4vw, 150px); }
  .weight { left: 73%; top: 43%; scale: .75; }
  .art-star { top: 27px; right: 29px; font-size: 68px; }
  .training { padding-block: 80px; }
  .training-grid { grid-template-columns: repeat(3, 1fr); }
  .training-grid article { display: flex; flex-direction: column; }
  .training-grid article > p { margin-bottom: 28px; }
  .training-meta { margin-top: auto; }
  .rhythm { padding-block: 80px; }
  .rhythm-grid { grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
  .start { padding-block: 85px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-control { display: none; }
  .motion-toggle { display: none; }
}
