* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #102319; color: #fff1ce; font-family: Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible { outline: 3px solid #baef87; outline-offset: 5px; }
.hero { min-height: 800px; height: 100svh; position: relative; isolation: isolate; overflow: hidden; }
.scene { position: absolute; z-index: -1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
header { display: flex; justify-content: space-between; align-items: center; padding: 32px 5vw; gap: 20px; font-size: 14px; letter-spacing: .1em; }
#brand { font-weight: 800; }
#ticker { color: #c9ec9a; }
.content { position: absolute; left: 5vw; top: 25%; width: 39%; max-width: 620px; }
.eyebrow { font-size: 13px; letter-spacing: .22em; margin: 0 0 22px; }
h1 { font-size: clamp(58px, 7.2vw, 108px); font-weight: 800; line-height: .95; letter-spacing: -.055em; margin: 0; }
h1 em { font-family: Georgia, serif; font-weight: 400; }
.tagline { margin: 24px 0 34px; font-size: 20px; }
nav { display: flex; flex-wrap: wrap; gap: 10px; max-width: 450px; }
nav a { display: inline-flex; justify-content: center; padding: 16px 20px; background: #f0e3bf; color: #14251b; font-size: 14px; font-weight: 700; transition: transform .2s; }
nav a:hover { transform: translateY(-3px); }
a[aria-disabled="true"] { opacity: .65; cursor: default; }
#copy { border: 0; border-bottom: 1px solid #bdb88c; background: none; color: #fff1ce; padding: 17px 0 10px; margin-top: 10px; text-align: left; font-size: 14px; cursor: pointer; max-width: 100%; overflow-wrap: anywhere; }
#copy:disabled { opacity: .6; cursor: default; }
#status { font-size: 14px; overflow-wrap: anywhere; min-height: 18px; }
.bottom { position: absolute; bottom: 28px; left: 5vw; right: 5vw; display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .13em; }
#market { padding: 55px 5vw 70px; }
.market-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
h2 { font: 40px Georgia, serif; margin: 0; }
.market-head a { font-size: 14px; text-decoration: underline; }
#chart { height: 580px; }
iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 700px) {
  .hero { height: auto; min-height: 950px; }
  .scene { height: 490px; top: 65px; object-position: 80% center; }
  header { padding: 25px 6vw; font-size: 12px; }
  .content { top: 540px; left: 6vw; width: 88%; max-width: none; }
  .eyebrow { margin-bottom: 14px; }
  h1 { font-size: clamp(55px, 12vw, 82px); }
  h1 br { display: none; }
  .tagline { margin: 16px 0 22px; font-size: 18px; }
  nav { max-width: none; gap: 8px; }
  nav a { padding: 15px 13px; font-size: 13px; }
  .bottom { display: none; }
  .market-head { align-items: flex-start; flex-direction: column; }
  h2 { font-size: 32px; }
  #chart { height: 490px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  nav a { transition: none; }
}
