@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Shippori+Mincho:wght@400;500;600&display=swap');

:root {
  --ink: #000000;
  --blue: #0000ff;
  --text: #eef1ff;
  --muted: #8b93d9;
  --line: rgba(0, 0, 255, .38);
  --soft-line: rgba(0, 0, 255, .18);
  --paper: #eef1ff;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Bodoni Moda", Georgia, serif;
  --editorial: "Cormorant Garamond", Georgia, serif;
  --jp: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --page: min(1440px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--ink); font-family: var(--sans); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.shell { min-height: 100vh; overflow: clip; }
.topbar { position: sticky; z-index: 20; top: 0; height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 28px; background: rgba(0,0,0,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.wordmark { font-family: var(--display); font-size: 21px; letter-spacing: .16em; white-space: nowrap; }
.wordmark .star { color: var(--blue); }
.nav-main, .nav-utils, .lang-switch { display: flex; align-items: center; gap: 18px; }
.nav-main { justify-content: center; }
.nav-utils { justify-content: end; }
.nav-link, .utility-button, .lang-option { cursor: pointer; border: 0; padding: 4px 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .13em; transition: color .2s ease; }
.nav-link:hover, .nav-link.active, .utility-button:hover, .lang-option.active { color: var(--text); }
.nav-link.active { border-bottom: 1px solid var(--blue); }
.lang-switch { gap: 8px; border-left: 1px solid var(--soft-line); padding-left: 16px; }
.lang-option + .lang-option::before { content: "/"; padding-right: 8px; color: var(--line); }
.mobile-nav { display: none; }
.icon-button { width: 34px; height: 34px; border: 1px solid transparent; display: grid; place-items: center; background: transparent; cursor: pointer; color: var(--text); }
.icon-button:hover { border-color: var(--line); }

main { min-height: calc(100vh - 64px); }
.page-width { width: var(--page); margin: 0 auto; }
.eyebrow, .section-no, .micro-label { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.section-no { color: var(--blue); }
.display { margin: 0; font-family: var(--display); font-size: clamp(50px, 8vw, 124px); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.editorial { font-family: var(--editorial); }
.jp { font-family: var(--jp); letter-spacing: .03em; line-height: 1.45; }
.blue-line { height: 1px; background: var(--blue); }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 19px; cursor: pointer; border: 1px solid var(--blue); background: var(--blue); color: var(--text); font-size: 10px; font-weight: 700; letter-spacing: .15em; transition: background .2s, color .2s; }
.button:hover { background: transparent; color: var(--text); }
.button.ghost { background: transparent; color: var(--text); border-color: var(--line); }
.button.ghost:hover { border-color: var(--blue); background: rgba(0,0,255,.12); }
.button.text-button { padding: 0; min-height: auto; justify-content: flex-start; border: 0; background: transparent; color: var(--text); }
.button.text-button:hover { color: var(--muted); }
.button.small { min-height: 36px; padding: 0 13px; font-size: 9px; }
.button[disabled] { cursor: not-allowed; opacity: .45; }

/* Marketing home */
.hero { position: relative; min-height: calc(100svh - 64px); display: grid; align-items: end; padding: clamp(88px, 15vh, 180px) 0 36px; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0 74%, rgba(0,0,255,.22) 74.05%, transparent 74.15%); opacity: .42; }
.timecode { position: absolute; top: 38px; left: max(28px, calc((100% - min(1440px, calc(100% - 56px))) / 2)); color: var(--muted); font: 11px/1 var(--sans); letter-spacing: .16em; }
.timecode i { display: inline-block; width: 42px; height: 1px; margin: 0 10px 4px; background: var(--blue); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(245px, .8fr); gap: clamp(32px, 10vw, 160px); align-items: end; }
.hero-lead { margin: 24px 0 0; max-width: 470px; color: var(--muted); font: 26px/1.1 var(--editorial); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.credit-roll { height: 258px; overflow: hidden; border-left: 1px solid var(--line); padding-left: 18px; }
.credit-roll-inner { animation: credits 16s linear infinite; }
.credit-roll p { margin: 0 0 18px; color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.credit-roll strong { display: block; margin-top: 4px; color: var(--text); font-family: var(--display); font-size: 19px; font-weight: 400; letter-spacing: .05em; }
@keyframes credits { to { transform: translateY(-39%); } }
.hero-foot { position: absolute; bottom: 34px; right: max(28px, calc((100% - min(1440px, calc(100% - 56px))) / 2)); color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.marketing-section { padding: clamp(88px, 14vw, 190px) 0; border-top: 1px solid var(--soft-line); }
.manifesto-grid { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: clamp(34px, 9vw, 144px); }
.manifesto-copy { max-width: 780px; }
.body-copy { max-width: 600px; margin: 34px 0 0; color: var(--muted); font: 24px/1.28 var(--editorial); }
.criteria { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-left: 1px solid var(--soft-line); }
.criterion { min-height: 180px; padding: 18px; border-right: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); }
.criterion b { display: block; margin-top: 58px; font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: .03em; }
.criterion p { color: var(--muted); font-size: 11px; line-height: 1.5; }
.network { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr); gap: clamp(28px, 9vw, 120px); align-items: center; }
.network-title { font-size: clamp(46px, 7vw, 98px); }
.credit-map { position: relative; padding: 12px 0 12px 52px; border-left: 1px solid var(--blue); }
.credit-map::before { content: "PROJECT 001"; position: absolute; left: -1px; top: -26px; color: var(--blue); font-size: 9px; letter-spacing: .17em; }
.credit-node { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom: 1px solid var(--soft-line); color: var(--muted); font-size: 11px; letter-spacing: .13em; }
.credit-node b { color: var(--text); font-family: var(--display); font-size: 17px; font-weight: 400; letter-spacing: .03em; }
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 21px 0; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 28px; min-width: max-content; animation: drift 42s linear infinite; color: var(--text); font-family: var(--display); font-size: clamp(28px, 4vw, 57px); letter-spacing: -.04em; }
@keyframes drift { to { transform: translateX(-50%); } }
.split-entry { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--soft-line); }
.entry { min-height: 440px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 4vw, 60px); border-right: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); }
.entry h3 { margin: 58px 0 12px; font-family: var(--display); font-size: clamp(44px, 5vw, 70px); font-weight: 400; letter-spacing: -.06em; }
.entry p { margin: 0; color: var(--muted); font: 24px/1.05 var(--editorial); }
.entry ul { flex: 1; padding: 0; margin: 34px 0; list-style: none; color: var(--muted); font-size: 11px; line-height: 2; letter-spacing: .08em; }
.entry li::before { content: "—"; color: var(--blue); padding-right: 8px; }
.city-field { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 44px; color: var(--muted); font-family: var(--display); font-size: clamp(28px, 4vw, 54px); letter-spacing: -.04em; }
.early-access { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: end; }
.early-access .display { font-size: clamp(54px, 7vw, 100px); }
.access-card { padding: 28px; border: 1px solid var(--line); }
.access-card p { color: var(--muted); font: 20px/1.2 var(--editorial); }
.footer { padding: 70px 0 30px; border-top: 1px solid var(--blue); }
.footer-title { margin: 0; color: var(--text); font-family: var(--display); font-size: clamp(55px, 11vw, 175px); font-weight: 400; letter-spacing: -.07em; }
.footer-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 50px; color: var(--muted); font-size: 10px; letter-spacing: .15em; }

/* Product app */
.app-page { padding: 26px 0 90px; }
.demo-banner { display: flex; justify-content: space-between; gap: 12px; padding: 9px 12px; margin-bottom: 28px; border: 1px solid var(--soft-line); color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-heading h1 { margin: 6px 0 0; font-family: var(--display); font-size: clamp(45px, 6vw, 78px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.section-heading p { max-width: 400px; margin: 0; color: var(--muted); font: 20px/1.15 var(--editorial); }
.feed-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 38px; margin-top: 30px; }
.tabbar { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 12px; border-bottom: 1px solid var(--soft-line); scrollbar-width: none; }
.tabbar::-webkit-scrollbar { display: none; }
.tab { flex: none; padding: 0 0 7px; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.tab.active, .tab:hover { color: var(--text); border-bottom-color: var(--blue); }
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; margin-top: 26px; }
.work-card { position: relative; display: block; cursor: pointer; }
.work-card:hover .art img { transform: scale(1.025); }
.art { position: relative; overflow: hidden; background: #10101c; aspect-ratio: 4 / 3; }
.art.tall { aspect-ratio: 3 / 4; }
.art img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.art::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); }
.frame-count { position: absolute; z-index: 2; top: 11px; left: 11px; padding: 4px 6px; background: rgba(0,0,0,.72); color: var(--text); font-size: 8px; letter-spacing: .12em; }
.work-meta { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 12px; }
.work-title { margin: 0; font-family: var(--display); font-size: 25px; font-weight: 400; line-height: .95; letter-spacing: -.03em; }
.work-info { margin: 5px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .12em; line-height: 1.5; }
.work-year { color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.social-strip { display: flex; gap: 8px; align-items: center; margin-top: 13px; }
.social-action { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; padding: 0 7px; cursor: pointer; border: 1px solid var(--soft-line); background: transparent; color: var(--muted); font-size: 9px; letter-spacing: .07em; }
.social-action:hover, .social-action.active { color: var(--text); border-color: var(--line); background: rgba(0,0,255,.12); }
.side-rail { align-self: start; border-top: 1px solid var(--line); }
.rail-block { padding: 17px 0; border-bottom: 1px solid var(--soft-line); }
.rail-block h2 { margin: 0 0 15px; color: var(--muted); font-size: 9px; letter-spacing: .17em; }
.spotlight { display: grid; grid-template-columns: 54px 1fr; gap: 11px; align-items: center; margin: 11px 0; }
.avatar { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: #19193c; color: var(--text); font-family: var(--display); font-size: 18px; }
.avatar.wide { width: 54px; height: 54px; }
.spotlight b { display: block; font-family: var(--display); font-size: 17px; font-weight: 400; }
.spotlight span { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.filter-list { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { cursor: pointer; border: 1px solid var(--soft-line); background: none; color: var(--muted); padding: 7px 9px; font-size: 9px; letter-spacing: .1em; }
.filter.active, .filter:hover { border-color: var(--blue); color: var(--text); }
.empty { padding: 65px 16px; border: 1px solid var(--soft-line); text-align: center; color: var(--muted); font: 25px/1.1 var(--editorial); }
.creators-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 30px; background: var(--soft-line); border: 1px solid var(--soft-line); }
.creator-card { min-height: 255px; display: flex; flex-direction: column; padding: 20px; background: var(--ink); cursor: pointer; }
.creator-card:hover { background: #05050c; }
.creator-card .avatar { width: 58px; height: 58px; }
.creator-card h2 { margin: auto 0 3px; font-family: var(--display); font-size: 27px; font-weight: 400; letter-spacing: -.035em; }
.creator-card p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.creator-card .location { margin-top: 15px; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.search-panel { display: flex; gap: 8px; margin-top: 26px; }
.search-panel input { flex: 1; min-height: 47px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--text); padding: 0 14px; }
.search-panel input::placeholder { color: var(--muted); }
.filter-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }

.work-view { padding-top: 0; }
.work-hero { position: relative; min-height: 58vh; display: flex; align-items: end; padding: 35px 0; background-size: cover; background-position: center; }
.work-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.1) 70%); }
.work-hero .page-width { position: relative; }
.back-link { display: inline-flex; margin-bottom: 50px; color: var(--text); font-size: 10px; letter-spacing: .15em; }
.back-link:hover { color: var(--muted); }
.work-hero h1 { max-width: 850px; margin: 8px 0 0; font-family: var(--display); font-size: clamp(58px, 10vw, 138px); font-weight: 400; line-height: .78; letter-spacing: -.07em; }
.work-details { display: grid; grid-template-columns: minmax(0, 1fr) 345px; gap: clamp(40px, 9vw, 150px); padding: 55px 0 100px; }
.work-logline { margin: 0; font: clamp(26px, 3vw, 39px)/1.08 var(--editorial); }
.work-synopsis { max-width: 640px; color: var(--muted); font: 22px/1.35 var(--editorial); }
.credit-list { margin-top: 50px; border-top: 1px solid var(--line); }
.credit-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 16px; align-items: center; min-height: 61px; border-bottom: 1px solid var(--soft-line); }
.credit-row span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.credit-row b { font-family: var(--display); font-size: 21px; font-weight: 400; }
.credit-row em { color: var(--blue); font-size: 8px; font-style: normal; letter-spacing: .12em; }
.detail-rail { border-top: 1px solid var(--line); }
.detail-rail div { padding: 15px 0; border-bottom: 1px solid var(--soft-line); }
.detail-rail span { display: block; color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.detail-rail b { display: block; margin-top: 5px; font-size: 11px; font-weight: 500; letter-spacing: .08em; }
.profile-hero { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 26px; align-items: end; padding: 55px 0 35px; border-bottom: 1px solid var(--line); }
.profile-hero .avatar { width: 130px; height: 130px; font-size: 48px; }
.profile-hero h1 { margin: 7px 0 5px; font-family: var(--display); font-size: clamp(48px, 7vw, 88px); font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.profile-hero p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.badge { display: inline-flex; align-items: center; padding: 4px 6px; border: 1px solid var(--line); color: var(--blue); font-size: 8px; letter-spacing: .13em; }
.profile-content { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 45px; padding: 40px 0 100px; }
.profile-aside { color: var(--muted); font: 21px/1.25 var(--editorial); }
.profile-aside .micro-label { display: block; margin: 28px 0 8px; font-family: var(--sans); }
.credit-cluster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: var(--soft-line); }
.credit-cluster a { display: block; padding: 18px; min-height: 98px; background: var(--ink); }
.credit-cluster span { display: block; color: var(--muted); font-size: 8px; letter-spacing: .13em; }
.credit-cluster b { display: block; margin-top: 10px; font-family: var(--display); font-size: 18px; font-weight: 400; }

/* Forms, dialogs & menus */
.form-page { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(40px, 10vw, 150px); padding: 55px 0 100px; }
.form-page h1 { margin: 9px 0 0; font-family: var(--display); font-size: clamp(56px, 8vw, 110px); font-weight: 400; line-height: .82; letter-spacing: -.07em; }
.form-page .intro { color: var(--muted); font: 24px/1.2 var(--editorial); }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 10px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .check-field { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.field input, .field select, .field textarea { width: 100%; min-height: 45px; border: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--text); padding: 10px; }
.field select option { background: #0a0a15; }
.field textarea { min-height: 118px; resize: vertical; }
.check-field { display: flex; gap: 9px; align-items: start; grid-column: 1 / -1; line-height: 1.4; }
.check-field input { width: 16px; height: 16px; accent-color: var(--blue); }
.form-message { grid-column: 1 / -1; margin: 0; color: var(--muted); font: 22px/1.2 var(--editorial); }
.form-message.success { color: var(--text); }
.form .button { justify-self: start; }
dialog { width: min(520px, calc(100% - 32px)); max-height: calc(100svh - 32px); overflow: auto; border: 1px solid var(--blue); background: #030307; color: var(--text); box-shadow: 0 26px 100px rgba(0,0,0,.8); }
dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.dialog-inner { padding: 24px; }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin: 5px 0 0; font-family: var(--display); font-size: 40px; font-weight: 400; line-height: .85; letter-spacing: -.05em; }
.dialog-copy { color: var(--muted); font: 20px/1.2 var(--editorial); }
.dialog-form { display: grid; gap: 15px; margin-top: 20px; }
.dialog-form input { width: 100%; min-height: 45px; border: 1px solid var(--line); background: transparent; color: var(--text); padding: 10px; }
.amount-row { display: flex; gap: 7px; flex-wrap: wrap; }
.amount { cursor: pointer; border: 1px solid var(--soft-line); background: transparent; color: var(--text); padding: 10px 12px; }
.amount.active, .amount:hover { border-color: var(--blue); background: rgba(0,0,255,.13); }
.fee-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.account-menu { position: absolute; z-index: 30; top: 55px; right: 24px; display: none; width: 206px; padding: 7px; border: 1px solid var(--line); background: #050509; box-shadow: 0 18px 45px rgba(0,0,0,.6); }
.account-menu.show { display: grid; }
.account-menu button { min-height: 39px; border: 0; background: transparent; color: var(--muted); text-align: left; padding: 0 9px; cursor: pointer; font-size: 9px; letter-spacing: .1em; }
.account-menu button:hover { background: rgba(0,0,255,.12); color: var(--text); }
.toast { position: fixed; z-index: 80; right: 20px; bottom: 20px; max-width: min(370px, calc(100% - 40px)); transform: translateY(130%); padding: 14px 16px; border: 1px solid var(--blue); background: #050509; color: var(--text); font-size: 10px; letter-spacing: .08em; opacity: 0; transition: transform .28s ease, opacity .28s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 860px) {
  :root { --page: min(100% - 32px, 680px); }
  .topbar { height: 58px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .nav-main, .topbar .nav-utils > .utility-button, .topbar .nav-utils > .lang-switch { display: none; }
  .mobile-nav { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 62px; border-top: 1px solid var(--line); background: rgba(0,0,0,.96); backdrop-filter: blur(16px); }
  .mobile-nav button { border: 0; background: transparent; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
  .mobile-nav button.active { color: var(--text); }
  .mobile-nav .create { color: var(--blue); }
  main { min-height: calc(100vh - 58px); }
  .hero { min-height: calc(100svh - 58px); padding-top: 108px; padding-bottom: 96px; }
  .timecode { top: 25px; left: 16px; }
  .hero-grid, .network, .early-access { grid-template-columns: 1fr; }
  .credit-roll { display: none; }
  .hero-foot { right: 16px; bottom: 76px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 25px; }
  .criteria { grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
  .criterion { min-height: 145px; }
  .criterion b { margin-top: 35px; }
  .split-entry { grid-template-columns: 1fr; }
  .entry { min-height: 355px; }
  .footer-row { align-items: start; flex-direction: column; }
  .app-page { padding-top: 18px; padding-bottom: 88px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .feed-layout { grid-template-columns: 1fr; gap: 28px; }
  .side-rail { display: none; }
  .works-grid { gap: 26px 12px; }
  .creators-grid { grid-template-columns: repeat(2, 1fr); }
  .work-details { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 78px 1fr; gap: 16px; }
  .profile-hero .avatar { width: 78px; height: 78px; font-size: 31px; }
  .profile-hero .button { grid-column: 1 / -1; width: 100%; }
  .profile-content { grid-template-columns: 1fr; gap: 20px; }
  .credit-cluster { grid-template-columns: repeat(2, 1fr); }
  .form-page { grid-template-columns: 1fr; gap: 30px; padding-top: 35px; }
}

@media (max-width: 480px) {
  .display { font-size: clamp(44px, 14vw, 65px); }
  .hero-lead { font-size: 23px; }
  .body-copy { font-size: 22px; }
  .criteria { grid-template-columns: 1fr; }
  .works-grid { grid-template-columns: 1fr; }
  .creators-grid { grid-template-columns: 1fr 1fr; }
  .creator-card { min-height: 202px; }
  .work-hero { min-height: 52vh; }
  .work-hero h1 { font-size: clamp(54px, 17vw, 81px); }
  .credit-row { grid-template-columns: 104px 1fr; gap: 8px; }
  .credit-row em { display: none; }
  .form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .check-field { grid-column: auto; }
  .form-message { grid-column: auto; }
  .demo-banner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
