/* $HARAMBE: a little corner of heaven. HTML / CSS / vanilla JS. */
:root{--ink:#193b52;--ink-deep:#143246;--muted:#536a78;--sky:#e9f1f5;--paper:#faf9f5;--gold:#ad7a2c;--gold-light:#efd499;--line:rgba(32,64,83,.16);--serif:'EB Garamond',Georgia,'Times New Roman',serif;--sans:'Inter',Arial,sans-serif;--container:1280px;--header-height:104px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}body.dialog-open{overflow:hidden}button,a,input{ -webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}button{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%;height:auto}button{cursor:pointer}button:disabled{cursor:not-allowed}::selection{color:var(--ink-deep);background:#edd095}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif)}h1 em,h2 em{font-weight:400}svg.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(var(--container),calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;padding:14px 20px;border-radius:6px;color:#fff;background:var(--ink-deep);z-index:1000;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #ae7627;outline-offset:6px;border-radius:3px}[hidden]{display:none!important}
/* Navigation */
.site-header{position:absolute;inset:0 0 auto;z-index:50;transition:background .3s,box-shadow .3s}.site-header.is-fixed{position:fixed;background:rgba(247,249,247,.95);box-shadow:0 1px 0 var(--line);backdrop-filter:blur(16px);animation:header-in .35s ease both}.header-inner{height:var(--header-height);width:min(1392px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px}.brand-portrait{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.7);box-shadow:0 2px 12px #354d6214}.brand-portrait img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mini-halo{position:absolute;top:-7px;left:50%;width:24px;height:7px;border:1.5px solid #c69748;transform:translateX(-50%) rotate(-8deg);border-radius:50%;box-shadow:0 0 6px #efd38b77}.brand-name{font-family:var(--serif);font-size:31px;letter-spacing:-1px;display:flex;align-items:flex-start;gap:3px}.brand-ticker{font-family:var(--sans);font-size:10px;line-height:1;margin-top:8px;font-weight:600}.desktop-nav{display:flex;align-items:center;gap:36px;margin-left:40px}.desktop-nav a{position:relative;font-size:13px;font-weight:500;line-height:32px;white-space:nowrap}.desktop-nav a::after{content:'';height:1px;background:currentColor;position:absolute;left:0;bottom:1px;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover::after,.desktop-nav a[aria-current="location"]::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:16px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:56px;padding:0 27px;border:1px solid transparent;border-radius:100px;font-size:13px;font-weight:600;line-height:1.4;white-space:nowrap;position:relative;transition:transform .25s,box-shadow .25s,background .25s}.button .icon{width:19px;height:19px;transition:transform .25s}.button:hover{transform:translateY(-3px)}.button:hover .icon:last-child{transform:translate(2px,-2px)}.button-navy{color:#fffdfa;background:var(--ink)}.button-navy:hover{background:#254e69;box-shadow:0 7px 24px #193b5224}.button-small{min-height:45px;padding:0 22px;font-size:12px;gap:24px}.button-gold{background:linear-gradient(110deg,#f2d99f,#ebc679 90%);color:var(--ink-deep);box-shadow:inset 0 1px 1px #fff8d9,0 4px 16px #bf91451c;border-color:#f5dba0}.button-gold:hover{box-shadow:inset 0 1px 1px #fff8d9,0 8px 22px #bf914543}.button-outline{border-color:#758e9d66;background:#ffffff3b;color:var(--ink)}.button-outline:hover{background:#fff9}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;font-weight:550;min-height:44px;transition:gap .25s}.text-link:hover{gap:21px}.text-link .icon{width:18px;height:18px}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{height:1.5px;background:var(--ink);width:17px;transition:transform .25s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-nav{background:var(--paper);padding:8px 24px 25px;box-shadow:0 12px 25px #193b5212}.mobile-nav a{display:flex;align-items:center;gap:15px;padding:20px 4px;border-bottom:1px solid var(--line);font-size:17px}.mobile-nav a span{font-size:10px;color:var(--muted)}.mobile-nav a .icon{margin-left:auto}
/* An open sky, not another card grid. */
.hero{position:relative;min-height:850px;height:min(920px,max(850px,62vw));overflow:hidden;background:#e2ecf2;isolation:isolate}.hero-sky{position:absolute;inset:0;background:radial-gradient(ellipse at 66% 4%,#fff8eac9,transparent 42%),linear-gradient(110deg,#ecf2f5 0%,#dfebf2 28%,#d1e0e8 58%,#a9c3d6 100%);z-index:-4}.hero-rays{position:absolute;top:-480px;left:51%;height:1300px;width:1000px;transform:rotate(11deg);background:conic-gradient(from 150deg at 50% 0%,transparent 0deg,#fff7e300 9deg,#fff7e360 10deg,#fff7e300 13deg,transparent 17deg,#fff8e960 18deg,#fff7e300 22deg,transparent 29deg,#ffffff55 31deg,transparent 34deg);filter:blur(8px);z-index:-2;pointer-events:none}.hero-scene{position:absolute;right:-11.5%;top:77px;width:109%;max-width:none;z-index:-3;will-change:transform;transform:translateY(var(--parallax,0px));mask-image:linear-gradient(to right,transparent 10%,#000 38%,#000 100%),linear-gradient(to bottom,transparent 0%,#000 13%,#000 100%);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 10%,#000 38%,#000 100%),linear-gradient(to bottom,transparent 0%,#000 13%,#000 100%);-webkit-mask-composite:source-in}.hero-scene picture,.hero-scene img{width:100%;height:auto}.hero-scene::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#e6eff400 60%,#e6eff400),linear-gradient(0deg,#e8f0f5 0%,transparent 24%);pointer-events:none}.hero-inner{position:relative;height:100%;min-height:inherit}.hero-copy{padding-top:180px;position:relative;z-index:3;width:55%;max-width:680px}.eyebrow{font-size:10px;font-weight:550;letter-spacing:2.4px;display:flex;align-items:center;gap:13px;line-height:1.5}.eyebrow .line{width:29px;height:1px;background:#a4844f;display:block}.hero-eyebrow{margin-bottom:27px}.hero h1{font-size:clamp(90px,8.6vw,137px);line-height:.9;letter-spacing:-3.8px}.hero h1 em{color:var(--gold);white-space:nowrap;font-size:.94em;letter-spacing:-4.8px;line-height:1.09}.hero-description{font-size:14px;line-height:1.85;color:#465e6e;max-width:360px;margin-top:24px}.hero-buttons{display:flex;align-items:center;gap:28px;margin-top:26px}.contract-box{display:flex;align-items:center;gap:24px;width:max-content;max-width:100%;padding:12px 0 0;margin-top:24px}.contract-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.micro-label{font-size:8px;letter-spacing:1.8px;font-weight:600}.contract-value{font-size:11px;color:#53697a;max-width:315px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--sans)}.copy-button{width:38px;height:38px;border:1px solid #8298a833;border-radius:50%;background:transparent;display:grid;place-items:center;transition:background .2s}.copy-button .icon{width:16px;height:16px}.copy-button:hover:not(:disabled){background:#fff9}.copy-button:disabled{opacity:.48}.hero-art-caption{position:absolute;right:-15px;top:265px;display:flex;align-items:center;gap:12px;font-size:8px;line-height:1.9;letter-spacing:2px;color:#f8f8f1;text-shadow:0 1px 10px #35516970;writing-mode:vertical-rl}.small-star{font-size:20px;color:#ffefca;line-height:1}.hero-pair-label{position:absolute;bottom:116px;right:11%;display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:2.2px;font-weight:600;z-index:4;flex-wrap:wrap;justify-content:center;width:300px}.pair-dot{width:5px;height:5px;background:var(--gold);border-radius:50%;box-shadow:0 0 0 4px #e4c58333}.pair-cross{font-family:var(--serif);color:var(--gold);font-size:21px;font-weight:400}.pair-label-note{flex-basis:100%;text-align:center;font-size:7px;letter-spacing:1.7px;margin-top:-3px;font-weight:500;color:var(--muted)}.hero-scroll{position:absolute;left:0;bottom:34px;display:flex;align-items:center;gap:18px;font-size:8px;letter-spacing:2px;z-index:5}.hero-scroll .icon{width:16px;height:16px}.hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:180px;pointer-events:none;background:linear-gradient(0deg,#edf3f6,transparent);z-index:1}.hero-dust{position:absolute;inset:0;pointer-events:none;z-index:2}.hero-dust i{position:absolute;width:3px;height:3px;background:#fffbef;border-radius:50%;box-shadow:0 0 12px 3px #fff2cc85;animation:dust-float 9s ease-in-out infinite}.hero-dust i:nth-child(1){left:50%;top:27%;animation-delay:-1s}.hero-dust i:nth-child(2){left:87%;top:18%;animation-delay:-6s}.hero-dust i:nth-child(3){left:78%;top:53%;animation-delay:-4s}.hero-dust i:nth-child(4){left:63%;top:19%;animation-delay:-8s}.hero-dust i:nth-child(5){left:39%;top:72%;animation-delay:-3s}.hero-dust i:nth-child(6){left:91%;top:68%;animation-delay:-2s}.hero-dust i:nth-child(7){left:56%;top:82%;animation-delay:-7s}.hero-dust i:nth-child(8){left:96%;top:39%;animation-delay:-5s}
.identity-strip{position:relative;background:#edf3f6;border-top:1px solid #6a849a26;border-bottom:1px solid #6a849a26;padding:28px 0}.identity-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.identity-title{font-family:var(--serif);font-size:27px;position:relative;padding-left:33px}.identity-title .mini-halo{top:15px;left:9px;width:20px;height:6px}.identity-rule{height:30px;width:1px;background:var(--line)}.identity-item{display:flex;align-items:center;gap:12px;font-size:8px;font-weight:600;letter-spacing:1.7px}.identity-item .icon{width:20px;height:20px;color:#6f8795}.identity-item:last-child .icon{color:#9b793b}
/* The legend: type, space, and a little heart. */
.section-pad{padding:86px 0 80px}.section-marker{display:flex;align-items:center;gap:25px;font-size:8px;font-weight:600;letter-spacing:1.7px;padding-bottom:31px;border-bottom:1px solid var(--line);line-height:1.65}.section-marker>span:first-child{flex:1}.section-marker>span:last-child{flex:1;text-align:right;color:var(--muted);font-size:7px;letter-spacing:1.55px}.section-marker .icon{width:15px;height:15px;color:var(--gold)}.legend-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding:73px 0 76px}.legend-heading h2{font-size:clamp(65px,6.7vw,104px);line-height:1.01;letter-spacing:-2.7px}.legend-heading h2 em{color:var(--gold)}.handwritten-note{font-family:var(--serif);font-style:italic;font-size:23px;color:var(--gold);margin-top:24px;transform:rotate(-5deg);padding-left:8px}.legend-story{padding:0 2% 0 0;position:relative;max-width:475px}.story-ornament{display:block;color:var(--gold);margin-bottom:19px}.story-ornament .icon{width:28px;height:28px}.legend-story p{font-size:14px;line-height:1.95;color:var(--muted);margin-bottom:21px}.legend-story .story-lead{font-family:var(--serif);font-size:31px;line-height:1.27;color:var(--ink);margin-bottom:28px;letter-spacing:-.15px}.story-signature{font-size:8px;letter-spacing:2px;font-weight:550;display:flex;align-items:center;gap:15px;padding-top:8px}.signature-line{height:1px;width:32px;background:#b78f53}.legend-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:26px;border-top:1px solid var(--line);font-size:8px;letter-spacing:3px;font-weight:500;color:var(--muted)}
/* The paired portrait / orbital composition. */
.pair-section{position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#f7faf9 0%,#e8f0f4 42%,#dce9f0 100%);padding:76px 0 0;isolation:isolate}.pair-inner{position:relative;z-index:2}.pair-cloud{position:absolute;width:48%;height:560px;pointer-events:none;background-repeat:no-repeat;background-size:cover;opacity:.65;z-index:-1;mix-blend-mode:screen}.pair-cloud-left{left:-10%;top:190px;background-image:url('assets/cloud-left.webp');animation:cloud-drift 36s ease-in-out infinite alternate}.pair-cloud-right{right:-10%;bottom:100px;background-image:url('assets/cloud-right.webp');animation:cloud-drift 42s ease-in-out infinite alternate-reverse}.pair-portrait-stage{height:340px;position:relative;display:flex;align-items:center;justify-content:center;gap:78px;padding-top:33px;margin-top:27px}.portrait-block{position:relative;display:flex;align-items:center;flex-direction:column;z-index:2}.portrait-circle{width:178px;height:178px;border-radius:50%;padding:6px;border:1px solid #b5a071a6;background:#fdf9ed44;box-shadow:0 0 0 9px #ffffff36,0 14px 30px #23415a10}.portrait-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.portrait-harambe .portrait-circle img{object-position:50% 38%}.portrait-doge{transform:translateY(22px)}.portrait-halo{position:absolute;top:-28px;left:50%;width:102px;height:24px;border-radius:50%;border:2px solid #c29b59;transform:translateX(-50%) rotate(-9deg);box-shadow:0 0 15px 3px #eacb9244,inset 0 0 10px 2px #eacb9244}.portrait-name{font-family:var(--serif);font-size:28px;margin-top:22px;letter-spacing:.5px}.portrait-role{font-size:7px;letter-spacing:2px;margin-top:6px;color:var(--muted)}.heavenly-cross{font-family:var(--serif);font-size:58px;line-height:1;color:#b28a49;font-style:italic;transform:translateY(-21px);z-index:3}.orbit{width:630px;height:235px;border:1px solid #a48a543d;position:absolute;left:50%;top:39%;transform:translate(-50%,-50%) rotate(-14deg);border-radius:50%;pointer-events:none}.orbit-two{transform:translate(-50%,-50%) rotate(14deg);border-color:#a48a5420;height:270px;width:660px}.orbit-star{position:absolute;left:calc(50% - 317px);top:94px;color:#b18b4c}.star-two{left:calc(50% + 288px);top:186px;width:16px!important;height:16px!important}.pair-copy{text-align:center;padding:1px 0 50px}.pair-copy h2{font-size:clamp(65px,6.7vw,105px);line-height:.97;letter-spacing:-2.4px}.pair-copy h2 br{display:none}.pair-copy h2 em{color:var(--gold)}.pair-copy>p:not(.pair-verification){font-size:13px;line-height:1.95;color:var(--muted);margin:23px auto 20px;max-width:550px}.pair-status{width:max-content;max-width:100%;margin:24px auto 0;display:flex;gap:10px;align-items:center;border:1px solid #a68a5266;padding:10px 14px;border-radius:100px;background:#fffbef4a;font-size:8px;font-weight:550;letter-spacing:1.3px;color:#80602d}.status-orbit{height:6px;width:14px;border-radius:50%;border:1px solid #b68e47;transform:rotate(-14deg);flex:none}.pair-copy .pair-verification{font-size:9px;line-height:1.7;margin:13px auto 0;color:#587080;max-width:420px}.pair-official-link{font-size:10px;margin-top:2px;gap:7px;min-height:37px}.pair-official-link .icon{width:14px;height:14px}.token-facts{display:grid;grid-template-columns:repeat(4,1fr);padding:32px 0 35px;margin:0;border-top:1px solid var(--line)}.token-facts>div{padding:0 34px;border-right:1px solid var(--line)}.token-facts>div:first-child{padding-left:0}.token-facts>div:last-child{border-right:0}.token-facts dt{font-size:7px;font-weight:550;letter-spacing:2px;color:var(--muted);margin-bottom:13px}.token-facts dd{font-family:var(--serif);font-size:31px;margin:0;display:flex;align-items:center;gap:13px}.token-facts dd .icon{width:20px;height:20px;stroke-width:1.1}.fact-star{font-size:17px;color:#a37a38;margin-left:15px}
/* A readable, keyboard-native guide. */
.ascend-section{padding-top:82px;padding-bottom:85px}.ascend-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:64px 0 72px}.ascend-copy h2{font-size:clamp(62px,5.8vw,89px);letter-spacing:-2px;line-height:1.03}.ascend-copy h2 em{color:var(--gold)}.ascend-copy>p{font-size:13px;line-height:1.8;color:var(--muted);margin:22px 0 28px}.ascend-side-note{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:7px;margin-top:19px}.ascend-side-note .icon{width:13px;height:13px;stroke-width:1.3}.ascend-steps{padding-top:1px}.step{border-bottom:1px solid var(--line)}.step:first-child{border-top:1px solid var(--line)}.step summary{display:flex;align-items:center;gap:24px;padding:30px 0;list-style:none;cursor:pointer}.step summary::-webkit-details-marker{display:none}.step-number{font-family:var(--serif);font-style:italic;font-size:24px;color:#a98550;min-width:26px}.step-title{font-size:15px;font-weight:500;line-height:1.4}.step-toggle{width:17px!important;height:17px!important;margin-left:auto;transition:transform .25s}.step[open] .step-toggle{transform:rotate(45deg)}.step-body{padding:0 38px 27px 50px}.step-body>p{font-size:12px;color:var(--muted);line-height:1.95}.step-footnote{display:block;font-size:7px;font-weight:550;letter-spacing:1.7px;color:#9c7842;margin-top:21px}.launch-panel{border-block:1px solid var(--line);padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;scroll-margin-top:120px}.launch-panel-heading{display:flex;align-items:center;gap:21px;min-width:0}.launch-orbit{width:35px;height:12px;border:1px solid #ba975a;transform:rotate(-15deg);border-radius:50%;flex:none}.launch-panel h3{font-family:var(--serif);font-size:24px}.launch-panel p{font-size:10px;color:var(--muted);margin-top:6px;line-height:1.8}.launch-panel-actions{display:flex;align-items:center;gap:25px;flex-shrink:0}.launch-panel-actions .text-link{font-size:10px}.chart-link{color:var(--muted)}
/* A luminous, open finale. */
.community-section{position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 45%,#fffbee 0%,#e4eef3 52%,#b9d0df 110%);isolation:isolate;padding:75px 0 0;text-align:center}.community-content{position:relative;z-index:3}.community-content>.eyebrow{justify-content:center;font-size:8px;letter-spacing:2.3px}.community-halo{width:120px;height:27px;border:2px solid #d1ad6f;box-shadow:0 0 20px 3px #e9d0a544,inset 0 0 10px 1px #e9d0a566;border-radius:50%;transform:rotate(-8deg);margin:60px auto 23px;animation:halo-breathe 7s ease-in-out infinite}.community-content h2{font-size:clamp(92px,10.2vw,148px);line-height:.94;letter-spacing:-4px}.community-content h2 em{color:var(--gold)}.community-description{font-size:13px;line-height:1.95;color:var(--muted);margin-top:24px}.social-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:29px}.social-actions .button{font-size:11px;gap:13px;min-height:53px;padding:0 22px}.social-actions .button>.icon:first-child{width:16px;height:16px}.social-actions .small{width:14px;height:14px}.community-small-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px;color:var(--muted);font-size:10px}.subtle-button{font-size:9px;min-height:44px;padding:5px 0;display:flex;align-items:center;gap:8px;border:0;background:none;color:var(--muted);transition:color .2s}.subtle-button:hover{color:var(--ink)}.subtle-button .icon{width:13px;height:13px}.blessing-button.is-loved{color:#986728}.community-cloud{position:absolute;z-index:-1;width:51%;height:730px;pointer-events:none;opacity:.7;mix-blend-mode:screen;background-position:center;background-size:cover;animation:cloud-drift 40s ease-in-out infinite alternate}.community-cloud-left{background-image:url('assets/cloud-left.webp');left:-16%;top:55px}.community-cloud-right{background-image:url('assets/cloud-right.webp');right:-16%;top:35px;animation-direction:alternate-reverse}.community-sun{position:absolute;top:-300px;left:50%;width:920px;height:920px;transform:translateX(-50%);background:conic-gradient(from 160deg at 50% 0%,transparent 0deg,#fffae880 8deg,transparent 10deg,transparent 22deg,#fffae880 25deg,transparent 29deg);filter:blur(10px);z-index:0;pointer-events:none}.forever-line{position:relative;font-family:var(--serif);font-size:clamp(90px,12.7vw,195px);letter-spacing:-6px;white-space:nowrap;color:#607f913d;display:flex;justify-content:center;align-items:center;gap:36px;margin:60px auto 0;line-height:.93;transform:translateY(12%);pointer-events:none}.forever-line .icon{width:40px;height:40px;color:#b794605c;stroke-width:1;transform:translateY(8px)}
.site-footer{position:relative;background:#f6f7f3;border-top:1px solid #a2b2b73d;padding:38px 0 24px;z-index:4}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:31px}.footer-wordmark{font-family:var(--serif);font-size:35px;letter-spacing:-.8px;display:flex;flex-direction:column;gap:6px}.footer-wordmark>span{font-family:var(--sans);font-size:6px;letter-spacing:2px;font-weight:500}.footer-top>p{font-size:10px;color:var(--muted);line-height:1.8;text-align:center;padding-right:80px}.footer-top>p em{font-family:var(--serif);color:var(--gold);font-size:17px}.creator-credit{display:flex;align-items:center;gap:5px;font-size:10px;min-height:44px}.creator-credit strong{font-weight:600}.creator-credit .icon{width:15px;height:15px;margin-left:6px}.footer-bottom{border-top:1px solid var(--line);padding-top:21px;display:flex;align-items:flex-start;gap:70px;justify-content:space-between}.footer-bottom>p{max-width:785px;font-size:8px;line-height:1.9;color:#6a7b82}.footer-bottom>span{font-size:8px;color:#647983;white-space:nowrap;padding-top:2px}
/* Actual UI states, no dead links or pretend on-chain data. */
.launch-dialog{border:1px solid #d8c6a180;padding:57px 43px 34px;border-radius:20px;background:radial-gradient(ellipse at 65% 0%,#fff9e9,#f0f5f6);color:var(--ink);width:min(460px,calc(100% - 32px));text-align:center;box-shadow:0 24px 90px #10253633;max-height:calc(100dvh - 40px);overflow:auto}.launch-dialog::backdrop{background:#112f4866;backdrop-filter:blur(6px)}.dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);background:none;border-radius:50%}.dialog-close .icon{width:17px;height:17px}.dialog-halo{width:70px;height:17px;border-radius:50%;border:1px solid #bf944d;margin:0 auto 23px;transform:rotate(-8deg)}.launch-dialog>.micro-label{font-size:7px;letter-spacing:2px}.launch-dialog h2{font-size:63px;line-height:.95;margin-top:20px;letter-spacing:-1px}.launch-dialog h2 em{color:var(--gold)}.launch-dialog>p{font-size:12px;line-height:1.9;color:var(--muted);margin:23px 0}.launch-dialog .button{font-size:12px;min-height:50px}.dialog-note{display:block;font-size:8px;color:var(--muted);line-height:1.6;margin-top:18px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);z-index:200;padding:14px 22px;background:var(--ink-deep);color:#fff;border-radius:100px;box-shadow:0 8px 35px #1835462a;font-size:12px;text-align:center;max-width:calc(100% - 36px);width:max-content;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.visible{opacity:1;transform:translate(-50%,0)}.love-particles{position:fixed;inset:0;pointer-events:none;z-index:150;overflow:hidden}.love-particle{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);color:#b88b41;animation:love-rise 1.7s cubic-bezier(.2,.5,.3,1) forwards}.love-particle svg{width:100%;height:100%}.noscript-note{background:#fff4d9;padding:18px;text-align:center;font-size:12px;color:var(--ink)}.js-motion [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .85s ease,transform .85s ease}.js-motion [data-reveal].is-visible{opacity:1;transform:translateY(0)}
@keyframes dust-float{0%,100%{transform:translateY(0);opacity:.25}50%{transform:translate(9px,-24px);opacity:.8}}@keyframes cloud-drift{from{transform:translateX(-10px)}to{transform:translateX(35px)}}@keyframes halo-breathe{0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-7px)}}@keyframes header-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes love-rise{0%{opacity:0;transform:translate(-50%,0) scale(.6)}15%{opacity:.9}100%{opacity:0;transform:translate(calc(-50% + var(--dx)),var(--dy)) rotate(var(--rot)) scale(1.1)}}
/* Laptop and tablet. */
@media(min-width:1700px){.hero-scene{width:1850px;right:calc((100% - 1620px)/2 - 230px);top:35px}.hero-copy{padding-top:179px}.hero h1{font-size:140px}.hero-art-caption{right:-35px}.hero-pair-label{right:9%;bottom:100px}}
@media(max-width:1200px){:root{--header-height:92px}.container{width:calc(100% - 80px)}.header-inner{width:calc(100% - 64px);gap:18px}.desktop-nav{gap:23px;margin-left:0}.desktop-nav a{font-size:12px}.hero{height:810px;min-height:810px}.hero-copy{padding-top:162px;width:57%}.hero h1{font-size:112px}.hero-scene{top:126px;right:-18%;width:119%}.hero-eyebrow{font-size:8px}.hero-art-caption{right:-15px;top:244px}.hero-pair-label{right:4%;bottom:100px}.hero-description{font-size:13px}.hero-buttons{gap:21px}.hero-buttons .button{padding-inline:22px}.hero-buttons .text-link{font-size:12px}.identity-inner{gap:23px}.identity-item{font-size:7px;letter-spacing:1.2px}.legend-grid{gap:10%}.pair-copy h2{font-size:84px}.legend-story{padding-right:0}.legend-story .story-lead{font-size:29px}.launch-panel-actions{gap:17px}.launch-panel p{max-width:450px}.forever-line{gap:23px}.forever-line .icon{width:30px;height:30px}.footer-top>p{padding-right:35px}}
@media(max-width:980px){.desktop-nav{gap:19px}.desktop-nav a{font-size:11px}.brand-name{font-size:27px}.brand{gap:8px}.brand-portrait{width:35px;height:35px}.button-small{padding-inline:16px;gap:12px;font-size:11px}.hero-copy{padding-top:152px}.hero{min-height:780px;height:780px}.hero h1{font-size:94px}.hero h1 em{letter-spacing:-3px}.hero-scene{width:137%;right:-31%;top:150px}.hero-description{max-width:300px;font-size:12px}.desktop-br{display:none}.hero-buttons{gap:16px}.hero-buttons .button{min-height:50px;font-size:11px;padding-inline:19px;gap:12px}.hero-buttons .text-link{font-size:11px;gap:8px}.hero-art-caption{display:none}.hero-pair-label{right:-1%;bottom:84px;width:270px;font-size:9px}.identity-item{gap:8px}.identity-item .icon{width:17px;height:17px}.identity-last{display:none}.section-pad{padding-block:68px}.legend-heading h2{font-size:75px}.legend-grid{padding-block:56px;gap:8%}.legend-story p{font-size:12px}.legend-story .story-lead{font-size:27px}.pair-section{padding-top:61px}.pair-copy h2{font-size:77px}.token-facts>div{padding-inline:22px}.token-facts dd{font-size:27px}.ascend-grid{gap:7%;padding-block:55px}.ascend-copy h2{font-size:65px}.step-title{font-size:13px}.step summary{gap:18px}.step-body{padding-left:44px;padding-right:12px}.launch-panel{gap:14px}.launch-panel-heading{gap:15px}.launch-panel p{max-width:350px;font-size:9px}.launch-panel-actions{gap:10px}.launch-panel-actions .text-link{font-size:9px;gap:6px}.launch-panel-actions .icon{width:14px;height:14px}.community-content h2{font-size:104px}.section-marker>span:last-child{font-size:6px;max-width:310px}}
/* Mobile receives its own composition. The full guardian remains visible. */
@media(max-width:760px){:root{--header-height:79px}.container{width:calc(100% - 44px)}html{scroll-padding-top:90px}.header-inner{width:calc(100% - 40px);gap:15px}.brand-name{font-size:27px}.brand-portrait{width:34px;height:34px}.desktop-nav{display:none}.header-actions{gap:10px}.menu-toggle{display:flex}.header-buy{min-height:40px;padding:0 13px;font-size:10px;gap:7px}.header-buy .icon{width:14px;height:14px}.hero{min-height:1090px;height:auto;max-height:none}.hero-inner{min-height:1090px}.hero-copy{width:100%;max-width:none;padding-top:126px;text-align:center;pointer-events:none}.hero-copy a,.hero-copy button{pointer-events:auto}.hero-eyebrow{justify-content:center;font-size:7px;letter-spacing:1.8px;margin-bottom:20px;gap:10px}.hero-eyebrow .line{width:22px}.hero h1{font-size:99px;line-height:.88;letter-spacing:-3px}.hero h1 em{font-size:.88em;letter-spacing:-2.8px;line-height:1.1}.hero-description{font-size:12px;line-height:1.75;margin:18px auto 0;max-width:275px}.hero-buttons{justify-content:center;gap:23px;margin-top:22px}.hero-buttons .button{min-height:48px;padding:0 20px;font-size:11px;gap:12px}.hero-buttons .text-link{font-size:10px;gap:7px}.contract-box{margin:19px auto 0;padding:0;gap:17px;text-align:left}.contract-copy{gap:4px}.contract-value{font-size:9px;max-width:220px}.micro-label{font-size:6px;letter-spacing:1.5px}.copy-button{width:32px;height:32px}.copy-button .icon{width:13px;height:13px}.hero-scene{top:528px;right:50%;width:850px;max-width:none;transform:translateX(50%);mask-image:linear-gradient(0deg,transparent 0%,#000 19%,#000 83%,transparent 100%);-webkit-mask-image:linear-gradient(0deg,transparent 0%,#000 19%,#000 83%,transparent 100%)}.hero-scene picture,.hero-scene img{width:850px;max-width:none}.hero-scene::after{background:linear-gradient(0deg,#e9f1f5,transparent 20%,transparent 85%,#e4eef300);mix-blend-mode:normal}.hero-sky{background:radial-gradient(ellipse at 50% 0%,#f9f8ef 0%,#e5eff5 38%,#d7e5ee 80%,#eaf2f5 100%)}.hero-rays{top:-200px;left:-20%;width:1000px;height:1000px;opacity:.4}.hero-dust{top:500px}.hero-pair-label{bottom:87px;right:50%;transform:translateX(50%);width:270px;font-size:9px;gap:8px}.pair-label-note{font-size:6px;letter-spacing:1.4px}.hero-scroll{bottom:25px;left:50%;transform:translateX(-50%);font-size:6px;letter-spacing:1.7px;white-space:nowrap;gap:13px}.hero-scroll .icon{width:13px;height:13px}.hero-bottom-fade{height:140px}.identity-strip{padding:21px 0}.identity-inner{justify-content:space-between;gap:14px;flex-wrap:wrap}.identity-title{font-size:24px;padding-left:26px}.identity-title .mini-halo{width:17px;height:5px;top:13px;left:7px}.identity-rule{display:none}.identity-item{font-size:6px;letter-spacing:1px;gap:7px}.identity-item .icon{width:16px;height:16px}.identity-item:nth-of-type(3){flex-basis:100%;justify-content:center;margin-top:1px}.identity-last{display:none}.section-pad{padding-block:53px}.section-marker{gap:13px;font-size:7px;letter-spacing:1.25px;padding-bottom:20px}.section-marker>span:last-child{display:none}.section-marker .icon{width:13px;height:13px}.legend-grid{grid-template-columns:1fr;gap:44px;padding:39px 0 41px}.legend-heading h2{font-size:77px;line-height:.98;letter-spacing:-2px}.handwritten-note{font-size:22px;margin-top:17px;transform:rotate(-4deg)}.legend-story{max-width:100%;padding-left:24px;border-left:1px solid #bd9d606b;margin-left:3px}.story-ornament{display:none}.legend-story .story-lead{font-size:30px;line-height:1.18;margin-bottom:23px}.legend-story p{font-size:12px;line-height:1.95;max-width:440px;margin-bottom:19px}.story-signature{font-size:7px;letter-spacing:1.6px;padding-top:4px}.legend-bottom{font-size:6px;letter-spacing:1.4px;padding-top:20px;gap:10px}.pair-section{padding-top:50px}.pair-portrait-stage{height:260px;padding-top:28px;gap:28px;margin-top:27px}.portrait-circle{width:125px;height:125px;padding:4px;box-shadow:0 0 0 6px #ffffff36,0 14px 30px #23415a10}.portrait-halo{top:-22px;width:75px;height:18px;border-width:1.5px}.portrait-doge{transform:translateY(15px)}.portrait-name{font-size:23px;margin-top:16px}.portrait-role{font-size:6px;letter-spacing:1.5px;margin-top:5px}.heavenly-cross{font-size:39px;transform:translateY(-19px)}.orbit{width:395px;height:166px;top:38%;transform:translate(-50%,-50%) rotate(-13deg)}.orbit-two{width:407px;height:181px;transform:translate(-50%,-50%) rotate(13deg)}.orbit-star{left:calc(50% - 183px);top:59px;width:17px!important;height:17px!important}.star-two{left:calc(50% + 163px);top:159px;width:13px!important;height:13px!important}.pair-copy{padding:8px 0 35px}.pair-copy h2{font-size:73px;line-height:.97;letter-spacing:-2px}.pair-copy h2 br{display:block}.pair-copy>p:not(.pair-verification){font-size:11px;line-height:1.9;margin-top:22px;max-width:315px}.pair-copy>p:not(.pair-verification) br{display:none}.pair-status{font-size:6px;letter-spacing:1.1px;padding:9px 11px;gap:7px;margin-top:21px}.pair-copy .pair-verification{max-width:275px;font-size:8px;margin-top:11px}.pair-official-link{font-size:9px}.pair-cloud{width:90%;height:540px;opacity:.65}.pair-cloud-left{left:-53%;top:100px}.pair-cloud-right{right:-45%;bottom:170px}.token-facts{grid-template-columns:1fr 1fr;padding:0}.token-facts>div{padding:24px 21px;border-bottom:1px solid var(--line)}.token-facts>div:nth-child(2){border-right:0}.token-facts>div:nth-child(3){padding-left:0;border-bottom:0}.token-facts>div:nth-child(4){border-bottom:0}.token-facts>div:first-child{padding-left:0}.token-facts dt{font-size:6px;margin-bottom:10px;letter-spacing:1.5px}.token-facts dd{font-size:30px;gap:11px}.token-facts dd .icon{width:18px;height:18px}.fact-star{font-size:15px;margin-left:8px}.ascend-grid{grid-template-columns:1fr;gap:38px;padding:39px 0 41px}.ascend-copy h2{font-size:69px;line-height:1;letter-spacing:-2px}.ascend-copy>p{font-size:12px;line-height:1.85;margin:19px 0 23px}.ascend-copy .button{min-height:49px;font-size:11px;padding-inline:22px;gap:20px}.ascend-side-note{font-size:7px;margin-top:15px}.step summary{padding:24px 0;gap:19px}.step-number{font-size:25px;min-width:24px}.step-title{font-size:13px}.step-body{padding-left:43px;padding-bottom:23px;padding-right:14px}.step-body>p{font-size:11px;line-height:1.9}.step-footnote{font-size:6px;letter-spacing:1.4px;margin-top:17px}.launch-panel{align-items:flex-start;flex-direction:column;gap:11px;padding-block:24px}.launch-panel-heading{gap:16px}.launch-orbit{width:27px;height:9px}.launch-panel h3{font-size:25px}.launch-panel p{font-size:9px;max-width:290px;margin-top:7px}.launch-panel-actions{padding-left:43px;gap:23px}.launch-panel-actions .text-link{font-size:9px}.community-section{padding-top:54px}.community-content>.eyebrow{font-size:6px;letter-spacing:1.65px;gap:12px}.community-content>.eyebrow .line{width:19px}.community-halo{width:92px;height:21px;margin:48px auto 24px;border-width:1.5px}.community-content h2{font-size:87px;letter-spacing:-2.7px;line-height:.94}.community-description{font-size:11px;line-height:1.85;margin-top:23px}.social-actions{flex-direction:column;gap:10px;margin-top:24px}.social-actions .button{min-height:49px;width:242px;font-size:10px;justify-content:space-between;gap:8px}.social-actions .button>.icon:first-child{width:15px;height:15px}.community-small-actions{gap:15px;margin-top:15px}.subtle-button{font-size:8px;gap:6px;min-height:44px}.subtle-button .icon{width:12px;height:12px}.community-small-actions>span{font-size:8px}.community-cloud{width:90%;height:750px;top:100px;opacity:.65}.community-cloud-left{left:-52%}.community-cloud-right{right:-52%}.forever-line{margin-top:52px;font-size:12.6vw;letter-spacing:-1.8px;gap:12px;line-height:1.2;transform:translateY(18%)}.forever-line .icon{width:16px;height:16px;transform:translateY(0)}.site-footer{padding:28px 0 22px}.footer-top{gap:25px;padding-bottom:25px;flex-wrap:wrap}.footer-wordmark{font-size:31px;gap:5px}.footer-wordmark>span{font-size:5px;letter-spacing:1.4px}.footer-top>p{order:3;text-align:left;flex-basis:100%;font-size:9px;padding-right:0;line-height:1.8}.footer-top>p br{display:none}.footer-top>p em{font-size:15px;margin-left:4px}.creator-credit{font-size:9px;min-height:44px}.creator-credit .icon{width:13px;height:13px;margin-left:4px}.footer-bottom{flex-direction:column;gap:17px;padding-top:20px}.footer-bottom>p{font-size:7px;line-height:1.9;max-width:500px}.footer-bottom>span{font-size:7px}.launch-dialog{padding:54px 26px 30px}.launch-dialog h2{font-size:59px}.launch-dialog>p{font-size:11px}.toast{font-size:10px;bottom:max(20px,env(safe-area-inset-bottom));padding:13px 18px}}
@media(min-width:521px) and (max-width:760px){.hero{min-height:1185px}.hero-inner{min-height:1185px}.hero-copy{padding-top:130px}.hero h1{font-size:111px}.hero-scene{width:1060px;top:562px}.hero-scene img,.hero-scene picture{width:1060px}.hero-pair-label{bottom:74px}.hero-description{font-size:13px;max-width:370px}.desktop-br{display:block}.hero-copy .contract-box{margin-top:20px}.identity-inner{flex-wrap:nowrap}.identity-item:nth-of-type(3){flex-basis:auto}.legend-grid{grid-template-columns:1fr 1fr;gap:30px}.legend-heading h2{font-size:67px}.legend-story{padding-left:20px}.legend-story .story-lead{font-size:25px}.legend-story p{font-size:11px}.handwritten-note{font-size:19px}.portrait-circle{width:158px;height:158px}.pair-portrait-stage{gap:56px;height:300px}.orbit{width:520px;height:190px}.orbit-two{width:545px;height:216px}.orbit-star{left:calc(50% - 235px);top:74px}.star-two{left:calc(50% + 212px);top:159px}.pair-copy h2{font-size:81px}.pair-copy h2 br{display:none}.ascend-copy h2{font-size:79px}.community-content h2{font-size:109px}.social-actions{flex-direction:row;gap:12px}.social-actions .button{width:auto}.footer-top>p{order:0;flex-basis:auto;text-align:center;padding:0}.footer-top>p br{display:block}.footer-top>p em{margin:0}.forever-line{font-size:13vw}}
@media(max-width:374px){.container{width:calc(100% - 36px)}.header-inner{width:calc(100% - 28px);gap:8px}.brand{gap:7px}.brand-name{font-size:24px}.brand-portrait{width:29px;height:29px}.header-actions{gap:7px}.header-buy{font-size:9px;padding:0 11px;min-height:37px}.header-buy .icon{display:none}.menu-toggle{width:39px;height:39px}.hero-copy{padding-top:121px}.hero h1{font-size:86px}.hero-description{font-size:11px;max-width:251px}.hero-buttons{gap:16px}.hero-buttons .button{font-size:10px;padding-inline:16px}.hero-buttons .text-link{font-size:9px;gap:5px}.hero-scene{top:499px;width:790px}.hero-scene picture,.hero-scene img{width:790px}.hero,.hero-inner{min-height:1035px}.hero-pair-label{bottom:80px}.identity-item{font-size:5px}.identity-title{font-size:22px}.legend-heading h2{font-size:69px}.legend-story .story-lead{font-size:27px}.legend-bottom{font-size:5px;letter-spacing:1.1px}.pair-portrait-stage{gap:19px;height:235px}.portrait-circle{width:110px;height:110px}.portrait-name{font-size:21px}.heavenly-cross{font-size:34px}.orbit{width:342px;height:152px}.orbit-two{width:352px;height:169px}.orbit-star{left:calc(50% - 157px);top:48px}.star-two{left:calc(50% + 142px);top:145px}.pair-copy h2{font-size:65px}.pair-copy>p:not(.pair-verification){font-size:10px}.token-facts dd{font-size:27px}.ascend-copy h2{font-size:62px}.step-title{font-size:12px}.step summary{gap:15px}.step-body{padding-left:39px;padding-right:7px}.community-content h2{font-size:76px}.subtle-button{font-size:7px}.community-small-actions{gap:11px}.forever-line{gap:8px}.forever-line .icon{width:13px;height:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-scene{will-change:auto}.js-motion [data-reveal]{opacity:1;transform:none}.love-particles{display:none}}
@media print{.site-header{position:static}.hero{height:850px}.hero-copy{padding-top:60px}.hero-scene{top:0}.button,.menu-toggle,.hero-scroll,.community-small-actions,.launch-dialog,.toast{display:none!important}.js-motion [data-reveal]{opacity:1;transform:none}.section-pad{padding-block:35px}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Font-metric refinements: every mobile display line is kept inside its viewport. */
@media(min-width:761px){.forever-line{font-size:10.8vw;letter-spacing:-4px;gap:28px}.forever-line .icon{width:34px;height:34px}}
@media(max-width:760px){.hero h1 em{font-size:min(19.3vw,98px)}.hero-scene{top:560px;mask-composite:add;-webkit-mask-composite:source-over}.hero,.hero-inner{min-height:1120px}.community-content h2{font-size:clamp(56px,17.8vw,109px)}.pair-copy h2{font-size:clamp(51px,16.2vw,81px)}.legend-heading h2{font-size:clamp(54px,17.6vw,77px)}.forever-line{font-size:10.8vw;letter-spacing:-1px;gap:10px}.forever-line .icon{width:13px;height:13px}}
@media(min-width:521px) and (max-width:760px){.hero,.hero-inner{min-height:1185px}.hero-scene{top:562px}.legend-heading h2{font-size:58px}}
@media(max-width:374px){.hero,.hero-inner{min-height:1055px}.hero-scene{top:520px}.hero h1{font-size:clamp(77px,24vw,86px)}}
/* Preserve the complete alpha edge of the cloud assets; no rectangular seams. */
.pair-cloud,.community-cloud{background-size:contain;background-position:center}

/* ==========================================================================
   Celestial Motion & Site-wide Living Atmosphere
   ========================================================================== */

/* Keyframe Definitions */
@keyframes ray-shimmer{0%,100%{opacity:.35;transform:rotate(11deg) scale(1)}50%{opacity:.58;transform:rotate(13deg) scale(1.03)}}
@keyframes celestial-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes halo-portrait-breathe{0%,100%{transform:translateX(-50%) rotate(-9deg) translateY(0);box-shadow:0 0 15px 3px #eacb9244,inset 0 0 10px 2px #eacb9244}50%{transform:translateX(-50%) rotate(-6deg) translateY(-5px);box-shadow:0 0 24px 6px #eacb9277,inset 0 0 14px 3px #eacb9277}}
@keyframes mini-halo-pulse{0%,100%{transform:translateX(-50%) rotate(-8deg) scale(1);box-shadow:0 0 6px #efd38b77}50%{transform:translateX(-50%) rotate(-5deg) scale(1.08);box-shadow:0 0 14px #efd38bbb}}
@keyframes float-subtle-1{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes float-subtle-2{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes orbit-wobble-1{0%,100%{transform:translate(-50%,-50%) rotate(-14deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(-11deg) scale(1.02)}}
@keyframes orbit-wobble-2{0%,100%{transform:translate(-50%,-50%) rotate(14deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(17deg) scale(1.025)}}
@keyframes star-twinkle{0%,100%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.25) rotate(8deg);filter:drop-shadow(0 0 4px #e8c87e)}}
@keyframes cross-breathe{0%,100%{transform:translateY(-21px) scale(1);opacity:.9}50%{transform:translateY(-23px) scale(1.08);opacity:1;text-shadow:0 0 14px #d4ab5988}}
@keyframes spin-orbit{0%{transform:rotate(-14deg)}100%{transform:rotate(346deg)}}
@keyframes sun-drift{0%,100%{transform:translateX(-50%) rotate(0deg) scale(1);opacity:.7}50%{transform:translateX(-50%) rotate(8deg) scale(1.05);opacity:.95}}
@keyframes forever-drift{0%,100%{transform:translateY(12%) scale(1);opacity:.75}50%{transform:translateY(7%) scale(1.015);opacity:1}}
@keyframes bounce-subtle{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@keyframes gold-sweep{0%,70%{left:-120%}100%{left:180%}}
@keyframes heart-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}
@keyframes hero-enter-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes hero-fade{from{opacity:0}to{opacity:1}}
@keyframes step-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

/* Atmospheric Hero Motion */
.hero-rays{animation:ray-shimmer 18s ease-in-out infinite alternate}
.hero-scene picture{display:block;animation:celestial-float 8s ease-in-out infinite}
.hero-copy .eyebrow{animation:hero-enter-up .9s cubic-bezier(.16,1,.3,1) both}
.hero h1{animation:hero-enter-up 1s cubic-bezier(.16,1,.3,1) .12s both}
.hero-description{animation:hero-enter-up 1s cubic-bezier(.16,1,.3,1) .24s both}
.hero-buttons{animation:hero-enter-up 1s cubic-bezier(.16,1,.3,1) .36s both}
.contract-box{animation:hero-enter-up 1s cubic-bezier(.16,1,.3,1) .48s both}
.hero-art-caption,.hero-pair-label,.hero-scroll{animation:hero-fade 1.2s ease .6s both}
.hero-scroll .icon{animation:bounce-subtle 2.2s ease-in-out infinite}

/* Living Halos & Stars */
.brand-portrait .mini-halo{animation:mini-halo-pulse 5s ease-in-out infinite}
.portrait-halo{animation:halo-portrait-breathe 6s ease-in-out infinite}
.dialog-halo{animation:halo-breathe 6s ease-in-out infinite}
.orbit-star{animation:star-twinkle 4s ease-in-out infinite}
.star-two{animation-delay:2s;animation-duration:5s}
.small-star{display:inline-block;animation:star-twinkle 4.5s ease-in-out infinite 1s}
.fact-star{display:inline-block;animation:star-twinkle 3.5s ease-in-out infinite 1.5s}
.section-marker .icon{animation:star-twinkle 5s ease-in-out infinite}

/* The Paired Legends (Harambe & Doge) */
.portrait-harambe .portrait-circle{animation:float-subtle-1 6.5s ease-in-out infinite}
.portrait-doge .portrait-circle{animation:float-subtle-2 7.5s ease-in-out infinite 1s}
.orbit-one{animation:orbit-wobble-1 20s ease-in-out infinite alternate}
.orbit-two{animation:orbit-wobble-2 24s ease-in-out infinite alternate}
.heavenly-cross{animation:cross-breathe 6s ease-in-out infinite}
.status-orbit{animation:spin-orbit 12s linear infinite}
.launch-orbit{animation:spin-orbit 14s linear infinite reverse}

/* Community & Finale */
.community-sun{animation:sun-drift 28s ease-in-out infinite alternate}
.forever-line{animation:forever-drift 9s ease-in-out infinite alternate}
.forever-line .icon{animation:star-twinkle 4s ease-in-out infinite}
.blessing-button:not(.is-loved):hover .icon{animation:heart-pulse 1.2s ease-in-out infinite}
.blessing-button .icon{transition:transform .2s ease}

/* Button & Card Micro-Interactions */
.button-gold{position:relative;overflow:hidden}
.button-gold::before{content:'';position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-22deg);pointer-events:none;animation:gold-sweep 6s ease-in-out infinite}
.token-facts>div{transition:transform .3s ease,background .3s ease}
.token-facts>div:hover{transform:translateY(-3px)}
.identity-item{transition:transform .25s ease,color .25s ease}
.identity-item:hover{transform:translateY(-2px);color:var(--ink)}
.identity-item .icon{transition:transform .25s ease}
.identity-item:hover .icon{transform:scale(1.15)}
.step summary{transition:color .25s ease,padding-left .25s ease}
.step summary:hover{color:#0d283a;padding-left:4px}
.step[open] summary{color:#0d283a}
.step-body{animation:step-in .35s ease both}
.social-actions .button{transition:transform .25s ease,box-shadow .25s ease}
.social-actions .button .icon{transition:transform .25s ease}
.social-actions .button:hover .icon:first-child{transform:scale(1.18)}
.copy-button{transition:transform .2s ease,background .2s ease}
.copy-button:active:not(:disabled){transform:scale(.92)}

/* Staggered Scroll-Reveal Cascade */
.js-motion .token-facts.is-visible>div{animation:hero-enter-up .65s cubic-bezier(.16,1,.3,1) both}
.js-motion .token-facts.is-visible>div:nth-child(1){animation-delay:.05s}
.js-motion .token-facts.is-visible>div:nth-child(2){animation-delay:.15s}
.js-motion .token-facts.is-visible>div:nth-child(3){animation-delay:.25s}
.js-motion .token-facts.is-visible>div:nth-child(4){animation-delay:.35s}
.js-motion .ascend-steps.is-visible .step{animation:hero-enter-up .7s cubic-bezier(.16,1,.3,1) both}
.js-motion .ascend-steps.is-visible .step:nth-child(1){animation-delay:.05s}
.js-motion .ascend-steps.is-visible .step:nth-child(2){animation-delay:.2s}
.js-motion .ascend-steps.is-visible .step:nth-child(3){animation-delay:.35s}
.js-motion .social-actions.is-visible .button{animation:hero-enter-up .6s cubic-bezier(.16,1,.3,1) both}
.js-motion .social-actions.is-visible .button:nth-child(1){animation-delay:.05s}
.js-motion .social-actions.is-visible .button:nth-child(2){animation-delay:.18s}

/* Elon Musk Tweet Embed */
.legend-tweet-box{margin:58px auto 46px;max-width:580px;text-align:center}
.tweet-box-kicker{display:inline-flex;align-items:center;gap:9px;font-size:8px;font-weight:600;letter-spacing:2px;color:var(--gold);margin-bottom:12px}
.tweet-box-kicker .icon{width:12px;height:12px}
.tweet-box-title{font-family:var(--serif);font-size:clamp(30px,3.8vw,46px);line-height:1.05;letter-spacing:-1.2px;margin:0 0 12px;color:var(--ink)}
.tweet-box-desc{font-size:13px;color:var(--muted);line-height:1.75;max-width:460px;margin:0 auto 26px}
.tweet-embed-wrapper{display:flex;justify-content:center;margin:0 auto;min-height:220px;width:100%}
.tweet-embed-wrapper blockquote.twitter-tweet{margin:0 auto!important;background:rgba(255,255,255,.76);border:1px solid rgba(181,160,113,.35);border-radius:18px;padding:24px 26px;text-align:left;box-shadow:0 12px 35px rgba(25,59,82,.07);max-width:520px;width:100%;box-sizing:border-box;font-family:var(--sans);color:var(--ink);backdrop-filter:blur(12px);transition:transform .25s ease,box-shadow .25s ease}
.tweet-embed-wrapper blockquote.twitter-tweet:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(25,59,82,.12)}
.tweet-fallback-author{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.tweet-author-info{display:flex;flex-direction:column;gap:2px}
.tweet-author-name{font-weight:700;font-size:15px;display:flex;align-items:center;gap:6px;color:var(--ink)}
.tweet-author-name .icon-verified{width:16px;height:16px;color:#1d9bf0;flex:none}
.tweet-author-handle{font-size:12px;color:var(--muted)}
.tweet-x-logo{width:18px;height:18px;color:var(--ink);flex:none}
.tweet-embed-wrapper blockquote.twitter-tweet p{font-size:15px;line-height:1.55;color:var(--ink);margin:0 0 16px;font-weight:450}
.tweet-fallback-media{border-radius:12px;overflow:hidden;margin-bottom:16px;border:1px solid rgba(181,160,113,.25);background:#e2edf3}
.tweet-fallback-media img{width:100%;height:auto;display:block}
.tweet-fallback-footer{display:flex;align-items:center;justify-content:space-between;padding-top:4px}
.tweet-view-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--gold);transition:color .2s,gap .2s}
.tweet-view-link:hover{color:var(--ink);gap:12px}
.tweet-view-link .icon{width:14px;height:14px}
.tweet-embed-wrapper iframe{margin:0 auto!important;border-radius:18px!important;box-shadow:0 12px 35px rgba(25,59,82,.07)!important}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation:none!important;
    transition:none!important;
  }
  .hero-copy .eyebrow,.hero h1,.hero-description,.hero-buttons,.contract-box,.hero-art-caption,.hero-pair-label,.hero-scroll{
    opacity:1!important;
    transform:none!important;
  }
}
