:root {
  --green-deep: #0f5a25;
  --green-main: #2d8c37;
  --green-bright: #68b82f;
  --green-dark: #0a3d21;
  --cream: #fff9df;
  --paper: #f5f2df;
  --ink: #16321d;
  --yellow: #f4c84b;
  --moss: #a8cf35;
  --border: #142719;
  --shadow: rgba(0, 0, 0, .32);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--cream);
  background: #174f20;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.30) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(0,0,0,.18) 0 1px, transparent 1px);
  background-size: 19px 19px, 25px 25px;
  mix-blend-mode: overlay;
  z-index: 50;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input {
  font: inherit;
}

.site-frame {
  width: min(100%, 1460px);
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    url("../assets/backgrounds/155556.jpg") center top / 100% 100% no-repeat,
    #1f742c;
  box-shadow: 0 0 0 2px rgba(0,0,0,.18), 0 0 60px rgba(0,0,0,.40);
  overflow: hidden;
}

.section-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-paint {
  position: relative;
  isolation: isolate;
}

.section-paint::before,
.section-paint::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.section-paint::after {
  z-index: -1;
  opacity: .55;
  background:
    radial-gradient(ellipse at 15% 90%, rgba(79, 154, 46, .92) 0 0, transparent 36%),
    radial-gradient(ellipse at 85% 20%, rgba(179, 217, 72, .35) 0 0, transparent 32%),
    radial-gradient(ellipse at 50% 50%, rgba(8, 78, 42, .25) 0 0, transparent 46%);
  filter: blur(1px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Impact, "Arial Black", "Comic Sans MS", sans-serif;
  letter-spacing: .03em;
  line-height: .9;
  color: #fff;
  text-transform: uppercase;
  text-shadow:
    -2px -2px 0 var(--ink),
    2px -2px 0 var(--ink),
    -2px 2px 0 var(--ink),
    2px 2px 0 var(--ink),
    0 5px 0 rgba(0,0,0,.18);
}

h2 {
  font-size: clamp(38px, 8vw, 86px);
  transform: rotate(-3deg);
}

/* HERO */
.hero {
  min-height: clamp(420px, 57vw, 680px);
  padding: 18px 22px 80px;
  background:
    linear-gradient(180deg, rgba(255,251,196,.28) 0%, rgba(120,188,70,.28) 22%, rgba(24,110,45,.1) 65%, rgba(24,105,42,.78) 100%),
    none center center / cover no-repeat,
    radial-gradient(ellipse at 50% 85%, #8ed455 0 13%, transparent 40%),
    linear-gradient(100deg, transparent 0 8%, #5a331e 8% 11%, transparent 12% 20%, #4b2c1c 20% 23%, transparent 24% 77%, #623b22 77% 81%, transparent 82% 100%),
    radial-gradient(ellipse at 50% 35%, #99ce66 0 0, #60a342 45%, #1d7631 100%);
  border-bottom: 7px solid #143b1e;
}

.hero::before {
  background:
    linear-gradient(108deg, transparent 0 7%, rgba(82,51,31,.95) 8% 12%, transparent 13%),
    linear-gradient(76deg, transparent 0 18%, rgba(70,44,27,.9) 19% 22%, transparent 23%),
    linear-gradient(102deg, transparent 0 76%, rgba(83,52,31,.95) 77% 82%, transparent 83%),
    radial-gradient(circle at 9% 3%, rgba(28,101,38,.7) 0 9%, transparent 10%),
    radial-gradient(circle at 82% 6%, rgba(33,112,40,.85) 0 12%, transparent 13%),
    radial-gradient(circle at 52% 17%, rgba(52,133,45,.7) 0 16%, transparent 17%);
  opacity: .8;
}

.top-nav {
  width: min(100%, 660px);
  margin: 0 auto;
  min-height: 36px;
  padding: 4px 10px 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2.5vw, 24px);
  background: #fffef4;
  color: #346226;
  border-radius: 999px;
  border: 2px solid rgba(22, 52, 22, .35);
  box-shadow: 0 4px 0 rgba(20,40,15,.16), inset 0 -2px 0 rgba(33,70,19,.12);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(9px, 1.6vw, 16px);
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}

.nav-logo {
  width: clamp(30px, 5vw, 52px);
  height: clamp(30px, 5vw, 52px);
  margin-right: auto;
  display: grid;
  place-items: center;
}

.nav-logo img {
  width: 100%;
  height: 100%;
}

.hero-copy {
  width: min(100%, 920px);
  margin: clamp(44px, 8vw, 80px) auto 0;
  text-align: center;
  position: relative;
  z-index: 4;
}

.eyebrow {
  margin-bottom: 10px;
  font-size: clamp(11px, 1.6vw, 17px);
  color: #f8fff0;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
  letter-spacing: .18em;
  font-family: Impact, "Arial Black", sans-serif;
}

.hero h1 {
  margin: 0;
  font-size: clamp(72px, 16vw, 178px);
  text-shadow:
    -4px -4px 0 #50381c,
    4px -4px 0 #50381c,
    -4px 4px 0 #50381c,
    4px 4px 0 #50381c,
    0 8px 0 rgba(0,0,0,.16);
}

.hero-butterfly {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 4vw, 46px);
  width: clamp(115px, 19vw, 260px);
  transform: translateX(-50%) rotate(-2deg);
  filter: drop-shadow(0 11px 8px rgba(0,0,0,.28));
  z-index: 3;
}

/* ABOUT */
.about-section {
  padding: clamp(64px, 8vw, 120px) 0 clamp(42px, 6vw, 85px);
  background:
    none center center / cover no-repeat,
    radial-gradient(circle at 15% 40%, rgba(109,203,72,.55), transparent 24%),
    radial-gradient(circle at 88% 65%, rgba(255,238,112,.2), transparent 23%),
    linear-gradient(180deg, #127337 0%, #249039 49%, #0d682e 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  min-height: 380px;
  gap: 30px;
}

.copy-block p,
.mint-copy p {
  max-width: 560px;
  font-size: clamp(13px, 1.35vw, 18px);
  line-height: 1.35;
  color: #ecffe5;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
}

.about-art-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mushroom-art {
  width: min(100%, 420px);
  transform: rotate(5deg);
  filter: drop-shadow(0 15px 12px rgba(0,0,0,.26));
}

/* MINT */
.mint-section {
  padding: clamp(22px, 5vw, 70px) 0 clamp(56px, 7vw, 110px);
  background:
    none center center / cover no-repeat,
    radial-gradient(circle at 11% 85%, rgba(59,91,59,.72), transparent 16%),
    radial-gradient(circle at 82% 95%, rgba(73,92,74,.75), transparent 22%),
    linear-gradient(180deg, #0f6c34 0%, #2a983e 48%, #15672e 100%);
}

.mint-grid {
  display: grid;
  grid-template-columns: minmax(190px, 340px) minmax(280px, 1fr);
  gap: clamp(18px, 5vw, 70px);
  align-items: center;
}

.nft-card {
  justify-self: center;
  width: min(100%, 280px);
  transform: rotate(-1.5deg);
  filter: drop-shadow(0 12px 9px rgba(0,0,0,.3));
}

.mint-copy h2 {
  margin-bottom: 22px;
}

.mint-line {
  display: flex;
  justify-content: space-between;
  color: #fffce5;
  text-shadow: 0 2px 0 rgba(0,0,0,.23);
  max-width: 520px;
  margin-top: 22px;
  font-size: clamp(14px, 2vw, 20px);
}

.progress-wrap {
  width: min(100%, 520px);
  height: 17px;
  background: rgba(9,69,28,.9);
  border: 2px solid rgba(15,46,16,.82);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.32);
  overflow: hidden;
  margin: 7px 0 13px;
}

.progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffd647, #9dcc2e);
}

.amount-label {
  display: block;
  font-size: 13px;
  color: #e6ffd0;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  margin-bottom: 7px;
}

.mint-action {
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0;
  align-items: stretch;
}

.mint-action input,
.mint-action button,
.contract-btn {
  border: 3px solid #1b3516;
  box-shadow: 0 4px 0 rgba(7,28,7,.55);
}

.mint-action input {
  min-width: 0;
  padding: 13px 16px;
  background: #eef5d8;
  color: #142c14;
  outline: none;
}

.mint-action button {
  background: #8dbb27;
  color: #123111;
  text-transform: uppercase;
  font-family: Impact, "Arial Black", sans-serif;
  cursor: pointer;
}

.mint-action button:active,
.contract-btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 rgba(7,28,7,.55);
}

/* BOA */
.boa-section {
  padding: clamp(50px, 8vw, 130px) 0 clamp(42px, 7vw, 105px);
  background:
    none center center / cover no-repeat,
    radial-gradient(ellipse at 20% 80%, rgba(72,91,84,.82), transparent 18%),
    radial-gradient(ellipse at 84% 84%, rgba(82,91,78,.78), transparent 22%),
    linear-gradient(180deg, #116b33 0%, #2e953c 45%, #197232 100%);
}

.boa-inner {
  min-height: 420px;
}

.boa-inner h2 {
  position: relative;
  z-index: 2;
}

.boa-mascot {
  width: clamp(220px, 42vw, 540px);
  margin: -52px auto 26px;
  filter: drop-shadow(0 14px 9px rgba(0,0,0,.28));
}

.tokenomics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 22px);
  width: min(100%, 730px);
  margin: 0 auto;
}

.tokenomics article {
  min-height: 94px;
  padding: 17px 12px 13px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #7cac25;
  border: 4px solid #102914;
  color: #102914;
  box-shadow: 0 8px 0 rgba(0,0,0,.25);
}

.tokenomics strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: .85;
}

.tokenomics span {
  display: block;
  font-size: clamp(11px, 1.4vw, 16px);
  line-height: 1.1;
  font-weight: 800;
}

/* HOW */
.how-section {
  padding: clamp(36px, 5vw, 65px) 0 clamp(44px, 6vw, 78px);
  background: #133f21;
  border-top: 6px solid #0a2f18;
  border-bottom: 6px solid #0a2f18;
}

.how-section h2 {
  font-size: clamp(27px, 4.8vw, 60px);
  margin-bottom: clamp(24px, 4vw, 38px);
  text-align: center;
  transform: rotate(-1deg);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(13px, 2.3vw, 26px);
}

.step-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  align-items: center;
  padding: 20px;
  background: #f0f1ec;
  color: #263123;
  border: 3px solid #0a2114;
  border-radius: 18px;
  box-shadow: 0 5px 0 rgba(0,0,0,.34);
}

.step-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.step-card h3 {
  font-size: clamp(18px, 2.8vw, 30px);
  color: #232c1d;
  text-shadow: none;
  margin: 0 0 7px;
  line-height: 1;
}

.step-card p {
  color: #44513d;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.22;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
}


/* PRIZE POOLS */
.pools-section {
  padding: 56px 0 62px;
  background:
    linear-gradient(180deg, rgba(34,112,28,.22), rgba(12,73,20,.72)),
    none center center / cover no-repeat,
    #2e8728;
  border-top: 7px solid #173b16;
  border-bottom: 7px solid #173b16;
}

.pools-inner {
  display: grid;
  gap: 26px;
}

.pool-heading {
  text-align: center;
}

.pool-heading h2 {
  margin-bottom: 12px;
  transform: rotate(-2deg);
}

.pool-heading p {
  width: min(100%, 720px);
  margin: 0 auto;
  color: #fff9df;
  font-weight: 800;
  font-size: clamp(13px, 1.35vw, 18px);
  text-shadow: 0 3px 0 rgba(0,0,0,.25);
}

.pools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 4vw, 36px);
}

.pool-card {
  position: relative;
  min-height: 270px;
  padding: clamp(16px, 2vw, 22px);
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  border: 6px solid #173118;
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.42), transparent 20%),
    linear-gradient(180deg, rgba(255,249,198,.95), rgba(179,214,72,.96));
  box-shadow:
    0 10px 0 rgba(0,0,0,.24),
    inset 0 -8px 0 rgba(51,87,20,.15);
  color: #173118;
  overflow: hidden;
}

.pool-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(38, 89, 25, .32);
  border-radius: 24px;
  pointer-events: none;
}

.pool-art {
  width: 102px;
  height: 102px;
  border-radius: 22px;
  border: 4px solid #173118;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.5), transparent 34%),
    #fff9df;
  box-shadow: 0 8px 0 rgba(0,0,0,.18);
  z-index: 1;
}

.pool-art img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.pool-content {
  position: relative;
  z-index: 1;
}

.pool-content > * {
  max-width: 100%;
}

.pool-card h3,
.pool-number strong,
.pool-number em {
  white-space: nowrap;
}

.pool-card h3 {
  letter-spacing: .01em;
}

.pool-label {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1a5b20;
  color: #fff9df;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: .08em;
  font-size: 12px;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}

.pool-card h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 34px);
  text-shadow:
    -2px -2px 0 #173118,
    2px -2px 0 #173118,
    -2px 2px 0 #173118,
    2px 2px 0 #173118,
    0 5px 0 rgba(0,0,0,.22);
}

.pool-number {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 12px 8px;
  border: 4px solid #173118;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 -5px 0 rgba(151,186,50,.22);
}

.pool-number strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .85;
  color: #23651d;
  letter-spacing: .03em;
}

.pool-number em {
  font-style: normal;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(14px, 1.4vw, 22px);
  color: #7b481e;
}

.pool-progress {
  height: 14px;
  margin: 12px 0 10px;
  border: 3px solid #173118;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  overflow: hidden;
}

.pool-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2a8c2f, #f4ca4c);
}

.pool-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 700;
  color: #315220;
}

.usdt-pool {
  background:
    radial-gradient(circle at 76% 16%, rgba(255,255,255,.44), transparent 22%),
    linear-gradient(180deg, rgba(233,248,144,.96), rgba(117,186,48,.98));
}


/* CONTENT FRAME */
.content-section {
  padding: 52px 0 56px;
  background:
    linear-gradient(180deg, rgba(19,96,30,.15), rgba(10,74,21,.56)),
    none center center / cover no-repeat,
    #22752a;
  border-top: 7px solid #173b16;
  border-bottom: 7px solid #173b16;
}

.content-inner {
  display: grid;
  gap: 24px;
}

.content-heading {
  text-align: center;
}

.content-heading p {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #fff9df;
  font-weight: 800;
  font-size: clamp(13px, 1.35vw, 18px);
  text-shadow: 0 3px 0 rgba(0,0,0,.25);
}

.content-boxes {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 22px;
}

.content-card {
  position: relative;
  border: 6px solid #173118;
  border-radius: 28px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.3), transparent 18%),
    linear-gradient(180deg, rgba(255,250,210,.96), rgba(218,233,136,.95));
  box-shadow: 0 10px 0 rgba(0,0,0,.22), inset 0 -8px 0 rgba(51,87,20,.15);
  color: #27411c;
}

.content-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(38,89,25,.28);
  border-radius: 20px;
  pointer-events: none;
}

.content-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 34px);
  text-shadow:
    -2px -2px 0 #173118,
    2px -2px 0 #173118,
    -2px 2px 0 #173118,
    2px 2px 0 #173118,
    0 4px 0 rgba(0,0,0,.22);
}

.content-card p,
.content-card li {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #315220;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.content-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 18px;
}

/* COMIC */
.comic-section {
  background: #e6d777;
  padding: clamp(12px, 2vw, 22px) 0;
}

.comic-wrap {
  width: min(100% - 20px, 970px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.panel-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.panel {
  position: relative;
  margin: 0;
  border: 6px solid #19311b;
  background: #fff8cf;
  overflow: hidden;
  box-shadow: 0 5px 0 rgba(0,0,0,.18);
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-big {
  aspect-ratio: 1.48 / 1;
}

.panel-row .panel {
  aspect-ratio: 1 / .86;
}

.panel-wide {
  aspect-ratio: 2 / .72;
}

.panel figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(17px, 3vw, 34px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-shadow:
    -2px -2px 0 rgba(40, 58, 26, .85),
    2px -2px 0 rgba(40, 58, 26, .85),
    -2px 2px 0 rgba(40, 58, 26, .85),
    2px 2px 0 rgba(40, 58, 26, .85),
    0 4px 0 rgba(0,0,0,.26);
}

.panel-row .panel:first-child figcaption,
.panel-row .panel:nth-child(2) figcaption {
  top: 14px;
  bottom: auto;
}

/* FOOTER */
.footer {
  padding: 22px 0 25px;
  background:
    none center center / cover no-repeat,
    linear-gradient(180deg, #2b971e, #378f18),
    #309319;
  border-top: 6px solid #174b11;
}

.footer-inner {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: clamp(10px, 3vw, 30px);
  align-items: center;
}

.footer-mascot {
  width: 115px;
  filter: drop-shadow(0 7px 5px rgba(0,0,0,.25));
}

.contract-btn {
  width: min(100%, 460px);
  justify-self: center;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #b9db43;
  color: #163015;
  cursor: pointer;
}

.contract-btn span {
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.socials {
  display: flex;
  gap: 9px;
}

.socials a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #f5f7ef;
  color: #122c13;
  border: 3px solid #142519;
  border-radius: 50%;
  font-family: Impact, "Arial Black", sans-serif;
  box-shadow: 0 4px 0 rgba(0,0,0,.25);
  overflow: hidden;
  transition: transform .18s ease, filter .18s ease;
}

.socials a:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.socials a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* REPLACEABLE IMAGE SLOTS */
.image-slot {
  user-select: none;
}

/* RESPONSIVE */
@media (max-width: 760px) {
  .site-frame {
    width: 100%;
    box-shadow: none;
  }

  .section-inner {
    width: min(100% - 26px, var(--max));
  }

  h2 {
    font-size: clamp(34px, 13vw, 58px);
  }

  .hero {
    min-height: 312px;
    padding: 7px 6px 52px;
  }

  .top-nav {
    width: calc(100% - 48px);
    min-height: 18px;
    padding: 1px 5px 1px 2px;
    gap: 8px;
    font-size: 6px;
    border-width: 1px;
    box-shadow: 0 2px 0 rgba(20,40,15,.16), inset 0 -1px 0 rgba(33,70,19,.12);
  }

  .nav-logo {
    width: 18px;
    height: 18px;
  }

  .hero-copy {
    margin-top: 18px;
  }

  .eyebrow {
    display: none;
  }

  .hero h1 {
    font-size: clamp(52px, 22vw, 82px);
    text-shadow:
      -2px -2px 0 #50381c,
      2px -2px 0 #50381c,
      -2px 2px 0 #50381c,
      2px 2px 0 #50381c,
      0 4px 0 rgba(0,0,0,.16);
  }

  .hero-butterfly {
    width: 92px;
    bottom: 28px;
  }

  .about-section {
    padding: 42px 0 28px;
  }

  .about-grid {
    min-height: 290px;
    grid-template-columns: 1fr 145px;
    gap: 2px;
    align-items: center;
  }

  .copy-block p,
  .mint-copy p {
    font-size: 8.5px;
    line-height: 1.25;
  }

  .mushroom-art {
    width: 158px;
    margin-right: -12px;
  }

  .mint-section {
    padding: 16px 0 42px;
  }

  .mint-grid {
    grid-template-columns: 82px 1fr;
    gap: 14px;
    align-items: start;
  }

  .nft-card {
    width: 76px;
    margin-top: 48px;
  }

  .mint-copy h2 {
    margin-bottom: 10px;
  }

  .mint-line {
    margin-top: 13px;
    font-size: 8px;
  }

  .progress-wrap {
    height: 9px;
    border-width: 1px;
    margin: 4px 0 7px;
  }

  .amount-label {
    font-size: 7px;
    margin-bottom: 4px;
  }

  .mint-action {
    grid-template-columns: 1fr 70px;
  }

  .mint-action input,
  .mint-action button {
    border-width: 1px;
    padding: 6px 8px;
    box-shadow: 0 2px 0 rgba(7,28,7,.55);
    font-size: 8px;
  }

  .boa-section {
    padding: 32px 0 31px;
  }

  .boa-inner {
    min-height: 300px;
  }

  .boa-mascot {
    width: 222px;
    margin: -13px auto 19px;
  }

  .tokenomics {
    gap: 5px;
    width: 100%;
  }

  .tokenomics article {
    min-height: 64px;
    padding: 9px 3px 8px;
    border-width: 3px;
    box-shadow: 0 4px 0 rgba(0,0,0,.25);
  }

  .tokenomics strong {
    font-size: 18px;
  }

  .tokenomics span {
    font-size: 7px;
  }

  .how-section {
    padding: 20px 0 30px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .how-section h2 {
    font-size: clamp(18px, 8vw, 32px);
    margin-bottom: 18px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .step-card {
    min-height: 82px;
    grid-template-columns: 32px 1fr;
    gap: 8px;
    padding: 10px 8px;
    border-width: 2px;
    border-radius: 8px;
    box-shadow: 0 3px 0 rgba(0,0,0,.34);
  }

  .step-card img {
    width: 31px;
    height: 31px;
  }

  .step-card h3 {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .step-card p {
    font-size: 5.8px;
    line-height: 1.15;
  }

  .comic-section {
    padding: 7px 0;
  }

  .comic-wrap {
    width: calc(100% - 8px);
    gap: 5px;
  }

  .panel-row {
    gap: 5px;
  }

  .panel {
    border-width: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,.18);
  }

  .panel figcaption {
    left: 7px;
    right: 7px;
    bottom: 7px;
    font-size: 9px;
    text-shadow:
      -1px -1px 0 rgba(40, 58, 26, .85),
      1px -1px 0 rgba(40, 58, 26, .85),
      -1px 1px 0 rgba(40, 58, 26, .85),
      1px 1px 0 rgba(40, 58, 26, .85),
      0 2px 0 rgba(0,0,0,.26);
  }

  .panel-row .panel:first-child figcaption,
  .panel-row .panel:nth-child(2) figcaption {
    top: 7px;
  }

  .footer {
    padding: 10px 0 11px;
    border-top-width: 4px;
  }

  .footer-inner {
    grid-template-columns: 54px 1fr 80px;
    gap: 5px;
    width: calc(100% - 12px);
  }

  .footer-mascot {
    width: 51px;
  }

  .contract-btn {
    min-height: 22px;
    border-width: 2px;
    box-shadow: 0 2px 0 rgba(7,28,7,.55);
    font-size: 5.8px;
    gap: 4px;
  }

  .socials {
    gap: 4px;
  }

  .socials a {
    width: 20px;
    height: 20px;
    border-width: 2px;
    box-shadow: 0 2px 0 rgba(0,0,0,.25);
    font-size: 6px;
  }
}

@media (max-width: 360px) {
  .steps-grid {
    gap: 7px;
  }

  .step-card {
    padding: 8px 6px;
    grid-template-columns: 26px 1fr;
  }

  .step-card img {
    width: 26px;
    height: 26px;
  }

  .pools-section {
    padding: 30px 0 34px;
  }

  .pools-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pool-card {
    min-height: 188px;
    grid-template-columns: 72px 1fr;
    gap: 11px;
    padding: 14px;
    border-width: 4px;
    border-radius: 20px;
  }

  .pool-art {
    width: 70px;
    height: 70px;
    border-width: 3px;
    border-radius: 17px;
  }

  .pool-label {
    font-size: 8px;
    padding: 4px 8px;
  }

  .pool-card h3 {
    margin: 8px 0 8px;
    font-size: 26px;
  }

  .pool-number {
    padding: 8px 10px 6px;
    border-width: 3px;
    border-radius: 13px;
  }

  .pool-number strong {
    font-size: 31px;
  }

  .pool-number em {
    font-size: 16px;
  }

  .pool-progress {
    height: 11px;
    margin: 8px 0 7px;
    border-width: 2px;
  }

  .pool-card p,
  .pool-heading p {
    font-size: 9px;
  }



  .content-section {
    padding: 28px 0 30px;
  }

  .content-boxes {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .content-card {
    border-width: 4px;
    border-radius: 18px;
    padding: 14px 14px 12px;
  }

  .content-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .content-card p,
  .content-card li,
  .content-heading p {
    font-size: 11px;
    line-height: 1.45;
  }

  .pool-card h3,
  .pool-number strong,
  .pool-number em {
    white-space: normal;
  }

}


/* BACKGROUND PLACEHOLDER NOTES
   The website now uses one long global background image only.
   Replace assets/backgrounds/1133.jpg with your final long image,
   or edit --site-long-bg at the end of this file if the filename changes.
*/


/* ===============================
   FINAL MOBILE RESPONSIVE POLISH
   =============================== */

.top-nav {
  width: min(100%, 820px);
  gap: 14px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 22px);
  flex: 1;
}

.nav-menu a {
  white-space: nowrap;
}

.mobile-brand-text,
.mobile-menu-toggle {
  display: none;
}

/* Prize pool: remove image layout, smaller text, cleaner cards */
.pools-section {
  padding: clamp(34px, 5vw, 54px) 0 clamp(38px, 5vw, 58px);
}

.pools-inner {
  gap: 20px;
}

.pool-heading h2 {
  font-size: clamp(34px, 5.4vw, 68px);
}

.pool-heading p {
  font-size: clamp(12px, 1.25vw, 17px) !important;
}

.pools-grid {
  gap: clamp(14px, 2.4vw, 24px);
}

.pool-card {
  min-height: 238px !important;
  display: block !important;
  padding: 20px 22px 18px !important;
  border-radius: 24px !important;
  overflow: hidden;
}

.pool-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  box-shadow: -80px 120px 0 rgba(255,255,255,.08);
  pointer-events: none;
}

.pool-content {
  position: relative;
  z-index: 2;
}

.pool-label {
  font-size: 10px !important;
  padding: 4px 9px !important;
  letter-spacing: .06em;
}

.pool-card h3 {
  margin: 11px 0 9px !important;
  font-size: clamp(21px, 2.1vw, 30px) !important;
  line-height: .95;
  white-space: normal !important;
}

.pool-number {
  gap: 7px !important;
  padding: 9px 10px 7px !important;
  border-width: 3px !important;
  border-radius: 16px !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.pool-number strong {
  font-size: clamp(25px, 2.7vw, 38px) !important;
  letter-spacing: 0 !important;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.pool-number em {
  font-size: clamp(13px, 1.25vw, 18px) !important;
  white-space: nowrap !important;
}

.pool-progress {
  height: 12px !important;
  margin: 10px 0 8px !important;
  border-width: 2px !important;
}

.pool-card p {
  font-size: 12px !important;
  line-height: 1.35 !important;
  max-width: 92%;
}

/* Global responsive polish */
@media (max-width: 980px) {
  .top-nav {
    width: min(100%, 720px);
  }

  .pools-grid,
  .content-boxes {
    grid-template-columns: 1fr;
  }

  .pool-card {
    min-height: 210px !important;
  }
}

@media (max-width: 760px) {
  body {
    background: #174f20;
  }

  body::before {
    opacity: .14;
  }

  .site-frame {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .section-inner {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    min-height: 430px;
    padding: 12px 12px 58px;
    border-bottom-width: 5px;
  }

  .top-nav {
    width: calc(100% - 24px);
    min-height: 50px;
    margin: 0 auto;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    border-radius: 18px;
    border-width: 2px;
    position: relative;
    z-index: 20;
    background: rgba(255, 254, 244, .97);
  }

  .nav-logo {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    flex: 0 0 38px;
  }

  .mobile-brand-text {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    color: #24581e;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 18px;
    letter-spacing: .06em;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 38px;
    border: 2px solid #183116;
    border-radius: 13px;
    display: grid;
    place-items: center;
    gap: 0;
    background: linear-gradient(180deg, #cce866, #8fcf2f);
    box-shadow: 0 3px 0 rgba(0,0,0,.2);
    cursor: pointer;
    padding: 8px;
  }

  .mobile-menu-toggle span {
    width: 20px;
    height: 3px;
    border-radius: 99px;
    background: #173118;
    display: block;
    transition: transform .18s ease, opacity .18s ease;
  }

  .top-nav.is-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .top-nav.is-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .top-nav.is-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border: 2px solid #183116;
    border-radius: 18px;
    background: rgba(255, 254, 244, .98);
    box-shadow: 0 12px 20px rgba(0,0,0,.26);
    transform: translateY(-8px) scale(.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .18s ease;
  }

  .top-nav.is-open .nav-menu {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    border-radius: 12px;
    background: linear-gradient(180deg, #eaf6b9, #c7e56a);
    border: 1px solid rgba(22,49,22,.25);
    color: #24581e;
    font-size: 14px;
    letter-spacing: .04em;
    box-shadow: inset 0 -2px 0 rgba(30,70,18,.12);
  }

  .hero-copy {
    margin-top: 60px;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 86px);
    line-height: .92;
  }

  .hero-butterfly {
    width: clamp(120px, 34vw, 170px);
    bottom: 46px;
  }

  .about-section,
  .mint-section,
  .boa-section,
  .pools-section,
  .content-section,
  .how-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid,
  .mint-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
    min-height: auto;
    text-align: center;
  }

  .copy-block p,
  .mint-copy p {
    max-width: 100%;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .mushroom-art {
    width: min(76%, 280px);
    margin: 0 auto;
  }

  .nft-card {
    width: min(72%, 220px);
    margin: 0 auto;
  }

  .mint-action {
    grid-template-columns: 1fr 92px;
  }

  .boa-inner {
    min-height: auto;
  }

  .boa-mascot {
    width: min(82%, 280px);
  }

  .tokenomics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tokenomics article {
    min-height: 74px;
  }

  .tokenomics strong {
    font-size: 24px;
  }

  .tokenomics span {
    font-size: 13px;
  }

  .pools-section {
    padding: 32px 0 36px;
  }

  .pool-heading h2 {
    font-size: clamp(33px, 12vw, 52px);
  }

  .pool-heading p {
    font-size: 12px !important;
    line-height: 1.45;
  }

  .pools-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .pool-card {
    min-height: 0 !important;
    padding: 16px 15px 15px !important;
    border-width: 4px !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 0 rgba(0,0,0,.22), inset 0 -6px 0 rgba(51,87,20,.12);
  }

  .pool-card::before {
    inset: 8px;
    border-width: 1px;
    border-radius: 15px;
  }

  .pool-card::after {
    width: 130px;
    height: 130px;
    right: -54px;
    top: -52px;
  }

  .pool-label {
    font-size: 9px !important;
    padding: 3px 8px !important;
  }

  .pool-card h3 {
    font-size: 22px !important;
    margin: 9px 0 8px !important;
    text-align: left;
  }

  .pool-number {
    padding: 8px 9px 7px !important;
    border-width: 2px !important;
    border-radius: 13px !important;
  }

  .pool-number strong {
    font-size: clamp(24px, 8vw, 31px) !important;
    max-width: calc(100% - 54px);
  }

  .pool-number em {
    font-size: 13px !important;
  }

  .pool-progress {
    height: 10px !important;
    margin: 9px 0 7px !important;
  }

  .pool-card p {
    max-width: 100%;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .content-section {
    padding: 32px 0 34px;
  }

  .content-heading h2 {
    font-size: clamp(32px, 11vw, 50px);
  }

  .content-boxes {
    grid-template-columns: 1fr !important;
  }

  .content-card {
    padding: 16px 15px 14px;
    border-width: 4px;
    border-radius: 20px;
  }

  .content-card h3 {
    font-size: 22px;
  }

  .content-card p,
  .content-card li {
    font-size: 12px;
    line-height: 1.55;
  }

  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .step-card {
    min-height: auto;
    grid-template-columns: 54px 1fr;
    padding: 14px;
  }

  .step-card img {
    width: 50px;
    height: 50px;
  }

  .step-card h3 {
    font-size: 20px;
  }

  .step-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .comic-wrap {
    width: min(100% - 22px, 970px);
    gap: 10px;
  }

  .panel-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .panel-big,
  .panel-row .panel,
  .panel-wide {
    aspect-ratio: 1.15 / 1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    text-align: center;
  }

  .footer-mascot {
    width: 84px;
  }

  .contract-btn {
    width: 100%;
    min-height: 42px;
    font-size: 12px;
  }

  .socials a {
    width: 44px;
    height: 44px;
  }
}



/* ===============================
   COMIC + VISION FINAL POLISH
   =============================== */

/* Make comic section closer to reference image layout */
.comic-section {
  padding: clamp(16px, 2.5vw, 28px) 0 clamp(28px, 4vw, 40px);
  background:
    linear-gradient(180deg, rgba(239, 229, 128, .92), rgba(216, 205, 92, .92)),
    none center center / cover no-repeat,
    #decf68;
  border-top: 7px solid #173118;
  border-bottom: 7px solid #173118;
}

.comic-wrap {
  width: min(100% - 24px, 980px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.panel-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.panel {
  position: relative;
  margin: 0;
  border: 6px solid #19311b;
  border-radius: 6px;
  background: #fff8cf;
  overflow: hidden;
  box-shadow: 0 6px 0 rgba(0,0,0,.18);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.02));
  pointer-events: none;
  z-index: 1;
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.02);
}

.panel-big {
  aspect-ratio: 1.58 / 1;
}

.panel-row .panel {
  aspect-ratio: 1 / .84;
}

.panel-wide {
  aspect-ratio: 2 / .72;
}

.panel figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: .01em;
  text-shadow:
    -2px -2px 0 rgba(25,49,27,.95),
    2px -2px 0 rgba(25,49,27,.95),
    -2px 2px 0 rgba(25,49,27,.95),
    2px 2px 0 rgba(25,49,27,.95),
    0 5px 0 rgba(0,0,0,.28);
}

.panel-row .panel:first-child figcaption,
.panel-row .panel:nth-child(2) figcaption {
  top: 14px;
  bottom: auto;
}

.panel-big figcaption {
  font-size: clamp(26px, 3.3vw, 46px);
  max-width: 84%;
}

.panel-wide figcaption {
  font-size: clamp(23px, 2.8vw, 38px);
  max-width: 86%;
}

/* Vision section */
.vision-section {
  padding: clamp(42px, 5vw, 60px) 0;
  background:
    linear-gradient(180deg, rgba(31,104,35,.16), rgba(12,76,23,.62)),
    none center center / cover no-repeat,
    #28752b;
  border-top: 7px solid #173118;
  border-bottom: 7px solid #173118;
}

.vision-inner {
  display: grid;
  gap: 24px;
}

.vision-heading {
  text-align: center;
}

.vision-heading h2 {
  margin-bottom: 12px;
}

.vision-heading p {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #fff9df;
  font-weight: 800;
  font-size: clamp(13px, 1.35vw, 18px);
  text-shadow: 0 3px 0 rgba(0,0,0,.25);
}

.vision-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 22px;
}

.vision-card {
  position: relative;
  border: 6px solid #173118;
  border-radius: 28px;
  padding: 22px 24px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.28), transparent 18%),
    linear-gradient(180deg, rgba(255,250,210,.96), rgba(219,234,138,.95));
  box-shadow: 0 10px 0 rgba(0,0,0,.22), inset 0 -8px 0 rgba(51,87,20,.15);
  color: #27411c;
}

.vision-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(38,89,25,.28);
  border-radius: 20px;
  pointer-events: none;
}

.vision-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: .95;
  text-shadow:
    -2px -2px 0 #173118,
    2px -2px 0 #173118,
    -2px 2px 0 #173118,
    2px 2px 0 #173118,
    0 4px 0 rgba(0,0,0,.22);
}

.vision-card p,
.vision-card li {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #315220;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.vision-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 760px) {
  .comic-wrap {
    width: min(100% - 18px, 980px);
    gap: 10px;
  }

  .panel-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .panel {
    border-width: 4px;
    box-shadow: 0 4px 0 rgba(0,0,0,.16);
  }

  .panel-big,
  .panel-row .panel,
  .panel-wide {
    aspect-ratio: 1.14 / 1;
  }

  .panel figcaption,
  .panel-big figcaption,
  .panel-wide figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
    font-size: clamp(18px, 6.2vw, 28px);
    line-height: .95;
    max-width: 100%;
  }

  .panel-row .panel:first-child figcaption,
  .panel-row .panel:nth-child(2) figcaption {
    top: auto;
    bottom: 10px;
  }

  .vision-section {
    padding: 30px 0 32px;
  }

  .vision-heading h2 {
    font-size: clamp(32px, 11vw, 50px);
  }

  .vision-heading p {
    font-size: 12px;
    line-height: 1.45;
  }

  .vision-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vision-card {
    padding: 16px 15px 14px;
    border-width: 4px;
    border-radius: 20px;
  }

  .vision-card::before {
    inset: 8px;
    border-radius: 14px;
  }

  .vision-card h3 {
    font-size: 22px;
  }

  .vision-card p,
  .vision-card li {
    font-size: 12px;
    line-height: 1.55;
  }
}


/* ===============================
   COMIC SECTION SAME LAYOUT ON DESKTOP + MOBILE
   =============================== */
@media (max-width: 760px) {
  .comic-wrap {
    width: min(100% - 16px, 980px) !important;
    gap: 8px !important;
  }

  .panel-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .panel {
    border-width: 3px !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 0 rgba(0,0,0,.16) !important;
  }

  .panel-big {
    aspect-ratio: 1.58 / 1 !important;
  }

  .panel-row .panel {
    aspect-ratio: 1 / .84 !important;
  }

  .panel-wide {
    aspect-ratio: 2 / .72 !important;
  }

  .panel figcaption,
  .panel-big figcaption,
  .panel-wide figcaption {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    top: auto !important;
    max-width: 100% !important;
    font-size: clamp(10px, 2.7vw, 16px) !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
    text-shadow:
      -1px -1px 0 rgba(25,49,27,.95),
      1px -1px 0 rgba(25,49,27,.95),
      -1px 1px 0 rgba(25,49,27,.95),
      1px 1px 0 rgba(25,49,27,.95),
      0 2px 0 rgba(0,0,0,.28) !important;
  }
}


/* ===============================
   FINAL VISION CARD LAYOUT + COMIC CONSISTENCY
   =============================== */
.vision-section {
  padding: clamp(40px, 5vw, 58px) 0 !important;
}

.vision-inner {
  display: grid;
  gap: 24px;
}

.vision-heading {
  text-align: center;
}

.vision-heading p {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #fff9df;
  font-weight: 800;
  font-size: clamp(13px, 1.35vw, 18px);
  text-shadow: 0 3px 0 rgba(0,0,0,.25);
}

.vision-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vision-mini-card {
  position: relative;
  min-height: 210px;
  border: 6px solid #173118;
  border-radius: 28px;
  padding: 22px 22px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 15%, rgba(255,255,255,.28), transparent 16%),
    linear-gradient(180deg, rgba(255,251,223,.97), rgba(219,234,138,.96));
  box-shadow: 0 10px 0 rgba(0,0,0,.22), inset 0 -8px 0 rgba(51,87,20,.15);
  color: #27411c;
}

.vision-mini-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(38,89,25,.28);
  border-radius: 20px;
  pointer-events: none;
}

.vision-mini-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -44px;
  bottom: -54px;
  border-radius: 50%;
  background: rgba(255,255,255,.11);
  box-shadow: -38px -30px 0 rgba(255,255,255,.07);
  pointer-events: none;
}

.vision-badge,
.vision-mini-card h3,
.vision-mini-card p {
  position: relative;
  z-index: 1;
}

.vision-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #1c5c22;
  color: #fff9df;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 16px;
  letter-spacing: .04em;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}

.vision-mini-card h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: .95;
  text-shadow:
    -2px -2px 0 #173118,
    2px -2px 0 #173118,
    -2px 2px 0 #173118,
    2px 2px 0 #173118,
    0 4px 0 rgba(0,0,0,.22);
}

.vision-mini-card p {
  margin: 0;
  color: #315220;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 700;
  font-family: Arial, sans-serif;
  max-width: 95%;
}

@media (max-width: 760px) {
  .comic-wrap {
    width: min(100% - 14px, 980px) !important;
    gap: 8px !important;
  }

  .panel-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .panel {
    border-width: 3px !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 0 rgba(0,0,0,.16) !important;
  }

  .panel-big {
    aspect-ratio: 1.48 / 1 !important;
  }

  .panel-row .panel {
    aspect-ratio: 1 / .86 !important;
  }

  .panel-wide {
    aspect-ratio: 2 / .72 !important;
  }

  .panel figcaption,
  .panel-big figcaption,
  .panel-wide figcaption {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    top: auto !important;
    max-width: 100% !important;
    font-size: clamp(10px, 2.75vw, 16px) !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
    text-shadow:
      -1px -1px 0 rgba(25,49,27,.95),
      1px -1px 0 rgba(25,49,27,.95),
      -1px 1px 0 rgba(25,49,27,.95),
      1px 1px 0 rgba(25,49,27,.95),
      0 2px 0 rgba(0,0,0,.28) !important;
  }

  .vision-section {
    padding: 30px 0 34px !important;
  }

  .vision-heading h2 {
    font-size: clamp(32px, 11vw, 50px);
  }

  .vision-heading p {
    font-size: 12px;
    line-height: 1.45;
  }

  .vision-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vision-mini-card {
    min-height: auto;
    border-width: 4px;
    border-radius: 20px;
    padding: 16px 15px 14px;
    box-shadow: 0 6px 0 rgba(0,0,0,.20), inset 0 -6px 0 rgba(51,87,20,.12);
  }

  .vision-mini-card::before {
    inset: 8px;
    border-radius: 14px;
  }

  .vision-mini-card::after {
    width: 110px;
    height: 110px;
    right: -36px;
    bottom: -36px;
  }

  .vision-badge {
    min-width: 40px;
    height: 28px;
    font-size: 13px;
    padding: 0 9px;
  }

  .vision-mini-card h3 {
    margin: 10px 0 8px;
    font-size: 22px;
  }

  .vision-mini-card p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.55;
  }
}


/* ===============================
   HERO TITLE CONTENT FRAME
   =============================== */
.hero-info-card {
  width: min(100%, 680px);
  margin: clamp(16px, 2.2vw, 24px) auto 0;
  padding: 18px 22px 16px;
  position: relative;
  z-index: 5;
  border: 5px solid #173118;
  border-radius: 26px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,.35), transparent 18%),
    linear-gradient(180deg, rgba(255,251,218,.94), rgba(215,234,128,.94));
  box-shadow:
    0 9px 0 rgba(0,0,0,.22),
    inset 0 -7px 0 rgba(62,98,22,.14);
  color: #254318;
  transform: rotate(-1deg);
}

.hero-info-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px dashed rgba(38,89,25,.28);
  border-radius: 18px;
  pointer-events: none;
}

.hero-info-badge,
.hero-info-card p,
.hero-info-tags {
  position: relative;
  z-index: 1;
}

.hero-info-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #1c5c22;
  color: #fff9df;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}

.hero-info-card p {
  margin: 11px auto 12px;
  max-width: 590px;
  color: #315220;
  font-family: Arial, sans-serif;
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.45;
  font-weight: 800;
  text-shadow: none;
}

.hero-info-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.hero-info-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 11px;
  border: 2px solid #173118;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: #24551b;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
}

@media (max-width: 760px) {
  .hero {
    min-height: 500px !important;
  }

  .hero-copy {
    margin-top: 48px !important;
  }

  .hero-info-card {
    width: min(100%, 330px);
    margin-top: 14px;
    padding: 14px 13px 12px;
    border-width: 4px;
    border-radius: 19px;
    transform: rotate(0deg);
    box-shadow:
      0 6px 0 rgba(0,0,0,.20),
      inset 0 -5px 0 rgba(62,98,22,.12);
  }

  .hero-info-card::before {
    inset: 7px;
    border-radius: 13px;
  }

  .hero-info-badge {
    min-height: 23px;
    padding: 3px 9px;
    font-size: 11px;
  }

  .hero-info-card p {
    margin: 9px auto 10px;
    font-size: 12px;
    line-height: 1.42;
  }

  .hero-info-tags {
    gap: 6px;
  }

  .hero-info-tags span {
    min-height: 23px;
    padding: 3px 8px;
    border-width: 1px;
    font-size: 10px;
  }

  .hero-butterfly {
    bottom: 30px !important;
    width: clamp(92px, 25vw, 130px) !important;
  }
}


/* ===============================
   MINT SECTION CARD REDESIGN
   =============================== */
.mint-grid {
  grid-template-columns: minmax(200px, 320px) minmax(320px, 1fr) !important;
  gap: clamp(18px, 4vw, 56px) !important;
  align-items: center !important;
}

.mint-card-copy {
  display: grid;
  gap: 20px;
}

.mint-main-heading {
  max-width: 760px;
}

.mint-mini-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #1c5c22;
  color: #fff9df;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}

.mint-main-heading h2 {
  margin: 14px 0 12px !important;
}

.mint-main-heading p {
  max-width: 680px !important;
}

.mint-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mint-feature-card {
  position: relative;
  min-height: 212px;
  padding: 22px 22px 18px;
  border: 6px solid #173118;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 16%, rgba(255,255,255,.26), transparent 18%),
    linear-gradient(180deg, rgba(255,251,223,.97), rgba(220,234,141,.96));
  box-shadow: 0 10px 0 rgba(0,0,0,.22), inset 0 -8px 0 rgba(51,87,20,.15);
}

.mint-feature-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(38,89,25,.28);
  border-radius: 20px;
  pointer-events: none;
}

.mint-feature-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -40px;
  bottom: -44px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  box-shadow: -32px -28px 0 rgba(255,255,255,.07);
  pointer-events: none;
}

.mint-feature-badge,
.mint-feature-card h3,
.mint-feature-card p {
  position: relative;
  z-index: 1;
}

.mint-feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #1c5c22;
  color: #fff9df;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
}

.mint-feature-card h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: .95;
  text-shadow:
    -2px -2px 0 #173118,
    2px -2px 0 #173118,
    -2px 2px 0 #173118,
    2px 2px 0 #173118,
    0 4px 0 rgba(0,0,0,.22);
}

.mint-feature-card p {
  margin: 0;
  max-width: 94%;
  color: #315220;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-shadow: none;
}

@media (max-width: 980px) {
  .mint-grid {
    grid-template-columns: 1fr !important;
  }

  .nft-card {
    width: min(100%, 260px) !important;
  }
}

@media (max-width: 760px) {
  .mint-card-copy {
    gap: 14px;
  }

  .mint-mini-tag {
    min-height: 24px;
    padding: 3px 9px;
    font-size: 11px;
  }

  .mint-main-heading h2 {
    margin: 10px 0 8px !important;
  }

  .mint-main-heading p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .mint-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mint-feature-card {
    min-height: auto;
    padding: 16px 15px 14px;
    border-width: 4px;
    border-radius: 20px;
    box-shadow: 0 6px 0 rgba(0,0,0,.20), inset 0 -6px 0 rgba(51,87,20,.12);
  }

  .mint-feature-card::before {
    inset: 8px;
    border-radius: 14px;
  }

  .mint-feature-card::after {
    width: 110px;
    height: 110px;
    right: -35px;
    bottom: -35px;
  }

  .mint-feature-badge {
    min-width: 38px;
    height: 27px;
    font-size: 12px;
    padding: 0 8px;
  }

  .mint-feature-card h3 {
    margin: 10px 0 8px;
    font-size: 22px;
  }

  .mint-feature-card p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.55;
  }
}


/* ===============================
   SINGLE LONG PAGE BACKGROUND
   =============================== */
:root {
  --site-long-bg: url("../assets/backgrounds/155556.jpg");
}

html,
body {
  min-height: 100%;
  background: #174f20;
}

.site-frame {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(23, 79, 32, .08), rgba(23, 79, 32, .08)),
    var(--site-long-bg) center top / 100% 100% no-repeat,
    #174f20 !important;
}

.hero,
.about-section,
.mint-section,
.boa-section,
.pools-section,
.content-section,
.how-section,
.comic-section,
.vision-section,
.footer {
  background: transparent !important;
}
/* ===============================
   SINGLE LONG PAGE BACKGROUND
   =============================== */
   /* ===============================
   SINGLE LONG PAGE BACKGROUND
   =============================== */
   /* 图片上下轻微浮动动画 */
.image-float {
  animation: imageFloat 4s ease-in-out infinite;
  transform-origin: center center;
  will-change: transform;
}

/* 动画过程 */
@keyframes imageFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-12px) scale(1.03);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}


/* 图片慢慢消失，然后从右边慢慢显示 */
.image-fade-loop {
  animation: imageFadeRightLoop 7s ease-in-out infinite;
}

@keyframes imageFadeRightLoop {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  45% {
    opacity: 1;
    transform: translateX(0);
  }

  65% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/* 图片慢慢消失，又慢慢显示 */
.image-fade-looop {
  animation: imageFadeLoop 6s ease-in-out infinite;
}

/* 动画过程 */
@keyframes imageFadeLoop {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  70% {
    opacity: 0.15;
  }

  100% {
    opacity: 1;
  }
}
/* ===============================
   MOBILE SINGLE FULL BACKGROUND
   手机端使用一张完整背景图，从页面顶部拉到页面底部，不重复分段
   =============================== */
:root {
  --site-mobile-bg: url("../assets/backgrounds/155556.jpg");
}

@media (max-width: 760px) {
  .site-frame {
    background:
      linear-gradient(180deg, rgba(23, 79, 32, .03), rgba(23, 79, 32, .03)),
      var(--site-mobile-bg) center top / 100% 100% no-repeat,
      #174f20 !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
  }

  .section-paint::after {
    opacity: 0 !important;
    background: none !important;
  }
}

/* ===============================
   ABOUT TEXT CARD + MOBILE BG FIX
   只增强 Core Tax System 文字可读性，并让手机端背景完整显示不裁切
   =============================== */
.about-section .copy-block {
  width: 100%;
  max-width: 640px;
  padding: clamp(16px, 2.4vw, 28px);
  border-radius: 26px;
  border: 2px solid rgba(20, 39, 25, .42);
  background: linear-gradient(180deg, rgba(255, 249, 223, .90), rgba(255, 249, 223, .78));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .24),
    inset 0 0 0 1px rgba(255, 255, 255, .58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.about-section .copy-block h3 {
  color: #102c17 !important;
  text-shadow: none !important;
}

.about-section .copy-block p {
  max-width: none;
  color: #000000 !important;
  text-shadow: none !important;
}

.about-section .copy-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .site-frame {
    background-image:
      linear-gradient(180deg, rgba(23, 79, 32, .03), rgba(23, 79, 32, .03)),
      var(--site-mobile-bg) !important;
    background-position: center top, center top !important;
    background-size: auto, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-color: #174f20 !important;
  }

  .about-section .copy-block {
    padding: 12px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 249, 223, .92), rgba(255, 249, 223, .82));
    box-shadow:
      0 10px 22px rgba(0, 0, 0, .22),
      inset 0 0 0 1px rgba(255, 255, 255, .55);
  }
}
