* { box-sizing: border-box; }
:root {
  --blue-950: #06245f;
  --blue-900: #073b9c;
  --blue-800: #0b50c7;
  --blue-700: #1769ed;
  --blue-200: #d7edff;
  --sky: #eff8ff;
  --red: #1769ed;
  --red-dark: #0b50c7;
  --yellow: #ffc928;
  --ink: #10224a;
  --muted: #667494;
  --line: #dce6f2;
  --white: #fff;
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sky); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 1440px; min-height: 100vh; margin: 0 auto; background: var(--sky); overflow: hidden; }
.topbar { height: 88px; padding: 0 7.4%; display: flex; align-items: center; justify-content: space-between; background: rgba(239,248,255,.92); border-bottom: 1px solid rgba(11,80,199,.08); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 30px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-12deg); position: relative; }
.brand-mark span { width: 7px; display: block; border-radius: 4px; background: var(--red); }
.brand-mark span:nth-child(1) { height: 16px; background: var(--blue-800); }
.brand-mark span:nth-child(2) { height: 27px; background: var(--red); }
.brand-mark span:nth-child(3) { height: 21px; background: var(--yellow); }
.brand-mark::after { content: '10'; position: absolute; right: -5px; top: -8px; color: var(--blue-950); font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: 0; transform: skew(12deg); }
.brand-copy { display: flex; flex-direction: column; line-height: .82; font-family: var(--display); letter-spacing: .06em; font-size: 14px; }
.brand-copy strong { color: var(--blue-900); font-weight: 700; }
.brand-copy em { color: var(--red); font-style: normal; font-size: 9px; letter-spacing: .16em; margin-left: 2px; }
.topnav { display: flex; align-items: center; gap: 40px; margin-left: 100px; color: #8390a8; font-size: 13px; font-weight: 700; }
.topnav a { padding: 34px 0 29px; border-bottom: 3px solid transparent; transition: color .18s ease, border-color .18s ease; }
.topnav a:hover, .topnav a.active { color: var(--blue-900); border-color: var(--red); }
.topbar-actions { display: flex; align-items: center; gap: 17px; }
.live-pill { display: flex; align-items: center; gap: 7px; color: var(--blue-900); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.live-pill span { width: 7px; height: 7px; background: #2ec882; border-radius: 50%; box-shadow: 0 0 0 4px rgba(46,200,130,.12); }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--blue-800); font-size: 18px; transition: transform .16s ease, background .16s ease; }
.icon-button:hover { background: var(--blue-200); transform: rotate(-8deg); }
.hero { min-height: 570px; padding: 72px 7.4% 50px; position: relative; display: grid; grid-template-columns: 48% 52%; align-items: center; background: radial-gradient(circle at 77% 42%, rgba(215,237,255,.92), transparent 31%), linear-gradient(135deg, #eef8ff 0%, #f7fbff 50%, #ddecff 100%); }
.hero::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 7px; background: linear-gradient(90deg, var(--blue-800) 0 63%, var(--red) 63% 82%, var(--yellow) 82%); }
.hero-copy { position: relative; z-index: 2; max-width: 545px; padding-bottom: 22px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.eyebrow-line { width: 28px; height: 2px; background: var(--red); }
.hero h1 { margin: 24px 0 22px; color: var(--blue-950); font-family: var(--display); font-size: clamp(54px, 6vw, 82px); line-height: .93; letter-spacing: -.075em; }
.hero h1 span, h2 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 405px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-cta-row { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.primary-button, .complete-button { border: 0; border-radius: 8px; background: var(--red); color: var(--white); font-weight: 700; letter-spacing: .09em; font-size: 11px; text-transform: uppercase; box-shadow: 0 9px 18px rgba(23,105,237,.18); transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.primary-button { padding: 17px 22px; }
.primary-button span { margin-left: 21px; font-size: 17px; line-height: 0; }
.primary-button:hover, .complete-button:hover { background: var(--red-dark); box-shadow: 0 12px 24px rgba(11,80,199,.25); transform: translateY(-2px); }
.primary-button:active, .secondary-button:active, .complete-button:active, .text-button:active { transform: scale(.97); }
.mini-proof { display: flex; align-items: center; gap: 10px; color: #73819b; font-size: 11px; line-height: 1.25; max-width: 165px; }
.avatar-stack { display: flex; min-width: 52px; }
.avatar-stack i { width: 23px; height: 23px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--sky); border-radius: 50%; color: var(--white); font-size: 9px; font-style: normal; background: var(--blue-800); }
.avatar-stack i:first-child { margin-left: 0; background: var(--yellow); color: var(--blue-950); }
.avatar-stack i:nth-child(2) { background: var(--red); }
.avatar-stack i:nth-child(3) { background: var(--blue-700); }
.hero-visual { min-height: 480px; position: relative; display: flex; align-items: center; justify-content: center; }
.sun-disc { width: 360px; height: 360px; position: absolute; top: 50px; left: 50%; transform: translateX(-34%); border-radius: 50%; background: var(--yellow); opacity: .97; }
.image-frame { width: 292px; height: 455px; position: relative; z-index: 1; margin: 12px 0 0 40px; overflow: hidden; border-radius: 48% 48% 20px 20px; background: linear-gradient(160deg, #bde3ff, #1769ed); box-shadow: 18px 22px 0 rgba(11,80,199,.08); transform: rotate(4deg); }
.image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,36,95,.22), transparent 55%); pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; filter: saturate(1.12) contrast(1.03); }
.hero-sticker { position: absolute; z-index: 3; top: 76px; right: 3%; width: 90px; height: 90px; display: grid; place-content: center; border-radius: 50%; background: var(--red); color: var(--white); font-family: var(--display); font-size: 11px; font-weight: 600; line-height: 1.08; text-align: center; letter-spacing: .08em; transform: rotate(11deg); box-shadow: 0 10px 16px rgba(11,80,199,.2); }
.hero-sticker strong { font-size: 14px; line-height: .95; letter-spacing: -.06em; }
.hero-note { position: absolute; right: 1%; bottom: 57px; color: var(--blue-900); font-family: var(--display); font-size: 14px; font-weight: 700; line-height: 1.05; letter-spacing: -.03em; transform: rotate(-8deg); }
.hero-note span { color: var(--red); font-size: 22px; }
.burst { position: absolute; z-index: 0; background: var(--blue-700); clip-path: polygon(48% 0, 58% 38%, 100% 29%, 65% 52%, 92% 90%, 55% 64%, 34% 100%, 40% 60%, 0 72%, 34% 45%); opacity: .13; }
.burst-one { width: 120px; height: 110px; top: 25px; left: 12%; transform: rotate(12deg); }
.burst-two { width: 85px; height: 78px; bottom: 28px; right: 17%; background: var(--red); transform: rotate(-18deg); }
.burst-three { width: 50px; height: 47px; top: 48%; left: 10%; background: var(--yellow); }
.stats-band { min-height: 98px; padding: 21px 7.4%; display: grid; grid-template-columns: 1.45fr .8fr .9fr .95fr 1.35fr; align-items: center; gap: 24px; background: var(--blue-900); color: var(--white); }
.stats-label { display: flex; align-items: center; gap: 12px; color: #aacdff; font-size: 9px; font-weight: 600; line-height: 1.35; letter-spacing: .12em; }
.stats-label strong { color: var(--white); }
.tiny-bolt { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: var(--yellow); }
.stat { border-left: 1px solid rgba(255,255,255,.16); padding-left: 24px; display: flex; flex-direction: column; gap: 1px; }
.stat strong { font-family: var(--display); font-size: 24px; letter-spacing: -.05em; }
.stat span { color: #aecbfa; font-size: 10px; }
.stat-accent strong { color: var(--yellow); }
.progress-mini { align-self: center; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: #b7d3ff; font-size: 10px; }
.progress-label strong { color: var(--white); }
.progress-track, .week-progress { height: 6px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.2); }
.progress-track span { display: block; width: 0%; height: 100%; border-radius: inherit; background: var(--yellow); transition: width .35s ease; }
.save-note { display: block; margin-top: 7px; color: rgba(215,237,255,.68); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.challenge-section { padding: 85px 7.4% 92px; background: var(--white); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 42px; }
.section-kicker { color: var(--blue-800); }
.section-kicker span { color: var(--yellow); font-size: 16px; }
.section-subtitle { margin: 11px 0 0; color: #8390a8; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
h2 { margin: 16px 0 0; color: var(--blue-950); font-family: var(--display); font-size: clamp(42px, 4vw, 59px); line-height: .91; letter-spacing: -.075em; }
.date-lockup { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; color: var(--blue-900); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.date-lockup small { color: #93a0b5; font-family: var(--body); font-size: 10px; font-weight: 500; letter-spacing: 0; }
.challenge-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(250px, .7fr); gap: 22px; }
.challenge-card { position: relative; padding: 27px 31px 28px; overflow: hidden; border-radius: 12px; background: var(--blue-800); color: var(--white); box-shadow: 0 14px 28px rgba(6,36,95,.14); }
.challenge-card::before { content: ''; width: 310px; height: 310px; position: absolute; top: -140px; right: -75px; border-radius: 50%; border: 42px solid rgba(255,255,255,.06); }
.challenge-card::after { content: '✦'; position: absolute; top: 38px; right: 90px; color: rgba(255,255,255,.22); font-size: 18px; }
.card-uniform-stripe { position: absolute; z-index: 2; top: 0; left: 0; width: 132px; height: 7px; display: flex; transform: skewX(-22deg) translateX(-12px); }
.card-uniform-stripe span { flex: 1; }
.card-uniform-stripe span:nth-child(1) { background: var(--blue-200); }
.card-uniform-stripe span:nth-child(2) { background: var(--blue-700); }
.card-uniform-stripe span:nth-child(3) { background: var(--yellow); }
.card-crest { position: absolute; z-index: 2; top: 24px; right: 27px; width: 41px; height: 41px; display: grid; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; background: rgba(6,36,95,.36); color: var(--yellow); transform: rotate(8deg); }
.card-crest span { font-family: var(--display); font-size: 14px; font-weight: 700; line-height: 1; }
.card-crest b { position: absolute; right: -7px; bottom: -5px; color: var(--white); font-size: 9px; }
.card-airship { position: absolute; z-index: 1; top: 82px; right: 30px; width: 72px; height: 25px; border: 1px solid rgba(215,237,255,.38); border-radius: 55% 48% 48% 55%; background: rgba(215,237,255,.11); opacity: .8; transform: rotate(-8deg); }
.card-airship::before { content: ''; position: absolute; left: 29px; bottom: -8px; width: 18px; height: 7px; border-radius: 0 0 6px 6px; background: var(--yellow); }
.card-airship::after { content: ''; position: absolute; right: -12px; top: 7px; width: 15px; height: 12px; background: var(--yellow); clip-path: polygon(0 50%, 100% 0, 76% 100%); }
.card-airship i { position: absolute; left: 17px; bottom: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); box-shadow: 19px 0 var(--yellow); }
.card-airship span { position: absolute; right: -18px; top: -17px; color: var(--yellow); font-family: var(--display); font-size: 15px; font-style: normal; font-weight: 700; }
.challenge-card .card-topline::after { content: ''; width: 78px; height: 5px; position: absolute; left: 31px; bottom: -3px; background: linear-gradient(90deg, var(--red) 0 33%, var(--white) 33% 66%, var(--yellow) 66%); border-radius: 4px; }
.card-topline, .card-detail-row, .card-actions { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.card-topline { padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.17); color: #b5d1ff; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.card-number b { margin-left: 4px; color: var(--yellow); }
.difficulty { display: flex; align-items: center; gap: 7px; }
.difficulty-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.card-main { position: relative; z-index: 1; display: flex; align-items: center; gap: 28px; padding: 30px 0 27px; }
.exercise-icon { width: 126px; height: 126px; flex: 0 0 auto; position: relative; display: grid; place-items: center; border: 3px solid var(--yellow); border-radius: 18px 18px 28px 18px; background: linear-gradient(145deg, var(--yellow), #ffe57c); color: var(--blue-950); transform: rotate(-6deg); box-shadow: 7px 8px 0 rgba(6,36,95,.18); }
.exercise-icon.has-image { overflow: hidden; }
.exercise-icon.has-image::before { content: ''; width: auto; height: auto; position: absolute; inset: 10px; border: 2px solid rgba(6,36,95,.7); border-radius: 11px 11px 17px 11px; opacity: 1; }
.exercise-icon img { position: relative; z-index: 1; width: 67%; height: 67%; object-fit: contain; filter: brightness(0) saturate(100%) invert(12%) sepia(48%) saturate(3200%) hue-rotate(195deg) brightness(76%) contrast(110%); }
.exercise-icon::before { content: ''; width: 80px; height: 80px; position: absolute; border: 4px solid var(--blue-950); border-radius: 50%; opacity: .75; }
.exercise-icon::after { content: '✦'; position: absolute; top: 22px; right: 22px; color: var(--red); font-size: 18px; }
.exercise-icon span { position: absolute; font-size: 32px; font-weight: 700; }
.exercise-icon span:nth-child(1) { transform: translate(-20px, 19px) rotate(10deg); }
.exercise-icon span:nth-child(2) { transform: translate(14px, -12px) rotate(-15deg); font-size: 26px; }
.exercise-icon span:nth-child(3) { transform: translate(27px, 28px) rotate(20deg); font-size: 17px; color: var(--red); }
.exercise-copy { max-width: 470px; }
.exercise-label { margin-bottom: 9px; color: #a9cbff; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.exercise-copy h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(27px, 3.4vw, 42px); line-height: .95; letter-spacing: -.07em; }
.exercise-copy p { max-width: 410px; margin: 0; color: #d7e7ff; font-size: 13px; line-height: 1.55; }
.card-detail-row { justify-content: flex-start; gap: clamp(26px, 4vw, 58px); padding: 19px 0 22px; border-top: 1px solid rgba(255,255,255,.17); }
.detail { display: flex; align-items: center; gap: 10px; }
.detail-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--yellow); font-size: 15px; }
.detail span:last-child { display: flex; flex-direction: column; gap: 4px; }
.detail small { color: #a9cbff; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.detail strong { color: var(--white); font-size: 11px; font-weight: 600; }
.card-actions { justify-content: flex-start; gap: 12px; }
.secondary-button { padding: 13px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 6px; background: transparent; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .16s ease, background .16s ease; }
.secondary-button:hover { background: rgba(255,255,255,.12); }
.secondary-button span { margin-right: 6px; font-size: 17px; vertical-align: -1px; }
.complete-button { padding: 14px 20px; background: var(--yellow); color: var(--blue-950); box-shadow: none; }
.complete-button:hover { background: #ffe073; color: var(--blue-950); box-shadow: 0 8px 18px rgba(255,201,40,.24); }
.check-circle { display: inline-grid; width: 16px; height: 16px; place-items: center; margin-right: 6px; border-radius: 50%; background: var(--blue-950); color: var(--yellow); font-size: 11px; }
.side-column { display: grid; gap: 22px; }
.tip-card, .week-card { padding: 23px 25px; border-radius: 12px; }
.tip-card { min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; background: #fff3c8; }
.tip-heading { display: flex; align-items: center; gap: 9px; color: #b78500; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.tip-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--blue-950); font-size: 12px; }
.tip-card p { margin: 18px 0; color: var(--blue-950); font-family: var(--display); font-size: 20px; line-height: 1.12; letter-spacing: -.05em; }
.tip-signature { display: flex; align-items: center; justify-content: space-between; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.tip-signature i { font-size: 20px; font-style: normal; }
.week-card { background: var(--sky); }
.week-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; color: var(--blue-900); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.week-head strong { color: var(--red); font-family: var(--display); font-size: 18px; letter-spacing: -.04em; }
.week-days { display: flex; justify-content: space-between; gap: 5px; }
.day { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #9ba7bc; font-size: 8px; font-weight: 700; }
.day b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #dfeaf6; color: #8a99af; font-size: 11px; }
.day.done { color: var(--blue-700); }
.day.done b { background: var(--blue-700); color: var(--white); }
.day.today { color: var(--red); }
.day.today b { background: var(--red); color: var(--white); box-shadow: 0 0 0 4px rgba(23,105,237,.12); font-size: 8px; }
.week-progress { margin-top: 22px; background: #d8e5f4; }
.week-progress span { display: block; width: 57%; height: 100%; background: var(--blue-700); border-radius: inherit; }
.inspiration-section { min-height: 280px; position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; padding: 65px 16% 65px 7.4%; overflow: hidden; background: var(--red); color: var(--white); }
.inspiration-section::before { content: ''; width: 490px; height: 490px; position: absolute; right: 12%; top: -190px; border: 56px solid rgba(255,255,255,.08); border-radius: 50%; }
.inspiration-section::after { content: 'SPORTACUS 10'; position: absolute; top: 28px; right: 7.4%; color: rgba(255,255,255,.65); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.inspiration-copy { position: relative; z-index: 1; }
.inspiration-copy .section-kicker { color: var(--yellow); }
.inspiration-copy h2 { color: var(--white); font-size: clamp(37px, 4vw, 54px); }
.inspiration-copy p { max-width: 395px; margin: 18px 0 22px; color: #d9eaff; font-size: 13px; line-height: 1.6; }
.text-button { padding: 0 0 6px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); background: transparent; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .16s ease, border-color .16s ease; }
.text-button span { margin-left: 25px; font-size: 16px; }
.text-button:hover { color: var(--yellow); border-color: var(--yellow); }
.airship-badge { position: absolute; z-index: 3; top: 34px; right: 30%; display: flex; align-items: center; gap: 8px; padding: 7px 11px; border: 2px solid var(--yellow); border-radius: 22px; background: var(--blue-950); color: var(--white); font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .12em; transform: rotate(-7deg); box-shadow: 5px 6px 0 rgba(6,36,95,.16); }
.airship-badge::before { content: '↗'; color: var(--yellow); font-size: 17px; }
.airship-badge b { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--blue-950); font-size: 10px; }
.airship-badge i { color: var(--yellow); font-size: 16px; font-style: normal; }
.inspiration-image { width: 215px; height: 255px; position: relative; z-index: 2; justify-self: end; overflow: hidden; border: 7px solid var(--yellow); border-radius: 10px 10px 58px 10px; transform: rotate(5deg); box-shadow: 18px 20px 0 rgba(6,36,95,.14); background: var(--blue-800); }
.inspiration-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08); }
.image-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 26px 12px 12px; background: linear-gradient(transparent, rgba(6,36,95,.9)); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .1em; line-height: 1.15; }
.image-caption strong { color: var(--yellow); }
.quote-mark { position: absolute; right: 30%; bottom: -55px; color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: 310px; line-height: 1; }
.footer { min-height: 85px; padding: 24px 7.4%; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; color: #7e8ca6; font-size: 10px; line-height: 1.5; letter-spacing: .04em; }
.footer span { display: block; }
.footer-rights { color: #5c6a85; font-size: 9px; letter-spacing: .03em; max-width: 720px; }
.footer a { color: var(--blue-800); text-decoration: underline; text-underline-offset: 3px; }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; max-width: 330px; padding: 14px 17px; border-radius: 8px; background: var(--blue-950); color: var(--white); font-size: 12px; line-height: 1.4; box-shadow: 0 12px 35px rgba(6,36,95,.22); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.is-complete .complete-button { background: #2ec882; color: var(--white); }
.is-complete .check-circle { background: var(--white); color: #2ec882; }
@media (max-width: 900px) {
  .topbar { padding: 0 5%; }
  .topnav { margin-left: 0; gap: 22px; }
  .hero { padding-right: 5%; padding-left: 5%; grid-template-columns: 52% 48%; }
  .stats-band, .challenge-section { padding-right: 5%; padding-left: 5%; }
  .stats-band { grid-template-columns: 1.2fr .7fr .8fr .8fr; }
  .progress-mini { grid-column: 1 / -1; width: 100%; }
  .inspiration-section { padding-right: 10%; padding-left: 5%; }
}
@media (max-width: 680px) {
  .topbar { height: 72px; }
  .topnav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: 58px; }
  .hero-cta-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .sun-disc { width: 280px; height: 280px; top: 45px; }
  .image-frame { width: 230px; height: 350px; margin: 8px 0 0 5px; }
  .hero-sticker { top: 42px; right: 12%; width: 76px; height: 76px; font-size: 10px; }
  .card-airship { right: 18px; top: 76px; transform: scale(.85) rotate(-8deg); }
  .card-crest { right: 18px; }
  .airship-badge { position: relative; top: auto; right: auto; justify-self: start; margin: 0 0 -20px 2px; }
  .hero-note { right: 6%; bottom: 30px; }
  .stats-band { grid-template-columns: 1fr 1fr; gap: 20px 10px; padding-top: 28px; padding-bottom: 28px; }
  .stats-label { grid-column: 1 / -1; }
  .stat { padding-left: 15px; }
  .progress-mini { grid-column: 1 / -1; }
  .challenge-section { padding-top: 65px; padding-bottom: 65px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .date-lockup { align-items: flex-start; }
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-card { padding: 22px 20px; }
  .card-main { align-items: flex-start; flex-direction: column; gap: 23px; }
  .exercise-icon { width: 105px; height: 105px; border-radius: 15px 15px 23px 15px; }
  .exercise-icon.has-image::before { inset: 8px; }
  .exercise-icon img { width: 64%; height: 64%; }
  .exercise-icon::before { width: 67px; height: 67px; }
  .card-detail-row { align-items: flex-start; flex-wrap: wrap; gap: 18px; }
  .card-actions { align-items: stretch; flex-direction: column; }
  .card-actions button { width: 100%; }
  .inspiration-section { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 65px; }
  .inspiration-image { width: 180px; height: 210px; justify-self: start; margin-top: 40px; }
  .quote-mark { right: -10px; }
  .footer { align-items: flex-start; flex-direction: column; padding-top: 23px; padding-bottom: 23px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
