@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap");:root{--ink:#25312e;--muted:#6f746f;--paper:#f7f4ed;--paper-dark:#eeeae0;--line:#d9d6cd;--green:#2f6f65;--green-dark:#24564f;--gold:#d3a536;--serif:"Libre Caslon Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans)}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a,button{color:inherit}a{text-decoration:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar{height:78px;padding:0 5vw;justify-content:space-between;position:absolute;z-index:10;top:0;left:0;right:0;border-bottom:1px solid rgba(37,49,46,.16)}.brand,.topbar{display:flex;align-items:center}.brand{gap:11px;font-weight:600;letter-spacing:.12em;font-size:12px}.brand-mark{width:31px;height:31px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center}.brand-mark svg{width:17px}nav{display:flex;align-items:center;gap:24px;font-size:13px}nav>a{color:#47514e;transition:color .2s}nav>a:hover{color:var(--green)}.lang-switch{display:flex;align-items:center;gap:4px;border-left:1px solid var(--line);padding-left:24px}.lang-switch a{border:0;background:none;cursor:pointer;padding:4px;font-size:11px;color:#999b96}.lang-switch a.active{color:var(--ink);font-weight:600}.hero{min-height:760px;height:100vh;max-height:940px;padding:140px 7vw 72px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.03fr .97fr;align-items:center}.hero:before{inset:0 0 0 52%;background:#eeeadf;z-index:-2}.hero:after,.hero:before{content:"";position:absolute}.hero:after{width:44vw;height:44vw;border-radius:50%;background:radial-gradient(circle,rgba(211,165,54,.15),rgba(211,165,54,0) 68%);right:1vw;top:14vh;z-index:-1}.hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-size:11px;font-weight:600;margin:0 0 23px}h1,h2,h3,p{margin-top:0}h1{font-family:var(--serif);font-size:clamp(72px,8.1vw,128px);line-height:.83;letter-spacing:-.055em;margin:0}h1,h1 em{font-weight:400}h1 em{color:var(--green);font-style:italic}.title-nl{font-size:clamp(58px,6.25vw,102px);line-height:.9;letter-spacing:-.045em}.subtitle{font-family:var(--serif);font-size:clamp(22px,2.2vw,33px);margin:28px 0 30px}.hero-text{color:#666c68;font-size:16px;line-height:1.75;max-width:545px}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:36px}.primary,.secondary{min-height:50px;padding:0 21px;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:13px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}.primary{color:white;background:var(--green);border:1px solid var(--green);box-shadow:0 8px 20px rgba(47,111,101,.13)}.primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 11px 24px rgba(47,111,101,.2)}.primary:disabled{opacity:.35;cursor:default;transform:none;box-shadow:none}.primary svg{width:17px}.secondary{color:var(--ink);background:transparent;border:1px solid #b7b6af}.secondary:hover{border-color:var(--green);color:var(--green)}.secondary:disabled{opacity:.3;cursor:default}.text-button,.text-link{border:0;background:none;border-bottom:1px solid #aeb0aa;padding:6px 0;cursor:pointer;color:#4e5754;font-size:13px}.text-button:hover,.text-link:hover{color:var(--green);border-color:var(--green)}.privacy{display:flex;align-items:center;gap:8px;font-size:11px;color:#8b8e89;margin-top:20px}.privacy svg{width:13px}.hero-art{position:relative;justify-self:center;width:min(39vw,540px);aspect-ratio:1;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(47,111,101,.32);border-radius:50%}.orbit-one{inset:6%;animation:rotate 24s linear infinite}.orbit-two{inset:20%;border-color:rgba(199,125,82,.35);animation:rotate 18s linear infinite reverse}.orbit span{width:15px;height:15px;position:absolute;left:50%;top:-8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 8px rgba(211,165,54,.12)}.orbit-two span{background:var(--green);width:9px;height:9px;top:auto;bottom:-5px}.sun-core{width:39%;aspect-ratio:1;border-radius:50%;background:var(--ink);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:0 25px 55px rgba(37,49,46,.2)}.sun-core span{letter-spacing:.16em;font-size:9px}.sun-core strong{font-family:var(--serif);color:var(--gold);font-size:24px;font-weight:400}.art-note{position:absolute;font-size:9px;letter-spacing:.18em;color:#8b8b83}.note-one{top:9%;right:6%}.note-two{left:4%;top:45%}.note-three{right:4%;bottom:20%}.scroll-cue{position:absolute;bottom:30px;left:50%;display:flex;align-items:center;gap:12px;font-size:8px;letter-spacing:.17em;color:#858780;transform:translateX(-50%)}.scroll-cue span{height:30px;border-left:1px solid #858780}@keyframes rotate{to{transform:rotate(1turn)}}.studio{padding:115px 7vw 125px;background:#fffdf8;scroll-margin-top:0;min-height:850px}.section-heading{max-width:1180px;margin:0 auto 54px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.method h2,.section-heading h2{font-family:var(--serif);font-size:clamp(44px,5vw,72px);line-height:1.04;font-weight:400;letter-spacing:-.035em;max-width:720px;margin-bottom:0}.stepper{gap:27px;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#aaa9a2;padding-bottom:5px}.stepper,.stepper div{display:flex;align-items:center}.stepper div{gap:8px;white-space:nowrap}.stepper div:not(:last-child):after{content:"";width:25px;border-top:1px solid #d0cdc5;margin-left:19px}.stepper span{border:1px solid #c8c6bf;border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-size:9px}.stepper svg{width:12px}.stepper .done{color:var(--green)}.stepper .done span{color:white;border-color:var(--green);background:var(--green)}.check-shell,.planner-shell,.result-shell{max-width:1180px;margin:0 auto;border-top:1px solid var(--line);padding-top:40px}.question-meta{display:flex;justify-content:space-between;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#777a75}.progress{margin-top:12px;height:3px;background:#e5e1d8;overflow:hidden}.progress span{height:100%;display:block;background:var(--gold);transition:width .35s ease}.check-shell h3{font-family:var(--serif);font-size:clamp(31px,3.4vw,48px);font-weight:400;line-height:1.2;max-width:850px;margin:46px 0 35px}.answers{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.answers button{min-height:68px;padding:14px 18px;border:1px solid #ddd9d0;background:transparent;display:flex;align-items:center;gap:15px;text-align:left;cursor:pointer;color:#515955;transition:all .2s}.answers button:hover{border-color:#9eb9b2;background:#f4f8f5}.answers button>span{width:29px;height:29px;border-radius:50%;border:1px solid #c9c7c0;display:grid;place-items:center;font-size:10px;flex:none}.answers button svg{margin-left:auto;width:16px}.answers button.selected{border-color:var(--green);background:#edf5f1;color:var(--green-dark)}.answers button.selected>span{background:var(--green);border-color:var(--green);color:white}.check-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.check-actions .secondary{margin-right:auto}.result-shell{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(280px,.9fr);grid-gap:65px;gap:65px}.result-main{padding-right:3vw}.result-title-row{display:flex;align-items:center;gap:18px}.planner-head h3,.result-main h3{font-family:var(--serif);font-size:clamp(45px,5vw,70px);font-weight:400;letter-spacing:-.04em;margin:0}.result-badge{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;color:white}.result-badge,.result-badge.early{background:var(--gold)}.result-badge.balanced{background:var(--green)}.result-badge.late{background:#6f7293}.result-badge svg{width:22px}.result-lead{font-family:var(--serif);color:#555e5a;font-size:21px;line-height:1.55;max-width:735px;margin:22px 0 26px}.energy-card{padding:22px 25px 13px;background:#f7f4ed}.energy-card>span,.plan-visual>p{font-size:9px;letter-spacing:.15em;color:#777a75;text-transform:uppercase}.energy-curve{width:100%;height:auto;stroke:none;overflow:visible;margin-top:10px}.result-aside{border-left:1px solid var(--line);padding-left:38px;padding-top:5px}.aside-number{font-family:var(--serif);color:var(--gold);font-size:42px}.result-aside h4{font-family:var(--serif);font-size:25px;font-weight:400;margin:25px 0 12px}.result-aside p{color:#707570;line-height:1.7;font-size:13px;margin-bottom:32px}.result-aside .primary{width:100%}.result-aside .text-button{display:block;margin:14px auto 0}.planner-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:39px}.planner-head>div:first-child>p:last-child{color:#707570;max-width:620px;margin:12px 0 0;font-size:13px}.day-bounds{display:flex;align-items:flex-end;gap:9px}.day-bounds label{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#7a7c77}.day-bounds input{display:block;margin-top:7px;border:1px solid var(--line);background:white;padding:8px;color:var(--ink)}.day-bounds>span{padding-bottom:9px;color:var(--gold)}.plan-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);grid-gap:60px;gap:60px}.timeline{position:relative}.timeline:before{content:"";position:absolute;top:30px;bottom:85px;left:105px;border-left:1px solid #d7d4cb}.plan-row{min-height:77px;display:grid;grid-template-columns:82px 22px minmax(190px,1fr) 155px 34px;grid-gap:13px;gap:13px;align-items:center;border-bottom:1px solid #e5e1d8;position:relative}.time-input{border:0;background:transparent;color:#4d5552;font-size:13px;width:80px}.timeline-dot{width:11px;height:11px;border:3px solid #fffdf8;background:var(--zone);border-radius:50%;box-shadow:0 0 0 1px var(--zone);z-index:1}.activity-field span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:var(--zone)}.activity-field input{display:block;width:100%;border:0;background:transparent;color:var(--ink);padding:6px 0;outline:none}.activity-field input:focus{border-bottom:1px solid var(--zone)}.plan-row select{border:1px solid var(--zone);color:var(--zone);background:var(--zone-soft);padding:8px;font-size:10px}.icon-button{border:0;background:none;cursor:pointer;color:#a2a39e;padding:7px}.icon-button:hover{color:#9e4e47}.icon-button svg{width:16px}.planner-buttons{display:flex;align-items:center;gap:22px;margin-top:25px}.planner-buttons .secondary svg{width:16px}.empty{padding:30px;color:#8a8c87;border:1px dashed var(--line)}.plan-visual{background:#f5f1e8;padding:25px;align-self:start;position:-webkit-sticky;position:sticky;top:25px}.plan-visual .energy-curve{margin:25px 0}.zone-legend{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;border-top:1px solid var(--line);padding-top:20px}.zone-legend span{display:flex;align-items:center;gap:7px;font-size:9px;color:#666b67}.zone-legend i{width:7px;height:7px;border-radius:50%}.plan-visual small{display:flex;align-items:center;gap:6px;color:#8a8c87;margin-top:30px;font-size:9px}.plan-visual small svg{width:12px;color:var(--green)}.method{padding:120px 7vw 100px;display:grid;grid-template-columns:1fr minmax(360px,520px);grid-column-gap:5vw;column-gap:5vw;align-items:center;background:var(--paper-dark)}.method-intro>p:not(.eyebrow){color:#666c68;line-height:1.75;max-width:580px;margin:28px 0}.principle{margin-top:42px;border-top:1px solid #cecbc2;padding-top:20px}.principle>span{text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:#81837f}.principle>div{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-top:15px;font-family:var(--serif);font-size:22px}.principle b{font-weight:400}.principle i{color:var(--gold);font-style:normal}.wheel-wrap{display:grid;place-items:center}.rhythm-wheel{width:100%;height:auto;overflow:visible;filter:drop-shadow(0 21px 30px rgba(37,49,46,.12));stroke:none}.wheel-small{font-family:var(--sans);font-size:8px;letter-spacing:.18em;fill:#7b7e79}.wheel-big{font-family:var(--serif);font-size:20px;fill:var(--ink)}.wheel-big-nl{font-size:13px;letter-spacing:-.02em}.wheel-label{font-family:var(--sans);font-size:9px;font-weight:600;fill:white;letter-spacing:.02em}.zone-notes{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:72px;border-top:1px solid #cecbc2}.zone-notes article{padding:28px 25px 0 0;border-top:3px solid var(--zone);margin-top:-2px}.zone-notes article+article{padding-left:25px;border-left:1px solid #cecbc2}.zone-notes span{color:var(--zone);font-family:var(--serif);font-size:20px}.zone-notes h3{font-family:var(--serif);font-size:24px;font-weight:400;margin:17px 0 9px}.zone-notes p{color:#6f736f;font-size:12px;line-height:1.6}.book-section{padding:120px 7vw;background:#fffdf8;scroll-margin-top:0}.book-intro{max-width:1180px;margin:0 auto 52px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);grid-column-gap:8vw;column-gap:8vw;align-items:end}.book-intro .eyebrow{grid-column:1/-1}.book-intro h2,.journal-heading h2{font-family:var(--serif);font-size:clamp(44px,5vw,72px);line-height:1.04;font-weight:400;letter-spacing:-.035em;margin:0}.book-intro>p:last-child,.journal-heading>p{color:#666c68;line-height:1.75;margin:0}.book-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.book-grid-single{grid-template-columns:minmax(0,1.75fr) minmax(260px,.65fr)}.book-card{min-height:500px;padding:52px 46px;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(185px,235px) minmax(0,1fr);grid-gap:clamp(34px,4vw,62px);gap:clamp(34px,4vw,62px);align-items:center}.book-card+.book-card{border-left:1px solid var(--line)}.book-card:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(47,111,101,.18);border-radius:50%;right:-95px;top:-125px}.book-card:after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(211,165,54,.24);border-radius:50%;right:-22px;top:-82px}.book-card-nl:before{border-color:rgba(111,114,147,.24)}.book-cover-frame{width:100%;max-width:235px;overflow:hidden;position:relative;z-index:1;background:#f0ece3;box-shadow:-7px 10px 20px rgba(37,49,46,.13),0 25px 48px rgba(37,49,46,.2);transform:rotate(-1deg)}.book-cover-en{aspect-ratio:6/9}.book-cover-nl{aspect-ratio:170/240}.book-cover-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:right center}.book-copy{position:relative;z-index:1;max-width:470px}.edition-label{display:block;color:var(--green);font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.book-copy h3{font-family:var(--serif);font-weight:400;font-size:clamp(35px,3.6vw,55px);letter-spacing:-.035em;line-height:1;margin:0 0 12px}.book-tagline{font-family:var(--serif);color:#626a66;font-size:18px!important;margin-bottom:24px!important}.book-copy>p{color:#6c716d;line-height:1.7;font-size:13px;max-width:420px}.coming-link{display:inline-flex;border-top:1px solid #b8b8b1;padding-top:11px;margin-top:16px;color:#858781;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.book-alternate{padding:46px 38px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end;background:#f7f4ed}.book-alternate>span{color:#858781;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:17px}.book-alternate a{width:-moz-fit-content;width:fit-content;color:var(--green);font-family:var(--serif);font-size:23px;line-height:1.3;border-bottom:1px solid #9bb9b2;padding-bottom:5px}.book-alternate a:hover{color:var(--green-dark);border-color:var(--green-dark)}.author-strip{max-width:1180px;margin:55px auto 0;display:grid;grid-template-columns:115px minmax(0,760px);align-items:center;grid-gap:38px;gap:38px}.author-monogram{width:115px;height:115px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--gold);font-family:var(--serif);font-size:27px;letter-spacing:.06em}.author-strip .eyebrow{margin-bottom:11px}.author-strip h3{font-family:var(--serif);font-weight:400;font-size:clamp(29px,3vw,43px);letter-spacing:-.025em;margin-bottom:13px}.author-strip>div:last-child>p:last-child{color:#6c716d;line-height:1.7;font-size:13px;margin-bottom:0}.journal{padding:120px 7vw 130px;background:var(--paper);scroll-margin-top:0}.journal-heading{max-width:1180px;margin:0 auto 54px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);grid-column-gap:8vw;column-gap:8vw;align-items:end}.journal-heading .eyebrow{grid-column:1/-1}.journal-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.journal-grid article{min-height:300px;padding:28px 25px 22px 0;display:flex;flex-direction:column;border-top:3px solid var(--zone,var(--green));margin-top:-2px}.journal-grid article:first-child{--zone:var(--green)}.journal-grid article:nth-child(2){--zone:#c77d52}.journal-grid article:nth-child(3){--zone:var(--gold)}.journal-grid article:nth-child(4){--zone:#6f7293}.journal-grid article+article{border-left:1px solid var(--line);padding-left:25px}.journal-grid article>span{color:var(--zone);font-family:var(--serif);font-size:20px}.journal-grid h3{font-family:var(--serif);font-size:26px;line-height:1.14;font-weight:400;margin:28px 0 13px}.journal-grid p{color:#6f736f;font-size:12px;line-height:1.65}.journal-grid small{margin-top:auto;color:#91938e;font-size:9px;letter-spacing:.1em;text-transform:uppercase}footer{min-height:150px;padding:40px 7vw;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;gap:40px}footer div{display:flex;flex-direction:column;gap:8px}footer strong{font-family:var(--serif);font-size:24px;font-weight:400}footer p,footer span{color:#aeb6b2;font-size:10px;margin:0}footer a{color:#d5d9d6;font-size:10px;width:-moz-fit-content;width:fit-content;border-bottom:1px solid #65706c;padding-bottom:2px}.article-site{min-height:100vh;background:#fffdf8}.article-topbar{height:78px;padding:0 5vw;justify-content:space-between;border-bottom:1px solid rgba(37,49,46,.15);background:#fffdf8}.article-lang,.article-topbar{display:flex;align-items:center}.article-lang{gap:6px;border-left:1px solid var(--line);padding-left:24px;font-size:11px;color:#999b96}.article-lang strong{color:var(--ink)}.article-lang a:hover{color:var(--green)}.article-hero{min-height:640px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);position:relative;overflow:hidden;background:var(--paper);border-bottom:1px solid var(--line)}.article-hero-inner{padding:105px 7vw 90px;align-self:center;max-width:920px}.article-hero h1{max-width:860px;font-size:clamp(58px,6.4vw,102px);line-height:.96;letter-spacing:-.047em}.article-lead{max-width:730px;margin:33px 0 38px;color:#606965;font-family:var(--serif);font-size:clamp(20px,2vw,29px);line-height:1.45}.article-meta{display:flex;flex-wrap:wrap;gap:10px 26px;color:#868984;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.article-meta span+span:before{content:"·";margin-right:26px;color:var(--gold)}.article-rhythm-art{min-height:100%;position:relative;display:grid;place-items:center;overflow:hidden;background:var(--paper-dark)}.article-rhythm-art:before{content:"";position:absolute;width:min(34vw,510px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(211,165,54,.19),rgba(211,165,54,0) 66%)}.rhythm-ring{position:absolute;border:1px solid rgba(47,111,101,.25);border-radius:50%}.rhythm-ring-one{width:min(31vw,460px);aspect-ratio:1}.rhythm-ring-two{width:min(20vw,300px);aspect-ratio:1;border-color:rgba(199,125,82,.35)}.rhythm-pulse{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 9px rgba(211,165,54,.12)}.rhythm-pulse-one{top:24%;right:24%}.rhythm-pulse-two{bottom:25%;left:27%;width:9px;height:9px;background:var(--green);box-shadow:0 0 0 8px rgba(47,111,101,.1)}.article-rhythm-art>div{width:142px;aspect-ratio:1;z-index:1;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;background:var(--ink);color:white;box-shadow:0 23px 55px rgba(37,49,46,.2)}.article-rhythm-art small{font-size:8px;letter-spacing:.16em;color:#c1c8c4}.article-rhythm-art strong{font-family:var(--serif);font-size:27px;font-weight:400;color:var(--gold)}.article-body{max-width:980px;margin:0 auto;padding:105px 42px 120px}.article-intro{max-width:800px;margin-bottom:95px}.article-intro p{font-family:var(--serif);font-size:clamp(22px,2.25vw,30px);line-height:1.55;color:#4b5551}.article-intro p:first-child:first-letter{float:left;font-family:var(--serif);font-size:79px;line-height:.72;padding:13px 12px 0 0;color:var(--green)}.signals-list{border-top:1px solid var(--line)}.signal{display:grid;grid-template-columns:95px 1fr;grid-gap:28px;gap:28px;padding:72px 0 78px;border-bottom:1px solid var(--line)}.signal-number{font-family:var(--serif);font-size:39px;color:var(--gold)}.article-cta h2,.article-experiment h2,.article-method h2,.signal-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(36px,4.2vw,57px);line-height:1.08;letter-spacing:-.035em;margin:0 0 25px}.signal-copy>p{color:#5d6662;font-size:16px;line-height:1.85;max-width:730px}.signal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:34px;gap:34px;margin-top:40px}.signal-actions>div{border-top:3px solid var(--green);padding-top:17px}.signal-actions>div:last-child{border-color:var(--gold)}.signal-actions strong{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-size:9px;margin-bottom:10px}.signal-actions>div:last-child strong{color:#9b7416}.signal-actions p{margin:0;color:#737873;font-size:12px;line-height:1.7}.article-experiment{margin:100px -95px;padding:80px 95px;background:var(--ink);color:white}.article-experiment .eyebrow{color:#a9cfc5}.article-experiment h2{max-width:700px}.article-experiment>p:not(.eyebrow){max-width:730px;color:#c5cdca;line-height:1.8}.article-experiment ol{list-style:none;padding:27px 0;margin:35px 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #4f5d59;border-bottom:1px solid #4f5d59}.article-experiment li{display:flex;gap:17px;min-height:80px;padding:19px 24px 19px 0;align-items:center;color:#edf0ee;line-height:1.55}.article-experiment li:nth-child(2n){border-left:1px solid #4f5d59;padding-left:24px}.article-experiment li:nth-child(-n+2){border-bottom:1px solid #4f5d59}.article-experiment li span{flex:none;font-family:var(--serif);color:var(--gold);font-size:23px}.article-method{padding:35px 0 95px}.article-method-intro{max-width:770px}.article-method-close,.article-method-intro>p:last-child{color:#5f6763;line-height:1.8}.article-zones{display:grid;grid-template-columns:1fr 1fr;margin:45px 0;border-top:1px solid var(--line)}.article-zones>div{min-height:145px;padding:25px 30px 25px 0;border-top:3px solid var(--article-zone);margin-top:-2px;display:flex;gap:18px;align-items:flex-start}.article-zones>div:nth-child(2n){padding-left:30px;border-left:1px solid var(--line)}.article-zones>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.article-zones span{color:var(--article-zone);font-family:var(--serif);font-size:22px}.article-zones p{color:#696f6b;font-size:13px;line-height:1.7}.article-zones strong{color:var(--ink);font-weight:600}.article-method-close{max-width:770px;font-family:var(--serif);font-size:23px}.article-note{display:grid;grid-template-columns:120px 1fr;grid-gap:25px;gap:25px;padding:28px 0;margin-bottom:85px;border-top:1px solid var(--gold);border-bottom:1px solid var(--gold)}.article-note strong{color:#916d18;text-transform:uppercase;letter-spacing:.13em;font-size:9px;padding-top:5px}.article-note p{margin:0;color:#686e69;font-size:12px;line-height:1.7}.article-sources{padding-bottom:90px}.article-sources h2{font-family:var(--serif);font-weight:400;font-size:35px;margin-bottom:15px}.article-sources>p{max-width:760px;color:#707570;font-size:13px;line-height:1.75}.article-sources ol{list-style:none;padding:0;margin-top:30px;border-top:1px solid var(--line)}.article-sources li{display:grid;grid-template-columns:45px 1fr;grid-gap:15px;gap:15px;padding:18px 0;border-bottom:1px solid var(--line);font-size:12px}.article-sources li span{color:var(--gold);font-family:var(--serif);font-size:18px}.article-sources a{width:-moz-fit-content;width:fit-content;color:var(--green);border-bottom:1px solid #9bb9b2}.article-sources a:hover{color:var(--green-dark)}.article-cta{margin:0 -95px 60px;padding:75px 95px;background:var(--paper-dark);position:relative;overflow:hidden}.article-cta:after{content:"";position:absolute;width:290px;height:290px;border:1px solid rgba(47,111,101,.2);border-radius:50%;right:-100px;top:-145px}.article-cta h2{max-width:700px;position:relative;z-index:1}.article-cta>p:not(.eyebrow){max-width:690px;color:#656d69;line-height:1.75;position:relative;z-index:1}.article-cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;position:relative;z-index:1}.article-back{display:inline-block;color:var(--green);border-bottom:1px solid #9bb9b2;padding-bottom:3px;font-size:12px}.article-footer{min-height:160px}.article-footer>a{color:#d5d9d6}.journal-read{margin-top:auto;width:-moz-fit-content;width:fit-content;color:var(--green);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #9bb9b2;padding-bottom:4px}.journal-read:hover{color:var(--green-dark);border-color:var(--green-dark)}@media (max-width:980px){.hero{grid-template-columns:1fr;height:auto;min-height:920px;padding-top:145px}.hero:before{inset:55% 0 0}.hero-art{width:min(64vw,470px);margin-top:50px}.scroll-cue{display:none}.section-heading{align-items:flex-start;flex-direction:column}.plan-grid,.result-shell{grid-template-columns:1fr}.result-aside{border-left:0;border-top:1px solid var(--line);padding:30px 0 0}.plan-visual{position:static}.method{grid-template-columns:1fr}.wheel-wrap{width:min(80vw,530px);justify-self:center;margin-top:55px}.zone-notes{grid-template-columns:1fr 1fr}.book-intro,.journal-heading{grid-template-columns:1fr;gap:24px}.book-grid{grid-template-columns:1fr}.book-alternate,.book-card+.book-card{border-left:0;border-top:1px solid var(--line)}.book-alternate{min-height:190px}.journal-grid{grid-template-columns:1fr 1fr}.article-hero{grid-template-columns:1fr}.article-rhythm-art{min-height:390px}.rhythm-ring-one{width:370px}.rhythm-ring-two{width:250px}}@media (max-width:680px){.topbar{height:64px;padding:0 20px}.brand>span:last-child{display:none}nav{gap:13px;font-size:11px}nav>a:first-child,nav>a:nth-child(2){display:none}.lang-switch{padding-left:12px}.hero{padding:118px 24px 70px;min-height:850px}h1{font-size:clamp(60px,20vw,88px)}.title-nl{font-size:clamp(48px,14vw,70px)}.subtitle{margin-top:23px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .text-link{align-self:flex-start}.hero-art{width:88vw}.book-section,.journal,.method,.studio{padding:82px 24px}.book-intro h2,.journal-heading h2,.method h2,.section-heading h2{font-size:43px}.stepper{gap:8px;width:100%;justify-content:space-between}.stepper div{gap:5px}.stepper div:not(:last-child):after{display:none}.answers{grid-template-columns:1fr}.check-shell h3{margin-top:33px}.check-actions{flex-wrap:wrap}.check-actions .primary{flex:1 1}.planner-head{align-items:flex-start;flex-direction:column}.plan-row{grid-template-columns:70px 18px minmax(0,1fr) 34px;gap:8px;padding:8px 0}.plan-row select{grid-column:3/4;width:-moz-fit-content;width:fit-content}.plan-row .icon-button{grid-column:4;grid-row:1/3}.timeline:before{left:87px}.planner-buttons{flex-direction:column;align-items:flex-start}.zone-notes{grid-template-columns:1fr}.zone-notes article+article{padding-left:0;border-left:0}.book-card{min-height:330px;padding:34px 22px;grid-template-columns:1fr;gap:38px}.book-cover-frame{max-width:190px;justify-self:center}.author-strip{grid-template-columns:1fr;gap:24px}.author-monogram{width:82px;height:82px;font-size:22px}.journal-grid{grid-template-columns:1fr}.journal-grid article+article{border-left:0;padding-left:0}footer{flex-direction:column;align-items:flex-start}.article-topbar{height:64px;padding:0 20px}.article-topbar nav{gap:13px}.article-topbar nav>a:first-child{display:none}.article-lang{padding-left:12px}.article-hero{min-height:auto}.article-hero-inner{padding:82px 24px 70px}.article-hero h1{font-size:clamp(49px,14vw,68px)}.article-lead{font-size:21px}.article-meta{display:grid;grid-gap:8px;gap:8px}.article-meta span+span:before{display:none}.article-rhythm-art{min-height:330px}.rhythm-ring-one{width:290px}.rhythm-ring-two{width:195px}.article-body{padding:75px 24px 90px}.article-intro{margin-bottom:70px}.article-intro p{font-size:21px}.signal{grid-template-columns:1fr;gap:15px;padding:55px 0 60px}.signal-number{font-size:29px}.article-cta h2,.article-experiment h2,.article-method h2,.signal-copy h2{font-size:39px}.signal-actions{grid-template-columns:1fr}.article-cta,.article-experiment{margin-left:-24px;margin-right:-24px;padding:62px 24px}.article-experiment ol,.article-zones{grid-template-columns:1fr}.article-experiment li:nth-child(2n),.article-zones>div:nth-child(2n){border-left:0;padding-left:0}.article-experiment li{border-bottom:1px solid #4f5d59}.article-experiment li:last-child{border-bottom:0}.article-zones>div{border-bottom:1px solid var(--line)}.article-zones>div:last-child{border-bottom:0}.article-note{grid-template-columns:1fr;gap:8px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}