:root {
  --ink: #070504;
  --coal: #110b08;
  --ember: #e34b18;
  --fire: #ff8a25;
  --gold: #c89b55;
  --bone: #eee2cf;
  --muted: #a79784;
  --line: rgba(205, 155, 87, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--bone); background: var(--ink); font-family: "Manrope", sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #140906; background: var(--fire); }

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; }
.grain { position: fixed; inset: -50%; z-index: 1; pointer-events: none; opacity: .014; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); animation: grain 1.2s steps(2) infinite; }
#embers { position: fixed; inset: 0; z-index: 1; opacity: .52; pointer-events: none; }
.cursor-glow { position: fixed; z-index: 1; width: 24rem; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; background: radial-gradient(circle, rgba(213,63,17,.055), transparent 68%); mix-blend-mode: screen; }

.contest-strip { position: absolute; z-index: 15; top: 0; left: 0; width: 100%; min-height: 2.7rem; padding: .68rem 4vw; display: flex; align-items: center; justify-content: center; gap: .7rem; color: #eadcc8; border-bottom: 1px solid rgba(239,80,23,.42); background: linear-gradient(90deg, rgba(45,12,5,.97), rgba(11,6,4,.98) 35%, rgba(45,12,5,.97)); font: 600 .63rem/1.35 "Cinzel", serif; letter-spacing: .09em; text-align: center; }
.contest-strip strong { color: var(--fire); }
.contest-strip button { margin-left: .55rem; padding: 0; color: #e4b86f; border: 0; background: none; font: 700 .56rem/1 "Cinzel", serif; letter-spacing: .12em; cursor: pointer; }
.live-dot { width: .42rem; height: .42rem; flex: 0 0 auto; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 .2rem rgba(227,75,24,.12), 0 0 .8rem var(--ember); animation: live-pulse 1.8s ease-in-out infinite; }
.site-header { position: absolute; z-index: 10; top: 2.55rem; left: 0; width: 100%; padding: 2.2rem 4vw; display: flex; align-items: center; justify-content: space-between; }
.brand-mark { width: 12.2rem; height: 5.45rem; display: flex; align-items: center; overflow: visible; text-decoration: none; }
.header-logo { display: block; width: 12.2rem; height: auto; transform: none; mix-blend-mode: screen; filter: drop-shadow(0 3px 10px #000) saturate(1.12); }
.site-header nav { position: absolute; left: 50%; display: flex; gap: clamp(1.15rem, 2vw, 2.5rem); align-items: center; white-space: nowrap; transform: translateX(-50%); }
.site-header nav a { color: rgba(248,236,218,.86); font: 600 .65rem/1 "Cinzel", serif; letter-spacing: .2em; text-decoration: none; text-shadow: 0 2px 8px #000; transition: color .25s; }
.site-header nav a:hover { color: var(--gold); }
.site-header nav .nav-leaks { color: #efbd6d; }
.site-header nav .nav-leaks::before { content: ""; width: .34rem; height: .34rem; margin-right: .55rem; display: inline-block; border-radius: 50%; background: var(--ember); box-shadow: 0 0 .65rem rgba(227,75,24,.9); vertical-align: .05rem; }
.mobile-leaks-link { display: none; }
.sound-toggle { display: flex; align-items: center; gap: .7rem; padding: .7rem; color: var(--muted); border: 0; background: none; font-size: .55rem; letter-spacing: .2em; cursor: pointer; }
.sound-bars { height: 13px; display: flex; gap: 2px; align-items: center; }
.sound-bars i { display: block; width: 1px; height: 4px; background: var(--gold); transition: height .25s; }
.sound-toggle[aria-pressed="true"] .sound-bars i { animation: bars .55s ease-in-out infinite alternate; }
.sound-toggle[aria-pressed="true"] .sound-bars i:nth-child(2) { animation-delay: -.3s; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; z-index: -4; inset: -4%; background: url("assets/asteria-battle-hero-v2.png") center 50% / cover no-repeat; filter: saturate(.92) contrast(1.04) brightness(.59); transform: scale(1.045); will-change: transform; animation: awaken 1.25s cubic-bezier(.2,.7,.1,1) both; }
.hero-vignette { position: absolute; z-index: -3; inset: 0; background: linear-gradient(180deg, rgba(3,2,2,.72) 0%, rgba(3,2,2,.2) 25%, rgba(3,2,1,.22) 55%, rgba(5,3,2,.95) 100%), radial-gradient(ellipse at 50% 44%, rgba(4,2,1,.28) 0%, rgba(5,3,2,.46) 42%, rgba(3,2,2,.82) 100%); }
.hero-content { position: relative; z-index: 5; width: min(52rem, 92vw); padding: 8rem 1rem 6rem; text-align: center; }
.hero-content::before { content: ""; position: absolute; z-index: -1; inset: 6rem -5rem 2.5rem; pointer-events: none; background: radial-gradient(ellipse at center, rgba(5,3,2,.62) 0%, rgba(5,3,2,.35) 48%, transparent 75%); }
.eyebrow { margin: 0 0 -.8rem; display: flex; align-items: center; justify-content: center; gap: 1rem; color: #ead8bb; font: 700 .8rem/1 "Cinzel", serif; letter-spacing: .34em; text-shadow: 0 2px 10px #000; }
.eyebrow span { width: 2rem; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow span:last-child { transform: scaleX(-1); }
.logo { display: block; width: min(44rem, 94vw); height: auto; margin: -3.7rem auto -5.2rem; mix-blend-mode: screen; filter: drop-shadow(0 12px 28px rgba(0,0,0,.8)) saturate(1.08) contrast(1.04); }
.legend { margin: 0; color: #f2e6d4; font: 600 clamp(.85rem, 1.22vw, 1.04rem)/1.55 "Cinzel", serif; letter-spacing: .16em; text-shadow: 0 2px 12px #000, 0 0 22px rgba(0,0,0,.8); text-transform: uppercase; }
.date-seal { position: relative; width: 11.8rem; height: 11.8rem; margin: 2rem auto 1.8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.date-seal::before, .date-seal::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(205,155,87,.29); transform: rotate(45deg); }
.date-seal::after { inset: .55rem; border-color: rgba(227,75,24,.24); }
.date-caption, .date-note { position: relative; z-index: 1; font: 700 .62rem/1 "Cinzel", serif; letter-spacing: .24em; color: #d7c5aa; text-shadow: 0 2px 8px #000; }
.date-seal strong { position: relative; z-index: 1; margin: .2rem 0 .35rem; color: var(--bone); font: 600 3.35rem/1 "Cinzel", serif; letter-spacing: .08em; text-shadow: 0 0 24px rgba(235,96,24,.28); }
.date-note { color: #e7bd76; font-size: .55rem; }
.notify-button { position: relative; min-width: 14rem; padding: 1.05rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; overflow: hidden; color: #fff3e2; border: 1px solid rgba(224,174,101,.72); background: rgba(10,6,4,.82); font: 700 .72rem/1 "Cinzel", serif; letter-spacing: .22em; text-shadow: 0 2px 8px #000; cursor: pointer; transition: color .3s, border-color .3s, transform .3s; }
.notify-button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent, rgba(224,72,18,.6)); transform: translateX(-110%); transition: transform .45s; }
.notify-button span, .notify-button svg { position: relative; z-index: 1; }
.notify-button svg { width: 1rem; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .3s; }
.notify-button:hover { color: #fff; border-color: var(--fire); transform: translateY(-2px); }
.notify-button:hover::before { transform: translateX(0); }
.notify-button:hover svg { transform: translateX(4px); }
.reveal { opacity: 0; transform: translateY(8px); animation: reveal .55s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-content .reveal:nth-child(2) { animation-delay: .18s; }
.hero-content .reveal:nth-child(3) { animation-delay: .36s; }
.hero-content .reveal:nth-child(4) { animation-delay: .52s; }
.hero-content .reveal:nth-child(5) { animation-delay: .68s; }
.scroll-mark { position: absolute; z-index: 5; bottom: 2rem; left: 4vw; display: flex; align-items: center; gap: .8rem; color: #ad9a82; font-size: .54rem; letter-spacing: .27em; text-shadow: 0 2px 8px #000; transform: rotate(-90deg); transform-origin: left center; }
.scroll-mark i { width: 2.8rem; height: 1px; overflow: hidden; background: rgba(205,155,87,.22); }
.scroll-mark i::after { content: ""; display: block; width: 50%; height: 1px; background: var(--fire); animation: scroll 2s ease-in-out infinite; }
.status-rail { position: absolute; z-index: 5; right: 4vw; top: 50%; display: flex; align-items: center; gap: .8rem; color: #b09d84; font: 700 .54rem/1 "Cinzel", serif; letter-spacing: .21em; text-shadow: 0 2px 8px #000; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.status-rail i { width: 3rem; height: 1px; background: rgba(205,155,87,.3); }
.status-rail strong { color: #c46b36; font-weight: 600; }

.manifesto { position: relative; z-index: 2; max-width: 1180px; margin: auto; padding: 9rem 5vw 8rem; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(171,57,20,.08), transparent 35%); }
.section-number { position: absolute; top: 5rem; left: 50%; color: rgba(205,155,87,.08); font: 500 11rem/1 "Cinzel", serif; transform: translateX(-50%); }
.section-kicker { position: relative; color: var(--gold); font: 600 .58rem/1 "Cinzel", serif; letter-spacing: .32em; }
.manifesto h2 { position: relative; margin: 2rem 0; font: 500 clamp(2rem, 5vw, 4.3rem)/1.15 "Cinzel", serif; letter-spacing: -.03em; }
.manifesto h2 em { color: var(--gold); font-style: normal; }
.section-copy { max-width: 46rem; margin: 0 auto; color: #948575; font-size: .93rem; line-height: 1.9; }
.section-copy strong { color: #cdb894; font-weight: 500; }
.pillars { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillars article { position: relative; min-height: 13rem; padding: 2.6rem 2rem; border-right: 1px solid var(--line); text-align: left; transition: background .35s, transform .35s; }
.pillars article:last-child { border-right: 0; }
.pillars article:hover { background: rgba(198,82,31,.06); transform: translateY(-4px); }
.pillars span { color: #78583b; font: 500 .6rem/1 "Cinzel", serif; }
.pillars h3 { margin: 2.3rem 0 .7rem; color: #d7c7b0; font: 600 .78rem/1 "Cinzel", serif; letter-spacing: .14em; }
.pillars p { margin: 0; color: #796e62; font-size: .75rem; line-height: 1.7; }
.discord-section { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 7rem 5vw; display: grid; grid-template-columns: 9rem minmax(0, 1fr) minmax(17rem, .65fr); align-items: center; gap: 4.5rem; border-top: 1px solid rgba(205,155,87,.14); border-bottom: 1px solid rgba(205,155,87,.14); background: radial-gradient(circle at 18% 50%, rgba(227,75,24,.1), transparent 28%), var(--ink); }
.discord-sigil { width: 8rem; height: 8rem; display: grid; place-items: center; border: 1px solid rgba(205,155,87,.3); transform: rotate(45deg); background: rgba(16,8,5,.7); box-shadow: inset 0 0 35px rgba(227,75,24,.11), 0 0 45px rgba(0,0,0,.6); }
.discord-sigil::before { content: ""; position: absolute; inset: .55rem; border: 1px solid rgba(227,75,24,.24); }
.discord-sigil span { color: var(--fire); font: 600 1.5rem/1 "Cinzel", serif; letter-spacing: .08em; transform: rotate(-45deg); text-shadow: 0 0 20px rgba(255,84,24,.5); }
.discord-copy h2 { max-width: 39rem; margin: 1.2rem 0 1.4rem; color: #e4d5bf; font: 500 clamp(1.9rem, 4vw, 3.25rem)/1.12 "Cinzel", serif; }
.discord-copy > p:not(.section-kicker) { max-width: 43rem; color: #8f8173; font-size: .86rem; line-height: 1.85; }
.discord-copy strong { color: #ceb894; font-weight: 500; }
.discord-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.discord-primary, .discord-secondary { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .95rem 1.35rem; font: 600 .58rem/1 "Cinzel", serif; letter-spacing: .17em; text-decoration: none; transition: transform .25s, border-color .25s, background .25s; }
.discord-primary { color: #fff1df; border: 1px solid #c94a1e; background: linear-gradient(110deg, #6f1e0b, #b73b15); box-shadow: 0 10px 30px rgba(92,21,5,.3); }
.discord-secondary { color: #a99884; border: 1px solid rgba(205,155,87,.3); }
.discord-primary:hover, .discord-secondary:hover { transform: translateY(-2px); border-color: var(--fire); }
.contest-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contest-steps li { padding: 1.15rem .2rem; display: grid; grid-template-columns: 2.6rem 1fr; gap: .6rem; align-items: center; border-bottom: 1px solid var(--line); }
.contest-steps b { color: var(--ember); font: 500 .57rem/1 "Cinzel", serif; }
.contest-steps span { color: #887a6b; font-size: .67rem; line-height: 1.5; }
.seo-content { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 8rem 5vw; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .65fr); gap: 8vw; border-top: 1px solid rgba(205,155,87,.13); background: var(--ink); }
.seo-intro h2, .faq h2 { max-width: 48rem; margin: 1.5rem 0 2rem; color: #e2d4bf; font: 500 clamp(2rem, 4.5vw, 3.8rem)/1.14 "Cinzel", serif; letter-spacing: -.025em; }
.seo-intro > p:not(.section-kicker) { color: #8e8173; font-size: .9rem; line-height: 1.9; }
.seo-aside { position: relative; min-height: 23rem; padding: 3.5rem 2.5rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(122,42,17,.1), rgba(8,5,4,.4)); }
.seo-aside::before { content: ""; position: absolute; inset: .55rem; border: 1px solid rgba(205,155,87,.09); pointer-events: none; }
.seo-aside blockquote { position: relative; margin: 0; color: #9f8f7d; font: 500 1.1rem/1.8 "Cinzel", serif; }
.seo-aside blockquote strong { color: var(--gold); font-size: 1.25rem; font-weight: 500; }
.seo-aside p { position: relative; margin: 0; color: #786a5c; font-size: .65rem; line-height: 2; letter-spacing: .12em; }
.seo-aside b { color: var(--bone); font: 500 1.5rem/1 "Cinzel", serif; }
.vertical-word { position: absolute; right: -1.4rem; top: 50%; color: rgba(205,155,87,.16); font: 600 .48rem/1 "Cinzel", serif; letter-spacing: .7em; transform: rotate(90deg); }
.faq { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; padding: 7rem 5vw 9rem; text-align: center; background: var(--ink); }
.faq h2 { margin-left: auto; margin-right: auto; }
.faq-list { margin-top: 3.5rem; border-top: 1px solid var(--line); text-align: left; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.6rem .3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: #cdbca5; list-style: none; font: 500 .77rem/1.5 "Cinzel", serif; letter-spacing: .08em; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--fire); font: 300 1.5rem/1 "Manrope", sans-serif; transition: transform .3s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 43rem; margin: -.3rem 0 1.7rem; color: #84786b; font-size: .82rem; line-height: 1.85; }
footer { position: relative; z-index: 2; max-width: 1180px; margin: auto; padding: 2rem 5vw; display: flex; justify-content: space-between; gap: 1.5rem; color: #857767; border-top: 1px solid rgba(205,155,87,.12); background: var(--ink); font-size: .56rem; letter-spacing: .15em; }
footer a { color: #8d7c69; text-decoration: none; }

.notify-modal { width: min(35rem, calc(100% - 2rem)); padding: 3.6rem; color: var(--bone); border: 1px solid rgba(205,155,87,.36); background: rgba(12,8,6,.97); box-shadow: 0 30px 90px #000; text-align: center; }
.notify-modal::backdrop { background: rgba(2,1,1,.82); backdrop-filter: blur(9px); }
.notify-modal[open] { animation: modal-in .45s cubic-bezier(.2,.8,.2,1); }
.modal-close { position: absolute; top: .8rem; right: 1rem; color: #8e7f6e; border: 0; background: none; font-size: 1.6rem; cursor: pointer; }
.modal-rune { width: 3.3rem; height: 3.3rem; margin: 0 auto 2rem; display: grid; place-items: center; color: var(--fire); border: 1px solid var(--line); font: 600 1.2rem/1 "Cinzel", serif; transform: rotate(45deg); }
.notify-modal h2 { margin: .8rem 0 1rem; font: 500 1.8rem/1.3 "Cinzel", serif; }
.notify-modal > p:not(.section-kicker):not(.form-success) { color: #8f8173; font-size: .8rem; line-height: 1.7; }
.notify-modal form { margin-top: 2rem; }
.notify-modal form > label:first-child { display: block; margin-bottom: .5rem; text-align: left; color: #887768; font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.input-row { display: flex; border: 1px solid rgba(205,155,87,.3); }
.input-row input { min-width: 0; flex: 1; padding: 1rem; color: var(--bone); border: 0; outline: none; background: #090604; }
.input-row input:focus { box-shadow: inset 0 0 0 1px var(--ember); }
.input-row button { padding: 0 1.4rem; color: #170b06; border: 0; background: var(--gold); font: 700 .58rem/1 "Cinzel", serif; letter-spacing: .14em; cursor: pointer; }
.consent { margin-top: 1rem; display: flex; align-items: flex-start; gap: .6rem; color: #75695d; text-align: left; font-size: .62rem; line-height: 1.5; }
.consent input { accent-color: var(--ember); }
.form-success { min-height: 1.2rem; color: var(--gold); font-size: .72rem; }
.discord-modal { width: min(47rem, calc(100% - 2rem)); padding: 0; overflow: hidden; color: var(--bone); border: 1px solid rgba(218,80,25,.55); background: radial-gradient(circle at 80% 10%, rgba(155,45,12,.3), transparent 38%), #0d0806; box-shadow: 0 35px 110px #000; text-align: center; }
.discord-modal::backdrop { background: rgba(2,1,1,.86); backdrop-filter: blur(9px); }
.discord-modal[open] { animation: modal-in .45s cubic-bezier(.2,.8,.2,1); }
.discord-modal::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 48%, rgba(227,75,24,.08) 48.2%, transparent 48.5%); }
.discord-modal-close { position: absolute; z-index: 2; top: .85rem; right: 1.1rem; color: #a18f7b; border: 0; background: none; font-size: 1.7rem; cursor: pointer; }
.discord-modal-top { padding: .8rem 1.3rem; display: flex; align-items: center; justify-content: center; gap: .6rem; border-bottom: 1px solid rgba(205,155,87,.16); background: rgba(0,0,0,.28); }
.discord-badge { color: var(--fire); font: 600 .48rem/1 "Cinzel", serif; letter-spacing: .25em; }
.discord-pulse { width: .35rem; height: .35rem; border-radius: 50%; background: var(--fire); box-shadow: 0 0 .7rem var(--fire); animation: live-pulse 1.8s infinite; }
.discord-overline { position: relative; margin: 3rem 0 1rem; color: var(--gold); font: 600 .52rem/1 "Cinzel", serif; letter-spacing: .28em; }
.discord-modal h2 { position: relative; margin: 0 1.5rem 1.2rem; font: 500 clamp(2rem, 5vw, 3.4rem)/1.08 "Cinzel", serif; }
.discord-modal h2 em { color: var(--fire); font-style: normal; }
.discord-modal-lead { position: relative; max-width: 35rem; margin: 0 auto; padding: 0 1.5rem; color: #928272; font-size: .8rem; line-height: 1.8; }
.prize-grid { position: relative; margin: 2.3rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.prize-grid div { min-height: 6.7rem; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); text-align: left; }
.prize-grid div:last-child { border-right: 0; }
.prize-grid span { color: #754d32; font: 500 .5rem/1 "Cinzel", serif; }
.prize-grid strong { color: #cfbda5; font: 500 .66rem/1.5 "Cinzel", serif; letter-spacing: .11em; }
.discord-modal > .discord-primary { position: relative; margin: 0 auto; }
.discord-fineprint { position: relative; margin: 1.4rem 1.5rem 2.2rem; color: #65594e; font-size: .58rem; }

@keyframes awaken { from { opacity: 0; transform: scale(1.075); filter: saturate(.68) contrast(1.04) brightness(.42); } }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes seal { to { transform: rotate(405deg); } }
@keyframes scroll { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(200%); } }
@keyframes grain { 0% { transform: translate(2%, -1%); } 50% { transform: translate(-2%, 2%); } }
@keyframes bars { to { height: 12px; } }
@keyframes modal-in { from { opacity: 0; transform: scale(.94) translateY(15px); } }
@keyframes live-pulse { 50% { opacity: .45; transform: scale(.78); } }

@media (max-width: 760px) {
  .contest-strip { min-height: 3.3rem; padding: .65rem 2.4rem .65rem 1rem; justify-content: flex-start; font-size: .5rem; text-align: left; }
  .contest-strip > span:not(.live-dot) { display: none; }
  .contest-strip button { margin-left: auto; white-space: nowrap; }
  .site-header { top: 3.3rem; padding: 1.3rem 1.2rem 3rem; background: linear-gradient(180deg, rgba(5,3,2,.82), transparent); }
  .brand-mark { width: 8.4rem; height: 3.75rem; }
  .header-logo { width: 8.4rem; transform: none; }
  .site-header nav, .sound-label, .status-rail, .scroll-mark { display: none; }
  .mobile-leaks-link { position: absolute; right: 3.6rem; min-height: 44px; padding: 0 .5rem; display: flex; align-items: center; gap: .45rem; color: #efbd6d; font: 700 .5rem/1 "Cinzel", serif; letter-spacing: .13em; text-decoration: none; }
  .mobile-leaks-link span { width: .3rem; height: .3rem; border-radius: 50%; background: var(--ember); box-shadow: 0 0 .55rem var(--ember); }
  .hero-content { padding-top: 6rem; }
  .hero-art { inset: -2%; background-position: 50% 50%; }
  .logo { width: 116vw; max-width: none; margin: -.5rem -8vw -4rem; }
  .eyebrow { font-size: .62rem; letter-spacing: .18em; }
  .legend { font-size: .76rem; letter-spacing: .12em; }
  .date-seal { width: 10rem; height: 10rem; margin-top: 2.4rem; }
  .date-seal strong { font-size: 2.8rem; }
  .manifesto { padding-top: 7rem; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillars article:last-child { border-bottom: 0; }
  .discord-section { padding-top: 6rem; grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .discord-sigil { width: 5.8rem; height: 5.8rem; margin: 0 auto; }
  .discord-copy > p:not(.section-kicker) { margin-left: auto; margin-right: auto; }
  .discord-actions { justify-content: center; }
  .contest-steps { text-align: left; }
  .seo-content { padding-top: 6rem; grid-template-columns: 1fr; gap: 3rem; }
  .seo-aside { min-height: 18rem; }
  .faq { padding-top: 5rem; }
  .faq summary { font-size: .68rem; }
  footer { flex-direction: column; text-align: center; }
  .notify-modal { padding: 3rem 1.3rem 2rem; }
  .input-row { flex-direction: column; }
  .input-row button { padding: 1rem; }
  .discord-modal { max-height: calc(100svh - 1rem); overflow-y: auto; }
  .discord-overline { margin-top: 2.3rem; font-size: .45rem; }
  .discord-modal-lead { font-size: .73rem; }
  .prize-grid { margin: 1.8rem 1rem; }
  .prize-grid div { min-height: 5.7rem; padding: .8rem; }
  .prize-grid strong { font-size: .52rem; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .brand-mark, .header-logo { width: 9rem; }
  .site-header nav { gap: .9rem; }
  .site-header nav a { font-size: .51rem; letter-spacing: .12em; }
  .sound-label { display: none; }
}

@media (min-width: 761px) and (max-height: 800px) {
  .hero-content { padding-top: 5.5rem; padding-bottom: 2.5rem; }
  .logo { width: min(37rem, 85vw); margin-top: -5rem; margin-bottom: -6.4rem; }
  .legend { font-size: .88rem; }
  .date-seal { width: 8.7rem; height: 8.7rem; margin-top: 1.4rem; margin-bottom: 1rem; }
  .date-seal strong { font-size: 2.55rem; }
  .date-caption { font-size: .55rem; }
  .date-note { font-size: .49rem; }
  .notify-button { padding-top: .85rem; padding-bottom: .85rem; }
}

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

/* Premium Discord campaign */
.discord-section {
  isolation: isolate;
  width: min(1280px, calc(100% - 2rem));
  max-width: 1280px;
  min-height: 42rem;
  margin: 4rem auto;
  padding: 6.5rem 5.5rem 3.5rem;
  grid-template-columns: minmax(0, .92fr) minmax(19rem, 1.08fr);
  grid-template-rows: 1fr auto;
  gap: 3rem 4rem;
  overflow: hidden;
  border: 1px solid rgba(235, 105, 35, .48);
  background-image: linear-gradient(90deg, rgba(5, 3, 2, .99) 0%, rgba(7, 4, 3, .92) 38%, rgba(7, 4, 3, .22) 69%, rgba(5, 3, 3, .12)), url("assets/discord-contest-premium.png");
  background-position: center, center;
  background-size: cover;
  box-shadow: 0 40px 110px rgba(0,0,0,.75), inset 0 0 80px rgba(0,0,0,.38);
}
.discord-section::before { content: ""; position: absolute; inset: 10px; z-index: -1; pointer-events: none; border: 1px solid rgba(215, 150, 79, .14); }
.discord-section::after { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 55%; height: 45%; pointer-events: none; background: radial-gradient(circle at 8% 100%, rgba(231,69,14,.19), transparent 54%); }
.discord-copy { position: relative; z-index: 2; align-self: center; }
.discord-kicker { display: flex; align-items: center; gap: .85rem; color: #d7a15d; font: 600 .58rem/1 "Cinzel", serif; letter-spacing: .2em; }
.discord-brand-icon { flex: 0 0 auto; width: 2.55rem; height: 2.55rem; display: grid; place-items: center; color: #fff; border: 1px solid rgba(139,150,255,.45); border-radius: .7rem; background: linear-gradient(145deg, #6c78ef, #3e46a8); box-shadow: 0 0 24px rgba(88,101,242,.28); }
.discord-brand-icon svg { width: 1.45rem; height: 1.45rem; fill: currentColor; }
.discord-copy h2 { margin: 1.5rem 0 1.5rem; color: #f1e5d4; font-size: clamp(2.7rem, 4.7vw, 4.8rem); line-height: .98; letter-spacing: -.045em; text-shadow: 0 5px 30px #000; }
.discord-copy h2 em { color: #ff6b1b; font-style: normal; }
.discord-copy > p:not(.section-kicker) { max-width: 38rem; color: #b6a796; font-size: .9rem; line-height: 1.9; }
.discord-copy strong { color: #f1d3a9; font-weight: 600; }
.discord-primary {
  position: relative;
  min-height: 3.75rem;
  padding: 1.05rem 1.45rem 1.05rem 1.15rem;
  gap: .85rem;
  overflow: hidden;
  color: #fff;
  border: 1px solid #fa6c2b;
  background: linear-gradient(115deg, #8b1f08, #db4818 62%, #f26a27);
  box-shadow: 0 15px 42px rgba(154,39,8,.38), inset 0 1px rgba(255,255,255,.17);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.discord-primary::before { content: ""; position: absolute; top: -100%; left: -35%; width: 25%; height: 300%; background: rgba(255,255,255,.16); transform: rotate(22deg); transition: left .5s ease; }
.discord-primary:hover::before { left: 120%; }
.discord-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(201,57,10,.46); }
.discord-primary span, .discord-primary b, .discord-button-icon { position: relative; z-index: 1; }
.discord-primary b { margin-left: .35rem; font: 400 1rem/1 sans-serif; }
.discord-button-icon { width: 1.35rem; height: 1.35rem; fill: currentColor; }
.contest-steps { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; border: 0; }
.contest-steps li { min-height: 7.2rem; padding: 1.35rem 1.4rem; grid-template-columns: 2.8rem 1fr; gap: .8rem; border: 1px solid rgba(213,146,76,.21); background: linear-gradient(145deg, rgba(19,11,7,.94), rgba(8,5,4,.9)); box-shadow: inset 0 1px rgba(255,255,255,.025), 0 12px 30px rgba(0,0,0,.24); transition: border-color .25s, transform .25s, background .25s; }
.contest-steps li:hover { transform: translateY(-4px); border-color: rgba(242,91,25,.55); background: linear-gradient(145deg, rgba(48,17,8,.96), rgba(9,5,4,.94)); }
.contest-steps b { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; color: #ff6b21; border: 1px solid rgba(239,91,27,.42); font-size: .62rem; transform: rotate(45deg); }
.contest-steps li > div { display: flex; flex-direction: column; gap: .55rem; }
.contest-steps strong { color: #e5d4bd; font: 600 .65rem/1.2 "Cinzel", serif; letter-spacing: .12em; }
.contest-steps span { color: #8f8172; font-size: .66rem; line-height: 1.55; }

.discord-modal {
  isolation: isolate;
  width: min(70rem, calc(100% - 2rem));
  max-width: 70rem;
  color: var(--bone);
  border: 1px solid rgba(236,93,27,.72);
  background: #090504;
  box-shadow: 0 45px 140px #000, 0 0 70px rgba(187,45,8,.13);
  text-align: left;
}
.discord-modal::backdrop { background: rgba(1,1,2,.9); backdrop-filter: blur(3px); }
.discord-modal::before { content: ""; position: absolute; inset: 9px; z-index: 5; pointer-events: none; border: 1px solid rgba(212,147,75,.13); background: none; }
.discord-modal::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(7,4,3,.99) 0%, rgba(8,5,4,.94) 43%, rgba(8,5,4,.2) 72%), url("assets/discord-contest-premium.png") center/cover; }
.discord-modal-top { position: relative; z-index: 6; min-height: 4.2rem; padding: .7rem 1.3rem .7rem 1.55rem; justify-content: flex-start; gap: .75rem; border-color: rgba(214,145,73,.2); background: rgba(4,3,3,.8); }
.discord-modal-top .discord-brand-icon { width: 2.15rem; height: 2.15rem; border-radius: .55rem; }
.discord-modal-top .discord-brand-icon svg { width: 1.18rem; }
.discord-badge { color: #e3b06d; font-size: .5rem; letter-spacing: .2em; }
.discord-modal-close, .modal-close {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  padding: 0;
  color: #b9a792;
  border: 1px solid rgba(207,151,88,.27);
  background: rgba(15,9,7,.88);
  line-height: 1;
  cursor: pointer;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.discord-modal-close { position: relative; top: auto; right: auto; margin-left: auto; }
.discord-modal-close svg { width: 1.05rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.discord-modal-close:hover, .modal-close:hover { color: #fff; border-color: #ef6726; background: #80230c; transform: rotate(90deg); }
.modal-close { top: .9rem; right: .9rem; font-size: 0; }
.modal-close::after { content: "×"; font-size: 1.25rem; }
.discord-modal-body { position: relative; z-index: 2; min-height: 28rem; display: flex; align-items: center; padding: 3.5rem 3.7rem 4.2rem; }
.discord-modal-copy { width: min(35rem, 58%); }
.discord-overline { margin: 0 0 1.15rem; color: #d4a15f; font-size: .55rem; }
.discord-modal h2 { margin: 0 0 1.35rem; color: #f1e4d1; font-size: clamp(2.8rem, 5.1vw, 5rem); line-height: .97; letter-spacing: -.045em; text-shadow: 0 7px 35px #000; }
.discord-modal h2 em { color: #ff6b1b; }
.discord-modal-lead { max-width: 31rem; margin: 0 0 2rem; padding: 0; color: #b0a08e; font-size: .84rem; line-height: 1.85; }
.discord-modal-copy .discord-primary { display: inline-flex; margin: 0; }
.prize-grid { position: relative; z-index: 3; margin: -1.6rem 2rem 0; gap: .65rem; border: 0; }
.prize-grid > div { min-height: 8.7rem; padding: 1.25rem; flex-direction: row; justify-content: flex-start; align-items: center; gap: 1rem; border: 1px solid rgba(218,151,80,.23); background: linear-gradient(145deg, rgba(25,13,8,.98), rgba(8,5,4,.98)); box-shadow: 0 16px 35px rgba(0,0,0,.38); }
.prize-grid > div:last-child { border-right: 1px solid rgba(218,151,80,.23); }
.prize-icon { flex: 0 0 auto; width: 3.1rem; height: 3.1rem; display: grid; place-items: center; color: #ff6720; border: 1px solid rgba(237,91,28,.36); background: rgba(109,27,7,.2); transform: rotate(45deg); }
.prize-icon svg { width: 1.65rem; height: 1.65rem; fill: none; stroke: currentColor; stroke-width: 1.4; transform: rotate(-45deg); }
.prize-grid p { margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.prize-grid small { color: #705b48; font: 600 .43rem/1 "Cinzel", serif; letter-spacing: .15em; }
.prize-grid strong { color: #ead7be; font-size: .7rem; line-height: 1.25; }
.prize-grid em { color: #827466; font-size: .58rem; font-style: normal; line-height: 1.35; }
.discord-fineprint { position: relative; z-index: 3; margin: 1.25rem 2rem 1.7rem; color: #706357; text-align: center; }

@media (max-width: 900px) {
  .discord-section { min-height: 0; padding: 5rem 2.2rem 2.2rem; grid-template-columns: 1fr; background-image: linear-gradient(180deg, rgba(5,3,2,.92), rgba(5,3,2,.97) 58%), url("assets/discord-contest-premium.png"); background-position: 62% center; }
  .discord-copy { max-width: 38rem; }
  .contest-steps { grid-column: 1; grid-template-columns: 1fr; }
  .discord-modal-body { min-height: 27rem; padding: 3rem 2.3rem; background: linear-gradient(90deg, rgba(7,4,3,.98), rgba(7,4,3,.84)); }
  .discord-modal-copy { width: 72%; }
  .prize-grid { grid-template-columns: 1fr; margin-top: 0; }
  .prize-grid > div { min-height: 6.3rem; }
}

@media (max-width: 600px) {
  .discord-section { width: calc(100% - 1rem); margin: 1.5rem auto; padding: 4.5rem 1.2rem 1.2rem; text-align: left; }
  .discord-kicker { font-size: .48rem; letter-spacing: .13em; }
  .discord-copy h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .discord-copy > p:not(.section-kicker) { font-size: .78rem; }
  .discord-actions { justify-content: flex-start; }
  .discord-primary { width: 100%; }
  .contest-steps li { min-height: 6.4rem; }
  .discord-modal { width: calc(100% - .65rem); max-height: calc(100svh - .65rem); }
  .discord-modal-top { min-height: 3.7rem; padding-left: 1rem; }
  .discord-badge { max-width: 11rem; font-size: .42rem; line-height: 1.35; }
  .discord-modal-body { min-height: 24rem; padding: 2.6rem 1.35rem; background: rgba(5,3,2,.84); }
  .discord-modal-copy { width: 100%; }
  .discord-modal h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .discord-modal-lead { font-size: .74rem; }
  .prize-grid { margin: 0 .7rem; gap: .45rem; }
  .prize-grid > div { min-height: 5.4rem; padding: .9rem 1rem; }
  .prize-icon { width: 2.6rem; height: 2.6rem; }
  .prize-icon svg { width: 1.4rem; height: 1.4rem; }
  .prize-grid em { display: none; }
}

/* Discord CTA and recruitment steps v7 */
.discord-primary {
  width: min(23.5rem, 100%);
  min-width: 0;
  height: 5.75rem;
  min-height: 0;
  padding: 0;
  display: inline-block;
  isolation: isolate;
  border: 0;
  background-color: transparent;
  background-image: url("assets/discord-cta-plaque-v3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  clip-path: none;
  filter: drop-shadow(0 15px 24px rgba(0,0,0,.58));
  box-shadow: none;
  font-size: .62rem;
  text-shadow: 0 2px 9px #000;
}
.discord-primary::before { display: none; }
.discord-primary:hover { border: 0; filter: drop-shadow(0 20px 28px rgba(211,57,8,.28)) brightness(1.12); box-shadow: none; }
.discord-primary .discord-button-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 19.2%;
  width: 1.55rem;
  height: 1.55rem;
  margin: 0;
  color: #fff;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 9px rgba(117,129,255,.95));
}
.discord-primary > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 55%;
  width: 58%;
  white-space: nowrap;
  text-align: center;
  transform: translate(-50%, -50%);
}
.discord-primary b {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 9.5%;
  margin: 0;
  color: #ffb66e;
  transform: translateY(-50%);
}
.discord-primary:focus-visible { outline: 2px solid #ff7a2a; outline-offset: 4px; }

.contest-steps { gap: 1rem; }
.contest-steps li {
  position: relative;
  min-height: 10.3rem;
  padding: 1.65rem 1.5rem;
  grid-template-columns: 4.2rem 1fr;
  grid-template-rows: 1fr;
  gap: 1.1rem;
  overflow: hidden;
  border-color: rgba(221,151,79,.3);
  background: radial-gradient(circle at 8% 30%, rgba(109,30,9,.25), transparent 28%), linear-gradient(145deg, rgba(25,14,9,.98), rgba(7,4,3,.96));
}
.contest-steps li::after { content: ""; position: absolute; right: -1.8rem; bottom: -2.4rem; width: 7rem; height: 7rem; border: 1px solid rgba(230,75,19,.08); transform: rotate(45deg); pointer-events: none; }
.contest-steps b {
  position: absolute;
  top: .75rem;
  right: .85rem;
  width: auto;
  height: auto;
  color: rgba(224,128,62,.5);
  border: 0;
  font-size: .48rem;
  letter-spacing: .14em;
  transform: none;
}
.step-icon {
  align-self: center;
  width: 3.55rem;
  height: 3.55rem;
  display: grid;
  place-items: center;
  color: #ff6a20 !important;
  border: 1px solid rgba(234,83,22,.48);
  background: linear-gradient(145deg, rgba(112,28,7,.34), rgba(15,8,5,.7));
  box-shadow: inset 0 0 24px rgba(231,72,15,.08), 0 0 24px rgba(0,0,0,.45);
  transform: rotate(45deg);
}
.step-icon svg { width: 1.75rem; height: 1.75rem; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-45deg); }
.contest-steps li > div { align-self: center; gap: .48rem; }
.contest-steps li > div small { color: #b97a45; font: 600 .44rem/1.25 "Cinzel", serif; letter-spacing: .13em; }
.contest-steps strong { color: #f0dfc8; font-size: .72rem; }
.contest-steps li > div > span { color: #a09282; font-size: .68rem; line-height: 1.62; }

.prize-grid > div { border-color: rgba(225,153,78,.34); background: radial-gradient(circle at 10% 50%, rgba(105,27,7,.23), transparent 34%), linear-gradient(145deg, rgba(27,15,10,.99), rgba(8,5,4,.99)); }
.prize-grid small { color: #a06d43; font-size: .47rem; }
.prize-grid strong { color: #f2dec3; font-size: .76rem; }
.prize-grid em { color: #a09282; font-size: .62rem; }
.prize-icon { width: 3.45rem; height: 3.45rem; color: #ff762b; box-shadow: inset 0 0 20px rgba(228,67,12,.12), 0 0 20px rgba(0,0,0,.4); }

@media (max-width: 900px) {
  .contest-steps li { min-height: 8.5rem; }
}

@media (max-width: 600px) {
  .discord-primary { width: 100%; height: 5.2rem; font-size: .52rem; letter-spacing: .11em; }
  .discord-primary .discord-button-icon { width: 1.35rem; height: 1.35rem; }
  .discord-primary > span { left: 55%; width: 55%; }
  .discord-primary b { right: 8.5%; }
  .contest-steps li { min-height: 8.4rem; padding: 1.3rem 1rem; grid-template-columns: 3.5rem 1fr; gap: .8rem; }
  .step-icon { width: 3rem; height: 3rem; }
  .step-icon svg { width: 1.45rem; height: 1.45rem; }
  .contest-steps li > div small { font-size: .39rem; }
  .contest-steps strong { font-size: .62rem; }
  .contest-steps li > div > span { font-size: .61rem; }
}

/* Floating Game of the Blacksmith CTA */
.blacksmith-float {
  position: fixed;
  z-index: 40;
  right: clamp(.65rem, 2vw, 1.75rem);
  bottom: clamp(.6rem, 2vw, 1.5rem);
  width: min(31rem, calc(100vw - 1.3rem));
  aspect-ratio: 2022 / 778;
  opacity: 0;
  transform: translate3d(3rem, 1rem, 0) scale(.86);
  animation: blacksmith-cta-enter .9s 2.2s cubic-bezier(.16,.86,.22,1) forwards;
  filter: drop-shadow(0 1.6rem 2.2rem rgba(0,0,0,.8));
}
.blacksmith-float-link {
  position: absolute;
  inset: 0;
  display: block;
  color: #f7e8cf;
  text-decoration: none;
  transform-origin: 80% 70%;
  animation: blacksmith-cta-float 4.8s 3.15s ease-in-out infinite;
  transition: filter .3s ease;
}
.blacksmith-float-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 13% 9% 14%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255,209,135,.15) 47%, rgba(255,255,255,.28) 50%, transparent 63%);
  transform: translateX(-120%) skewX(-16deg);
  animation: blacksmith-cta-shine 5.6s 3.8s ease-in-out infinite;
  clip-path: inset(0 8% 0 8%);
}
.blacksmith-float-link > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.blacksmith-float-copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 59%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -48%);
  text-align: center;
  text-shadow: 0 2px 8px #000, 0 0 22px rgba(255,75,13,.22);
}
.blacksmith-float-copy small { color: #c68b4c; font: 600 .43rem/1 "Cinzel",serif; letter-spacing: .3em; }
.blacksmith-float-copy small i { width: .28rem; height: .28rem; display: inline-block; margin: 0 .35rem .05rem 0; border-radius: 50%; background: #ff4d12; box-shadow: 0 0 .7rem #ff4d12; animation: blacksmith-live 1.5s ease-in-out infinite; }
.blacksmith-float-copy strong,
.blacksmith-float-copy em { font: 700 clamp(.78rem, 1.25vw, 1.12rem)/1.05 "Cinzel",serif; letter-spacing: .09em; }
.blacksmith-float-copy strong { margin-top: .52rem; color: #f4e7d5; }
.blacksmith-float-copy em { margin-top: .18rem; color: #ff6c25; font-style: normal; text-shadow: 0 0 16px rgba(255,65,8,.38), 0 2px 8px #000; }
.blacksmith-float-copy b { margin-top: .62rem; color: #927b65; font: 600 .36rem/1 "Cinzel",serif; letter-spacing: .13em; }
.blacksmith-float-copy b span { color: #e25820; }
.blacksmith-float-arrow { position: absolute; z-index: 4; top: 49%; right: 7.2%; color: #ff8a43; font: 400 1.15rem/1 serif; transform: translateY(-50%); transition: transform .25s ease, color .25s ease; }
.blacksmith-float-close {
  position: absolute;
  z-index: 8;
  top: 8%;
  right: 4.5%;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  display: grid;
  place-items: center;
  color: rgba(237,214,184,.72);
  border: 1px solid rgba(201,139,71,.25);
  border-radius: 50%;
  background: rgba(5,3,2,.82);
  font: 400 1rem/1 sans-serif;
  cursor: pointer;
  transition: color .2s, border-color .2s, transform .2s;
}
.blacksmith-float-close:hover { color: #fff; border-color: #e15a20; transform: rotate(90deg); }
.blacksmith-float-link:hover { filter: brightness(1.14) drop-shadow(0 0 1.2rem rgba(230,72,17,.25)); }
.blacksmith-float-link:hover .blacksmith-float-arrow { color: #ffd0a4; transform: translate(.28rem,-50%); }
.blacksmith-float.is-closing { pointer-events: none; animation: blacksmith-cta-leave .45s ease forwards; }
.blacksmith-spark { position: absolute; z-index: 3; width: .18rem; height: .18rem; border-radius: 50%; background: #ff7a2b; box-shadow: 0 0 .6rem #ff3d0b; opacity: 0; }
.spark-one { left: 26%; top: 30%; animation: blacksmith-spark 2.3s 3.7s ease-out infinite; }
.spark-two { right: 27%; bottom: 30%; animation: blacksmith-spark 2.8s 4.4s ease-out infinite; }

@keyframes blacksmith-cta-enter { to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes blacksmith-cta-leave { to { opacity: 0; transform: translate3d(2rem,1rem,0) scale(.88); } }
@keyframes blacksmith-cta-float { 0%,100% { transform: translate3d(0,0,0) rotate(-.25deg); } 50% { transform: translate3d(0,-.65rem,0) rotate(.35deg); } }
@keyframes blacksmith-cta-shine { 0%,72% { transform: translateX(-125%) skewX(-16deg); opacity: 0; } 78% { opacity: 1; } 91%,100% { transform: translateX(125%) skewX(-16deg); opacity: 0; } }
@keyframes blacksmith-live { 50% { opacity: .42; transform: scale(.72); } }
@keyframes blacksmith-spark { 0% { opacity: 0; transform: translate(0,0) scale(.5); } 20% { opacity: 1; } 100% { opacity: 0; transform: translate(1.3rem,-2.5rem) scale(1.35); } }

@media (max-width: 650px) {
  .blacksmith-float { right: .35rem; bottom: .35rem; width: calc(100vw - .7rem); }
  .blacksmith-float-copy { width: 57%; }
  .blacksmith-float-copy small { font-size: .34rem; letter-spacing: .2em; }
  .blacksmith-float-copy strong,
  .blacksmith-float-copy em { font-size: clamp(.62rem, 3.3vw, .84rem); letter-spacing: .055em; }
  .blacksmith-float-copy strong { margin-top: .36rem; }
  .blacksmith-float-copy b { display: none; }
  .blacksmith-float-arrow { right: 7%; font-size: .9rem; }
  .blacksmith-float-close { top: 3%; right: 2.5%; width: 1.5rem; height: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .blacksmith-float { opacity: 1; transform: none; animation: none; }
  .blacksmith-float-link, .blacksmith-float-link::after, .blacksmith-float-copy small i, .blacksmith-spark { animation: none; }
}
