/* The public landing page is intentionally independent of the dashboard styles. */
:root {
    color-scheme: dark;
    --ink: #101416;
    --paper: #f3f3ee;
    --cyan: #43dded;
    --gray: #b4babc;
    --line: #333b3e;
    --body: 'DM Sans', Arial, sans-serif;
    --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { transition: background-color .2s, color .2s, border-color .2s; }
a:focus-visible, button:focus-visible { outline: 3px solid #0d8b9b; outline-offset: 5px; }
.hero a:focus-visible, .site-header a:focus-visible, .site-header button:focus-visible, .marketplace-section a:focus-visible, .organizers-section a:focus-visible, .site-footer a:focus-visible, .motion-toggle:focus-visible { outline-color: var(--cyan); }
::selection { color: var(--ink); background: var(--cyan); }
[hidden] { display: none !important; }
p, h1, h2, h3 { margin: 0; }
.shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex-shrink: 0; vertical-align: middle; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--cyan); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 15px 24px; border: 1px solid transparent; border-radius: 3px; background: var(--cyan); color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.4; }
.button:hover { background: #89edf5; }
.button .icon, .text-link .icon, .image-arrow .icon { transition: transform .2s; }
.button:hover .icon, .text-link:hover .icon { transform: translate(3px, -2px); }
.button-small { min-height: 44px; padding: 11px 16px; gap: 18px; font-size: 13px; }
.button-small .icon { width: 18px; height: 18px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #293237; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; font-size: 14px; font-weight: 700; }
.text-link:hover { color: #097685; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: 1.7px; }
.text-cyan { color: var(--cyan); }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(16,20,22,.98); border-bottom: 1px solid #ffffff12; }
.site-header.is-scrolled { box-shadow: 0 5px 24px #0002; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 8px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand > span { font-size: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -.4px; }
.brand small { display: block; margin-top: 6px; font-size: 9px; letter-spacing: 5px; }
.main-nav { order: 1; display: flex; align-items: center; gap: 32px; }
.main-nav > a, .login-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 500; }
.main-nav > a { color: #c6cbcd; }
.main-nav > a:hover, .login-link:hover { color: var(--cyan); }
.main-nav .mobile-join { display: none; }
.header-actions { order: 2; display: flex; align-items: center; gap: 28px; }
.login-link { gap: 8px; }
.login-link .icon { width: 15px; height: 15px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: var(--paper); background: transparent; border: 1px solid #4b5457; border-radius: 3px; }
.menu-close-icon { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #101416; }
.hero-art { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; width: 69%; overflow: hidden; }
.hero-art picture, .hero-art img { display: block; width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: 62% center; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #101416 0%, #101416bb 15%, #10141612 45%), linear-gradient(0deg, #101416 0%, transparent 27%, #10141618 85%); }
.parallax-image { transform: scale(1.09); }
.hero-inner { position: relative; min-height: 728px; padding-top: 82px; padding-bottom: 122px; }
.hero-copy { max-width: 630px; }
.hero .eyebrow { color: #d9e0e2; margin-bottom: 25px; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 4px #43dded14; }
.hero h1 { position: relative; width: fit-content; font-family: var(--display); font-size: clamp(92px, 9.7vw, 140px); font-weight: 700; line-height: .9; letter-spacing: -2px; }
.hero h1 > span:first-of-type { color: var(--cyan); }
.hero h1 .title-star { display: inline-block; vertical-align: top; margin: 8px 0 0 17px; font-family: Arial, sans-serif; font-size: 57px; font-weight: 400; color: var(--cyan); }
.hero-description { max-width: 390px; margin-top: 30px; font-size: 18px; line-height: 1.6; color: #e0e3e3; }
.hero-subtitle { margin-top: 8px; color: #bbc2c5; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.hero-actions .text-link { color: var(--paper); font-size: 12px; }
.hero-actions .text-link:hover { color: var(--cyan); }
.hero-caption { position: absolute; right: 8px; bottom: 127px; display: flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 600; line-height: 1.65; letter-spacing: 1.7px; text-shadow: 0 2px 8px #000; }
.caption-cross { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #91c9d366; font-size: 27px; color: var(--cyan); }
.hero-side-note { position: absolute; top: 70px; right: -24px; writing-mode: vertical-rl; font-size: 9px; font-weight: 500; letter-spacing: 2px; color: #d3e6e8; }
.hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 80px; border-top: 1px solid #ffffff24; color: #b4bec1; font-size: 9px; font-weight: 600; letter-spacing: 1.3px; }
.hero-bottom > a { display: flex; align-items: center; gap: 24px; min-height: 44px; }
.hero-bottom > a > span { color: var(--cyan); font-size: 20px; }
.motion-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 0 8px 8px; color: #c5cdd0; border: 0; background: transparent; font-size: 10px; letter-spacing: .3px; }
.motion-toggle:hover { color: var(--cyan); }
.motion-toggle .icon { width: 14px; height: 14px; }
.universe-strip { background: var(--cyan); color: var(--ink); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 82px; }
.strip-inner > span { font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: .5px; }
.strip-inner .icon { width: 23px; height: 23px; }
.section { padding-block: 110px; }
.section-light { color-scheme: light; background: var(--paper); color: var(--ink); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-heading > p, .section-heading > div:last-child:not(:first-child) { max-width: 330px; margin-bottom: 3px; font-size: 15px; line-height: 1.8; }
.section-light .section-heading > p { color: #535d60; }
.section h2 { margin-top: 20px; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.08; font-weight: 600; letter-spacing: -2.8px; }
.muted-heading { color: #656c6a; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.experience-image { position: relative; display: block; height: 348px; overflow: hidden; background: #243035; color: white; }
.experience-image::after { position: absolute; content: ''; inset: 0; background: linear-gradient(0deg, #061419d9, transparent 55%); pointer-events: none; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.experience-card:first-child .experience-image img { object-position: 65% 40%; }
.experience-image:hover img { transform: scale(1.04); }
.experience-image:hover .image-arrow { background: var(--cyan); color: var(--ink); }
.image-label { position: absolute; z-index: 1; top: 22px; left: 22px; padding: 5px 10px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.image-arrow { position: absolute; z-index: 1; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #e9f1f466; background: #0a141a66; transition: background .2s, color .2s; }
.image-caption { position: absolute; z-index: 1; bottom: 22px; left: 24px; font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: .5px; }
.experience-info { display: flex; align-items: flex-start; gap: 24px; padding: 28px 0 0; }
.experience-number { margin-top: 5px; font-size: 11px; color: #596360; }
.experience-info h3 { font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -.8px; }
.experience-info p { max-width: 425px; margin-top: 14px; font-size: 14px; line-height: 1.8; color: #535d60; }
.experience-info .text-link { margin-top: 18px; }
.events-invitation { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 52px; padding: 23px 0 0; border-top: 1px solid #c9ceca; font-size: 14px; }
.events-invitation > span { display: inline-flex; align-items: center; gap: 14px; }
.events-invitation > span > .icon { color: #087785; }
.marketplace-section { overflow: hidden; }
.marketplace-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 85px; align-items: center; }
.market-copy .eyebrow, .organizers-section .eyebrow { color: #c9d3d6; }
.market-copy h2 { font-size: clamp(42px, 4.4vw, 64px); }
.section-description { margin-top: 26px; font-size: 18px; line-height: 1.7; }
.market-copy .section-description { color: #e1e7e8; }
.market-copy > p:not(.eyebrow):not(.section-description) { margin-top: 16px; color: #b4bfc3; font-size: 14px; line-height: 1.85; }
.market-categories { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; padding: 0; list-style: none; }
.market-categories > li { padding: 6px 12px; border: 1px solid #495356; font-size: 11px; color: #d3dcde; }
.market-sell { width: fit-content; display: flex; margin-top: 16px; font-size: 12px; color: #cad4d7; }
.market-sell:hover, .organizers-section .text-link:hover { color: var(--cyan); }
.market-visual { position: relative; padding-bottom: 36px; }
.market-photo { position: relative; min-height: 590px; overflow: hidden; background: #1d2326; }
.market-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.market-stamp { position: absolute; display: flex; align-items: center; gap: 15px; top: 32px; left: -32px; padding: 16px 22px; background: var(--cyan); color: var(--ink); font-size: 10px; line-height: 1.6; font-weight: 700; letter-spacing: 1px; transform: rotate(-5deg); }
.market-stamp .icon { width: 26px; height: 26px; }
.market-photo-note { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; font-size: 9px; font-weight: 600; letter-spacing: 1.6px; color: #bbc5c8; }
.market-photo-note > span:last-child { color: var(--cyan); font-size: 23px; }
.community-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.community-art { position: relative; display: grid; place-items: center; min-height: 572px; background: #e3e6de; overflow: hidden; }
.orbit-word { position: absolute; top: -10px; left: -8px; font-family: var(--display); font-weight: 700; font-size: 174px; line-height: .87; letter-spacing: -4px; color: #bac5b8; }
.profile-card { position: relative; z-index: 1; width: 310px; padding: 22px; background: #172024; color: var(--paper); border-radius: 8px; box-shadow: 10px 18px 0 #c2cbc3; transform: rotate(-7deg); }
.profile-card-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #536369; font-size: 8px; font-weight: 600; letter-spacing: .7px; }
.profile-card-top .icon { color: var(--cyan); width: 19px; height: 19px; }
.profile-avatar { display: grid; place-items: center; width: 66px; height: 66px; margin: 25px 0 16px; color: var(--ink); background: var(--cyan); border-radius: 50%; }
.profile-avatar .icon { width: 38px; height: 38px; }
.profile-card > strong { display: block; font-size: 28px; line-height: 1.2; font-weight: 600; letter-spacing: -.8px; }
.profile-card-subtitle { display: block; margin-top: 12px; font-size: 11px; color: #bfcbd0; }
.profile-badges { display: flex; gap: 12px; margin-top: 25px; }
.profile-badges > span { width: 47px; height: 51px; display: grid; place-items: center; color: #eec16f; background: #343831; clip-path: polygon(50% 0, 95% 24%, 95% 76%, 50% 100%, 5% 76%, 5% 24%); }
.profile-badges > span:nth-child(2) { color: var(--cyan); background: #21404a; }
.profile-badges > span:nth-child(3) { color: #cfb9f3; background: #353244; }
.profile-card-bottom { display: flex; justify-content: space-between; padding-top: 20px; margin-top: 22px; border-top: 1px solid #536369; font-size: 8px; letter-spacing: .6px; }
.profile-card-bottom > span:last-child { color: var(--cyan); font-size: 16px; }
.community-art-note { position: absolute; bottom: 17px; left: 20px; right: 20px; font-size: 8px; font-weight: 700; letter-spacing: 1px; color: #52604f; }
.community-copy .section-description { color: #59605c; }
.community-features { display: grid; gap: 22px; margin-block: 30px; }
.community-features > div { display: flex; align-items: flex-start; gap: 16px; }
.community-features > div > .icon { width: 23px; height: 23px; margin-top: 3px; color: #077887; }
.community-features h3 { font-size: 15px; line-height: 1.5; font-weight: 700; }
.community-features p { max-width: 360px; margin-top: 4px; font-size: 13px; line-height: 1.75; color: #59605c; }
.organizers-section .section-heading { align-items: flex-start; }
.organizers-section .section-heading h2 { font-size: clamp(36px, 3.5vw, 50px); }
.organizers-section .section-heading > div:last-child { padding-top: 36px; color: #bfc8cb; }
.organizers-section .section-heading .text-link { margin-top: 20px; color: var(--paper); }
.organizer-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 52px; }
.organizer-steps article { padding-top: 24px; border-top: 1px solid #465156; }
.organizer-steps article > span { color: #a4babf; font-size: 9px; letter-spacing: 1.5px; font-weight: 600; }
.organizer-steps h3 { margin-top: 20px; font-size: 23px; font-weight: 500; letter-spacing: -.6px; }
.organizer-steps p { margin-top: 13px; color: #aebbc0; font-size: 13px; line-height: 1.85; }
.partners { display: flex; align-items: center; gap: 85px; margin-top: 72px; border-top: 1px solid #333e42; padding-top: 40px; }
.partners > p { font-size: 9px; line-height: 1.8; font-weight: 600; letter-spacing: 1.5px; color: #b9c3c5; }
.partner-list { display: flex; align-items: center; justify-content: space-around; flex: 1; gap: 32px; }
.partner-list img { width: 78px; height: 78px; object-fit: contain; border-radius: 50%; }
.join-section { position: relative; overflow: hidden; padding-block: 72px; color: var(--ink); background: var(--cyan); }
.join-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.join-inner > div, .join-inner > a { z-index: 1; }
.join-inner h2 { margin-top: 20px; font-family: var(--display); font-size: clamp(64px, 7.1vw, 102px); line-height: .94; font-weight: 700; letter-spacing: -1px; }
.join-inner .button { margin-right: 25px; }
.join-star { position: absolute; right: -45px; top: -110px; font-family: Arial, sans-serif; font-size: 390px; color: #22c3d4; line-height: 1; pointer-events: none; }
.site-footer { padding-top: 45px; }
.footer-main { display: flex; align-items: center; gap: 42px; padding-bottom: 34px; }
.footer-main > p { color: #a4b3b9; font-size: 12px; }
.footer-main nav { display: flex; gap: 26px; margin-left: auto; }
.footer-main nav > a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 12px; }
.footer-main nav .icon { width: 15px; height: 15px; }
.footer-main nav a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 72px; border-top: 1px solid #354044; color: #a2b0b5; font-size: 10px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; }
.footer-bottom a:hover { color: var(--cyan); }
.reveal.is-visible { animation: enter-scene .65s cubic-bezier(.2,.6,.3,1) both; }
@keyframes enter-scene { from { opacity: .6; translate: 0 22px; } to { opacity: 1; translate: 0 0; } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html.motion-paused { scroll-behavior: auto; }
.motion-paused .parallax-image { transform: scale(1.09) !important; }

@media (min-width: 1600px) {
    .hero-art { width: 65%; }
    .hero-inner { min-height: 790px; padding-top: 105px; }
}
@media (max-width: 1150px) {
    .shell { width: calc(100% - 72px); }
    .main-nav { gap: 20px; }
    .header-actions { gap: 20px; }
    .brand > span { font-size: 13px; }
    .brand img { width: 50px; height: 50px; }
    .hero h1 { font-size: 110px; }
    .hero h1 .title-star { font-size: 43px; margin-left: 8px; }
    .hero-art { width: 74%; }
    .hero-inner { min-height: 704px; }
    .hero-description { max-width: 340px; }
    .hero-actions { gap: 18px; }
    .strip-inner { gap: 18px; }
    .strip-inner > span { font-size: 26px; }
    .strip-inner .icon { width: 19px; }
    .section { padding-block: 88px; }
    .marketplace-layout { gap: 55px; }
    .market-photo { min-height: 570px; }
    .community-layout { gap: 50px; }
    .experience-image { height: 295px; }
    .community-art { min-height: 545px; }
    .profile-card { width: 280px; }
    .profile-card > strong { font-size: 25px; }
    .partners { gap: 50px; }
    .footer-main { gap: 24px; }
    .footer-main nav { gap: 18px; }
}
@media (max-width: 950px) {
    .header-inner { min-height: 76px; gap: 16px; }
    .header-inner { flex-wrap: wrap; }
    .main-nav { order: 3; width: 100%; justify-content: center; border-top: 1px solid var(--line); }
    .has-js .header-inner { flex-wrap: nowrap; }
    .has-js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .has-js .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 14px 36px 24px; background: var(--ink); box-shadow: 0 18px 25px #0003; border-bottom: 1px solid #536268; }
    .has-js .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
    .has-js .main-nav > a { padding: 10px 0; min-height: 48px; font-size: 15px; }
    .has-js .main-nav .mobile-join { display: flex; justify-content: space-between; color: var(--cyan); border-top: 1px solid var(--line); margin-top: 8px; }
    .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
    .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
    .hero-inner { min-height: 690px; padding-top: 74px; }
    .hero h1 { font-size: 104px; }
    .hero-art { width: 82%; }
    .hero-art::after { background: linear-gradient(90deg, #101416 0%, #101416b8 20%, #10141612 75%), linear-gradient(0deg, #101416, transparent 45%); }
    .hero-caption { display: none; }
    .hero-side-note { right: -16px; }
    .strip-inner { min-height: 70px; flex-wrap: wrap; justify-content: center; gap: 12px 20px; padding-block: 15px; }
    .strip-inner > span { font-size: 23px; }
    .strip-inner .icon { width: 16px; height: 16px; }
    .strip-inner .icon:last-of-type, .strip-inner > span:last-child { display: none; }
    .section-heading { gap: 32px; }
    .section-heading > p, .section-heading > div:last-child:not(:first-child) { max-width: 265px; font-size: 14px; }
    .section h2 { font-size: 44px; letter-spacing: -1.9px; }
    .experience-grid { gap: 24px; }
    .experience-image { height: 255px; }
    .experience-info { gap: 14px; }
    .experience-info h3 { font-size: 21px; }
    .image-caption { font-size: 23px; left: 18px; }
    .marketplace-layout { gap: 36px; }
    .market-photo { min-height: 565px; }
    .market-stamp { left: -18px; top: 25px; padding: 13px 15px; font-size: 8px; }
    .community-layout { gap: 34px; }
    .community-art { min-height: 570px; }
    .profile-card { width: 245px; padding: 19px; }
    .profile-card-top { font-size: 7px; }
    .profile-card > strong { font-size: 22px; }
    .profile-card-subtitle { font-size: 9px; }
    .profile-card-bottom { font-size: 7px; }
    .orbit-word { font-size: 144px; }
    .community-art-note { font-size: 7px; }
    .organizers-section .section-heading h2 { font-size: 37px; }
    .organizer-steps { gap: 26px; }
    .organizer-steps h3 { font-size: 20px; }
    .partners { gap: 35px; }
    .partner-list img { width: 66px; height: 66px; }
    .footer-main { flex-wrap: wrap; justify-content: space-between; }
    .footer-main nav { margin-left: 0; width: 100%; }
}
@media (max-width: 700px) {
    html { scroll-padding-top: 88px; }
    .shell { width: calc(100% - 40px); }
    .header-inner { min-height: 72px; }
    .brand { gap: 5px; }
    .brand img { width: 46px; height: 46px; }
    .brand > span { font-size: 11px; letter-spacing: -.1px; }
    .brand small { font-size: 7px; letter-spacing: 3.8px; margin-top: 5px; }
    .header-actions { gap: 14px; }
    .desktop-join { display: none; }
    .login-link { font-size: 12px; }
    .login-link .icon { display: none; }
    .header-actions .button-small { gap: 8px; padding-inline: 10px; font-size: 11px; }
    .has-js .main-nav { padding-inline: 24px; }
    .main-nav { gap: 20px; }
    .main-nav > a { font-size: 10px; }
    .hero-inner { min-height: 830px; padding-top: 368px; padding-bottom: 84px; }
    .hero-art { top: 0; left: 0; width: 100%; height: 420px; bottom: auto; }
    .hero-art img { object-position: 64% 36%; }
    .hero-art::after { background: linear-gradient(0deg, #101416 0%, #101416b8 12%, #10141608 50%, #10141612 100%); }
    .hero-copy { position: relative; margin-top: -45px; }
    .hero .eyebrow { font-size: 9px; letter-spacing: 1.4px; margin-bottom: 17px; }
    .hero h1 { font-size: clamp(70px, 18vw, 104px); line-height: .94; letter-spacing: -1px; }
    .hero h1 .title-star { font-size: 33px; margin-top: 4px; margin-left: 9px; }
    .hero-description { max-width: 390px; font-size: 16px; line-height: 1.65; margin-top: 22px; }
    .hero-subtitle { max-width: 330px; font-size: 12px; margin-top: 9px; }
    .hero-actions { margin-top: 24px; gap: 12px; }
    .hero-actions .button { flex: 1 1 100%; min-height: 53px; justify-content: space-between; }
    .hero-actions .text-link { font-size: 12px; }
    .hero-bottom { min-height: 62px; font-size: 8px; letter-spacing: .5px; }
    .hero-bottom > a { display: none; }
    .motion-toggle { font-size: 10px; }
    .hero-side-note { top: 32px; right: -3px; font-size: 8px; }
    .strip-inner { width: 100%; padding: 14px 16px; min-height: 58px; gap: 11px; }
    .strip-inner > span { font-size: 21px; }
    .strip-inner > span:nth-of-type(4), .strip-inner .icon:nth-of-type(3) { display: none; }
    .strip-inner .icon { width: 15px; height: 15px; }
    .section { padding-block: 64px; }
    .eyebrow { font-size: 9px; letter-spacing: 1.4px; }
    .section h2 { margin-top: 15px; font-size: clamp(35px, 9.4vw, 48px); line-height: 1.12; letter-spacing: -1.6px; }
    .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
    .section-heading > p, .section-heading > div:last-child:not(:first-child) { max-width: 420px; font-size: 14px; }
    .experience-grid { grid-template-columns: 1fr; gap: 38px; }
    .experience-image { height: auto; aspect-ratio: 1.28; }
    .image-caption { bottom: 20px; font-size: 26px; }
    .image-label { top: 18px; left: 18px; font-size: 9px; }
    .experience-info { gap: 16px; padding-top: 22px; }
    .experience-info h3 { font-size: 23px; }
    .experience-info p { font-size: 13px; margin-top: 12px; }
    .experience-info .text-link { margin-top: 13px; font-size: 13px; }
    .events-invitation { margin-top: 32px; gap: 7px; padding-top: 21px; }
    .events-invitation > span { font-size: 12px; gap: 10px; }
    .events-invitation .text-link { font-size: 12px; width: 100%; }
    .marketplace-layout { grid-template-columns: 1fr; gap: 36px; }
    .market-copy .section-description { font-size: 17px; margin-top: 22px; }
    .market-copy > p:not(.eyebrow):not(.section-description) { font-size: 13px; }
    .market-copy .button { display: flex; justify-content: space-between; width: 100%; }
    .market-categories { margin-block: 22px; }
    .market-visual { padding-bottom: 0; margin-top: 6px; }
    .market-photo { min-height: 0; height: auto; aspect-ratio: 1.03; }
    .market-photo img { object-position: center; }
    .market-stamp { left: 10px; top: 22px; font-size: 8px; gap: 10px; padding: 12px 14px; }
    .market-photo-note { font-size: 8px; }
    .community-layout { grid-template-columns: 1fr; gap: 36px; }
    .community-copy { grid-row: 1; }
    .community-copy .section-description { font-size: 16px; }
    .community-features { gap: 23px; margin-block: 26px; }
    .community-features h3 { font-size: 14px; }
    .community-features p { font-size: 12px; }
    .community-copy .button { width: 100%; justify-content: space-between; }
    .community-art { min-height: 480px; }
    .profile-card { width: 268px; padding: 22px; }
    .profile-card-top { font-size: 7px; }
    .profile-card > strong { font-size: 25px; }
    .profile-card-subtitle { font-size: 10px; }
    .profile-card-bottom { font-size: 7px; }
    .orbit-word { font-size: 155px; }
    .community-art-note { font-size: 7px; bottom: 14px; }
    .organizers-section .section-heading h2 { font-size: 36px; }
    .organizers-section .section-heading > div:last-child { padding-top: 0; }
    .organizers-section .section-heading .text-link { margin-top: 14px; font-size: 13px; }
    .organizer-steps { grid-template-columns: 1fr; gap: 27px; margin-top: 28px; }
    .organizer-steps article { padding-top: 20px; }
    .organizer-steps h3 { font-size: 24px; margin-top: 14px; }
    .organizer-steps p { margin-top: 9px; max-width: 410px; }
    .partners { flex-direction: column; align-items: flex-start; gap: 23px; margin-top: 40px; padding-top: 27px; }
    .partners > p br { display: none; }
    .partner-list { width: 100%; gap: 18px; justify-content: space-between; }
    .partner-list img { width: 60px; height: 60px; }
    .join-section { padding-block: 50px; }
    .join-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
    .join-inner .eyebrow { max-width: 300px; font-size: 8px; letter-spacing: 1px; }
    .join-inner h2 { font-size: clamp(61px, 15.8vw, 85px); margin-top: 18px; }
    .join-inner .button { width: 100%; justify-content: space-between; margin-right: 0; font-size: 13px; }
    .join-star { font-size: 270px; top: -13px; right: -85px; }
    .site-footer { padding-top: 30px; }
    .footer-main { align-items: flex-start; gap: 22px; padding-bottom: 25px; }
    .footer-main > p { width: 100%; font-size: 12px; }
    .footer-main nav { justify-content: space-between; gap: 10px; }
    .footer-main nav > a { font-size: 10px; gap: 5px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0; padding-block: 17px; font-size: 9px; }
}
@media (max-width: 359px) {
    .shell { width: calc(100% - 32px); }
    .header-actions { gap: 9px; }
    .brand > span { font-size: 10px; }
    .hero h1 { font-size: 68px; }
    .hero h1 .title-star { display: none; }
    .profile-card { width: 238px; }
    .profile-card > strong { font-size: 22px; }
    .partner-list { gap: 12px; }
    .partner-list img { width: 52px; height: 52px; }
    .strip-inner { gap: 10px; }
    .strip-inner > span { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .parallax-image { transform: scale(1.09) !important; }
}
