@font-face { font-family: 'Space Grotesk'; src: url('assets/fonts/SpaceGrotesk.ttf') format('truetype'); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Anton'; src: url('assets/fonts/Anton.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
:root { color-scheme: light; --green: #62c51c; --ink: #113209; --soft: #2b4c19; --line: #153c131f; --ease: cubic-bezier(.2,.65,.25,1); }
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--green); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: 'Space Grotesk', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 68% 37%, #bcff592b, transparent 53%), linear-gradient(160deg, #8dd92722, transparent 55%, #4db7181a); }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button:focus-visible, a:focus-visible, canvas:focus-visible { outline: 2px solid #16390b; outline-offset: 5px; }
::selection { background: #173c16; color: #baff7a; }
[hidden] { display: none !important; }
.page { position: relative; width: min(1560px,100%); margin: auto; padding-inline: clamp(22px,5vw,84px); }
.header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 92px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: 13px; letter-spacing: .01em; }
.brand img { display: block; width: 48px; height: 32px; object-fit: contain; border-radius: 6px; }
.network { color: var(--soft); font-size: 10px; letter-spacing: .18em; font-weight: 500; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0,.83fr) minmax(0,1.17fr); grid-template-rows: 1fr auto; column-gap: 10px; min-height: 650px; height: calc(100svh - 164px); max-height: 880px; padding-block: 62px 48px; }
.intro { position: relative; z-index: 2; align-self: center; padding-bottom: 30px; pointer-events: none; }
.ticker { display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; border: 1px solid #204d1b2b; border-radius: 999px; font-size: 13px; font-weight: 500; letter-spacing: .035em; margin-bottom: 24px; background: #ddffbf14; }
h1 { font-family: 'Anton','Arial Narrow',Arial,sans-serif; font-size: clamp(85px,min(9.8vw,17vh),153px); line-height: 1; font-weight: 400; letter-spacing: -.027em; margin: 0; overflow-wrap: anywhere; }
h1 span { display: block; }
.tagline { margin: 25px 0 0; font-size: 19px; letter-spacing: -.03em; color: var(--soft); }
.sculpture { position: relative; grid-column: 2; grid-row: 1 / 3; margin: -15px -20px 0 -10px; min-width: 0; min-height: 430px; align-self: stretch; }
.sculpture-stage { position: absolute; inset: 0; }
.fallback-art { display: block; width: 100%; height: 100%; object-fit: contain; mask-image: radial-gradient(ellipse at center, #000 42%, transparent 72%); -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, transparent 72%); transition: opacity .7s ease; }
.sculpture.is-ready .fallback-art { opacity: 0; pointer-events: none; }
#logo-canvas { display: block; position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; border-radius: 28px; }
#logo-canvas.is-dragging { cursor: grabbing; }
.sculpture-tools { position: absolute; z-index: 2; right: 28px; bottom: 8px; display: inline-flex; align-items: center; gap: 11px; color: #204317; }
.view-label { font-size: 10px; letter-spacing: .07em; }
.rotation-control { width: 42px; height: 42px; border: 1px solid #173c1726; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: #efffd522; cursor: pointer; transition: background .3s ease; }
.play-icon { display: none; }
.rotation-control[aria-pressed='true'] .pause-icon { display: none; }
.rotation-control[aria-pressed='true'] .play-icon { display: block; }
.actions { grid-column: 1; align-self: end; width: min(420px,100%); position: relative; z-index: 2; padding-top: 18px; }
.platforms { display: grid; grid-template-columns: 1.38fr 1fr 55px; gap: 9px; }
.platform { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 18px; min-height: 58px; border-radius: 18px; font-size: 12px; font-weight: 600; letter-spacing: .04em; cursor: pointer; border: 1px solid #17411435; transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease); }
.platform svg { flex-shrink: 0; }
.primary { background: #173b13; color: #e4fbd7; border-color: #173b13; box-shadow: 0 5px 18px #173c1610; }
.secondary,.social { background: #dcffb727; color: #13330c; }
.social { padding: 16px; }
.platform[aria-disabled='true'] { cursor: default; }
.platform[aria-disabled='true'] > svg { opacity: .6; }
.platform[aria-busy='true'] > svg { animation: breathe 1.8s ease-in-out infinite alternate; }
.contract { display: flex; align-items: center; gap: 12px; min-height: 43px; margin-top: 15px; padding-left: 3px; }
.contract-label { font-size: 10px; font-weight: 500; letter-spacing: .09em; color: #35561f; }
.contract-value { min-width: 0; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11px; color: #284c19; user-select: all; }
.copy { border: 0; border-radius: 10px; background: transparent; color: #274d1a; display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; min-width: 73px; padding: 9px; font-size: 9px; letter-spacing: .035em; cursor: pointer; transition: background .3s ease; }
.copy:disabled { opacity: .5; cursor: default; }
.footer { min-height: 72px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; line-height: 1.6; color: #365822; }
.footer > span { font-weight: 500; letter-spacing: .02em; }
.footer p { margin: 0; text-align: right; }
.status { position: fixed; z-index: 10; bottom: 24px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 40px); padding: 13px 19px; border-radius: 15px; background: #143810; color: #e5f6dc; box-shadow: 0 8px 40px #1d511c22; font-size: 13px; pointer-events: none; transition: opacity .25s ease; }
.status:empty { opacity: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 13px 20px; border-radius: 12px; color: #fff; background: #173b13; transform: translateY(-170%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (prefers-reduced-motion: no-preference) { .intro { animation: arrive 1s var(--ease) both; } .actions { animation: arrive 1s .12s var(--ease) both; } }
@media (hover:hover) {
  .platform:not([aria-disabled='true']):hover { transform: translateY(-3px); }
  .primary:not([aria-disabled='true']):hover { background: #234b1d; box-shadow: 0 9px 24px #173c1626; }
  .secondary:not([aria-disabled='true']):hover,.social:not([aria-disabled='true']):hover,.rotation-control:hover { background: #dcffb754; }
  .copy:not(:disabled):hover { background: #dfffbc35; }
}
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes breathe { from { opacity: .4; } to { opacity: .9; } }
@media (min-width:1800px) { .sculpture { margin-right: -35px; } }
@media (max-width:980px) {
  .hero { grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); column-gap: 0; padding-block: 42px 35px; }
  h1 { font-size: 10.1vw; }
  .tagline { font-size: 17px; }
  .sculpture { margin-inline: -30px -20px; }
  .platform { gap: 12px; padding-inline: 14px; font-size: 11px; }
}
@media (max-width:700px) {
  .page { padding-inline: 24px; }
  .header { min-height: 77px; }
  .brand { font-size: 11px; gap: 9px; }
  .brand img { width: 40px; height: 28px; }
  .network { font-size: 9px; }
  .hero { display: flex; flex-direction: column; min-height: 730px; height: calc(100svh - 149px); max-height: 1000px; padding: 34px 0 25px; }
  .intro { align-self: stretch; padding: 0; text-align: center; }
  .ticker { font-size: 11px; margin-bottom: 15px; padding: 7px 13px; }
  h1 { font-size: 16vw; line-height: 1.08; letter-spacing: -.035em; }
  h1 span { display: inline; }
  h1 span + span::before { content: ' '; }
  .tagline { font-size: 16px; margin-top: 11px; }
  .sculpture { margin: -5px -24px -3px; flex: 1; min-height: 300px; }
  .sculpture-tools { right: 31px; bottom: 10px; }
  .rotation-control { width: 39px; height: 39px; }
  .actions { align-self: center; padding-top: 12px; width: min(420px,100%); }
  .platform { min-height: 56px; font-size: 12px; padding-block: 15px; }
  .footer { gap: 7px; align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 16px; font-size: 9px; }
  .footer p { text-align: left; }
}
@media (max-width:400px) {
  .page { padding-inline: 19px; }
  .hero { min-height: 660px; padding-top: 28px; }
  h1 { font-size: 16vw; }
  .sculpture { margin-inline: -19px; min-height: 280px; }
  .sculpture-tools { right: 24px; bottom: 12px; }
  .platforms { grid-template-columns: 1.35fr 1fr 50px; gap: 8px; }
  .platform { font-size: 11px; gap: 10px; padding-inline: 12px; border-radius: 16px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }
