/* OVNI — rebuilt on the ANDY Framer template (andyonbsc.framer.ai). Values measured on the template at 1440px. */
:root {
  --bg: #F0B90B;            /* template yellow, kept (sunrise) */
  --bg-90: rgba(240, 185, 11, .9);
  --nav: #6A4BB5;           /* template olive nav → deep lilac */
  --band: #8E6FD8;          /* template green band → lilac */
  --accent: #FF7A2F;        /* template lime → backpack orange */
  --accent-50: rgba(255, 122, 47, .5);
  --ink: #3D3A3B;           /* template button text */
  --white: #fff;
  --mood: #ffe58a;
  --mood-deep: #ffc83d;
  --spring: 0.9s;
  --container: 1170px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
main, footer { overflow-x: clip; }
body { background: var(--bg); color: var(--white); font-family: Poppins, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; user-select: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; }

/* appear: hidden until main.js runs the spring (no-JS / reduced motion shows everything) */
.js [data-appear] { opacity: .001; }

/* ---------- BUTTON (octagon, lime → orange, 5px shade) ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 66px; padding: 0 24px; isolation: isolate; }
.btn__bg, .btn__shade { position: absolute; inset: 0; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }
.btn__bg { background: var(--accent); z-index: -1; }
.btn__shade { background: var(--accent-50); transform: translate(5px, 5px); z-index: -2; transition: transform .25s ease; }
.btn:hover .btn__shade { transform: translate(0, 0); }
.btn__label { font: 600 24px/33.6px Poppins, sans-serif; letter-spacing: -.5px; color: var(--ink); white-space: nowrap; }

/* ---------- NAV ---------- */
.nav { position: fixed; top: 0; left: 50%; width: 100%; height: 106px; z-index: 50; transform: translateX(-50%); transition: height .35s ease, background-color .35s ease; }
.nav.is-scrolled { height: 80px; background: var(--nav); }
.nav__inner { width: var(--container); max-width: calc(100% - 40px); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; transition: padding .35s ease; }
.nav.is-scrolled .nav__inner { padding-top: 7px; padding-bottom: 7px; }
.nav__logo img { width: 56px; height: 56px; border-radius: 50%; }
.nav__menu { display: flex; gap: 40px; }
.nav__menu a { font: 500 20px/30px Poppins, sans-serif; color: var(--white); transition: color .2s ease; }
.nav__menu a:hover, .nav__menu a.is-active { color: var(--accent); }
.nav__burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 8px; align-items: center; }
.nav__burger span { width: 26px; height: 2px; background: var(--white); border-radius: 2px; }

/* ---------- HERO ---------- */
.hero { position: relative; height: 1188px; background: var(--bg); overflow: hidden; }
.hero__shape { position: absolute; left: 0; top: 150px; width: 100%; height: 1188px; pointer-events: none; }
.bigcircle { position: absolute; left: 50%; top: -2424px; width: 3452px; height: 3452px; transform: translateX(-50%); }
.bigcircle > div { position: absolute; border-radius: 50%; }
.bigcircle__rim { inset: -14px; background: linear-gradient(rgba(255,255,255,0) 30%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 70%); box-shadow: rgba(255,255,255,.15) 0 30px 70px 50px; transform: rotate(90.45deg); }
.bigcircle__fill { inset: 0; background: var(--bg); }
.bigcircle__pattern { inset: 0; background: url(../assets/tpl/contours.svg) center / cover no-repeat; -webkit-mask-image: linear-gradient(rgba(0,0,0,0) 80.09%, rgba(0,0,0,.15) 100%); mask-image: linear-gradient(rgba(0,0,0,0) 80.09%, rgba(0,0,0,.15) 100%); }
.bigcircle__fade { inset: 0; background: linear-gradient(rgba(255,255,255,0) 80%, rgba(255,255,255,.07) 100%); }


.hero__container { position: relative; width: var(--container); max-width: 100%; margin: 0 auto; padding-top: 180px; height: 988px; }
.hero__content { position: relative; width: 1110px; max-width: 100%; margin: 0 auto; height: 778px; }
.hero__title { position: relative; z-index: 1; font: 400 208px/1.1 "Archivo Black", sans-serif; letter-spacing: -20px; text-transform: uppercase; text-align: center; color: var(--white); -webkit-text-stroke: 1px #fff; will-change: transform; }
.hero__title span { display: inline-block; margin-right: -20px; } /* negative tracking eats the trailing space, like the template */

.hero__img { position: absolute; z-index: 2; left: 50%; top: 142px; width: 655px; height: 560px; margin-left: -327.5px; }

/* OVNI + pod composition inside the template's 655×560 image box */
.pod { position: absolute; right: 0; top: 78px; width: 236px; container-type: inline-size; filter: drop-shadow(0 18px 24px rgba(90, 50, 0, .18)); }
.pod img { width: 100%; }
.pod__screen { position: absolute; left: 19.6%; top: 64.4%; width: 35.2%; height: 9.4%; border-radius: 7px; background: #11181c; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 6px rgba(0,0,0,.8); }
.pod__screen span { font: 400 5.6cqw/1 "Share Tech Mono", monospace; color: #8ff7ef; letter-spacing: 0; text-shadow: 0 0 6px rgba(120, 250, 240, .7); white-space: nowrap; }

.ovni { position: absolute; left: 6px; top: -27px; width: 440px; z-index: 1; cursor: pointer; transform-origin: 50% 100%; will-change: transform; }
.ovni__body { position: relative; transform-origin: 50% 100%; animation: breathe 3.4s ease-in-out infinite; }
.ovni__body img { width: 100%; filter: drop-shadow(0 22px 26px rgba(90, 50, 0, .22)); }
.ovni__star { position: absolute; left: 62%; top: .9%; width: 14.5%; transform: translate(-50%, -50%); overflow: visible; animation: starGlow 2.6s ease-in-out infinite; filter: drop-shadow(0 0 10px var(--mood)) drop-shadow(0 0 22px var(--mood)); }
.ovni__flash { position: absolute; left: 88.6%; top: 42.4%; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%; background: radial-gradient(#fff 0%, rgba(255,255,255,.9) 25%, rgba(255,255,255,0) 70%); opacity: 0; transform: scale(.2); pointer-events: none; }
.ovni.is-snap .ovni__flash { animation: flash .55s ease-out; }
.ovni.is-wobble .ovni__body { animation: wobble .6s cubic-bezier(.3,1.6,.5,1), breathe 3.4s ease-in-out .6s infinite; }
.flashscreen { position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none; z-index: 5; }
.flashscreen.on { animation: screenflash .45s ease-out; }

@keyframes breathe { 0%, 100% { transform: scale(1, 1); } 50% { transform: scale(.994, 1.014); } }
@keyframes starGlow { 0%, 100% { transform: translate(-50%, -50%) scale(1) rotate(-4deg); } 50% { transform: translate(-50%, -50%) scale(1.07) rotate(4deg); } }
@keyframes wobble { 0% { transform: scale(1, 1); } 25% { transform: scale(1.06, .93); } 50% { transform: scale(.96, 1.05); } 75% { transform: scale(1.02, .98); } 100% { transform: scale(1, 1); } }
@keyframes flash { 0% { opacity: 0; transform: scale(.2); } 15% { opacity: 1; transform: scale(5); } 100% { opacity: 0; transform: scale(9); } }
@keyframes screenflash { 0% { opacity: 0; } 12% { opacity: .35; } 100% { opacity: 0; } }


/* hero decoration: floating clay planets (rendered offline with three.js), orbit, sparkles, shooting star */
.hero__deco { position: absolute; left: 50%; top: 0; width: 1440px; height: 1000px; margin-left: -720px; pointer-events: none; transform-origin: 50% 0; scale: var(--deco-scale, 1); }
.js .planet, .js .orbiter, .js .orbit { opacity: 0; }
.planet { position: absolute; will-change: transform; filter: drop-shadow(0 16px 22px rgba(120, 70, 0, .22)); }
.planet--ringed { left: 88px; top: 238px; width: 250px; }
.planet--mint { left: 1148px; top: 430px; width: 138px; }
.planet--moon { left: 228px; top: 590px; width: 92px; }
.planet--mint-sm { left: 1236px; top: 176px; width: 54px; }
.planet--pink-sm { left: 1010px; top: 150px; width: 34px; }
.orbit { position: absolute; left: 130px; top: 175px; width: 1180px; height: 330px; transform: rotate(-7deg); overflow: visible; }
.orbit ellipse { fill: none; stroke: rgba(255,255,255,.5); stroke-width: 1.5; stroke-dasharray: 2 9; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.orbiter { position: absolute; left: 0; top: 0; width: 44px; margin: -22px 0 0 -22px; will-change: transform; filter: drop-shadow(0 8px 10px rgba(120,70,0,.22)); }
.spark { position: absolute; left: var(--x); top: var(--y); width: var(--s); height: var(--s); background: #fff; clip-path: polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%); animation: twinkle 2.8s ease-in-out var(--d) infinite; opacity: .2; }
.shooting { position: absolute; left: 0; top: 0; width: 140px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, rgba(255,255,255,0), #fff); opacity: 0; transform-origin: 100% 50%; }
.shooting.go { animation: shoot 1.1s cubic-bezier(.3,.1,.6,1) forwards; }
@keyframes twinkle { 0%, 100% { opacity: .15; transform: scale(.5) rotate(0deg); } 50% { opacity: 1; transform: scale(1) rotate(45deg); } }
@keyframes shoot { 0% { opacity: 0; transform: translate(var(--sx), var(--sy)) rotate(18deg) scaleX(.2); } 15% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(var(--sx) + 520px), calc(var(--sy) + 170px)) rotate(18deg) scaleX(1); } }

/* CTA card */
.hero__cta { position: absolute; z-index: 3; left: 50%; top: 729px; width: 1140px; max-width: calc(100% - 30px); height: 259px; margin-left: -570px; border-radius: 28px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.hero__cta-bg { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-90) 0%, var(--bg) 50%, var(--bg-90) 100%); border-radius: 28px; }
.hero__cta::after { content: ""; position: absolute; inset: 0; border-radius: 28px; box-shadow: inset 0 0 0 2px rgba(255,251,238,.93); pointer-events: none; } /* measured: 2px near-white rim */
.hero__cta-content { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 82px; gap: 40px; }
.hero__cta h3 { max-width: 600px; font: 400 36px/1.1 "Archivo Black", sans-serif; letter-spacing: -1px; text-transform: uppercase; color: var(--white); }
.hero__clock { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font: 500 16px/24px Poppins, sans-serif; letter-spacing: .5px; color: var(--white); text-transform: uppercase; }
.hero__clock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255, 122, 47, .25); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(255, 122, 47, 0); } }

/* ---------- TABLET / MOBILE (template breakpoints 1200 / 810) ---------- */
@media (max-width: 1199.98px) {
  :root { --container: 100%; }
  .nav__inner { max-width: calc(100% - 60px); }
  .hero__title { font-size: 180px; letter-spacing: -16px; }
  .hero__cta { width: calc(100% - 60px); margin-left: 0; transform: translateX(-50%); }
  .hero__cta-content { padding: 0 48px; }
}
@media (max-width: 809.98px) {
  .hero__deco { width: 390px; height: 900px; margin-left: -195px; transform: none; }
  .planet--ringed { left: -30px; top: 118px; width: 118px; }
  .planet--mint { left: 318px; top: 300px; width: 70px; }
  .planet--moon { left: 6px; top: 452px; width: 46px; }
  .planet--mint-sm { left: 300px; top: 100px; width: 30px; }
  .planet--pink-sm { display: none; }
  .orbit { left: 10px; top: 120px; width: 370px; height: 150px; }
  .orbiter { width: 26px; margin: -13px 0 0 -13px; }
  .nav { height: 80px; }
  .nav__menu, .nav > .nav__inner > .btn { display: none; }
  .nav__burger { display: flex; }
  .nav__inner { padding-top: 12px; padding-bottom: 12px; max-width: calc(100% - 32px); }
  .hero { height: 900px; }
  .hero__container { padding-top: 130px; }
  .hero__title { font-size: 104px; letter-spacing: -8px; }
  .hero__title span { margin-right: -8px; }
  .hero__img { top: 60px; width: 360px; height: 308px; margin-left: -180px; }
  .ovni { left: 18px; top: 10px; width: 254px; }
  .pod { right: 6px; top: 64px; width: 130px; }
  .hero__cta { top: 520px; height: auto; width: calc(100% - 32px); }
  .hero__cta-content { flex-direction: column; align-items: flex-start; padding: 32px 24px; gap: 24px; }
  .hero__cta h3 { font-size: 28px; }
  .hero__clock { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .ovni__body, .ovni__star, .hero__clock::before, .spark { animation: none !important; }
}

/* =====================================================================
   SECTIONS BELOW THE HERO — values measured on the template at 1440px
   ===================================================================== */
.container { width: var(--container); max-width: calc(100% - 40px); margin: 0 auto; position: relative; }
.title { text-align: center; }
.title h2 { font: 400 116px/1 "Archivo Black", sans-serif; letter-spacing: -2.51px; text-transform: uppercase; color: var(--white); }
.title p { margin-top: 32px; font: 400 28px/42px Poppins, sans-serif; color: var(--white); }
.title--dark { text-align: left; }
.title--dark h2 { color: #0F0B18; }
.title--dark p { color: var(--ink); margin-top: 25px; }
.card { background: rgba(255,255,255,.08); border-radius: 24px; }
.js [data-inview] { opacity: 0; }

/* generic arc (the template's giant circle with rim, contours and light fade) */
.arc { position: absolute; left: 0; width: 100%; overflow: hidden; pointer-events: none; }
.arc .bigcircle { top: 0; }
.arc .bigcircle__rim { box-shadow: rgba(106, 75, 181, .3) 0 30px 70px 50px; background: linear-gradient(rgba(240,185,11,0) 30%, var(--bg) 50%, rgba(240,185,11,0) 70%); }

/* ---------- TICKER ---------- */
.ticker { position: relative; height: 292px; background: var(--bg); overflow-x: clip; overflow-y: visible; z-index: 4; }
.band { position: absolute; left: -120px; top: 100px; width: calc(100vw + 240px); min-width: 1680px; height: 92px; display: flex; align-items: center; overflow: hidden; }
.band--a { background: var(--band); transform: rotate(5deg); z-index: 2; }
.band--b { background: var(--accent); transform: translateY(-46px) rotate(-5deg); }
.band__track { display: flex; gap: 50px; flex-shrink: 0; will-change: transform; padding-left: 50px; }
.band__track span { font: 400 36px/40px "Archivo Black", sans-serif; letter-spacing: -1px; text-transform: uppercase; white-space: nowrap; }
.band--a span { color: var(--white); }
.band--b span { color: var(--bg); }

/* ---------- TODAY ---------- */
.today { position: relative; background: var(--bg); padding: 120px 0 60px; }
.today__row { display: flex; align-items: center; justify-content: center; gap: 72px; margin-top: 72px; }
.polaroid { flex: 0 0 400px; background: #fffdf7; padding: 18px 18px 0; border-radius: 6px; box-shadow: 0 30px 50px -20px rgba(120,70,0,.45), 0 2px 0 rgba(0,0,0,.05); rotate: -4deg; }
.polaroid__img { position: relative; aspect-ratio: 1; border-radius: 2px; overflow: hidden; background: #222; }
.polaroid__img > img { width: 100%; height: 100%; object-fit: cover; }
.polaroid__img--incoming { background: radial-gradient(120% 90% at 70% 20%, #3b2a7a 0%, #1a1238 55%, #0d0a1f 100%); }
.polaroid__img--incoming > img { position: absolute; z-index: 1; width: 44%; height: auto; left: 30%; top: 26%; rotate: 28deg; animation: approach 6s ease-in-out infinite; filter: drop-shadow(0 0 18px rgba(255, 200, 120, .45)); }
.polaroid__img--incoming i { position: absolute; height: 2px; border-radius: 2px; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.7)); rotate: 28deg; }
.polaroid__img--incoming i:nth-of-type(1) { width: 120px; left: 8%; top: 22%; }
.polaroid__img--incoming i:nth-of-type(2) { width: 80px; left: 4%; top: 38%; }
.polaroid__img--incoming i:nth-of-type(3) { width: 150px; left: 14%; top: 12%; }
.polaroid__img--incoming::after { content: ""; position: absolute; right: -30%; bottom: -55%; width: 110%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #7fd6ff, #2d7fd0 55%, #174a8f 100%); box-shadow: 0 0 60px rgba(127,214,255,.5); }
.polaroid figcaption { font: 400 26px/1 "Caveat", "Segoe Print", "Bradley Hand", cursive; color: #3a3350; text-align: center; padding: 22px 0 26px; }
@keyframes approach { 0%, 100% { translate: 0 0; } 50% { translate: 10px 12px; } }
.diary { flex: 0 0 620px; padding: 44px 44px 40px; }
.diary__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.diary h3 { font: 400 64px/1 "Archivo Black", sans-serif; letter-spacing: -1px; text-transform: uppercase; color: var(--white); }
.chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 100px; background: rgba(255,255,255,.2); font: 500 18px/26px Poppins, sans-serif; color: var(--white); }
.chip i { width: 12px; height: 12px; border-radius: 50%; background: var(--mood); box-shadow: 0 0 10px var(--mood); }
.diary__body { margin-top: 26px; }
.diary__body p { font: 400 26px/38px Poppins, sans-serif; letter-spacing: -.5px; color: var(--white); }
.diary__meta { margin-top: 26px; font: 500 18px/26px Poppins, sans-serif; color: rgba(255,255,255,.8); }

/* ---------- THE TRIP (tokenomics) ---------- */
.trip { position: relative; background: var(--bg); padding: 120px 0 90px; }
.trip__grid { display: flex; justify-content: space-between; margin-top: 72px; height: 1027px; }
.trip__col { flex: 0 0 369px; display: flex; flex-direction: column; justify-content: center; gap: 119px; position: relative; z-index: 2; }
.bubble { position: relative; width: 369px; height: 369px; background: rgba(255,255,255,.05); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.bubble--tl { border-radius: 200px 200px 0 200px; }
.bubble--bl { border-radius: 200px 0 200px 200px; }
.bubble--tr { border-radius: 200px 200px 200px 0; }
.bubble--br { border-radius: 0 200px 200px 200px; }
.bubble__shape { position: absolute; width: 901px; height: 465px; background: url(../assets/tpl/bubble-contours.svg) 0 0 / 100% 100% no-repeat; pointer-events: none; }
.bubble__shape--l { left: -103px; top: -17px; }
.bubble__shape--r { left: -430px; top: -77px; }
.bubble__counter { position: relative; width: 321px; text-align: center; }
.bubble__counter h3 { font: 400 64px/70.4px "Archivo Black", sans-serif; letter-spacing: -1px; color: var(--white); }
.bubble__counter p { margin-top: 17px; font: 400 36px/54px Poppins, sans-serif; color: var(--white); }
.bubble__counter p { font-size: 30px; line-height: 42px; }
.trip__img { position: absolute; left: 50%; top: 0; width: 640px; height: 1027px; margin-left: -320px; -webkit-mask-image: linear-gradient(#000 0%, #000 85%, rgba(0,0,0,.4) 100%); mask-image: linear-gradient(#000 0%, #000 85%, rgba(0,0,0,.4) 100%); display: flex; align-items: center; justify-content: center; z-index: 1; }
.ovni-still { position: relative; width: 600px; }
.ovni-still img { width: 100%; filter: drop-shadow(0 30px 40px rgba(120, 70, 0, .25)); animation: breathe 3.4s ease-in-out infinite; transform-origin: 50% 100%; }
.star-svg { position: absolute; left: 62%; top: .9%; width: 14.5%; transform: translate(-50%, -50%); overflow: visible; filter: drop-shadow(0 0 10px var(--mood)) drop-shadow(0 0 22px var(--mood)); animation: starGlow 2.6s ease-in-out infinite; }
.trip__grid { position: relative; }
.trip__note { margin-top: 36px; text-align: center; font: 400 20px/30px Poppins, sans-serif; color: rgba(255,255,255,.85); }

/* ---------- BUY ---------- */
.buy { position: relative; height: 1549px; background: linear-gradient(var(--bg) 0 387px, #fff 387px); z-index: 3; }
.arc--buy { top: 0; height: 100%; }
.arc--buy .bigcircle { top: -2013px; }
.arc--buy .bigcircle__rim { inset: -37px; transform: rotate(90.9deg); }
.buy .container { padding-top: 150px; }
.buy__top { position: relative; height: 466px; }
.buy__img { position: absolute; left: 453px; top: -298px; width: 655px; height: 598px; }
.buy__ovni { position: absolute; left: 60px; top: 70px; width: 330px; animation: peek 4s ease-in-out infinite; transform-origin: 50% 100%; }
.buy__pod { position: absolute; left: 380px; top: 150px; width: 210px; rotate: 8deg; }
@keyframes peek { 0%, 100% { translate: 0 0; rotate: -2deg; } 50% { translate: 0 -10px; rotate: 2deg; } }
.buycard { position: absolute; left: 0; top: 180px; width: 100%; height: 286px; border-radius: 18px; background: linear-gradient(118deg, #111315 0%, #1E2329 58%, #111315 100%); box-shadow: #0B0E11 0 12px 0 0; padding: 0 52px; z-index: 2; }
.buycard__accent { position: absolute; left: 52px; top: 20px; width: 84px; height: 4px; border-radius: 4px; background: var(--accent); }
.buycard__label { position: absolute; left: 52px; top: 36px; font: 700 12px/14.4px Inter, sans-serif; letter-spacing: 1.6px; color: var(--accent); }
.buycard h2 { position: absolute; left: 52px; top: 74px; font: 400 86px/81.7px "Archivo Black", sans-serif; letter-spacing: -2px; color: #F5F5F5; text-transform: uppercase; }
.buycard__logo { position: absolute; right: 90px; top: 22px; width: 138px; height: 138px; border-radius: 18px; overflow: hidden; box-shadow: rgba(0,0,0,.25) 0 1px 2px; }
.buycard__logo img { width: 100%; height: 100%; }
.buycard__btn { position: absolute; right: 52px; top: 180px; }
.btn--wide { padding: 0 30px; }
.steps { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 140px; }
.step { position: relative; flex: 0 0 369px; min-height: 259px; padding: 56px 30px 30px; background: rgba(255,255,255,.08); border-radius: 24px; text-align: center; }
.step--mid { min-height: 225px; margin-top: 16px; }
.step__num { position: absolute; left: 40px; top: -35px; width: 68px; height: 66px; border-radius: 100px; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font: 600 24px/1 Poppins, sans-serif; color: var(--white); }
.step h4 { font: 700 28px/42px Poppins, sans-serif; text-transform: uppercase; color: var(--white); }
.step p { margin-top: 24px; font: 400 24px/33.6px Poppins, sans-serif; letter-spacing: -.5px; color: var(--white); }
.buy__bottom { margin-top: 63px; display: flex; flex-direction: column; align-items: center; gap: 40px; }

/* contract address box + copy + socials */
.ca { position: relative; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, #10151A 0%, #222A31 48%, #10151A 100%); box-shadow: inset 0 0 32px rgba(255, 122, 47, .14), rgba(8,10,12,.6) 0 12px 0 0; }
.ca--big { width: 1000px; max-width: 100%; height: 106px; border-radius: 30px 6px; padding: 0 20px 0 48px; }
.ca--small { width: 800px; max-width: 100%; height: 84px; border-radius: 28px 8px; padding: 0 16px 0 38px; }
.ca__addr { font: 600 27px/32.4px Inter, sans-serif; letter-spacing: .2px; color: #F5F5F5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ca--small .ca__addr { font-size: 18px; line-height: 21.6px; }
.btn--copy { height: 66px; width: 183px; }
.ca--small .btn--copy { height: 52px; width: 147px; }
.btn--copy .btn__label { display: inline-flex; align-items: center; gap: 8px; }
.copy__icon { width: 30px; height: 30px; }
.ca--small .copy__icon { width: 24px; height: 24px; }
.btn[disabled] { cursor: default; }
.btn[disabled] .btn__bg { filter: saturate(.55) brightness(1.05); }
.socials { display: flex; gap: 24px; }
.social { position: relative; width: 79px; height: 65px; display: flex; align-items: center; justify-content: center; color: var(--white); }
.social__bg { position: absolute; inset: 0; background: rgba(255,255,255,.25); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background .2s ease; }
.social:hover .social__bg { background: rgba(255,255,255,.4); }
.social svg { position: relative; width: 35px; height: 35px; }
.ca--small ~ .socials { gap: 20px; }
.ca--small ~ .socials .social { width: 63px; height: 52px; }
.ca--small ~ .socials .social svg { width: 28px; height: 28px; }

/* ---------- FAQ ---------- */
.faq { position: relative; background: #fff; padding-top: 50px; z-index: 2; }
.faq .title { padding-top: 19px; }
.faqs { display: flex; gap: 32px; margin-top: 75px; }
.faqs__col { flex: 1; display: flex; flex-direction: column; gap: 31px; }
.qa { border: 1px solid var(--bg); border-radius: 16px; overflow: hidden; min-height: 232px; }
.qa__q { background: var(--bg); padding: 24px 25px; }
.qa__q h4 { font: 400 24px/33.6px "Archivo Black", sans-serif; color: var(--white); text-transform: uppercase; }
.qa__a { padding: 30px 25px; }
.qa__a p { font: 400 20px/30px Poppins, sans-serif; color: var(--ink); }
.charzone { position: relative; height: 830px; }
.charzone__img { position: absolute; left: 50%; top: 40px; width: 600px; margin-left: -300px; }
.charzone__img img { width: 100%; animation: breathe 3.4s ease-in-out infinite; transform-origin: 50% 100%; }

/* ---------- 100 DAYS (roadmap) ---------- */
.days { position: relative; height: 1272px; z-index: 3; }
.arc--days { top: -350px; height: 1622px; }
.arc--days .bigcircle { top: 150px; }
.arc--days .bigcircle__rim { inset: -39.5px; transform: rotate(91deg); }
.days::after { content: ""; position: absolute; left: 0; right: 0; top: 764px; bottom: 0; background: var(--bg); z-index: -1; }
.days__container { padding-top: 50px; height: 100%; }
.days__title { position: absolute; left: 79px; top: 151px; width: 90px; height: 620px; display: flex; align-items: center; justify-content: center; }
.days__title h2 { font: 400 116px/1 "Archivo Black", sans-serif; letter-spacing: -2.51px; color: var(--white); white-space: nowrap; transform: rotate(-90deg); }
.days__line { position: absolute; left: 261px; top: 100px; width: 0; height: 720px; border-left: 2px dotted rgba(255,255,255,.55); }
.phases { position: absolute; left: 385px; top: 50px; width: 700px; display: flex; flex-direction: column; gap: 31.7px; }
.phase .card { width: 550px; height: 182px; padding: 44px 40px 0; }
.phase--r .card { margin-left: 150px; }
.phase h3 { font: 400 36px/39.6px "Archivo Black", sans-serif; letter-spacing: -1px; color: var(--white); text-transform: uppercase; }
.phase ul { list-style: none; display: flex; gap: 32px; margin-top: 24px; }
.phase li { display: flex; align-items: center; gap: 12px; font: 400 20px/30px Poppins, sans-serif; color: var(--white); white-space: nowrap; }
.phase li::before { content: ""; width: 8px; height: 8px; border-radius: 100px; background: var(--accent); flex: none; }
.days__flyer { position: absolute; left: calc(50% + 250px); top: -330px; width: 460px; z-index: 5; filter: drop-shadow(0 30px 40px rgba(90,50,0,.25)); }
.days__pod { position: absolute; left: 23px; top: 767px; width: 300px; }
.days__pod img { width: 100%; filter: drop-shadow(0 24px 30px rgba(90,50,0,.25)); }
.float-a { animation: floatA 3.2s ease-in-out infinite alternate; }
.float-b { animation: floatB 2.6s ease-in-out infinite alternate; }
.float-c { animation: floatC 3s ease-in-out infinite alternate; }
@keyframes floatA { from { translate: 0 0; } to { translate: -15px 30px; } }
@keyframes floatB { from { translate: 0 0; } to { translate: 14px 0; } }
@keyframes floatC { from { translate: 2px 4px; } to { translate: 13px 26px; } }

/* ---------- BUCKET LIST ---------- */
.list { position: relative; background: var(--bg); padding: 60px 0 120px; }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 56px; }
.chipbtn { position: relative; height: 48px; padding: 0 20px; display: inline-flex; align-items: center; font: 500 18px/1 Poppins, sans-serif; color: var(--white); cursor: pointer; }
.chipbtn::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.2); clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); z-index: -1; transition: background .2s ease; }
.chipbtn { isolation: isolate; }
.chipbtn:hover::before { background: rgba(255,255,255,.32); }
.chipbtn.is-on { color: var(--ink); }
.chipbtn.is-on::before { background: var(--accent); }
.items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 64px; }
.item { position: relative; padding: 50px 28px 26px; background: rgba(255,255,255,.08); border-radius: 24px; min-height: 190px; display: flex; flex-direction: column; }
.item__num { position: absolute; left: 28px; top: -26px; min-width: 52px; height: 50px; padding: 0 12px; border-radius: 100px; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font: 600 18px/1 Poppins, sans-serif; color: var(--white); }
.item__status { position: absolute; right: 22px; top: 18px; font: 700 12px/14px Inter, sans-serif; letter-spacing: 1.4px; color: var(--white); background: rgba(0,0,0,.12); padding: 6px 10px; border-radius: 100px; }
.item__status--done { background: var(--nav); }
.item h4 { font: 700 24px/32px Poppins, sans-serif; color: var(--white); }
.item p { margin-top: auto; padding-top: 16px; font: 400 16px/24px Poppins, sans-serif; color: rgba(255,255,255,.85); }
.item p b { font-weight: 600; color: var(--white); }
.list__more { display: flex; justify-content: center; margin-top: 56px; }
.list__more.is-hidden { display: none; }

/* ---------- JOIN ---------- */
.join { position: relative; height: 1241px; background: var(--bg); z-index: 5; }
.arc--join { top: 0; height: 100%; }
.arc--join .bigcircle { top: -2611px; }
.arc--join .bigcircle__rim { inset: -39.5px; transform: rotate(91deg); box-shadow: rgba(255,255,255,.15) 0 30px 70px 50px; background: linear-gradient(rgba(255,255,255,0) 30%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 70%); }
.join__container { padding-top: 64px; display: flex; flex-direction: column; align-items: center; }
.join__logo { width: 108px; height: 108px; border-radius: 50%; }
.join .title { margin-top: 88px; }
.join__cta { margin-top: 75px; display: flex; flex-direction: column; align-items: center; gap: 50px; width: 100%; }
.join__img { position: absolute; left: 50%; top: 740px; width: 520px; margin-left: -260px; z-index: 6; }
.join__img img { width: 100%; filter: drop-shadow(0 30px 40px rgba(90,50,0,.25)); }

/* ---------- FOOTER ---------- */
.footer { position: relative; height: 554px; background: var(--bg); overflow: hidden; }
.footer__clouds .cloud { position: absolute; background: rgba(255,255,255,.05); }
.cloud--1 { left: calc(50% + 147px); top: -319px; width: 536px; height: 520px; rotate: -6deg; -webkit-mask: url(../assets/tpl/cloud-1.svg) center / contain no-repeat; mask: url(../assets/tpl/cloud-1.svg) center / contain no-repeat; }
.cloud--4 { left: calc(50% + 472px); top: -87px; width: 129px; height: 129px; rotate: -80deg; -webkit-mask: url(../assets/tpl/cloud-4.svg) center / contain no-repeat; mask: url(../assets/tpl/cloud-4.svg) center / contain no-repeat; }
.footer__logos { position: relative; height: 374px; overflow: hidden; }
.footer__track { position: absolute; left: 0; top: 0; display: flex; align-items: center; gap: 48px; will-change: transform; }
.footer__track h2 { font: 400 340px/374px "Archivo Black", sans-serif; letter-spacing: -8.8px; color: var(--white); -webkit-text-stroke: 1px #fff; white-space: nowrap; }
.footer__track i { width: 100px; height: 100px; border-radius: 200px; background: var(--white); flex: none; }
.fade { position: absolute; top: 0; bottom: 0; width: 469px; z-index: 1; }
.fade--l { left: 0; background: linear-gradient(90deg, var(--bg) 0%, rgba(240,185,11,0) 100%); }
.fade--r { right: 0; background: linear-gradient(90deg, rgba(240,185,11,0) 0%, var(--bg) 100%); }
.footer__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: rgba(255,255,255,.1); }
.footer__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.footer__inner p { flex: 1; font: 400 20px/30px Poppins, sans-serif; color: var(--white); }
.footer__inner img { width: 50px; height: 50px; border-radius: 50%; }
.footer__right { text-align: right; }

/* ---------- MOBILE for the sections (template stacks everything at < 810px) ---------- */
@media (max-width: 1199.98px) {
  .trip__col { flex-basis: 300px; }
  .bubble { width: 300px; height: 300px; }
  .trip__img { width: 460px; margin-left: -230px; }
  .ovni-still { width: 420px; }
  .buy__img { left: auto; right: 0; }
  .buycard__logo { display: none; }
  .steps { gap: 24px; }
  .step { flex: 1; }
  .days__flyer { width: 320px; left: auto; right: 0; }
  .items { grid-template-columns: repeat(2, 1fr); }
  .faqs__col .qa { min-height: 0; }
  .today__row { gap: 40px; }
  .polaroid { flex-basis: 340px; }
  .diary { flex: 1 1 auto; }
  .days__title { left: 10px; }
  .days__line { left: 170px; }
  .phases { left: 230px; width: calc(100% - 230px); }
  .phase .card { width: min(520px, 100% - 60px); }
  .phase--r .card { margin-left: 60px; }
}
@media (max-width: 809.98px) {
  .container { max-width: calc(100% - 40px); }
  .title h2 { font-size: 44px; letter-spacing: -1px; }
  .title p { font-size: 18px; line-height: 27px; margin-top: 16px; }
  .ticker { height: 200px; }
  .band { top: 70px; height: 60px; left: -60px; width: calc(100vw + 120px); min-width: 0; }
  .band--b { transform: translateY(-30px) rotate(-5deg); }
  .band__track { gap: 34px; }
  .band__track span { font-size: 28px; }

  .today { padding: 80px 0 40px; }
  .today__row { flex-direction: column; gap: 48px; margin-top: 40px; }
  .polaroid { flex: none; width: 280px; padding: 12px 12px 0; }
  .polaroid figcaption { font-size: 20px; padding: 16px 0 18px; }
  .diary { flex: none; width: 100%; padding: 28px 24px; }
  .diary h3 { font-size: 40px; }
  .diary__body p { font-size: 19px; line-height: 29px; }
  .diary__meta { font-size: 14px; }

  .trip { padding: 80px 0 60px; }
  .trip__grid { height: auto; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
  .trip__col { flex: 1 1 calc(50% - 6px); gap: 12px; }
  .trip__img { display: none; }
  .bubble { width: 100%; height: auto; aspect-ratio: 1; }
  .bubble__counter { width: 100%; padding: 0 12px; }
  .bubble__counter h3 { font-size: 40px; line-height: 44px; }
  .bubble__counter p { font-size: 16px; line-height: 22px; margin-top: 8px; }
  .trip__note { font-size: 15px; line-height: 22px; }

  .buy { height: auto; padding-bottom: 120px; background: var(--bg); }
  .buy .container { padding-top: 170px; }
  .buy__top { height: auto; }
  .buy__img { left: 50%; right: auto; top: -150px; width: 320px; height: 190px; margin-left: -160px; }
  .buy__ovni { left: 30px; top: 0; width: 170px; }
  .buy__pod { left: 190px; top: 50px; width: 100px; }
  .buycard { position: relative; top: 0; height: auto; padding: 44px 20px 28px; }
  .buycard__accent { left: 20px; }
  .buycard__label { position: static; }
  .buycard h2 { position: static; font-size: 46px; line-height: 48px; margin-top: 12px; }
  .buycard__btn { position: static; margin-top: 24px; }
  .steps { flex-direction: column; gap: 56px; margin-top: 80px; }
  .step, .step--mid { width: 100%; min-height: 0; margin: 0; text-align: left; padding: 52px 20px 24px; }
  .step h4 { font-size: 20px; line-height: 30px; }
  .step p { font-size: 17px; line-height: 26px; margin-top: 12px; }
  .ca--big, .ca--small { flex-direction: column; justify-content: center; height: auto; gap: 18px; padding: 24px 20px; border-radius: 22px 6px; }
  .ca__addr, .ca--small .ca__addr { font-size: 15px; line-height: 20px; white-space: normal; text-align: center; word-break: break-all; }
  .buy { background: linear-gradient(var(--bg) 0 50%, #fff 50%); }
  .arc--buy .bigcircle { width: 1500px; height: 1500px; top: auto; bottom: 90px; }
  .arc--buy .bigcircle__rim { inset: -14px; }
  .arc--days { height: calc(100% + 350px); }
  .arc--days .bigcircle { width: 1500px; height: 1500px; top: 250px; }
  .arc--days .bigcircle__rim { inset: -14px; }
  .item { min-height: 0; }

  .faq .title { padding-top: 40px; }
  .faqs { flex-direction: column; gap: 20px; margin-top: 32px; }
  .faqs__col { gap: 20px; }
  .qa { min-height: 0; }
  .qa__q h4 { font-size: 17px; line-height: 24px; }
  .qa__a p { font-size: 16px; line-height: 25px; }
  .charzone { height: 470px; }
  .charzone__img { width: 300px; margin-left: -150px; top: 30px; }

  .days { height: auto; padding-bottom: 60px; }
  .days__container { padding-top: 60px; }
  .days__title { position: static; width: auto; height: auto; }
  .days__title h2 { transform: none; font-size: 44px; border: 2px dashed rgba(255,255,255,.6); padding: 0 8px; }
  .days__line { display: none; }
  .phases { position: static; width: 100%; margin-top: 32px; gap: 16px; }
  .phase .card, .phase--r .card { width: 100%; height: auto; margin: 0; padding: 26px 20px; }
  .phase h3 { font-size: 26px; line-height: 30px; }
  .phase ul { flex-direction: column; gap: 10px; margin-top: 14px; }
  .phase li { font-size: 16px; white-space: normal; }
  .days__flyer { width: 150px; top: -120px; right: -10px; }
  .days__pod { position: relative; left: 0; top: 0; width: 170px; margin: 30px auto 0; }
  .days::after { top: 700px; }

  .list { padding: 40px 0 80px; }
  .chips { margin-top: 28px; gap: 8px; }
  .chipbtn { height: 40px; padding: 0 14px; font-size: 14px; }
  .items { grid-template-columns: 1fr; gap: 40px; margin-top: 52px; }
  .item h4 { font-size: 19px; line-height: 26px; }
  .item p { font-size: 14px; line-height: 21px; }

  .join { height: auto; padding-bottom: 380px; }
  .join__container { padding-top: 60px; }
  .join__logo { width: 90px; height: 90px; }
  .join .title { margin-top: 40px; }
  .join__cta { margin-top: 40px; gap: 32px; }
  .join__img { top: auto; bottom: -40px; width: 300px; margin-left: -150px; }
  .arc--join { display: none; }

  .footer { height: 260px; }
  .footer__logos { height: 170px; }
  .footer__track h2 { font-size: 150px; line-height: 170px; letter-spacing: -4px; }
  .footer__track i { width: 44px; height: 44px; }
  .fade { width: 90px; }
  .footer__inner p { font-size: 13px; line-height: 18px; }
  .footer__right { display: none; }
  .footer__inner img { width: 36px; height: 36px; }
  .cloud--1, .cloud--4 { display: none; }
}

/* ---------- mobile menu + footer links (all pages) ---------- */
.mmenu { position: fixed; inset: 0; z-index: 49; background: var(--nav); padding: 110px 24px 40px; display: flex; flex-direction: column; gap: 28px; }
.mmenu nav { display: flex; flex-direction: column; gap: 6px; }
.mmenu nav a { font: 400 34px/1.2 "Archivo Black", sans-serif; letter-spacing: -1px; color: var(--white); }
.mmenu .btn { align-self: flex-start; }
body.menu-open { overflow: hidden; }
body.menu-open .nav { background: var(--nav); }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
.nav__burger span { transition: transform .2s ease; }
.footer__links { position: absolute; left: 0; right: 0; bottom: 96px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; z-index: 2; }
.footer__links a { font: 500 18px/1 Poppins, sans-serif; color: var(--white); opacity: .9; }
.footer__links a:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 809.98px) { .footer { height: 330px; } .footer__links { bottom: 92px; gap: 8px 18px; } .footer__links a { font-size: 14px; } }

.list__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 36px; margin-top: 36px; }
.list__cta a { font: 600 20px/1.3 Poppins, sans-serif; color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
