@font-face {
    font-family: "PoseidonIconsPro";
    src: url("fa-solid-900-pro.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PoseidonIconsBrands";
    src: url("fa-solid-900-brands.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #111;
    --paper: #f4f1ea;
    --white: #fffcf6;
    --mute: #5c5a55;
    --line: #111;
    --bar: #111;
    --on-bar: #fff;
    --foot-fg: #cfcbc3;
    --wave: #e7e2d6;
    --overlay: rgba(17, 17, 17, 0.55);
    --signal: #ff4d1c;
    --fish-invalid: #b2b8c2;
    --fish-valid: #9bc83f;
    --fish-rare: #a87ffc;
    --fish-rarest: #c55fff;
    --fish-trophy: #fcc400;
    --fish-rare-trophy: #59affb;
    --warn: #b56a00;
    --bad: #c13a2e;
    --nav: 58px;
    --font: "IBM Plex Sans", "Segoe UI", sans-serif;
    --display: "Barlow Condensed", "Arial Narrow", sans-serif;
    --max: 1120px;
    --fa-style-family-classic: "PoseidonIconsPro";
    --fa-family-classic: "PoseidonIconsPro";
    --fa-style-family-brands: "PoseidonIconsBrands";
    --fa-family-brands: "PoseidonIconsBrands";
}

html[data-theme="dark"] {
    color-scheme: dark;
    --ink: #efece5;
    --paper: #161513;
    --white: #1f1d1a;
    --mute: #9a968e;
    --line: #efece5;
    --bar: #0c0b0a;
    --on-bar: #efece5;
    --foot-fg: #9a968e;
    --wave: #2c2924;
    --overlay: rgba(0, 0, 0, 0.72);
}

*, *::before, *::after { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--nav);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.fa-solid,
.fas,
.fa-solid::before,
.fas::before {
    font-family: "PoseidonIconsPro" !important;
}

.fa-brands,
.fab,
.fa-brands::before,
.fab::before {
    font-family: "PoseidonIconsBrands" !important;
}

.ico-pro,
.ico-brand {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
.ico-pro { font-family: "PoseidonIconsPro", sans-serif; font-weight: 900; }
.ico-brand { font-family: "PoseidonIconsBrands", sans-serif; font-weight: 400; }
.ico-invalid::before { content: "\f04d"; }
.ico-valid::before { content: "\f04d"; }
.ico-rare-species::before { content: "\f0fe"; }
.ico-rarest-species::before { content: "\f0fe"; }
.ico-trophy::before { content: "\e27f"; }
.ico-rare-trophy::before { content: "\e683"; }

html, body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
input, textarea {
    user-select: text;
    -webkit-user-select: text;
}

#bg-fx {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
#bg-fx canvas {
    pointer-events: none !important;
}
main, .foot {
    position: relative;
    z-index: 1;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.skip { position: absolute; left: -999px; }
.skip:focus {
    left: 10px;
    top: 10px;
    z-index: 40;
    background: var(--signal);
    color: #fff;
    padding: 8px 12px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: var(--nav);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    background: var(--bar);
    color: var(--on-bar);
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform 0.22s ease;
}
.nav.is-on {
    transform: translateY(0);
    pointer-events: auto;
}

.brand {
    font-family: var(--display);
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.14em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-links a {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.7;
    transition: opacity 0.15s ease, color 0.15s ease;
}

.nav-links a:hover,
.nav-links a.is-active { opacity: 1; color: var(--signal); }

.nav-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border: 2px solid var(--on-bar);
    color: var(--on-bar);
    font-size: 1rem;
}
.nav-toggle .fa-xmark { display: none; }
.nav.open .nav-toggle .fa-bars { display: none; }
.nav.open .nav-toggle .fa-xmark { display: inline-block; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--signal);
    color: #fff;
    border: 2px solid var(--signal);
}

.btn.line {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
}

.nav .btn { min-height: 36px; }

.btn:disabled { opacity: 0.4; cursor: not-allowed; }

.hero {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    margin: 0;
    padding: 32px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--paper);
    border-bottom: 2px solid var(--ink);
    position: relative;
    z-index: 1;
}
.hero-bar,
.hero-mid,
.hero-foot {
    position: relative;
    z-index: 1;
}

.hero-bar,
.hero-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
}

.hero-bar { padding: 0; }
.hero-foot { padding: 0; align-items: center; }

.kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mute);
}

.flags { display: flex; gap: 8px; }

.flag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    border: 2px solid var(--ink);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.flag.is-off { display: none; }

button.theme-toggle {
    min-width: 34px;
    justify-content: center;
    padding: 4px 8px;
    background: transparent;
    color: var(--ink);
}
button.theme-toggle i { font-size: 0.9rem; }

.hero-cast [fill="#111"] { fill: var(--ink); }
.hero-cast [stroke="#111"] { stroke: var(--ink); }
.hero-cast [fill="#fffcf6"] { fill: var(--white); }
.hero-cast [fill="#e7e2d6"] { fill: var(--wave); }

.flag.ok { background: var(--bar); color: #9be7b8; }
.flag.warn { background: var(--bar); color: #ffd27a; }
.flag.bad { background: var(--bar); color: #ff9b90; }

.hero-bar,
.hero-mid,
.hero-foot {
    opacity: 0;
    transform: translateY(18px);
}

.hero.is-ready .hero-bar {
    animation: rise 0.55s ease forwards;
}
.hero.is-ready .hero-mid {
    animation: rise 0.7s ease 0.1s forwards;
}
.hero.is-ready .hero-foot {
    animation: rise 0.55s ease 0.28s forwards;
}

.hero-mid {
    width: min(var(--max), calc(100% - 48px));
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0 16px;
    position: relative;
    padding-bottom: 14px;
}
.hero-mid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: var(--signal);
    transform: scaleX(0);
    transform-origin: left;
}
.hero.is-ready .hero-mid::after {
    animation: growX 0.55s ease 0.42s forwards;
}

.hero h1 {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(4.4rem, 16vw, 11.5rem);
    line-height: 0.82;
    letter-spacing: -0.03em;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 12px 0 0;
    border-bottom: 0;
}
.hero h1::after {
    display: none;
}

.hero-cast-wrap {
    position: relative;
    justify-self: end;
    overflow: visible;
}
.hero-cast {
    width: 310px;
    height: auto;
    display: block;
    overflow: visible;
    flex: 0 0 auto;
}
.cast-say {
    position: absolute;
    left: 24%;
    right: auto;
    top: -58px;
    z-index: 2;
    margin: 0;
    max-width: 11em;
    padding: 8px 10px 9px;
    background: var(--white);
    border: 2px solid var(--ink);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
    opacity: 0;
}
.cast-say::after {
    content: "";
    position: absolute;
    left: 36px;
    right: auto;
    top: auto;
    bottom: -7px;
    width: 10px;
    height: 10px;
    background: var(--white);
    border-left: none;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: rotate(45deg);
}
.hero.is-ready .cast-say {
    animation: cast-say 0.45s ease 0.7s both;
}
.cast-wave { animation: cast-wave 1.2s linear infinite; }
.cast-splash { animation: cast-splash 12s ease-in-out infinite; }
.cast-kept { animation: cast-kept 12s ease-in-out infinite; }
.cast-sale {
    animation: cast-sale 12s ease-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}
.cast-eye { animation: cast-blink 4s steps(1) infinite; }
.cast-fish-size { display: none; }
.cast-fish.is-s [data-size="s"],
.cast-fish.is-m [data-size="m"],
.cast-fish.is-l [data-size="l"],
.cast-kept.is-s [data-size="s"],
.cast-kept.is-m [data-size="m"],
.cast-kept.is-l [data-size="l"] { display: inline; }
.cast-sale-num {
    font-family: var(--font);
    font-size: 13px;
    font-weight: 700;
    fill: #5c6168;
    font-variant-numeric: tabular-nums;
}

@keyframes cast-wave {
    from { transform: translateX(0); }
    to { transform: translateX(-16px); }
}
@keyframes cast-splash {
    0%, 16%, 24%, 100% { opacity: 0; }
    19% { opacity: 1; }
    21% { opacity: 0.4; }
}
@keyframes cast-kept {
    0%, 50% { opacity: 0; }
    56%, 66% { opacity: 1; }
    74%, 100% { opacity: 0; }
}
@keyframes cast-sale {
    0%, 64%, 90%, 100% { opacity: 0; transform: translateY(0); }
    70% { opacity: 1; transform: translateY(-8px); }
    82% { opacity: 1; transform: translateY(-22px); }
    88% { opacity: 0; transform: translateY(-28px); }
}
@keyframes cast-blink {
    0%, 82%, 100% { opacity: 1; }
    86%, 92% { opacity: 0; }
}
@keyframes cast-say {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: none; }
}

.lede {
    max-width: 22em;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.45;
}

.hero-act { display: flex; gap: 10px; flex-wrap: wrap; }

section {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 64px 0;
}

section + section { border-top: 2px solid var(--ink); }
.hero + section { border-top: 0; }

.sec { margin-bottom: 28px; max-width: 40rem; }
.sec .kicker { color: var(--signal); margin-bottom: 6px; }

h2 {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.sub { margin-top: 10px; color: var(--mute); }

.proof {
    margin-bottom: 28px;
}

.proof-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 32px;
}

.proof-row h2 {
    margin: 0;
}

.proof-num {
    text-align: right;
}

.proof-num b {
    display: block;
    font-family: var(--display);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.proof-num > span {
    display: block;
    margin-top: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--signal);
    white-space: nowrap;
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--ink);
}

.legend > div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px 0 0;
    margin-right: 18px;
    border-right: 2px solid var(--ink);
    font-size: 0.82rem;
    color: var(--mute);
}

.legend > div:last-child { border-right: 0; }
.legend b { color: var(--ink); font-size: 1.05rem; }

.legend i {
    font-size: 1.05rem;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.legend i::before {
    font-size: 16px;
    line-height: 1;
}

.now {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
}

.now-h {
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.live-item,
.record-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 2px solid #ddd8cc;
    font-size: 0.95rem;
}

.live-item.is-new {
    background: transparent;
    box-shadow: inset 4px 0 0 var(--signal);
    padding-left: 10px;
    animation: insert 0.45s ease;
}

.catch-dots,
.fish-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.fish-pic {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 2px 4px 2px 2px;
    background: transparent;
    outline: 1.5px solid var(--fish, var(--ink));
    outline-offset: 2px;
}

.fish-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

.catch-dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: currentColor;
    outline: 1.5px solid var(--fish, transparent);
    outline-offset: 2px;
}

.fish-pic .catch-dot {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 7px;
    height: 7px;
    outline: 0;
    box-shadow: 0 0 0 1px var(--paper);
    z-index: 1;
}

.legend .t0, .catch-dot.t0 { color: var(--fish-invalid); }
.legend .t1, .catch-dot.t1 { color: var(--fish-valid); }
.legend .t2, .catch-dot.t2 { color: var(--fish-trophy); }
.legend .t3, .catch-dot.t3 { color: var(--fish-rare-trophy); }
.legend .rare, .catch-dot.rare { color: var(--fish-rare); }
.legend .rarest, .catch-dot.rarest { color: var(--fish-rarest); }

.fish-name { font-weight: 700; }
.fish-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 3px; }
.chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 1px 6px;
    border: 1px solid var(--ink);
}

.live-item.fish-t0, .record-item.fish-t0 { --fish: var(--fish-invalid); }
.live-item.fish-t1, .record-item.fish-t1 { --fish: var(--fish-valid); }
.live-item.fish-t2, .record-item.fish-t2 { --fish: var(--fish-trophy); }
.live-item.fish-t3, .record-item.fish-t3 { --fish: var(--fish-rare-trophy); }
.live-item.fish-rare, .record-item.fish-rare { --fish: var(--fish-rare); }
.live-item.fish-rarest, .record-item.fish-rarest { --fish: var(--fish-rarest); }
.chip.record { background: var(--signal); color: #fff; border-color: var(--signal); }
.price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.price i { color: #9aa3ae; font-size: 0.82em; }

.record-item { grid-template-columns: 1fr auto; }
.record-item.has-pic { grid-template-columns: auto 1fr auto; }
.record-item .label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mute);
}
.record-item .who { font-weight: 700; }
.record-item .weight {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 800;
}
.record-item .weight.price { gap: 8px; }

.ch {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 36px 0 14px;
    font-family: var(--display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
}

.ch span { color: var(--signal); }

.grp {
    margin: 22px 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--signal);
}

.grid {
    display: grid;
    gap: 0;
    border: 2px solid var(--ink);
    background: var(--white);
}

.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    align-items: baseline;
    padding: 18px 16px;
    border-right: 2px solid var(--ink);
    transition: background 0.15s ease;
}

.grid article:last-child { border-right: 0; }

.grid article > i {
    color: var(--signal);
    font-size: 1.05rem;
    line-height: 1;
}

.grid h4 {
    margin: 0;
    font-size: 1.05rem;
}

.grid p {
    grid-column: 1 / -1;
    margin-top: 6px;
    color: var(--mute);
    font-size: 0.9rem;
}

.grid em {
    font-style: normal;
    margin-left: 6px;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 2px solid var(--ink);
    padding: 1px 6px;
}

.grid .soon { background: var(--white); }

.buy-head { max-width: 36rem; margin-bottom: 28px; }
.buy-lead {
    margin-top: 10px;
    font-size: 1.2rem;
    max-width: 28em;
}

.buy-terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}
.term {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 20px 18px;
    border: 2px solid var(--ink);
    color: #fff;
    background: var(--term);
    min-height: 168px;
    width: 100%;
    text-align: left;
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.term:hover,
.term:focus-visible {
    transform: translateY(-5px);
    box-shadow: 5px 5px 0 var(--ink);
    z-index: 1;
}
.term-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}
.term-cart {
    flex-shrink: 0;
    font-size: 1.15rem;
    opacity: 0.78;
    margin-bottom: 0.2em;
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.term:hover .term-cart,
.term:focus-visible .term-cart {
    opacity: 1;
    transform: scale(1.12);
}
.term-time {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}
.term b {
    font-family: var(--display);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.03em;
}
.term-mark {
    align-self: flex-start;
    padding: 3px 7px;
    background: #fff;
    color: var(--term);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.term-test { --term: #3d4f66; }
.term-often { --term: #111111; }
.term-deal { --term: #ff4d1c; }

.buy-pick {
    display: grid;
    gap: 6px;
    margin: 12px 0 18px;
    padding: 16px;
    border: 2px solid var(--ink);
    background: var(--paper);
}
.buy-pick .term-mark {
    justify-self: start;
    color: var(--ink);
}
.buy-pick-term {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mute);
}
.buy-pick-price {
    font-family: var(--display);
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.9;
}

.pay-ways {
    display: grid;
    gap: 12px;
    margin-top: 4px;
}
.pay-way {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    color: #fff;
    background: var(--term);
    border: 2px solid var(--ink);
}
.pay-way i {
    width: 28px;
    font-size: 1.15rem;
    text-align: center;
}
.pay-txt { min-width: 0; }
.pay-way b {
    display: block;
    font-family: var(--display);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}
.pay-way small {
    display: block;
    margin-top: 4px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
}
.pay-yoo { --term: #3d4f66; }
.pay-fun { --term: #111111; }
.pay-meet { --term: #ff4d1c; }
button.pay-way { width: 100%; text-align: left; }

.is-hidden { display: none !important; }
.paid-spin {
    margin: 8px 0 0;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.paid-key {
    display: block;
    margin: 8px 0 16px;
    padding: 16px 12px;
    border: 2px solid var(--ink);
    background: var(--paper);
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 1.35rem;
    text-align: center;
    overflow-wrap: anywhere;
    user-select: text;
    -webkit-user-select: text;
}
.paid-act {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.paid-act .btn { width: 100%; }

.foot {
    padding: 36px 0 24px;
    background: var(--bar);
    color: var(--foot-fg);
    font-size: 0.82rem;
}
.foot-in {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px 48px;
    align-items: end;
}
.foot-brand b {
    display: block;
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--on-bar);
    line-height: 1;
}
.foot-brand span {
    display: block;
    margin-top: 8px;
    max-width: 22em;
    line-height: 1.4;
}
.foot-pay p {
    margin-bottom: 10px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9a968e;
}
.pay-marks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.pay-marks li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    background: #fff;
    border-radius: 6px;
}
.pay-marks img {
    display: block;
    height: 22px;
    width: auto;
    max-width: 92px;
    object-fit: contain;
}
.foot-meta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.foot button { color: var(--on-bar); font-weight: 700; }
.foot button:hover { color: var(--signal); }

.overlay {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 20px;
    background: var(--overlay);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.overlay.open { opacity: 1; pointer-events: auto; }

.modal {
    width: min(460px, 100%);
    max-height: 86vh;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: var(--white);
    border: 2px solid var(--ink);
    box-shadow: 8px 8px 0 var(--ink);
    padding: 22px 20px;
    transform: translateY(14px);
    transition: transform 0.22s ease;
}
.overlay.open .modal { transform: none; }

.modal.wide { width: min(700px, 100%); }

.modal h2 {
    font-family: var(--display);
    font-size: 2.4rem;
    text-transform: uppercase;
}

.hint { color: var(--mute); margin: 4px 0 14px; }

.field {
    width: 100%;
    border: 2px solid var(--ink);
    padding: 12px;
    background: var(--paper);
    outline: none;
    letter-spacing: 0.12em;
}

.field:focus { border-color: var(--signal); }

.terms { display: flex; gap: 10px; margin: 14px 0; font-size: 0.9rem; color: var(--mute); }
.terms input { accent-color: var(--signal); margin-top: 3px; }
.terms button { color: var(--signal); font-weight: 700; text-decoration: underline; }

.modal-x {
    float: right;
    width: 36px;
    height: 36px;
    border: 2px solid var(--ink);
    font-size: 1.4rem;
    line-height: 1;
}

.license-doc { color: var(--mute); font-size: 0.92rem; }
.license-doc h3 { color: var(--ink); margin: 16px 0 6px; font-size: 1rem; }
.license-doc ul { padding-left: 18px; list-style: disc; margin: 8px 0; }
.license-doc .warn { color: var(--bad); }

.toasts {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    display: grid;
    gap: 8px;
}

.toast {
    min-width: 220px;
    padding: 12px 14px;
    background: var(--bar);
    color: var(--on-bar);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.toast.err { background: var(--bad); }

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.is-in {
    opacity: 1;
    transform: none;
}

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}
@keyframes growX {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
@keyframes insert {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: none; }
}

.grid article:hover { background: var(--paper); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
    .hero-bar,
    .hero h1,
    .hero-mid,
    .hero-mid::after,
    .hero-foot,
    .cast-say,
    .reveal {
        opacity: 1;
        transform: none;
    }
    .cast-wave,
    .cast-splash,
    .cast-kept,
    .cast-sale,
    .cast-eye {
        animation: none !important;
    }
    .hero-cast animateTransform,
    .hero-cast animate {
        display: none;
    }
    .term:hover,
    .term:focus-visible {
        transform: none;
        box-shadow: none;
    }
    .term:hover .term-cart,
    .term:focus-visible .term-cart {
        transform: none;
    }
}

@media (max-width: 1024px) {
    .grid.four,
    .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .now,
    .grid.two { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .nav-toggle { display: block; }
    .nav-links {
        display: none;
        position: absolute;
        top: var(--nav);
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 16px 16px;
        background: var(--bar);
        border-bottom: 2px solid var(--signal);
    }
    .nav.open .nav-links { display: flex; }
    .nav-links a, .nav-links .btn { padding: 12px 0; }
    .hero-bar, .hero-foot { flex-direction: column; align-items: flex-start; }
    .hero-mid {
        width: min(var(--max), calc(100% - 32px));
        grid-template-columns: 1fr;
        justify-items: start;
    }
    .hero-cast { width: 200px; }
    .proof-row { flex-wrap: wrap; }
    .proof-num { text-align: left; }
    .grid.four, .grid.three, .grid.two { grid-template-columns: 1fr; }
    .buy-terms { grid-template-columns: 1fr; }
    .paid-act { grid-template-columns: 1fr; }
    .grid article { border-right: 0; border-bottom: 2px solid var(--ink); }
    .legend > div { border-right: 0; margin-right: 0; padding-right: 0; width: 50%; }
    .grid article:last-child { border-bottom: 0; }
    section { padding: 40px 0; }
    .nav { padding-left: 16px; padding-right: 16px; }
    .foot-in { width: min(var(--max), calc(100% - 32px)); grid-template-columns: 1fr; }
    .hero { width: 100%; padding: 24px 0 28px; }
    .hero-bar, .hero-foot, .hero-mid, section:not(.hero) { width: min(var(--max), calc(100% - 32px)); }
}
