@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Barlow:wght@400;500;600;700&display=swap');
:root{--bg:#10100e;--cream:#f1eee4;--orange:#ff6b28;--muted:#a6a59b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--cream);font-family:Barlow,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:5px}header{height:88px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #33332a}.brand{display:flex;align-items:center;gap:5px;font-weight:800;letter-spacing:-1px;font-size:22px}.brand-icon{width:35px;height:35px;display:grid;place-items:center;background:var(--orange);color:var(--bg);margin-right:8px;font-size:25px}.brand-light{font-weight:400}nav{display:flex;gap:36px;font-size:13px;font-weight:600;letter-spacing:1px}.header-note{font-size:12px;letter-spacing:1px}.header-note span{color:var(--orange);font-size:22px;margin-left:16px}.hero{min-height:660px;position:relative;isolation:isolate;overflow:hidden}.hero-art{position:absolute;z-index:-3;height:100%;width:100%;object-fit:cover;object-position:center 48%}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(9,9,8,.96) 0%,rgba(9,9,8,.83) 23%,rgba(9,9,8,.16) 60%,rgba(9,9,8,.04)),linear-gradient(0deg,#10100e 0%,transparent 22%)}.hero-copy{padding:65px 4% 100px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:600;margin:0 0 26px}.hero .eyebrow{display:flex;align-items:center;gap:10px;color:#e7dfcd}.eyebrow>span{width:6px;height:6px;background:var(--orange)}h1,h2,h3,.end-note>span,.end-note>em{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}h1{font-size:clamp(76px,8.5vw,132px);line-height:.9;letter-spacing:-2px;margin:0;font-weight:800}h1 em{display:block;color:var(--orange);font-style:normal}.hero-description{font-size:18px;line-height:1.6;margin:26px 0}.primary{display:inline-flex;align-items:center;gap:40px;background:var(--orange);color:#17110b;padding:18px 24px;font-size:14px;font-weight:700;letter-spacing:.5px}.primary:hover,.punch:hover{background:#ff8a4e}.primary span{font-size:22px}.hero-footnote{display:block;margin-top:13px;color:#b7b1a5;font-size:12px}.hero-bottom{position:absolute;bottom:24px;left:4%;right:4%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.8px;color:#b9b6a9}.ticker{display:flex;align-items:center;justify-content:space-around;gap:30px;white-space:nowrap;overflow:hidden;background:var(--orange);color:#16120e;height:58px;font-family:'Barlow Condensed',Impact,sans-serif;font-weight:700;font-size:22px;letter-spacing:1px}.ticker b{font-size:27px}.control-section,.plans-section{padding:85px 6%}.section-intro .eyebrow,.plans-heading .eyebrow{color:var(--orange)}h2{font-size:clamp(35px,4vw,60px);line-height:1.04;letter-spacing:-.5px;margin:0;font-weight:700}h2>span{color:#828277}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;margin-top:50px}.explanation>p{font-size:23px;line-height:1.5;margin:0 0 25px}.explanation>p.muted{font-size:17px;line-height:1.7;max-width:470px}.muted{color:var(--muted)}.specs{display:flex;gap:55px;margin-top:40px}.specs>div{display:flex;flex-direction:column;gap:9px}.specs strong{font-family:'Barlow Condensed',sans-serif;font-size:50px;font-weight:600}.specs span{font-size:11px;letter-spacing:1px;color:var(--muted)}.console{border:1px solid #49493d;padding:28px;background:#191a15}.console-top{display:flex;justify-content:space-between;gap:12px;font-size:12px;letter-spacing:1px}.live{color:var(--orange)}.power{display:flex;align-items:baseline;gap:14px;margin:25px 0 16px}.power>span{font-family:'Barlow Condensed',sans-serif;font-size:76px;line-height:1;color:var(--orange)}.power small{font-size:12px;color:var(--muted);letter-spacing:2px}.power-track{height:4px;background:#36392b;margin-bottom:24px}.power-track span{display:block;width:10%;height:100%;background:var(--orange);transition:width .3s}.console label{display:flex;justify-content:space-between;gap:8px;font-size:12px}.console output{color:var(--muted)}input[type=range]{width:100%;accent-color:var(--orange);margin:20px 0 25px;cursor:pointer}.punch{border:0;width:100%;padding:16px 20px;background:var(--orange);font-weight:700;font-size:14px;display:flex;justify-content:space-between;cursor:pointer}.console-message{font-size:13px;color:#b4b6a9;margin:18px 0 0;min-height:32px}.console.hit{animation:hit .3s}@keyframes hit{20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.plans-section{border-top:1px solid #35352d;padding-top:70px}.plans-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.plans-heading>p{line-height:1.6;margin:0}.plans{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #414137}.plan{padding:29px;border-right:1px solid #414137}.plan:last-child{border-right:0}.plan.featured{background:#22251b;border-top:3px solid var(--orange);padding-top:26px}.plan-number{font-size:11px;color:var(--muted);letter-spacing:1px;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.plan-number span{color:var(--orange);font-size:10px}h3{font-size:42px;margin:25px 0 12px}.plan>p:not(.plan-number){color:var(--muted);line-height:1.5;min-height:48px}.plan-price{font-family:'Barlow Condensed',sans-serif;font-size:55px;padding:18px 0;border-bottom:1px solid #414137;display:flex;align-items:center;gap:15px}.plan-price small{font-family:Barlow,sans-serif;font-size:12px;letter-spacing:1px}.plan ul{list-style:none;padding:0;margin:25px 0 5px;font-size:14px;line-height:2.3}.plan li:before{content:'+';color:var(--orange);margin-right:12px}.disclaimer{font-size:12px;color:var(--muted);margin:20px 0 0}.end-note{border-top:1px solid #35352d;text-align:center;padding:55px 5% 65px}.end-note>span,.end-note>em{display:block;font-size:clamp(52px,7vw,100px);font-weight:700;line-height:.97;font-style:normal}.end-note>em{color:var(--orange)}.end-note a{display:inline-block;font-size:12px;letter-spacing:1px;margin-top:30px;border-bottom:1px solid #79786c;padding-bottom:6px}footer{padding:28px 4%;border-top:1px solid #35352d;display:flex;align-items:center;justify-content:space-between;gap:25px}footer>span{font-size:10px;letter-spacing:.7px;color:var(--muted)}@media(min-width:1600px){.hero{min-height:800px}.hero-copy{padding-top:100px}}@media(max-width:800px){header{height:72px}.header-note{display:none}nav{gap:16px;font-size:11px}.brand{font-size:19px}.hero{min-height:710px}.hero-art{object-position:61% center}.hero-shade{background:linear-gradient(90deg,rgba(9,9,8,.83),rgba(9,9,8,.3)),linear-gradient(0deg,#10100e 1%,transparent 40%)}.hero-copy{padding-top:70px}.hero .eyebrow{font-size:10px}h1{font-size:96px}.hero-bottom span:last-child{display:none}.control-section,.plans-section{padding:55px 6%}.control-grid{grid-template-columns:1fr;gap:35px;margin-top:30px}.specs{gap:45px}.plans-heading{display:block}.plans-heading>p{margin-top:20px}.plans{grid-template-columns:1fr}.plan{border-right:0;border-bottom:1px solid #414137}.plan:last-child{border-bottom:0}.plan>p:not(.plan-number){min-height:0}.plan h3{margin-top:20px}.plan-price{padding-top:0}footer{flex-wrap:wrap}footer .brand{width:100%}}@media(max-width:420px){nav a:first-child{display:none}h1{font-size:82px}.hero-description{font-size:16px}.hero .eyebrow{letter-spacing:1px}.console{padding:22px}.console label{font-size:11px}.specs{gap:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.console.hit{animation:none}.power-track span{transition:none}}
/* Mike Dyson memeverse */
.hero h1{font-size:clamp(100px,11vw,165px)}.hero .hero-copy{padding-top:80px}.hero .hero-description{margin-top:30px}.hero{min-height:690px}.gallery-section{padding:70px 6% 85px;border-top:1px solid #35352d}.gallery-section .eyebrow,.token-section .eyebrow{color:var(--orange)}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery-card{display:block;padding:0;border:1px solid #414137;background:#191a15;color:var(--cream);text-align:left;cursor:pointer;overflow:hidden}.gallery-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .4s}.gallery-card:hover img{transform:scale(1.025)}.gallery-card:hover .expand{color:var(--orange)}.gallery-wide{grid-column:span 2}.gallery-wide img{aspect-ratio:2.55/1;object-position:center 45%}.gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:23px 25px;position:relative;background:#191a15}.gallery-caption small{display:block;font-size:12px;letter-spacing:1.2px;color:var(--orange);margin-bottom:8px}.gallery-caption strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:30px;font-weight:600}.expand{font-size:30px}.token-section{border-top:1px solid #35352d;display:grid;grid-template-columns:1fr 1fr;gap:7%;padding:75px 6%}.token-intro{font-size:17px;line-height:1.7;margin-top:25px}.token-details>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #414137;padding:21px 0}.token-details>div>span{font-size:12px;letter-spacing:1px;color:var(--muted)}.token-details strong{font-size:16px;font-weight:500;text-align:right}.token-details>p{font-size:14px;color:var(--muted);line-height:1.6}#image-viewer{width:min(1120px,94vw);max-height:92vh;padding:0;background:#171813;color:var(--cream);border:1px solid #555648;overflow:auto}#image-viewer::backdrop{background:rgba(0,0,0,.88);backdrop-filter:blur(6px)}#viewer-image{display:block;width:100%;max-height:68vh;object-fit:contain;background:#090a08}.viewer-close{position:absolute;right:12px;top:12px;width:44px;height:44px;background:#10100e;color:var(--cream);border:1px solid #777;cursor:pointer;font-size:22px}.viewer-info{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px}.viewer-info h2{font-size:32px}.viewer-info p{color:var(--muted);line-height:1.5;margin:10px 0 0}.viewer-info a{white-space:nowrap;color:var(--orange);font-size:14px;font-weight:600;padding:12px 0}footer>span{max-width:350px;line-height:1.6}@media(max-width:800px){.hero h1{font-size:110px}.gallery-section{padding:50px 6%}.gallery-grid{gap:18px}.gallery-card,.gallery-wide{grid-column:span 2}.gallery-wide img{aspect-ratio:3/2}.token-section{grid-template-columns:1fr;gap:20px;padding:50px 6%}.viewer-info{display:block}.viewer-info a{display:inline-block;margin-top:12px}.gallery-caption{padding:19px}.gallery-caption strong{font-size:27px}.hero .hero-copy{padding-top:95px}.hero{min-height:680px}.specs{flex-wrap:wrap}.console-top,.console label{flex-wrap:wrap}}@media(max-width:420px){.hero h1{font-size:100px}nav{gap:12px}.brand{font-size:18px}.brand-icon{width:28px;height:30px;margin-right:3px}.hero .eyebrow{font-size:10px}.hero-bottom{font-size:10px}.primary{gap:22px;padding:18px 20px}.token-details>div{flex-wrap:wrap}.end-note>span,.end-note>em{font-size:48px}}@media(prefers-reduced-motion:reduce){.gallery-card img{transition:none}}

/* Always-visible token access */
.token-access{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 4%;background:#202117;border-top:1px solid #515339;border-bottom:2px solid var(--orange);box-shadow:0 4px 18px #0004}.ca-status,.social-status{display:flex;align-items:center;gap:18px;min-width:0}.access-label{font-size:14px;font-weight:600;letter-spacing:1px;color:#d2d0c3}.ca-status>strong{font-size:16px;letter-spacing:2px;color:var(--orange)}.social-placeholder{display:inline-flex;align-items:center;gap:12px;padding:9px 13px;border:1px solid #5b5d43;font-size:14px;font-weight:600;color:var(--cream)}.social-placeholder strong{font-size:12px;letter-spacing:1px;color:var(--orange)}html{scroll-padding-top:110px}@media(max-width:800px){.token-access{flex-wrap:wrap;gap:12px;padding:12px 4%}.ca-status{width:100%;justify-content:space-between}.social-status{width:100%;gap:10px}.social-placeholder{flex:1;justify-content:space-between}.social-status>.access-label{font-size:12px}html{scroll-padding-top:160px}}@media(max-width:420px){.access-label{font-size:12px}.social-placeholder{padding:9px;font-size:12px;gap:8px}.social-status{gap:8px}}

.brand-sphere{font-size:12px;letter-spacing:1px;margin-left:5px;color:var(--orange)}.hero-sphere{display:block;font-size:.53em;line-height:1.15;letter-spacing:2px}.hero .hero-copy{padding-top:55px}.hero .eyebrow{letter-spacing:1.2px}@media(max-width:800px){header{flex-wrap:wrap;height:auto;min-height:84px;padding-top:14px;padding-bottom:14px;gap:14px}header nav{gap:16px}.hero .hero-copy{padding-top:55px}}@media(max-width:420px){.hero .eyebrow{font-size:10px;letter-spacing:.7px}.brand-sphere{font-size:11px}}

/* Phone layouts: compact navigation, visible artwork, comfortable controls. */
@media(max-width:600px){
  header{padding:14px 20px 6px;gap:8px;justify-content:center}
  header .brand{font-size:22px;justify-content:center;min-height:36px}
  header .brand-icon{width:32px;height:32px}
  header nav{width:100%;display:flex;justify-content:space-between;gap:8px;font-size:12px}
  header nav a,header nav a:first-child{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 6px}
  .token-access{padding:10px 20px;gap:8px}
  .ca-status{gap:12px}.ca-status .access-label{font-size:12px}.ca-status>strong{font-size:14px}
  .social-status{gap:8px}.social-status>.access-label{display:none}
  .social-placeholder{min-height:38px;padding:8px 12px;font-size:13px}
  html{scroll-padding-top:125px}
  .hero{min-height:0;display:flex;flex-direction:column}
  .hero-art{height:330px;object-position:center top}
  .hero-shade{background:linear-gradient(180deg,transparent 80px,rgba(16,16,14,.15) 160px,#10100e 325px);height:340px}
  .hero .hero-copy{padding:245px 20px 28px}
  .hero .eyebrow{font-size:12px;line-height:1.6;letter-spacing:.7px;margin-bottom:18px;max-width:310px}
  .hero .eyebrow>span{flex-shrink:0}
  .hero h1{font-size:clamp(68px,21vw,104px);letter-spacing:-1px;line-height:.89}
  .hero-sphere{font-size:.55em;letter-spacing:2px;line-height:1.15}
  .hero .hero-description{font-size:18px;line-height:1.5;margin:22px 0}
  .hero .primary{display:flex;width:100%;min-height:54px;justify-content:space-between;gap:10px;padding:15px 18px;font-size:14px}
  .hero-footnote{font-size:12px;line-height:1.6}
  .hero-bottom{position:static;padding:0 20px 22px;font-size:10px;line-height:1.5;letter-spacing:1px}
  .ticker{justify-content:flex-start;height:46px;gap:22px;padding:0 20px;font-size:18px}.ticker>*{flex-shrink:0}
  .control-section,.gallery-section,.token-section{padding:44px 20px}
  h2{font-size:clamp(32px,8.8vw,46px);line-height:1.07;overflow-wrap:break-word}
  .eyebrow{font-size:12px;line-height:1.6;letter-spacing:1.3px;margin-bottom:18px}
  .control-grid{gap:28px;margin-top:26px;grid-template-columns:minmax(0,1fr)}
  .explanation>p{font-size:20px;line-height:1.5}.explanation>p.muted{font-size:16px;line-height:1.7}
  .specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}.specs strong{font-size:44px}.specs span{font-size:12px;line-height:1.5;letter-spacing:.3px}
  .console{padding:20px;min-width:0}.console-top{font-size:12px;line-height:1.5;gap:8px}.console label{font-size:13px;line-height:1.6;gap:6px}.power>span{font-size:68px}
  input[type=range]{height:44px;margin:10px 0 14px}.punch{min-height:52px;align-items:center;padding:14px;font-size:14px}.console-message{font-size:14px;line-height:1.6}
  .plans-heading{margin-bottom:25px}.plans-heading>p{font-size:16px}
  .gallery-grid{grid-template-columns:minmax(0,1fr);gap:20px}.gallery-card,.gallery-wide{grid-column:auto}.gallery-card img,.gallery-wide img{aspect-ratio:3/2}
  .gallery-caption{padding:18px 16px;gap:12px}.gallery-caption strong{font-size:26px;line-height:1.1;display:block}.gallery-caption small{font-size:12px;line-height:1.5;letter-spacing:.7px}
  .token-section{grid-template-columns:minmax(0,1fr)}.token-details>div{gap:14px;flex-wrap:wrap}.token-details strong{overflow-wrap:anywhere}.token-details>div>span{font-size:13px}
  .end-note{padding:40px 20px}.end-note>span,.end-note>em{font-size:clamp(32px,9vw,54px);line-height:1.04}.end-note a{min-height:44px;display:inline-flex;align-items:center;font-size:13px}
  footer{padding:26px 20px;gap:18px}footer .brand{font-size:21px}footer>span{font-size:12px;line-height:1.6;letter-spacing:.3px}
  #image-viewer{width:calc(100vw - 20px);max-height:calc(100dvh - 24px);margin:auto}#viewer-image{max-height:60dvh}.viewer-info{padding:20px 16px}.viewer-info h2{font-size:28px}.viewer-info p{font-size:16px}.viewer-info a{display:flex;min-height:48px;align-items:center}.viewer-close{width:46px;height:46px;top:8px;right:8px}
}

.ca-status{flex-wrap:wrap;width:100%;gap:12px}.copy-ca{display:flex;align-items:center;gap:16px;max-width:100%;min-height:44px;border:1px solid #5b5d43;background:#10100e;color:var(--orange);padding:10px 14px;cursor:pointer;text-align:left}.ca-address{font-family:monospace;font-size:14px;overflow-wrap:anywhere;min-width:0}#copy-ca-label{font-size:12px;font-weight:700;flex-shrink:0}.ca-feedback{font-size:12px;color:var(--cream)}@media(max-width:600px){.copy-ca{width:100%;justify-content:space-between;padding:10px}.ca-address{font-size:12px;line-height:1.5}.ca-status{justify-content:flex-start;gap:6px}.ca-feedback:empty{display:none}}
