@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#f4f1e9;--ink:#16221e;--muted:#65716a;--line:#cdd3ca;--green:#204c39;--mint:#d7e8d9;--orange:#f4ab72;--white:#fffdf8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #e27840;outline-offset:3px}a{color:inherit;text-decoration:none}.hidden{display:none!important}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);position:relative;z-index:2}.logo{display:flex;align-items:center;gap:11px;font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.045em;font-size:19px}.logo-mark{background:var(--ink);color:white;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:22px;font-weight:400}.logo-light{color:#8ba891}.course{font-size:10px;font-weight:700;letter-spacing:.17em}.course span{color:#c26c3e;margin:0 7px}.sound-btn{background:transparent;border:1px solid var(--line);border-radius:30px;padding:9px 15px;color:var(--green);font-size:12px;font-weight:700}.sound-btn:hover{background:var(--mint)}
.hero{min-height:610px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-bottom:1px solid var(--line)}.hero-copy{padding:88px 5vw 80px;max-width:740px}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.17em;font-weight:700;color:var(--green);display:flex;align-items:center;gap:12px}.dot{width:8px;height:8px;border-radius:50%;background:#eb9158;box-shadow:0 0 0 4px #f9dfc8}.line{display:inline-block;width:33px;height:1px;background:#9daea1}.hero h1,.principles h2,.activity h2{font-family:'Space Grotesk',sans-serif;letter-spacing:-.075em;font-weight:600}.hero h1{font-size:clamp(62px,6.2vw,102px);line-height:.98;margin:36px 0 28px;white-space:nowrap}.hero h1 em,.principles h2 em{font-style:normal;color:#569373}.hero-copy>p{max-width:485px;color:#5d6861;line-height:1.75;font-size:16px}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:38px}.hero-actions>span{font-size:12px;color:var(--muted)}.primary-btn{border:0;background:var(--green);color:white;padding:17px 19px 17px 22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;font-weight:700;font-size:13px;min-height:53px;transition:transform .2s,background .2s}.primary-btn:hover:not(:disabled){transform:translateY(-2px);background:#32694e}.primary-btn:disabled{opacity:.42;cursor:not-allowed}.primary-btn span{font-size:20px;font-weight:400}.hero-art{background:#dfe8db;position:relative;min-height:550px;display:grid;place-items:center;overflow:hidden}.hero-art:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#698c7520 1px,transparent 1px),linear-gradient(90deg,#698c7520 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to right,transparent,#000)}.art-orbit{position:absolute;border:1px solid #b7cdbb;border-radius:50%;width:570px;height:570px;transform:rotate(-25deg)}.orbit-two{width:780px;height:780px}.art-card{position:absolute;border-radius:14px;box-shadow:0 28px 70px #224e3b25}.art-card-back{background:var(--orange);width:260px;height:300px;transform:translate(116px,-43px) rotate(12deg);padding:25px;display:flex;justify-content:space-between;font-family:'Space Grotesk';font-size:12px;font-weight:700}.art-card-back b{font-size:34px}.art-card-front{width:330px;height:340px;background:var(--white);transform:translate(-45px,25px) rotate(-7deg);padding:24px}.mini-dots{display:flex;gap:6px}.mini-dots i{width:7px;height:7px;border-radius:50%;background:#d8dcd3}.mini-dots i:first-child{background:var(--orange)}.cursor-shape{height:205px;display:grid;place-items:center;font-size:128px;color:var(--green);font-family:Arial,sans-serif;line-height:1}.art-feedback{background:var(--mint);color:var(--green);padding:14px;border-radius:7px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:9px}.pulse{width:10px;height:10px;border-radius:50%;background:#4a9e69;box-shadow:0 0 0 4px #b4d8bb}.art-caption{position:absolute;bottom:32px;left:38px;letter-spacing:.15em;font-size:10px;font-weight:700}.art-caption span{color:#ed8e56;margin:0 10px}
.activity{max-width:1200px;margin:0 auto;padding:70px 5% 90px}.activity-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px;gap:25px}.activity h2{font-size:clamp(37px,4vw,58px);line-height:1.05;margin:18px 0 12px}.activity-head p{color:var(--muted);font-size:14px;margin:0;max-width:620px;line-height:1.6}.progress-wrap{min-width:160px;text-align:right;font-family:'Space Grotesk';font-size:12px;font-weight:700;color:var(--green)}.progress-track{height:5px;background:#d9dfd5;margin-top:12px;border-radius:10px;overflow:hidden}.progress-track div{height:100%;background:var(--green);transition:width .3s}
.challenge-layout{display:grid;grid-template-columns:.93fr 1.07fr;gap:22px}.panel{background:var(--white);border:1px solid #dce0d7;border-radius:11px;padding:28px;box-shadow:0 14px 40px #344b3b08}.panel-label{font-size:10px;font-weight:700;letter-spacing:.16em;color:#718379;margin-bottom:20px}.scenario{background:#eff2ec;border-radius:8px;padding:24px;line-height:1.65;font-size:15px}.scenario strong{display:block;font-family:'Space Grotesk';font-size:19px;margin-bottom:8px}.scenario p{margin:0;color:#5f6a62}.mock-app{max-width:290px;margin:25px auto 6px;background:#fff;border:1px solid #dce1da;border-radius:18px;box-shadow:0 15px 30px #1e473a18;overflow:hidden}.mock-app-head{background:#315b48;color:white;padding:16px;font-size:12px;font-weight:700}.mock-app-body{padding:18px}.mock-app-body small{font-size:10px;color:#748278}.mock-app-body h4{margin:7px 0 12px;font-size:18px}.mock-input{border:1px solid #d4d8d3;color:#8c9690;padding:10px;border-radius:4px;font-size:11px}.mock-action{background:#d9ded8;padding:12px;text-align:center;font-size:11px;font-weight:700;margin-top:13px;border-radius:4px}.mock-note{font-size:10px;color:#8c9690;margin-top:11px}.question{font-family:'Space Grotesk';font-size:20px;letter-spacing:-.04em;margin:0 0 18px}.choice-grid{display:grid;gap:10px}.choice{width:100%;background:#fff;border:1px solid #d8dfd6;border-radius:7px;padding:15px 16px;text-align:left;color:var(--ink);display:flex;gap:14px;align-items:flex-start;transition:.15s}.choice:hover{border-color:#679478;background:#f8fbf7}.choice.selected{border-color:var(--green);background:#eaf3e9;box-shadow:inset 0 0 0 1px var(--green)}.choice-index{display:grid;place-items:center;width:25px;height:25px;min-width:25px;border-radius:5px;background:#eff1eb;color:var(--green);font-size:11px;font-weight:700}.choice strong{display:block;font-size:13px;margin:2px 0 4px}.choice small{display:block;color:#6d786f;font-size:12px;line-height:1.45}.activity-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:24px}.text-btn{border:0;background:none;color:var(--green);font-weight:700;font-size:13px;padding:13px 0}.feedback{flex:1;color:var(--green);font-size:13px;text-align:right;line-height:1.4}.feedback.bad{color:#a74c2a}
.principles{padding:92px 5% 110px}.section-kicker{justify-content:space-between;border-top:1px solid var(--line);padding-top:19px}.principles-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin:24px 0 40px}.principles h2{font-size:clamp(40px,4.7vw,66px);line-height:1.02;margin:0}.principles-heading p{max-width:280px;color:var(--muted);line-height:1.6;font-size:14px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.principle-card{background:#e8ede5;border-radius:8px;padding:24px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.principle-card:nth-child(2),.principle-card:nth-child(5){background:#e4e9df}.principle-card:nth-child(3){background:#dfe9d9}.principle-card:nth-child(4){background:#f2e6d8}.principle-card span{color:#6d806f;font-size:11px;font-weight:700}.principle-card h3{font-family:'Space Grotesk';font-size:21px;letter-spacing:-.05em;margin:0 0 8px}.principle-card p{font-size:12px;color:#5d6b61;line-height:1.55;margin:0}footer{border-top:1px solid var(--line);padding:28px 5%;display:flex;justify-content:space-between;gap:20px;color:#63746a;font-size:10px;font-weight:700;letter-spacing:.08em}footer a{color:var(--green)}
.result-banner{background:var(--green);color:white;border-radius:11px;padding:35px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.result-banner h3{font-family:'Space Grotesk';font-size:36px;letter-spacing:-.05em;margin:8px 0}.result-banner p{color:#c9dfd0;max-width:550px;line-height:1.6;font-size:14px}.score-ring{width:130px;height:130px;border:8px solid #78ae85;border-radius:50%;display:grid;place-items:center;font-family:'Space Grotesk';font-size:34px;font-weight:700}.result-list{display:grid;gap:10px;margin-top:20px}.result-item{background:var(--white);border:1px solid #dce0d7;border-radius:7px;padding:18px 22px;display:flex;gap:15px;align-items:flex-start}.result-item b{color:var(--green)}.result-item div{font-size:13px;line-height:1.5}.result-item small{display:block;color:var(--muted);margin-top:4px}.reflection{margin-top:20px;background:#e4ecdf;padding:24px;border-radius:8px}.reflection label{display:block;font-family:'Space Grotesk';font-weight:700;margin-bottom:10px}.reflection textarea{width:100%;min-height:90px;resize:vertical;border:1px solid #b8cbb9;border-radius:6px;padding:13px;font:inherit;background:white}.reflection p{font-size:11px;color:var(--muted);margin-bottom:0}
@media(max-width:800px){.course{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 6% 70px}.hero h1{font-size:clamp(54px,11vw,90px)}.hero-art{min-height:430px}.activity{padding:55px 5%}.challenge-layout{grid-template-columns:1fr}.principle-grid{grid-template-columns:repeat(2,1fr)}.principles-heading{display:block}.principles-heading p{max-width:550px}.activity-head{align-items:start}.progress-wrap{min-width:100px}}
@media(max-width:550px){.topbar{height:64px}.hero h1{font-size:53px;white-space:normal}.hero-actions{align-items:start;flex-direction:column}.hero-art{min-height:350px}.art-card-front{transform:translate(-35px,15px) rotate(-7deg) scale(.76)}.art-card-back{transform:translate(85px,-40px) rotate(12deg) scale(.76)}.art-caption{left:18px;font-size:8px}.activity-head{display:block}.progress-wrap{text-align:left;margin-top:20px}.panel{padding:20px}.activity-footer{flex-wrap:wrap}.feedback{order:3;flex-basis:100%;text-align:left}.principle-grid{grid-template-columns:1fr}.principle-card{min-height:150px}.result-banner{grid-template-columns:1fr}.score-ring{width:100px;height:100px;font-size:26px}footer{flex-direction:column}}
