:root {
  --ink: #0b0b0b;
  --paper: #f4e8ca;
  --gold: #ffb300;
  --fire: #ff3b1f;
  --green: #5fa83a;
  --mono: "Space Mono", monospace;
  --display: "Anton", Impact, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
a.btn {
  font: 700 12px var(--mono);
}
a {
  color: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--fire);
  outline-offset: 5px;
}
button {
  border-radius: 0;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.masthead {
  min-height: 84px;
  border-bottom: 3px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 4.2%;
  background: var(--paper);
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font: 26px var(--display);
  letter-spacing: 1px;
}
.brand img {
  border: 2px solid var(--ink);
  border-radius: 50%;
}
.brand small {
  display: block;
  font: 8px var(--mono);
  letter-spacing: 1px;
}
.masthead nav {
  display: flex;
  gap: 28px;
}
.masthead nav a {
  font-size: 11px;
  font-weight: bold;
  text-underline-offset: 5px;
}
.toggles {
  display: flex;
  gap: 8px;
}
.toggles button {
  background: transparent;
  padding: 10px;
  border: 1px solid #8a7d60;
  font-size: 10px;
}
.toggles button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--gold);
}
.hero {
  position: relative;
  isolation: isolate;
  background: #edb854;
  overflow: hidden;
}
.hero-sky {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f7d78bea 0%, #f5c265d9 44%, #d8712322 100%),
    url("assets/banner-x.webp") center bottom/cover;
  z-index: -2;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath filter='url(%23n)' opacity='.4' d='M0 0h150v150H0z'/%3E%3C/svg%3E");
}
.eyebrow {
  padding: 20px 4.2%;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #33230d40;
  display: flex;
  align-items: center;
  gap: 9px;
}
.issue {
  margin-left: auto;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  border: 1px solid var(--ink);
}
.hero-grid {
  max-width: 1600px;
  margin: auto;
  padding: 52px 4.2% 42px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 20px;
}
.kicker {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
h1 {
  font-family: "Rye", Georgia, serif;
  font-size: clamp(50px, 6.9vw, 110px);
  line-height: 1.08;
  letter-spacing: -5px;
  margin: 0 0 22px;
  color: var(--gold);
  -webkit-text-stroke: 2px var(--ink);
  paint-order: stroke fill;
  text-shadow: 4px 5px 0 var(--ink);
}
.hero-line {
  font: clamp(30px, 3.5vw, 54px) / 1.02 var(--display);
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}
.hero-line em {
  font-style: normal;
  color: #a52412;
}
.intro {
  max-width: 480px;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.pair {
  font-size: 10px;
  letter-spacing: 0.5px;
}
.pair span {
  padding: 0 8px;
}
.pair b {
  text-transform: uppercase;
}
.launch-panel {
  max-width: 530px;
  margin-top: 26px;
}
.ca-box {
  display: flex;
  align-items: center;
  min-width: 0;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 10px;
  gap: 10px;
}
.ca-label {
  font-size: 10px;
  font-weight: bold;
  border-right: 1px solid #b8a780;
  padding-right: 10px;
}
.ca-box code {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 11px;
  user-select: all;
}
.ca-box button {
  border: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 10px;
}
.cta {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 16px 23px;
  min-height: 48px;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  text-decoration: none;
  font: 700 12px var(--mono);
  transition:
    transform 0.12s,
    box-shadow 0.12s;
}
.btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}
.btn.fire {
  background: var(--fire);
  color: var(--ink);
  flex: 1;
  font-size: 14px;
}
.launch-note {
  margin: 14px 0 0;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.hero-character {
  align-self: stretch;
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-frog {
  max-height: 560px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(9px 12px 0 #30170745);
}
.stamp {
  position: absolute;
  top: 0;
  right: 0;
  border: 3px solid var(--ink);
  border-radius: 50%;
  width: 107px;
  height: 107px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font: 15px var(--display);
  line-height: 1.1;
  transform: rotate(14deg);
  background: var(--gold);
  z-index: 2;
}
.stamp b {
  font-size: 12px;
}
.bubble {
  position: absolute;
  top: -2%;
  left: -14%;
  transition: transform 0.18s;
  background: var(--paper);
  padding: 17px 20px;
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 12px;
  font-weight: bold;
  width: 270px;
  min-height: 72px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transform: rotate(-5deg);
}
.bubble:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -17px;
  width: 22px;
  height: 24px;
  background: var(--paper);
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: skewY(30deg);
}
.character-label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 7px;
  transform: rotate(2deg);
}
.ticker {
  overflow: hidden;
  background: var(--gold);
  border-block: 3px solid var(--ink);
  padding: 15px 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  font: 22px var(--display);
  white-space: nowrap;
  animation: marquee var(--ticker-duration, 36s) linear infinite;
}
.ticker-group {
  flex: none;
}
.bubble.pop {
  transform: rotate(-5deg) scale(1.07);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.field-zone {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: var(--ink);
  color: var(--paper);
  min-height: 250px;
  border-bottom: 3px solid var(--ink);
}
.field-caption {
  padding: 36px 12%;
  align-self: center;
}
.field-caption h2 {
  font: 44px/1 var(--display);
  color: var(--gold);
  margin-bottom: 12px;
}
.field-caption p {
  font-size: 11px;
  line-height: 1.7;
}
.field-caption .btn {
  font-size: 10px;
  background: var(--gold);
  padding: 10px;
  color: var(--ink);
  min-height: 40px;
  box-shadow: none;
}
#oilfield {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  touch-action: pan-y;
  cursor: crosshair;
  background:
    radial-gradient(ellipse at 50% 110%, #95602c, transparent 65%),
    repeating-linear-gradient(174deg, transparent 0 33px, #ffb30014 34px 36px),
    #382617;
  border-left: 1px solid #ffb30040;
}
#oilfield:before {
  content: "";
  position: absolute;
  inset: 75% 0 0;
  opacity: 0.5;
  background: repeating-linear-gradient(
    3deg,
    #251c13 0 3px,
    transparent 5px 27px
  );
  pointer-events: none;
}
#fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.range-label {
  position: absolute;
  bottom: 18px;
  left: 24px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #e5be75;
  pointer-events: none;
}
#impact-word {
  position: absolute;
  top: 30%;
  left: 35%;
  font: 38px var(--display);
  color: var(--gold);
  transform: rotate(-12deg);
  opacity: 0;
  pointer-events: none;
}
#impact-word.hit {
  animation: impact 0.9s both;
}
@keyframes impact {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  25% {
    opacity: 1;
    scale: 1.2;
  }
  75% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 0;
    scale: 1.05;
  }
}
.reports {
  padding: 75px 4.2% 80px;
  max-width: 1600px;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.section-heading h2 {
  font: clamp(44px, 5.5vw, 78px) / 1 var(--display);
  letter-spacing: -1px;
  margin: 0;
}
.section-heading h2 span {
  color: var(--fire);
}
.section-heading > p {
  font-size: 11px;
  line-height: 1.8;
  text-align: right;
  margin-bottom: 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 25px;
}
.card {
  background: #fff5db;
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  min-width: 0;
}
.card:nth-child(3n + 1) {
  transform: rotate(-1deg);
}
.card:nth-child(3n) {
  transform: rotate(1deg);
}
.card-label {
  padding: 11px 15px;
  background: var(--ink);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 1px;
}
.card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-bottom: 3px solid var(--ink);
}
.card-copy {
  padding: 22px;
}
.card h3 {
  font: 30px/1.08 var(--display);
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.card p {
  font-size: 11px;
  line-height: 1.9;
  margin-bottom: 0;
}
.stats {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  border-block: 3px solid var(--ink);
  background: var(--gold);
  padding: 30px 4.2%;
  gap: 18px;
}
.stats > div {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #0b0b0b66;
  padding-right: 15px;
}
.stats > div:last-child {
  border: 0;
}
.stats b {
  font: clamp(24px, 2.8vw, 40px) var(--display);
}
.stats span {
  font-size: 9px;
  letter-spacing: 1px;
  margin-top: 7px;
}
.disclaimer {
  max-width: 990px;
  margin: auto;
  padding: 65px 35px;
  color: #3a3227;
}
.disclaimer h2 {
  font: 23px/1.4 var(--display);
  color: var(--ink);
}
.disclaimer p {
  font-size: 11px;
  line-height: 1.95;
}
.disclaimer b {
  color: var(--ink);
}
footer {
  padding: 25px 4.2%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
}
footer p {
  font-size: 11px;
  margin: 0;
}
footer > a:last-child {
  font-size: 9px;
  text-underline-offset: 5px;
}
.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;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--gold);
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
body.calm .ticker > div {
  animation: none;
}
body.calm #impact-word {
  animation: none;
  opacity: 0;
}
@media (min-width: 1600px) {
  .hero-grid {
    padding-inline: 65px;
  }
}
@media (max-width: 1000px) {
  .masthead nav {
    gap: 12px;
  }
  .masthead nav a {
    font-size: 9px;
  }
  .hero-grid {
    padding-top: 36px;
    gap: 5px;
  }
  h1 {
    letter-spacing: -3px;
  }
  .hero-frog {
    max-height: 510px;
  }
  .bubble {
    left: -10px;
    font-size: 9px;
    width: 170px;
    min-height: 48px;
    padding: 9px 11px;
  }
  .stamp {
    width: 85px;
    height: 85px;
    font-size: 13px;
  }
  .card-grid {
    gap: 20px;
  }
  .card-copy {
    padding: 17px;
  }
  .card h3 {
    font-size: 25px;
  }
  .field-caption {
    padding: 30px 9%;
  }
}
@media (max-width: 700px) {
  .masthead {
    padding: 13px 5%;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 75px;
  }
  .brand {
    font-size: 24px;
  }
  .brand small {
    font-size: 7px;
  }
  .masthead nav {
    display: none;
  }
  .toggles {
    gap: 5px;
  }
  .toggles button {
    padding: 8px 6px;
    font-size: 8px;
    min-height: 36px;
  }
  .eyebrow {
    padding: 15px 5%;
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .issue {
    display: none;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    padding: 30px 5% 25px;
    gap: 0;
  }
  .title-block {
    display: contents;
  }
  .kicker {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  h1 {
    font-size: clamp(42px, 11.9vw, 80px);
    letter-spacing: -2px;
    -webkit-text-stroke: 1px;
    text-shadow: 3px 3px var(--ink);
    margin-bottom: 17px;
    width: 100%;
  }
  .hero .kicker {
    width: 100%;
    margin-bottom: 10px;
  }
  .hero-line {
    font-size: 36px;
    width: 100%;
    margin-bottom: 13px;
  }
  .intro {
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  .pair {
    font-size: 8px;
    width: 100%;
    margin-bottom: 6px;
  }
  .hero-character {
    order: 1;
    width: 100%;
    height: 330px;
    align-self: center;
    margin-top: 5px;
  }
  .hero-frog {
    height: 330px;
    max-width: 95%;
    margin-left: 36px;
  }
  .stamp {
    width: 75px;
    height: 75px;
    right: 0;
    top: 15px;
    font-size: 11px;
  }
  .stamp b {
    font-size: 9px;
  }
  .bubble {
    left: -1%;
    top: -1%;
    width: 128px;
    min-height: 38px;
    font-size: 8px;
    line-height: 1.25;
    padding: 6px 8px;
    border-width: 2px;
    box-shadow: 3px 3px 0 var(--ink);
  }
  .bubble:after {
    right: 18px;
    bottom: -11px;
    width: 14px;
    height: 15px;
    border-width: 2px;
  }
  .character-label {
    font-size: 6px;
    bottom: 3px;
  }
  .launch-panel {
    order: 2;
    width: 100%;
    margin-top: 20px;
    max-width: none;
  }
  .ca-box {
    gap: 8px;
    padding: 9px;
  }
  .ca-box code {
    font-size: 10px;
  }
  .ca-box button {
    font-size: 9px;
    padding: 10px;
  }
  .cta {
    gap: 8px;
  }
  .btn {
    padding: 14px 17px;
    font-size: 11px;
  }
  .btn.fire {
    font-size: 12px;
  }
  .launch-note {
    font-size: 7px;
    text-align: center;
  }
  .hero-sky {
    background:
      linear-gradient(
        180deg,
        #f7d78bf2 0%,
        #f5c265dd 38%,
        #e89b3466 70%,
        #efbc64 100%
      ),
      url("assets/banner-x.webp") 63% 62% / auto 55% no-repeat;
  }
  .ticker {
    padding: 12px 0;
  }
  .ticker > div {
    font-size: 18px;
  }
  .field-zone {
    grid-template-columns: 1fr;
  }
  .field-caption {
    padding: 28px 6%;
  }
  .field-caption h2 {
    font-size: 36px;
  }
  .field-caption p {
    font-size: 10px;
    margin-bottom: 14px;
  }
  #oilfield {
    min-height: 210px;
    border-left: 0;
    border-top: 1px dashed #ffb30066;
  }
  .range-label {
    font-size: 6px;
    left: 18px;
  }
  .reports {
    padding: 45px 6% 48px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .section-heading > p {
    text-align: left;
    font-size: 9px;
    margin-top: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .card h3 {
    font-size: 31px;
  }
  .card-copy {
    padding: 22px;
  }
  .card p {
    font-size: 11px;
  }
  .card-label {
    font-size: 9px;
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 26px 6%;
    gap: 25px;
  }
  .stats > div:first-child {
    grid-column: 1/-1;
    border-right: 0;
    border-bottom: 1px solid #0b0b0b66;
    padding-bottom: 18px;
  }
  .stats b {
    font-size: 36px;
  }
  .stats > div:nth-child(odd) {
    border-right: 0;
  }
  .stats span {
    font-size: 8px;
  }
  .disclaimer {
    padding: 40px 6%;
  }
  .disclaimer h2 {
    font-size: 20px;
  }
  .disclaimer p {
    font-size: 10px;
  }
  footer {
    flex-wrap: wrap;
    padding: 25px 6%;
    gap: 18px;
  }
  footer p {
    font-size: 9px;
  }
  footer > a:last-child {
    width: 100%;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .btn:hover {
    transform: none;
  }
}
/* Crop the panoramic scene to the empty oilfield, leaving a single hero mascot. */
@media (min-width: 701px) {
  .hero-sky {
    background-position: left bottom;
  }
}
@media (max-width: 700px) {
  .hero-grid {
    padding-top: 22px;
  }
  .hero-character,
  .hero-frog {
    height: 270px;
  }
  .hero-sky {
    background:
      linear-gradient(
        180deg,
        #f7d78bf5 0%,
        #f5c265ed 35%,
        #e89b3488 73%,
        #efbc64 100%
      ),
      url("assets/banner-x.webp") 38% bottom/auto 100% no-repeat;
  }
}
