@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Caveat:wght@600;700&display=swap');
:root{--paper:#ffffff;--ink:#152a20;--muted:#66766c;--line:#dfebe3;--accent:#087d46;--green:#56db99}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button{color:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:500}h1{font-size:clamp(65px,7.5vw,114px);line-height:.98;letter-spacing:-7px}h1 em,h2 em{font-family:Georgia,serif;font-weight:400}h2{font-size:clamp(38px,4vw,60px);line-height:1.08;letter-spacing:-2.5px}h3{font-size:24px;letter-spacing:-.7px}p{line-height:1.65}header{height:88px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;padding:0 5%;margin:auto;border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:700;letter-spacing:-.8px}.mark{display:grid;place-items:center;background:var(--accent);color:white;border-radius:50%;width:37px;height:37px;font:500 20px 'Space Grotesk';letter-spacing:-2px;padding-right:2px}nav{display:flex;align-items:center;gap:28px;font-size:14px}nav>a:hover,.text-link:hover{color:var(--accent)}.button{background:var(--ink);color:white;border:1px solid var(--ink);border-radius:5px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:35px;font-size:14px;font-weight:500;transition:background .2s,transform .2s}.button:hover:not(:disabled){background:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.button:disabled{background:#e7e8e0;border-color:#e7e8e0;color:#707267}.button.compact{padding:11px 17px}.hero,.collection,.how,.profile-section,.faq{max-width:1440px;margin:auto;padding:64px 5%}.hero{padding-top:33px}.hero-top{display:flex;justify-content:space-between}.eyebrow,.edition,.collection-meta,.collection-heading{font-family:'Space Grotesk',sans-serif;font-size:11px;letter-spacing:1.2px;font-weight:500}.hero-title{display:flex;justify-content:space-between;align-items:end;margin:46px 0 50px;gap:40px}.hero-aside{padding-bottom:6px;max-width:345px}.hero-aside p{font-size:15px;line-height:1.75;margin-bottom:25px}.launch-note{display:block;margin-top:10px;font-size:12px;color:var(--muted)}.art-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:start}.hero-tile{padding:0;border:0;background:none;text-align:left;width:100%;overflow:hidden}.art{background-size:cover;background-position:center;aspect-ratio:1;background-color:#eee;transition:transform .65s cubic-bezier(.2,.6,.2,1);border-radius:3px}.art0{background-image:url('doodle-01.png')}.art1{background-image:url('doodle-02.png')}.art2{background-image:url('doodle-03.png')}.hero-tile .art{aspect-ratio:1.13}.hero-tile:hover .art{transform:scale(.985)}.hero-tile>span{font:500 10px 'Space Grotesk';letter-spacing:.8px;display:flex;justify-content:space-between;margin-top:12px}.hero-tile>span b{font-size:17px;font-weight:400}.tile-b{margin-top:42px}.tile-c{margin-top:10px}.hero-bottom{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:28px 0;font-size:12px;color:var(--muted);gap:25px}.hero-bottom span:first-child{color:var(--ink)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:42px}.section-head h2{margin-top:20px}.section-head>p{font-size:14px;color:var(--muted);max-width:340px}.collection{padding-top:25px}.collection-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0;color:var(--muted);font-size:10px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.nft{min-width:0}.nft-image{width:100%;border:0;background:none;padding:0;overflow:hidden;border-radius:3px;display:block}.nft-image:hover .art{transform:scale(1.04)}.nft h3{font-size:18px;letter-spacing:-.5px;margin:19px 0 8px}.nft-meta{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:5px}.nft .text-link{margin-top:20px}.text-link{padding:0 0 5px;background:none;border:0;border-bottom:1px solid currentColor;font-size:13px;display:inline-block;transition:color .2s}.text-link:disabled{color:var(--muted)}.text-link small{font-size:11px;margin-left:14px}.how{display:grid;grid-template-columns:1fr 1.25fr;gap:90px;border-block:1px solid var(--line);margin-top:35px;padding-block:80px}.how-intro h2{font-size:76px;line-height:1.04;margin:28px 0}.how-intro h2 em{color:var(--accent)}.small-note{font-size:12px;color:var(--muted);line-height:1.6}.steps article{display:grid;grid-template-columns:35px 1fr;gap:20px;padding:27px 0;border-bottom:1px solid var(--line)}.steps article:first-child{padding-top:0}.steps article:last-child{border:0;padding-bottom:0}.steps article>span{font:12px 'Space Grotesk';color:var(--accent);padding-top:5px}.steps p{font-size:15px;color:var(--muted);margin:16px 0}.profile-section{padding-block:85px}.profile-grid{display:grid;grid-template-columns:300px 1fr;gap:70px}.profile-identity{border-right:1px solid var(--line);padding-right:40px}.profile-icon{display:grid;place-items:center;border:1px solid var(--line);width:65px;height:65px;border-radius:50%;font:24px 'Space Grotesk';color:var(--accent);margin-bottom:23px}.profile-identity h3{font-size:19px}.profile-identity p{font-size:13px;color:var(--muted);margin-block:16px;overflow-wrap:anywhere}.profile-identity .text-link{display:block;margin-top:15px}.collection-heading{display:flex;justify-content:space-between;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:10px}.collection-heading span:last-child{color:var(--muted)}#owned-state{padding:30px 0}#owned-state h3{font-size:23px}#owned-state p{font-size:14px;color:var(--muted);margin-top:15px;max-width:590px}.sample-toggle{display:flex;justify-content:space-between;align-items:center;font-size:13px;border-block:1px solid var(--line);padding:20px 0;gap:20px}.profile-piece{display:grid;grid-template-columns:180px 1fr;gap:30px;padding:30px 0}.profile-piece h3{margin-top:12px}.profile-piece p{font-size:14px;margin-top:12px;color:var(--muted)}.piece-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:25px}.pfp-guide{padding-top:28px}.pfp-guide h4{font-size:14px;font-weight:500}.pfp-guide p{font-size:13px;color:var(--muted);margin:10px 0 17px}.faq{display:grid;grid-template-columns:1fr 2fr;gap:60px;border-top:1px solid var(--line);padding-block:50px}.faq>.eyebrow{padding-top:20px}.faq details{padding:20px 0;border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-size:16px}.faq p{font-size:14px;color:var(--muted);margin-top:17px}footer{max-width:1440px;margin:auto;padding:30px 5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);gap:20px}footer>span,footer>a:last-child{font-size:11px;color:var(--muted)}dialog{border:0;border-radius:8px;background:var(--paper);color:var(--ink);padding:44px;width:960px;max-width:calc(100% - 32px);max-height:90vh}dialog::backdrop{background:#10130fb3;backdrop-filter:blur(8px)}.close{position:absolute;top:10px;right:15px;width:32px;height:32px;font-size:27px;font-weight:400;background:none;border:0}.detail-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:35px;align-items:start}.detail-copy h2{font-size:37px;letter-spacing:-1.5px;margin:20px 0 28px}.detail-copy dl{margin:0}.detail-copy dt{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-top:23px}.detail-copy dd{font-size:14px;line-height:1.6;margin:7px 0 0;overflow-wrap:anywhere}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.detail-actions .button{font-size:12px;padding:12px 16px;gap:12px}.detail-notice{font-size:12px;color:var(--muted);line-height:1.6;margin-top:16px}.detail-caption{display:flex;justify-content:space-between;font:10px 'Space Grotesk';letter-spacing:1px;margin-top:12px}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--accent);width:100%;transform:scaleX(0);transform-origin:left;z-index:20}.reveal{opacity:1;transform:none}.motion .reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1);transition-delay:var(--delay,0ms)}.motion .reveal.visible{opacity:1;transform:translateY(0)}[hidden]{display:none!important}
@media(min-width:1000px){.hero-tile{animation:arrive .85s both}.tile-b{animation-delay:.12s}.tile-c{animation-delay:.24s}@keyframes arrive{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:1000px){h1{font-size:82px;letter-spacing:-5px}.hero-title{gap:25px}.hero-aside{max-width:285px}.hero-aside p{font-size:14px}.how{gap:45px}.gallery{grid-template-columns:repeat(2,1fr);gap:35px 25px}.profile-grid{gap:35px;grid-template-columns:250px 1fr}.profile-piece{grid-template-columns:140px 1fr}.wordmark{font-size:16px}nav{gap:17px}.hero-tile>span{font-size:9px}}
@media(max-width:680px){header{height:75px;padding-inline:6%}.wordmark>span:last-child{font-size:14px}.mark{width:30px;height:30px;font-size:17px}nav>a{display:none}nav>a[href='#profile']{display:block;font-size:12px}.button.compact{font-size:11px;padding:10px 12px}nav{gap:12px}.hero,.collection,.how,.profile-section,.faq{padding-inline:6%}.hero{padding-top:25px;padding-bottom:35px}.edition{display:none}.eyebrow{font-size:10px}.hero-title{display:block;margin:30px 0}h1{font-size:clamp(57px,13vw,83px);letter-spacing:-4px}.hero-aside{max-width:none;margin-top:27px}.hero-aside p{font-size:14px;margin-bottom:20px}.hero-aside .button{font-size:13px}.launch-note{display:inline;margin-left:13px;font-size:10px}.art-strip{gap:10px;grid-template-columns:1fr 1fr}.tile-c{display:none}.tile-b{margin-top:30px}.hero-tile .art{aspect-ratio:.9}.hero-tile>span{font-size:8px;letter-spacing:.2px;line-height:1.5}.hero-bottom{font-size:11px;flex-direction:column;gap:7px;padding:22px 0}.section-head{display:block;margin-bottom:30px}h2{font-size:42px;letter-spacing:-2px}.section-head>p{font-size:13px;margin-top:20px}.collection-meta{font-size:8px;letter-spacing:.7px;gap:10px}.gallery{gap:30px 15px}.nft h3{font-size:16px;line-height:1.3;margin-top:12px}.nft-meta{font-size:10px;display:block;line-height:1.7}.nft-meta span{display:block}.nft .text-link{font-size:12px;margin-top:13px}.how{grid-template-columns:1fr;gap:38px;margin-top:15px;padding-block:48px}.how-intro h2{font-size:53px;margin:20px 0}.steps h3{font-size:21px}.steps p{font-size:14px}.steps article{gap:10px}.profile-section{padding-block:50px}.profile-grid{grid-template-columns:1fr;gap:30px}.profile-identity{border-right:0;border-bottom:1px solid var(--line);padding:0 0 25px}.profile-icon{width:50px;height:50px;font-size:20px}.profile-piece{grid-template-columns:110px 1fr;gap:18px}.profile-piece .eyebrow{font-size:8px;line-height:1.6}.profile-piece h3{font-size:19px}.profile-piece p{font-size:12px}.piece-actions{gap:12px;margin-top:15px}.sample-toggle{font-size:12px}.faq{grid-template-columns:1fr;gap:15px;padding-block:30px}footer{padding-inline:6%;flex-wrap:wrap}footer>span{order:3;width:100%;font-size:10px}dialog{padding:40px 22px 25px}.detail-grid{grid-template-columns:1fr;gap:22px}.detail-grid>.detail-image{max-width:330px;margin:auto;width:100%}.detail-copy h2{font-size:32px;margin-block:13px 20px}.detail-copy dt{margin-top:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion .reveal{opacity:1;transform:none}}
/* Keep collection metadata readable at every viewport. */
.eyebrow,.edition,.collection-meta,.collection-heading,.hero-tile>span,.nft-meta,.detail-caption,.detail-copy dt,.detail-notice,.small-note,.launch-note,.profile-piece .eyebrow,footer>span,footer>a:last-child{font-size:12px}.hero-aside p,.steps p{font-size:16px}.hero-tile .art{aspect-ratio:1}.collection-meta{flex-wrap:wrap}.hero-tile>span{letter-spacing:0}@media(max-width:680px){.hero-tile>span{font-size:12px;flex-wrap:wrap}.hero-tile>span b{display:none}.launch-note{display:block;margin:10px 0 0}.hero-bottom{font-size:12px}.profile-piece{grid-template-columns:1fr}.profile-piece .art{max-width:230px}.profile-piece p{font-size:14px}.profile-piece .eyebrow{font-size:12px}}

/* White, green, and rounded ink lines drawn from the supplied collection. */
.mark{background:var(--green);color:var(--ink);border-radius:42% 55% 47% 51%;width:40px;height:38px;font-weight:700;transform:rotate(-7deg)}
h1{font-weight:600;letter-spacing:-6px}h1 em,h2 em{font-family:'Caveat',cursive;color:var(--accent);font-weight:700;font-style:normal;position:relative;display:inline-block}h1 em:after{content:'';position:absolute;left:0;bottom:1px;width:100%;height:6px;border-bottom:3px solid var(--green);border-radius:50%;transform:rotate(-3deg)}
.button{background:var(--green);border-color:var(--green);color:var(--ink);border-radius:30px;font-weight:600}.button:hover:not(:disabled){background:#8eeab8;border-color:#8eeab8}.button:disabled{background:#e4f7ec;border-color:#d2ecdd;color:#536b5c}.text-link{border-bottom-color:#90c8a7}.hero-tile,.nft-image{border-radius:22px 25px 18px 24px}.hero-tile{overflow:visible}.art{border-radius:22px 25px 18px 24px}.hero-tile .art{border:1.5px solid #152a20}.hero-tile>span{padding-inline:3px}.gallery{grid-template-columns:repeat(3,1fr);gap:28px}.nft-image{border:1.5px solid #152a20}.nft-image .art{border-radius:0}.nft h3{font-size:22px;font-weight:500}.collection-meta{font-size:12px}.collection{padding-bottom:80px}.how{background:#f2fbf5;border:0;border-radius:28px;max-width:1296px;padding-inline:48px}.steps article{border-bottom-color:#cbe3d3}.steps article>span{font-family:'Caveat',cursive;font-size:23px;font-weight:600;line-height:1}.how-intro h2{font-size:72px}.profile-icon{background:#e5f8ed;color:var(--accent);border-color:#c9e7d5;border-radius:43% 55% 48% 51%;font-weight:600}.detail-grid .art{border:1.5px solid var(--ink)}dialog{border-radius:24px}.detail-copy h2{font-weight:600}.hero-bottom{font-size:13px}.profile-section h2{font-weight:500}.scroll-progress{background:var(--green)}
@media(max-width:1000px){h1{letter-spacing:-4px}.how{margin-inline:5%;padding-inline:30px}.gallery{gap:20px}.nft h3{font-size:20px}}
@media(max-width:680px){h1{letter-spacing:-3px;font-size:clamp(57px,13vw,83px)}.mark{width:32px;height:32px}.gallery{grid-template-columns:1fr;gap:35px}.nft-image{max-width:100%}.nft h3{font-size:23px}.nft-meta{display:flex;font-size:12px}.nft .text-link{font-size:14px}.art-strip{grid-template-columns:1fr 1fr;gap:12px}.hero-tile .art{border-radius:15px}.hero-tile>span{font-size:11px}.how{margin-inline:6%;padding-inline:24px;border-radius:22px}.how-intro h2{font-size:54px}.collection{padding-bottom:45px}.section-head h2{font-size:44px}.profile-piece .art{max-width:240px}.button.compact{padding:10px 12px}.detail-copy h2{font-size:32px}}
/* Scroll-led sky film. All motion follows document scroll; no wheel capture. */
header{position:absolute;inset:0 0 auto;z-index:10;border-bottom-color:#ffffff45;width:100%;max-width:none;height:88px;color:#123b37;background:linear-gradient(#ffffff60,#ffffff00)}.sky-journey{height:290svh;position:relative;background:#92d8ef}.sky-stage{position:sticky;top:0;height:100svh;min-height:660px;overflow:hidden;isolation:isolate}.sky-background{position:absolute;inset:-8%;background:#8ed6f0 url('sky-render.png') center/cover no-repeat;will-change:transform;z-index:-4}.sky-atmosphere{position:absolute;inset:0;background:linear-gradient(90deg,#e6f7fc8a 0%,#d1eef533 42%,transparent 68%);z-index:-3}.sky-grain{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 60%,#d6edf22b);z-index:-2}.sky-copy{position:absolute;left:7%;top:23%;max-width:660px;z-index:3;will-change:transform,opacity}.sky-copy .eyebrow{color:#23564f;font-size:12px}.sky-copy h1{font-size:clamp(75px,8.7vw,140px);line-height:.96;letter-spacing:-7px;margin:24px 0;color:#133e31}.sky-copy h1 em{font-family:'Caveat',cursive;font-size:1.11em;color:#087d46;line-height:.8}.sky-copy h1 em:after{display:none}.sky-copy p{font-size:16px;line-height:1.8;color:#214b43}.sky-actions{display:flex;align-items:center;gap:25px;margin-top:28px}.sky-actions .button:disabled{background:#ffffffc7;border:1px solid #ffffffd9;color:#395f50;backdrop-filter:blur(10px)}.sky-explore{font-size:13px;border-bottom:1px solid #305f4670;padding-bottom:4px}.sky-copy .launch-note{color:#426d61}.falling-pill{position:absolute;width:clamp(360px,47vw,800px);height:auto;left:47%;top:13%;z-index:1;will-change:transform;pointer-events:none;transform-origin:center}.falling-pill img{width:100%;height:auto;display:block;filter:drop-shadow(20px 32px 30px #204d7440)}.satellite-pill{position:absolute;pointer-events:none;object-fit:contain;will-change:transform}.satellite-a{width:150px;height:150px;left:84%;top:12%;filter:blur(2px);opacity:.8;transform:rotate(90deg)}.satellite-b{width:100px;height:100px;left:43%;top:76%;filter:blur(1px);opacity:.6;transform:rotate(-70deg)}.sky-chapter,.sky-end-copy{position:absolute;z-index:3;opacity:0;pointer-events:none;will-change:transform,opacity}.sky-chapter{right:9%;top:28%;text-align:right}.sky-end-copy{left:8%;top:26%}.sky-chapter span,.sky-end-copy span{font-size:12px;letter-spacing:1px;color:#275247}.sky-chapter strong,.sky-end-copy strong{display:block;font:500 clamp(46px,5vw,80px)/1.03 'Space Grotesk';letter-spacing:-3px;color:#123e30;margin-top:24px}.sky-bottom{position:absolute;bottom:30px;left:7%;right:7%;display:flex;align-items:center;justify-content:space-between;font-size:12px;z-index:4;color:#285e50}.scroll-cue{display:flex;align-items:center;gap:15px;letter-spacing:2px;font-size:10px}.scroll-cue i{font-size:28px;font-style:normal}.scene-counter{font-family:'Space Grotesk';font-size:12px}.sky-wipe{position:absolute;inset:0;background:white;opacity:0;z-index:5;pointer-events:none}.collection{position:relative;padding-top:100px;overflow:hidden}.collection .section-head{position:relative;z-index:2}.collection-orbit{position:absolute;right:3%;top:15px;width:190px;opacity:.85;pointer-events:none;transform:rotate(15deg)}.collection-orbit img{width:100%;height:auto}.collection .section-head>p{margin-right:180px}.collection .gallery{perspective:1000px}.nft-image{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.nft:hover .nft-image{transform:translateY(-7px) rotate(-1.5deg)}.how{position:relative;overflow:hidden;background:linear-gradient(145deg,#edf9f1,#e3f6ed)}.motion .steps .reveal{transform:translateX(25px)}.motion .steps .reveal.visible{transform:translateX(0)}.scroll-progress{z-index:30}.profile-section .section-head{transition:transform .7s}.sky-stage img{user-select:none;-webkit-user-drag:none}
@media(min-width:1600px){.sky-copy{top:25%}.falling-pill{top:10%}}
@media(max-width:1000px){.sky-copy{left:6%;max-width:520px}.sky-copy h1{font-size:96px}.falling-pill{left:43%;top:28%;width:65vw}.sky-chapter{right:6%;top:22%}.sky-end-copy{top:20%}.satellite-a{left:82%;top:15%;width:100px;height:100px}.collection .section-head>p{margin-right:100px}.collection-orbit{width:140px}}
@media(max-width:680px){header{height:75px}.sky-journey{height:245svh}.sky-stage{min-height:720px;height:100svh}.sky-copy{top:15%;left:6%;right:6%;max-width:none}.sky-copy h1{font-size:70px;letter-spacing:-4px;margin:17px 0 22px}.sky-copy .eyebrow{font-size:10px;letter-spacing:.6px}.sky-copy p{font-size:14px}.sky-actions{gap:18px;margin-top:20px}.sky-actions .button{font-size:12px;padding:12px 17px}.sky-explore{font-size:12px}.sky-copy .launch-note{font-size:11px;margin-top:10px}.falling-pill{width:83vw;max-width:400px;left:25%;top:47%;z-index:1}.satellite-a{width:80px;height:80px;left:74%;top:20%;opacity:.7}.satellite-b{left:5%;top:71%;width:75px;height:75px}.sky-bottom{left:6%;right:6%;bottom:20px;font-size:10px;gap:10px}.scene-counter{display:none}.scroll-cue{font-size:8px;letter-spacing:.8px;gap:7px}.scroll-cue i{font-size:23px}.sky-chapter{top:20%;right:7%;left:7%}.sky-chapter strong,.sky-end-copy strong{font-size:48px;letter-spacing:-2px}.sky-end-copy{top:19%;left:7%;right:7%}.sky-end-copy span,.sky-chapter span{font-size:10px}.collection{padding-top:70px}.collection-orbit{width:120px;right:0;top:18px;opacity:.75}.collection .section-head>p{margin-right:0;max-width:270px}.collection .section-head h2{max-width:270px}.sky-background{inset:-5%;background-position:60% center}}
@media(prefers-reduced-motion:reduce){.sky-journey{height:auto}.sky-stage{position:relative;height:90svh;min-height:730px}.sky-chapter,.sky-end-copy{display:none}.sky-background,.falling-pill,.satellite-pill{will-change:auto}.scroll-cue{visibility:hidden}.collection-orbit{transform:none}.nft:hover .nft-image{transform:none}}
/* Keep chapter captions above the capsule's middle-flight path. */
.sky-chapter{top:11%}.sky-chapter strong{font-size:clamp(44px,4.4vw,64px)}.sky-end-copy{top:11%}.sky-end-copy strong{font-size:clamp(44px,4.4vw,64px)}@media(max-width:680px){.sky-chapter,.sky-end-copy{top:16%}.sky-chapter strong,.sky-end-copy strong{font-size:46px}}
.sky-copy .simple-pitch{font-size:20px;line-height:1.55;font-weight:500;color:#123e30}.simple-pitch strong{font-weight:700}.sky-copy h1{margin-bottom:23px}@media(max-width:680px){.sky-copy .simple-pitch{font-size:17px;line-height:1.55}.sky-copy h1{font-size:66px;margin-bottom:20px}.sky-copy{top:14%}}
/* Independent idle motion adds life between scroll gestures. */
.falling-pill img{animation:pill-breathe 6.5s ease-in-out infinite;transform-origin:50% 50%;will-change:transform}.satellite-a{animation:near-drift 8s ease-in-out infinite;will-change:transform,translate,rotate}.satellite-b{animation:far-drift 10s ease-in-out infinite;will-change:transform,translate,rotate}.sky-background{animation:cloud-drift 22s ease-in-out infinite alternate}.collection-orbit img{animation:pill-breathe 7.8s ease-in-out infinite}.scroll-cue i{animation:drop-cue 2.4s ease-in-out infinite}.falling-pill{transition:filter .4s}.scene-controls{display:flex;align-items:center;gap:24px}#motion-toggle{border:0;border-bottom:1px solid #285e5050;background:none;padding:4px 0;color:inherit;font-size:11px;cursor:pointer}.motion-paused .falling-pill img,.motion-paused .satellite-pill,.motion-paused .sky-background,.motion-paused .collection-orbit img,.motion-paused .scroll-cue i{animation-play-state:paused}
@keyframes pill-breathe{0%,100%{transform:translate3d(0,-12px,0) rotate(-5deg) scale(.98)}50%{transform:translate3d(8px,15px,0) rotate(5deg) scale(1.02)}}
@keyframes near-drift{0%,100%{translate:0 -14px;rotate:-9deg}50%{translate:-20px 19px;rotate:14deg}}
@keyframes far-drift{0%,100%{translate:0 12px;rotate:10deg}50%{translate:16px -21px;rotate:-18deg}}
@keyframes cloud-drift{from{background-position:47% 48%}to{background-position:54% 56%}}
@keyframes drop-cue{0%,100%{transform:translateY(-3px);opacity:.65}50%{transform:translateY(5px);opacity:1}}
@media(max-width:680px){.sky-bottom{flex-wrap:wrap;row-gap:8px}.scene-controls{width:100%;justify-content:flex-end}#motion-toggle{font-size:10px}.falling-pill img{animation-duration:7.5s}}@media(prefers-reduced-motion:reduce){.falling-pill img,.satellite-pill,.sky-background,.collection-orbit img,.scroll-cue i{animation:none!important;will-change:auto}#motion-toggle{display:none}}
/* Visible cloud travel, independent of scroll-driven camera movement. */
.sky-background{animation:cloud-camera-drift 19s ease-in-out infinite alternate;will-change:transform,translate}.sky-background:after{content:'';position:absolute;inset:12% -15% -15%;background:url('sky-render.png') center bottom/cover no-repeat;mask-image:linear-gradient(transparent 48%,#000 88%);opacity:.68;animation:foreground-cloud-travel 27s ease-in-out infinite alternate;pointer-events:none;will-change:transform}.sky-wipe{background:linear-gradient(#ecf9ff,#e4f7f4)}
@keyframes cloud-camera-drift{from{translate:-1.6% -.6%}to{translate:1.6% 1%}}
@keyframes foreground-cloud-travel{from{transform:translate3d(-3%,2%,0) scale(1.08)}to{transform:translate3d(3%,-2%,0) scale(1.12)}}
.collection{max-width:none;padding-inline:max(5%,calc((100vw - 1296px)/2));isolation:isolate;background:#e4f7f4;padding-top:105px;padding-bottom:115px}.collection:before{content:'';position:absolute;inset:-12%;background:url('sky-render.png') center 65%/cover no-repeat;z-index:-2;opacity:.55;animation:collection-cloud-travel 32s ease-in-out infinite alternate;pointer-events:none;will-change:transform}.collection:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#e4f7f4 0%,#e7f8f1bd 20%,#ecf9f58c 55%,#ffffffed 100%);z-index:-1;pointer-events:none}.collection .section-head{margin-bottom:45px}.collection .eyebrow{color:#16734e}.collection .collection-meta{border-color:#b6d7c9;color:#416453}.collection .nft-meta{color:#426451}.collection .nft h3{color:#153d2c}.collection .nft .text-link{color:#155b39}.collection-orbit{right:5%;top:30px}.collection .gallery{position:relative;z-index:1}.how{margin-top:0}
@keyframes collection-cloud-travel{from{transform:translate3d(-2%,-1%,0) scale(1.02)}to{transform:translate3d(2%,2%,0) scale(1.1)}}
.motion-paused .sky-background:after,.motion-paused .collection:before{animation-play-state:paused}
@media(max-width:680px){.collection{padding:65px 6% 75px}.collection:before{background-position:65% center;opacity:.65}.collection-orbit{right:0;top:15px}.sky-background:after{opacity:.45}.collection .section-head{margin-bottom:30px}}
@media(prefers-reduced-motion:reduce){.sky-background,.sky-background:after,.collection:before{animation:none!important;translate:none;will-change:auto}}
/* Slow atmospheric drift, also active while the page is still. */
.sky-background{animation-duration:65s;animation-timing-function:linear}
.sky-background:after{animation-duration:85s;animation-timing-function:linear}
.collection:before{animation-duration:95s;animation-timing-function:linear}
/* Carry the sky all the way through the collection, without a white fade. */
.collection{background:#ccecf4}
.collection:before{opacity:.78;background-position:center;background-size:cover}
.collection:after{background:linear-gradient(180deg,#e4f7f4b3 0%,#e7f8f14d 24%,#e7f8f14d 100%)}
@media(max-width:680px){.collection:before{opacity:.78;background-position:60% center}}
/* Transition through a detailed moving sky instead of an opaque color wash. */
.sky-wipe{inset:-6%;background:linear-gradient(#e5f8f51a,#d6f1f01a),url('sky-render.png') center 72%/cover no-repeat;animation:transition-cloud-drift 70s linear infinite alternate;will-change:opacity,transform;transform-origin:center bottom}
@keyframes transition-cloud-drift{from{background-position:center,47% 72%}to{background-position:center,53% 78%}}
.collection:after{background:linear-gradient(180deg,#e4f7f452 0%,#e7f8f14d 24%,#e7f8f14d 100%)}
.motion-paused .sky-wipe{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.sky-wipe{animation:none!important;will-change:auto}}
/* Overlap the two sky layers to hide the section boundary. */
.collection{margin-top:-110px;padding-top:185px;mask-image:linear-gradient(to bottom,transparent 0,#000 110px);position:relative;z-index:6}
@media(max-width:680px){.collection{margin-top:-70px;padding-top:135px;mask-image:linear-gradient(to bottom,transparent 0,#000 70px)}}
/* One shared horizon color joins both sections; fade backgrounds, not content. */
.sky-stage:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:clamp(200px,32vh,360px);background:linear-gradient(to bottom,#bfe7f000 0%,#bfe7f035 25%,#bfe7f099 65%,#bfe7f0 100%);z-index:6;pointer-events:none}
.sky-bottom{z-index:8}
.collection{margin-top:0;padding-top:100px;mask-image:none;-webkit-mask-image:none;background:#bfe7f0;z-index:6}
.collection:before{mask-image:linear-gradient(to bottom,transparent 0%,#000 34%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 34%)}
.collection:after{background:#e7f8f126}
@media(max-width:680px){.collection{margin-top:0;padding-top:65px;mask-image:none;-webkit-mask-image:none}.sky-stage:after{height:240px}.collection:before{mask-image:linear-gradient(to bottom,transparent 0%,#000 20%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 20%)}}
.collection:before{inset:0 -12% -12%;mask-image:linear-gradient(to bottom,transparent 0%,transparent 8%,#000 40%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 8%,#000 40%)}
.collection:after{background:linear-gradient(transparent,#e7f8f126)}
@media(max-width:680px){.collection:before{mask-image:linear-gradient(to bottom,transparent 0%,transparent 4%,#000 22%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 4%,#000 22%)}}
/* Continuous sky → mint → white, with matching colors at every section edge. */
.collection{padding-bottom:190px}
.collection:after{background:linear-gradient(to bottom,transparent 0%,#e7f8f126 55%,#edf9f226 73%,#edf9f28c 87%,#edf9f2 100%)}
.how{max-width:none;margin:0;border:0;border-radius:0;padding:70px max(5%,calc((100vw - 1296px)/2)) 100px;background:linear-gradient(180deg,#edf9f2 0%,#effaf4 45%,#f8fcfa 100%)}
.profile-section{max-width:none;padding-inline:max(5%,calc((100vw - 1296px)/2));background:linear-gradient(180deg,#f8fcfa 0%,#fcfefd 45%,#fff 100%)}
.steps article,.profile-identity,.collection-heading,.sample-toggle,.faq,.faq details,footer{border-color:#a6c7b333}
@media(max-width:680px){.collection{padding-bottom:130px}.how{margin:0;border-radius:0;padding:45px 6% 65px}.profile-section{padding-inline:6%}}
/* Live feed: quiet status labels, original sky and pill artwork retained. */
.live-summary{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:#365c50;margin:12px 0 25px}.live-summary p{margin:0}.feed-window,.feed-notice{font-size:12px;line-height:1.6;color:#47695e;margin:22px 0}.feed-notice{padding:12px;border:1px solid #77978a;border-radius:10px}.live-art{aspect-ratio:1;display:grid;place-items:center;background:rgba(233,248,242,.8);overflow:hidden;width:100%;border-radius:inherit}.live-art img{width:100%;height:100%;object-fit:cover;display:block}.live-art>span{padding:30px;text-align:center;font-size:16px}.live-nft h3{overflow-wrap:anywhere}.job-status{color:#086541}.job-status.failed{color:#8f3838}.nft-meta{gap:12px}.live-nft .nft-image{width:100%}.callout-feed{margin-top:42px}.callout-feed h3{font-size:20px}.callout-feed article{display:flex;align-items:baseline;gap:24px;padding:16px 0;border-bottom:1px solid #608a7430}.callout-feed article p{flex:1;margin:0;overflow-wrap:anywhere}.callout-feed .text-link{white-space:nowrap}.owned-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.detail-copy dd{overflow-wrap:anywhere;white-space:pre-wrap}.detail-copy h2{font-size:32px;overflow-wrap:anywhere}.detail-actions{flex-wrap:wrap}.detail-image .live-art{border-radius:18px}.feed-empty{padding:45px 0;grid-column:1/-1}#connection-status[data-live=true]{color:#086541}#wallet-address{overflow-wrap:anywhere}.profile-collection{min-width:0}
@media(max-width:650px){.live-summary{display:block}.live-summary p+p{margin-top:8px}.callout-feed article{flex-wrap:wrap;gap:10px}.callout-feed article p{flex-basis:100%}.owned-gallery{grid-template-columns:1fr}.detail-copy h2{font-size:26px}}
.live-art>img,.live-art>span{grid-area:1/1}.live-art>span{z-index:1}.live-art>img{min-height:0}

header .header-character{display:block;width:44px;height:44px;object-fit:contain;flex-shrink:0;background:transparent;border:0;border-radius:0;box-shadow:none}
