/* ============================================
   OMNOM - Doge Eat Doge
   Static Site Stylesheet
   ============================================ */

/* ---------- Local Font Faces ---------- */
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/ComicNeue-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ComicNeue-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ComicNeue-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/ComicNeue-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/ComicNeue-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
}

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

/* Skip Navigation Link - Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  transition: top 0.3s;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
  outline: 3px solid #f5a623;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Comic Neue", cursive !important;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:active, a:hover {
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  font-family: "Comic Neue", cursive !important;
  font-weight: 700 !important;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Comic Neue", cursive !important;
}

/* ---------- Utility ---------- */
.container {
  display: block;
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000;
  padding-right: 65px;
  padding-left: 78px;
}

.nav-container {
  display: block;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  padding-top: 15px;
  height: auto;
}

/* Desktop Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  color: #fffcfc;
  font-family: "Comic Neue", cursive !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 20px;
  margin-right: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.nav-link:hover {
  opacity: 0.7;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}

.nav-item.dropdown:hover .dropdown-arrow,
.nav-item.dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: snow;
  border-radius: 12px;
  padding: 0;
  box-shadow: rgba(44, 52, 55, 0.23) 2px 1px 14px 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  z-index: 100;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Comic Neue", cursive !important;
  transition: color 0.15s ease;
}

.dropdown-menu li a:hover {
  color: rgba(44, 52, 55, 0.6);
}

.menu-subtitle {
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link-last {
  padding-bottom: 10px;
}

/* CTA Button - semi-transparent white, NOT cyan */
.nav-cta {
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
  padding: 8px 20px;
  border: 1px #000;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-family: "Comic Neue", cursive !important;
  font-size: 16px;
  font-weight: 500;
  transition: 200ms ease;
}

.nav-cta:hover {
  background-color: #fff;
  color: #000 !important;
}

/* Burger Menu (Mobile) */
.burger {
  display: none;
  padding: 8px;
}

.burger img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  min-height: 20vh;
  padding: 10vh 42px 10vh 78px;
  background-color: #000;
  color: #000;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-block {
  min-width: 400px;
  margin-right: 100px;
  margin-bottom: 60px;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 45px;
  color: #fff;
  font-size: 55px;
  line-height: 147%;
  font-weight: 700;
  font-family: "Comic Neue", cursive !important;
}

.hero-buttons {
  display: flex;
  align-items: center;
}

/* CTA Button */
.button {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 12px;
  background-color: #0dcaf0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Comic Neue", cursive !important;
  transition: 200ms ease;
}

.button:hover {
  box-shadow: rgba(252, 252, 252, 0.27) 0px 0px 8px 1px;
}

/* Hero Image Area */
.right-block {
  position: relative;
  margin-bottom: 70px;
}

.hero-main-img {
  width: 520px;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-overlay {
  position: absolute;
  max-width: 80%;
  height: auto;
}

.hero-overlay-1 {
  top: 9%;
  right: -7%;
}

.hero-overlay-2 {
  left: -13%;
  bottom: 35%;
}

.hero-overlay-3 {
  right: -7%;
  bottom: 0;
}

/* Fade-in Animation */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

.hero-overlay-1.fade-in {
  animation-delay: 0.3s;
}

.hero-overlay-2.fade-in {
  animation-delay: 0.6s;
}

.hero-overlay-3.fade-in {
  animation-delay: 0.9s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   MID SECTION (wraps token, how-to-buy, community, partners)
   ============================================ */
.mid-section {
  padding: 94px 78px;
  border-radius: 12px;
}

/* ============================================
   OMNOM TOKEN SECTION
   ============================================ */
.token-section {
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 0.75fr;
  grid-template-rows: auto;
  gap: 16px;
  column-gap: 74px;
  margin-bottom: 50px;
  border: 1px dotted #dfc66d;
  padding: 1rem;
}

.token-text {
  justify-self: center;
}

.heading {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.paragraph-center {
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  color: #222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.token-image {
  width: 100%;
  height: auto;
}

/* ============================================
   HOW TO BUY SECTION
   ============================================ */
.howto-section {
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
}

.mid-container {
  max-width: 1247px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
  border-radius: 9px;
  background-color: #fcf4df;
}

.mid-container .heading {
  margin-top: 10px;
  text-align: center;
}

.paragraph-center.subheading {
  margin-right: 65px;
  margin-left: 65px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.howto-grid {
  display: grid;
  position: relative;
  top: -33px;
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  gap: 73px 14px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.howto-card {
  padding-right: 30px;
  padding-left: 30px;
  min-width: 10vw;
}

.howto-card-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 250ms ease;
  text-decoration: none;
}

.howto-card-link:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 2px;
}

.howto-icon-container {
  width: 100%;
  height: 100%;
  padding: 71px 10px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 11px 0px 28px 0px;
}

.icon-wallet {
  border-bottom: 4px solid #f4ae6e;
}

.icon-bridge {
  border-bottom: 4px solid #73dab8;
}

.icon-buy {
  border-bottom: 4px solid #dfc66d;
}

.howto-icon-wrapper {
  width: 97px;
  height: 97px;
  margin-left: auto;
  margin-right: auto;
}

.howto-icon-wrapper img {
  width: auto;
  height: auto;
}

.menu-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-justified {
  margin-top: 14px;
  padding-right: 12px;
  padding-left: 12px;
  color: #222;
  font-size: 16px;
  line-height: 27.84px;
  font-weight: 400;
  text-align: center;
}

/* ============================================
   COMMUNITY SLIDER SECTION
   ============================================ */
.community-section {
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  overflow: visible;
}

.slider-heading {
  margin-top: 50px;
  margin-bottom: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.light-heading {
  margin-right: 20px;
  margin-bottom: 6px;
  margin-left: 20px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.light-paragraph {
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  color: #222;
  font-size: 16px;
  line-height: 27.84px;
  font-weight: 500;
  text-align: center;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 50px;
}

.slider {
  flex: 1;
  max-width: 960px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.slider-track {
  display: flex;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
  min-width: 100%;
  flex-shrink: 0;
}

.slide-link-block {
  display: block;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  transition: 200ms ease;
  text-decoration: none;
}

.slide-link-block:hover {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 6px 0px;
}

.slider-container {
  display: flex;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 0px;
}

.slide-icon-div {
  margin-left: 30px;
  flex-shrink: 0;
}

.slide-icon-img {
  min-width: 97px;
  width: auto;
  height: auto;
}

.slide-text-container {
  margin-right: 30px;
  margin-left: 20px;
}

.discord-heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #7289da;
  font-size: 20px;
  line-height: 34.8px;
  font-weight: 700;
  text-align: left;
}

.heading-reddit {
  color: #ee3e54;
}

.slide-paragraph {
  color: #222;
  font-size: 16px;
  line-height: 27.84px;
  font-weight: 400;
}

/* Slider Arrows */
.slider-arrow {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.circle-wrapper {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(252, 241, 241, 0);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 12px 0px;
  transition: background 0.2s ease;
}

.circle-wrapper:hover {
  background-color: rgba(252, 241, 241, 0.1);
}

.circle-wrapper img {
  width: 20px;
  height: 20px;
}

.slider-arrow-left {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}

.slider-arrow-right {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
}

/* Slider Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.dot {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms ease;
  border: none;
}

.dot.active {
  background-color: #000;
}

/* ============================================
   PARTNERS & LISTINGS SECTION
   ============================================ */
.partners-section {
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
}

.partners-container {
  max-width: 1247px;
  min-width: 200px;
  margin: 50px auto auto;
  padding-top: 10vh;
}

.partners-heading {
  max-width: 1247px;
  width: 100%;
  margin: auto;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  color: #000;
  padding-top: 30px;
}

.partners-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4em;
  margin-top: 18px;
}

.partner-card-item {
  padding-right: 30px;
  padding-left: 30px;
  min-width: 10vw;
}

.partner-link {
  display: inline-block;
  text-decoration: none;
}

.partner-icon-container {
  width: 100%;
  height: 100%;
  padding: 1vw;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.partners-block {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.partner-img {
  border-radius: 20%;
  max-width: 100%;
  max-height: 5vw;
  min-height: 50px;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-section {
  background-color: #000;
}

.footer-01 {
  padding: 80px 3%;
  background-color: #000;
}

.footer-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer Top */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-link {
  text-decoration: none;
}

.footer-logo {
  height: auto;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.social-link {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease;
}

.social-link:hover {
  opacity: 0.5;
}

.social-link img {
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Footer Grid */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0;
}

.footer-column {
  display: flex;
  padding-right: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Comic Neue", cursive !important;
}

.footer-col-brand p {
  color: #999;
  font-size: inherit;
  line-height: inherit;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity 200ms ease;
  color: #d4cfcf;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Comic Neue", cursive !important;
}

.footer-link:hover {
  opacity: 0.5;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  margin-top: 92px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-made-text {
  margin: 0 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Comic Neue", cursive !important;
}

.footer-love-icon {
  margin-left: 8px;
}

.footer-love-icon img {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.footer-community-link {
  margin-left: 2px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-community-link:hover {
  opacity: 0.7;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Tablet: ≤991px */
@media (max-width: 991px) {
  /* Mobile Navigation */
  .navbar {
    display: none;
  }

  .min-navbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #000;
    padding-right: 42px;
    padding-left: 46px;
  }

  .min-navbar .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .min-navbar .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    max-height: 80vh;
    overflow-y: auto;
  }

  .min-navbar .nav-links.active {
    display: flex;
  }

  .min-navbar .nav-link {
    padding: 14px 16px;
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .min-navbar .dropdown-menu {
    position: static;
    box-shadow: none;
    background: #000;
    border-radius: 0;
    padding: 0;
    margin-top: 4px;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .min-navbar .nav-item.dropdown.open .dropdown-menu {
    display: block;
  }

  .min-navbar .dropdown-menu li a {
    color: #fff;
    padding: 12px 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .min-navbar .dropdown-menu li a:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .min-navbar .nav-cta {
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 243, 243, 0.28);
    min-height: 48px;
    padding: 12px 20px;
  }

  .min-navbar .burger {
    display: block;
    margin-top: 10px;
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
  }

  .min-navbar .burger img {
    max-width: 80%;
  }

  /* Hero */
  .hero-section {
    padding: 120px 28px 80px 46px;
  }

  .hero-heading {
    font-size: clamp(32px, 6vw, 40px);
  }

  .button {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 44px;
  }

  /* Token Section */
  .mid-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .grid-2 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .token-text {
    order: 1;
    align-self: center;
  }

  /* How to Buy - 2 columns on tablet */
  .howto-grid {
    row-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .howto-card {
    min-width: 0;
  }

  /* Footer */
  .footer-column {
    padding-right: 20px;
  }

  /* Partners responsive */
  .partners-flexbox {
    gap: 20px;
  }

  .partner-card-item {
    min-width: 120px;
  }

  .partner-img {
    max-height: 60px;
  }
}

/* Small Tablet: ≤767px */
@media (max-width: 767px) {
  /* Hero */
  .hero-section {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 40px;
  }

  .flexbox.hero-flexbox {
    margin-bottom: -30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .left-block {
    position: relative;
    display: flex;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 23px;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: clamp(28px, 7vw, 40px);
    text-align: center;
  }

  .hero-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .button {
    min-height: 48px;
    padding: 14px 24px;
  }

  .right-block {
    max-width: 330px;
    margin-bottom: 26px;
    margin-left: 0;
    align-self: center;
  }

  .hero-main-img {
    width: 100%;
  }

  /* Mid Section */
  .mid-section {
    padding-top: 70px;
    padding-right: 50px;
    padding-left: 50px;
  }

  /* How to Buy */
  .howto-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .howto-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Community - show slider arrows on tablet but hide dots circle background */
  .circle-wrapper {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Show slider arrows on tablet */
  .slider-arrow {
    display: flex;
  }

  /* Partners - responsive grid */
  .partner-card-item {
    padding-right: 20px;
    padding-left: 20px;
    min-width: 120px;
  }

  .partner-img {
    max-height: 50px;
    min-height: 40px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-bottom {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  /* Touch-friendly footer links */
  .footer-link {
    padding: 12px 0;
    min-height: 44px;
  }

  /* Social links touch targets */
  .social-link {
    min-width: 48px;
    min-height: 48px;
  }

  /* Dot navigation touch targets */
  .dot {
    min-width: 44px;
    min-height: 44px;
  }

  /* Meme section responsive */
  .meme-content {
    padding: 30px 15px 50px;
  }

  .meme-intro {
    padding: 25px 20px;
  }

  /* Slider text adjustments */
  .slide-link-block {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }

  .slider-container {
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
  }

  /* Slider - fix horizontal overflow */
  .slide {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .slider {
    overflow: hidden;
  }

  .slider-wrapper {
    overflow: hidden;
  }
}

/* ============================================
   GLOBAL MOBILE OPTIMIZATIONS
   ============================================ */

/* Fluid Typography Base */
h1 {
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.2;
}

.heading {
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.3;
}

.light-heading {
  font-size: clamp(20px, 4vw, 25px);
}

/* Touch-friendly interactive elements */
a, button {
  min-height: 44px;
  min-width: 44px;
}

/* Touch-friendly buttons */
.button {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}

/* Nav CTA touch target */
.nav-cta {
  min-height: 44px;
  display: flex;
  align-items: center;
}

/* Mobile: ≤479px */
@media (max-width: 479px) {
  /* Hero */
  .hero-section {
    display: block;
    padding-top: 70px;
    padding-bottom: 66px;
  }

  .left-block {
    min-width: 227px;
  }

  .flexbox.hero-flexbox {
    margin-bottom: 0;
  }

  .button {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 44px;
    min-width: 44px;
  }

  /* Mid Section */
  .mid-section {
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-center {
    font-size: 16px;
  }

  .paragraph-center.subheading {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading {
    font-size: clamp(22px, 5vw, 28px);
  }

  /* Cards */
  .howto-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .howto-icon-container {
    padding: 40px 10px 20px;
  }

  .howto-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .howto-icon-wrapper img {
    max-width: 60px;
    max-height: 60px;
  }

  /* Slider - fix horizontal overflow */
  .slide {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .slide-link-block {
    width: 100%;
    max-width: 100%;
  }

  .slider-container {
    margin-top: 30px;
    padding: 16px 18px;
    width: 100%;
    max-width: 100%;
  }

  .slider {
    margin-top: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 44px;
  }

  .slider-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .slider-arrow {
    min-width: 44px;
    width: 44px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .slider-arrow-left {
    left: 0;
  }

  .slider-arrow-right {
    right: 0;
  }

  .circle-wrapper {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .discord-heading {
    margin-top: 0;
  }

  .light-heading {
    margin-top: 10px;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 27px;
  }

  .slider-heading {
    margin-top: 0;
  }

  .light-paragraph {
    font-size: 14px;
  }

  .slide-icon-div {
    display: none;
  }

  .slide-text-container {
    margin-right: 0;
    margin-left: 6px;
    align-self: center;
  }

  .slide-icon-img {
    display: block;
  }

  .slide-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  /* Partners */
  .partners-block {
    width: 15vw;
  }

  .partner-card-item {
    padding-right: 15px;
    padding-left: 15px;
    min-width: 80px;
  }

  .partner-img {
    max-height: 40px;
    min-height: 35px;
  }

  /* Footer - Centered for mobile */
  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-logo {
    margin-bottom: 32px;
    text-align: center;
    display: block;
  }

  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-column {
    text-align: center;
    padding-right: 0;
  }

  .footer-title {
    text-align: center;
  }

  .footer-link {
    text-align: center;
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .footer-01 {
    padding: 60px 5%;
    text-align: center;
  }

  .footer-love-icon {
    display: inline-block;
    vertical-align: middle;
  }

  .footer-made-text,
  .footer-community-link {
    text-align: center;
  }

  .grid-2 {
    margin-bottom: 30px;
  }

  .min-navbar {
    padding-right: 0;
    padding-left: 7px;
  }

  .nav-logo img {
    max-width: 100px;
    height: auto;
  }
  
  /* Hero button - larger and more prominent on mobile */
  .hero-buttons .button {
    width: 100%;
    max-width: 300px;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
  }
  
  /* Nav CTA button on mobile */
  .min-navbar .nav-cta {
    width: 100%;
    max-width: 200px;
    padding: 14px 20px;
    font-size: 16px;
  }

  /* Touch-friendly social links in footer */
  .social-link {
    min-width: 44px;
    min-height: 44px;
  }

  /* Touch-friendly dot navigation */
  .dot {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Touch-friendly slider arrows */
  .slider-arrow {
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }

  .circle-wrapper {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle-wrapper img {
    width: 24px;
    height: 24px;
  }

  /* Footer social links touch targets */
  .social-link {
    min-width: 48px;
    min-height: 48px;
    padding: 8px;
  }

  /* Footer links touch targets */
  .footer-link {
    padding: 12px 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  /* Meme gallery images */
  .meme-gallery {
    padding: 0 10px;
  }

  .meme-img-container img {
    min-height: 150px;
    object-fit: cover;
  }

  /* Hero image scaling */
  .hero-overlay {
    max-width: 60%;
  }

  .hero-overlay-1 {
    top: 5%;
    right: -5%;
  }

  .hero-overlay-2 {
    left: -8%;
    bottom: 30%;
  }

  .hero-overlay-3 {
    right: -5%;
    bottom: 0;
  }

  /* Hero heading scaling */
  .hero-heading {
    font-size: clamp(32px, 10vw, 55px);
    line-height: 1.15;
  }
  
  .hero-main-img {
    max-width: 100%;
    height: auto;
  }
  
  .hero-overlay {
    max-width: 40%;
  }

  /* How to buy cards full width on mobile */
  .howto-card {
    width: 100%;
    max-width: none;
  }

  .howto-card-link {
    display: block;
  }
  
  /* How to buy cards - improve sizing */
  .howto-card {
    margin-bottom: 15px;
  }
  
  .howto-card:last-child {
    margin-bottom: 0;
  }

  /* Menu heading scaling */
  .menu-heading {
    font-size: 20px;
  }
  
  /* Section headings */
  .section-heading {
    font-size: 28px;
  }

  /* Paragraph justified scaling */
  .paragraph-justified {
    font-size: 14px;
    line-height: 24px;
  }
}

/* ============================================
   MOBILE MENU - Show min-navbar on mobile
   Only hide min-navbar on desktop (min-width: 992px)
   ============================================ */
@media (min-width: 992px) {
  .min-navbar {
    display: none;
  }
}

/* ============================================
   MEME SECTION PAGE
   ============================================ */
.meme-header {
  padding: 120px 42px 40px;
  background-color: #000;
  text-align: center;
}

.meme-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.meme-header-inner img {
  width: 40px;
  height: 40px;
}

.meme-header h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}

.meme-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.meme-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 6vh 65px;
  border-radius: 9px;
  background-color: #fcf4df;
  text-align: center;
}

.meme-intro .heading {
  margin-top: 10px;
  text-align: center;
}

.meme-intro .paragraph-center {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.meme-gallery {
  max-width: 800px;
  margin: 0 auto;
}

.meme-img-container {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.meme-img-container:hover {
  transform: scale(1.01);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 2px;
}

.meme-img-container img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
}

.meme-caption {
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.meme-caption p {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.meme-highlight {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 30px 0 15px;
}

.meme-margin-top {
  margin-top: 30px;
}

.meme-submit-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fcf4df;
}

.meme-submit-box p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #222;
}

.meme-submit-box .custom-link {
  color: #0dcaf0;
  text-decoration: underline;
  font-weight: 600;
}

.meme-submit-box .custom-link:hover {
  color: #0ba5c4;
}

.meme-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
  padding: 30px 0;
}

.meme-back-link img {
  width: 28px;
  height: 28px;
}

.meme-back-text {
  text-align: right;
}

.meme-back-text p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.meme-back-text h1 {
  margin: 0;
  font-size: 24px;
}

.meme-back-text a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.meme-back-text a:hover {
  color: #0dcaf0;
}

/* Meme page responsive */
@media (max-width: 767px) {
  .meme-header {
    padding: 100px 20px 30px;
  }

  .meme-header h1 {
    font-size: 28px;
  }

  .meme-intro {
    padding: 30px 20px;
  }

  .meme-back-link {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .meme-back-text {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .meme-header {
    padding: 90px 15px 25px;
  }

  .meme-header h1 {
    font-size: 24px;
  }

  .meme-intro {
    padding: 20px 15px;
  }

  .meme-submit-box {
    flex-direction: column;
  }
}
