/* ===== GEOM GRAPHIC FONT FACES ===== */
@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Regular_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_SemiBold_Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/fonnts.com-Geom_Graphic_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ===== FONT OPTIMIZATION ===== */
.fonts-loaded {
  font-family: 'GeomGraphic', Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
}

/* ===== CSS VARIABLES ===== */
:root {
  --bg: rgb(24, 26, 32);
  --panel: #14161c;
  --panel-2: #1a1d24;
  --text: #eceff6;
  --muted: #a7afbf;
  --gold: #f3bd3e;
  --gold-d: #c9961f;
  --border: #e1b84d44;
  --radius-lg: 28px;
  --max: 1200px;
}

/* ===== RESET & BASE STYLES ===== */
* {
  /* box-sizing: border-box; */
}

html, body {
  margin: 0;
  padding: 0;
}


body {
  margin: 0;
  color: var(--text);
  font-family: 'GeomGraphic', Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  background: 
    radial-gradient(900px 500px at 10% -10%, rgba(243,189,62,.06), transparent 60%),
    radial-gradient(900px 500px at 100% 10%, rgba(243,189,62,.04), transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

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

.wrap {
  max-width: var(--max);
  margin: 0 auto;
}

/* ===== TOP BAR ===== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(14,15,19,.75);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid #ffffff0f;
}

.brand {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand b {
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .5px;
}

.nav-mini {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .2px;
  box-shadow: 0 0 0 2px #f3bd3e1a inset;
  background: linear-gradient(180deg, rgba(243,189,62,.08), rgba(243,189,62,.02));
}

.chip .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* ===== HERO SECTION ===== */
.hero {
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold);
  padding: 28px;
  background: linear-gradient(0deg, rgba(243, 186, 47, 0.14) 8.82%, rgba(243, 186, 47, 0) 91.53%);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  margin-top: 20px; /* or remove this line entirely */
}


.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-img {
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  font-weight: 800;
  letter-spacing: .18em;
  color: #ffffff66;
  font-size: 12px;
  text-transform: uppercase;
}

.title {
  margin: 0;
  line-height: 1.2;
  letter-spacing: 4px;
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: var(--text);
}

.title .accent {
  color: var(--gold);
  text-shadow: 0 1px 0 #000;
}

.lead {
  color: #fff;
  max-width: 60ch;
  margin: 0;
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.tiny {
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: gold;
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 600;
  letter-spacing: .2px;
  border: 1.5px solid #ffffff14;
  background: #ffffff07;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  font-size: 14px;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: #ffffff2a;
}

.btn.gold {
  background: linear-gradient(180deg, var(--gold), var(--gold-d));
  color: #0c0c0f;
  border-color: transparent;
  font-weight: bold;
  font-family: 'GeomGraphic', sans-serif;
  box-shadow: 0 8px 28px rgba(243,189,62,.35);
}

.btn.ghost {
  color: var(--gold);
  border-color: var(--gold);
  background: transparent;
}

/* ===== SECTION TITLES ===== */
.section-title {
  margin: 48px 0 16px;
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(26px,4vw,38px);
  text-transform: uppercase;
  letter-spacing: .04em;
  color: transparent;
  -webkit-text-stroke: 2px var(--gold);
  text-stroke: 2px var(--gold);
}

/* ===== ABOUT SECTION ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.card {
  background: var(--panel);
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.3);
  align-self: start;
}

.card.gold-outline {
  background: linear-gradient(to bottom, #1c1c1c, #3a2e0e);
  border: 2px solid #f9b32f;
  border-radius: 16px;
  padding: 22px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  box-shadow: 0 0 0 2px rgba(243,189,62,0.15) inset, 
              0 4px 18px rgba(0,0,0,0.5);
}

.card.gold-outline h3 {
  color: #f9b32f;
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.card h3 {
  margin: 0 0 8px;
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .18em;
  color: var(--gold);
}

.card p {
  margin: 0;
  color: var(--muted);
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 400;
}

.about-center {
  background: var(--panel);
  border-radius: 16px;
  padding: 0;
  border: 2px solid rgba(243,189,62,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.about-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* ===== STATS ===== */
.stat {
  background: linear-gradient(180deg, #f7d06a, #e3b447);
  color: #1b1305;
  border-radius: 16px;
  border: 2px solid rgba(243,189,62,.6);
  padding: 18px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 16px 44px rgba(243,189,62,.25);
}

.stat h4 {
  margin: 0 0 10px;
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 600;
  letter-spacing: .18em;
  font-size: 18px;
}

.big {
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 700;
  font-size: clamp(72px, 12vw, 120px);
  line-height: 1;
  text-shadow: 0 6px 0 rgba(0,0,0,.15),
               0 10px 28px rgba(0,0,0,.25);
}

.infty {
  font-size: clamp(60px, 12vw, 120px);
}

/* ===== EXCHANGE LISTINGS ===== */
.exchange-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.exchange-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--panel);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.exchange-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}

.exchange-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.exchange-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

/* ===== TOKENOMICS SECTION ===== */

.tokenomics-section {
  margin: 32px 0; /* Reduced space for compactness */
  padding: 0 16px; /* Small side padding for mobile */
}

.tokenomics-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Override layout when only using the text (no image) */
.tokenomics-container.single-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 16px;
}

.section-title,
.tokenomics-title {
  font-family: "Russo One", sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
  text-stroke: 2px var(--gold);
}

/* Tokenomics Info Box */
.contract-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--panel);
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 12px;
  margin: 12px 0;
}

#contract-address {
  font-family: monospace;
  font-size: 12px;
  color: var(--text);
  word-break: break-word;
  flex-grow: 1;
}

.tokenomics-btn {
  background: var(--gold);
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.tokenomics-btn:hover {
  background: var(--gold-d);
}

/* If image is ever added back */
.tokenomics-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 16px;
  border: 2px solid var(--gold);
  display: block;
  margin: 0 auto;
}

/* Responsive stacking on small screens */
@media (max-width: 768px) {
  .tokenomics-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* ===== HOW TO BUY SECTION ===== */
.how-to-buy {
  margin: 48px 0;
}

.how-to-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.how-to-card {
  background: var(--panel);
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,.3);
}

.how-to-card h3 {
  margin: 0 0 12px;
  font-family: "Russo One";
  font-size: 18px;
  letter-spacing: .18em;
  color: var(--gold);
}

.how-to-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* ===== GALLERY SECTION ===== */
.gallery-section {
  margin: 48px 0;
}

.gallery-title {
  text-align: center;
  margin-bottom: 16px;
  font-family: 'GeomGraphic', "Russo One", sans-serif;
  font-weight: 700;
  font-size: clamp(24px,4vw,32px);
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--gold);
  text-stroke: 2px var(--gold);
}

.slider-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
  background: var(--panel);
  border: 2px solid var(--gold);
  aspect-ratio: 16/9;
  border-radius: 0;
}

/* Desktop: Show static image */
@media (min-width: 769px) {
  .slider-container {
    overflow: visible;
  }
}

/* Mobile: Keep overflow hidden for sliding */
@media (max-width: 768px) {
  .slider-container {
    overflow: hidden;
  }
}

.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 400vw;
  height: 100%;
  animation: slideInfinite 15s linear infinite;
}

/* Desktop: Static image, no sliding */
@media (min-width: 769px) {
  .slider {
    animation: none;
    width: 100vw;
    transform: translateX(0);
  }
  
  .slider-item:not(:first-child) {
    display: none;
  }
  
  .slider-item:first-child {
    width: 100vw;
  }
}

/* Mobile: Keep sliding animation */
@media (max-width: 768px) {
  .slider {
    animation: slideInfinite 15s linear infinite;
    width: 400vw;
  }
  
  .slider-item {
    width: 100vw;
  }
}

.slider-item {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: var(--panel);
}

.slider-item img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.slider-item:hover img {
  transform: scale(1.05);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(243,189,62,.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--gold);
  transform: scale(1.2);
}

/* ===== PRICE TICKER ===== */
.price-ticker {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #00ff88, #00d4ff);
  color: #000;
  padding: 8px 0;
  z-index: 999;
  font-family: 'GeomGraphic', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  overflow: hidden;
}

.ticker-content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  animation: ticker 20s linear infinite;
}

@keyframes ticker {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes slideInfinite {
  0% { transform: translateX(0); }
  100% { transform: translateX(-75%); }
}

.ticker-change {
  color: #00ff88;
}

.ticker-change.negative {
  color: #ff4444;
}

/* ===== LOADING SPINNER ===== */
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
}

.spinner-ring {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(243,189,62,.3);
  border-top: 4px solid var(--gold);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner-text {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

/* ===== ANIMATIONS ===== */
@keyframes glow {
  0%, 100% { box-shadow: 0 0 5px rgba(243,189,62,0.5); }
  50% { box-shadow: 0 0 20px rgba(243,189,62,0.8); }
}

.feature,
.tokenomics-card,
.timeline-item,
.community-link {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature.animate,
.tokenomics-card.animate,
.timeline-item.animate,
.community-link.animate {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  
  .tokenomics-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 950px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* General mobile adjustments */
  .wrap {
    padding: 16px 12px 40p;
  }
  
  /* Top bar mobile */
  .brand {
    height: 48px;
    gap: 8px;
  }
  
  .brand b {
    font-size: 16px;
  }
  
  .nav-mini {
    gap: 6px;
  }
  
  .chip {
    padding: 6px 10px;
    font-size: 11px;
    gap: 6px;
  }
  
  /* Hero mobile */
  .hero {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
  }
  
  .hero-grid {
    gap: 24px;
  }
  
  .hero-img {
    border-radius: 16px;
  }
  
  .title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.1;
  }
  
  .lead {
    font-size: 15px;
    line-height: 1.4;
  }
  
  .cta-row {
    gap: 10px;
    margin-top: 12px;
  }
  
  .btn {
    padding: 14px 18px;
    font-size: 15px;
    min-height: 48px;
  }
  
  /* Section titles mobile */
  .section-title {
    margin: 32px 0 12px;
    font-size: clamp(22px, 6vw, 28px);
    margin: 48px 0 16px;
    font-family: 'GeomGraphic', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: clamp(26px,4vw,38px);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: transparent;
    -webkit-text-stroke: 2px var(--gold);
    text-stroke: 2px var(--gold);
    
  }
  
  /* About section mobile */
  .about-grid {
    gap: 16px;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .card,
  .card.gold-outline {
    padding: 16px;
    border-radius: 12px;
    height: 240px;
  }
  
  .card.gold-outline h3,
  .card h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .card p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  /* Mobile about-center image sizing */
  .about-center {
    height: 400px;
  }
  
  .about-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .stat {
    padding: 16px;
    border-radius: 12px;
    display: none !important;
  }
  
  .stat h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .big {
    font-size: clamp(48px, 15vw, 72px);
  }
  
  .infty {
    font-size: clamp(40px, 15vw, 72px);
  }
  
  /* Gallery mobile */
  .gallery-section {
    margin: 32px 0;
  }
  
  .gallery-title {
    font-size: clamp(20px, 5vw, 24px);
    margin-bottom: 12px;
    color: transparent;
    -webkit-text-stroke: 1px var(--gold);
    text-stroke: 1px var(--gold);
  }
  
  /* Mobile section titles with same styling as gallery title */
  .section-title {
    color: transparent;
    -webkit-text-stroke: 1px var(--gold);
    text-stroke: 1px var(--gold);
  }
  
  .slider-container {
    border-radius: 12px;
    border-width: 1px;
    aspect-ratio: 4/3;
  }
  
  .slider-dots {
    margin-top: 12px;
    gap: 6px;
  }
  
  .dot {
    width: 6px;
    height: 6px;
  }
  
  /* Exchange grid mobile */
  .exchange-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
  }
  
  .exchange-card {
    padding: 12px;
  }
  
  .exchange-card img {
    width: 40px;
    height: 40px;
  }
  
  .exchange-card p {
    font-size: 11px;
  }
  
  /* How to buy mobile */
  .how-to-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .how-to-card {
    padding: 16px;
  }
  
  .how-to-card h3 {
    font-size: 16px;
  }
  
  .how-to-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .wrap {
    padding: 12px 8px 32px;
  }
  
  .brand {
    height: 44px;
  }
  
  .brand b {
    font-size: 14px;
  }
  
  .nav-mini {
    gap: 4px;
  }
  
  .chip {
    padding: 5px 8px;
    font-size: 10px;
    gap: 4px;
  }
  
  .hero {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
  }
  
  .hero-grid {
    gap: 20px;
  }
  
  .title {
    font-size: clamp(24px, 9vw, 32px);
  }
  
  .lead {
    font-size: 14px;
  }
  
  .btn {
    padding: 12px 16px;
    font-size: 14px;
    min-height: 44px;
  }
  
  .section-title {
    margin: 24px 0 10px;
    font-size: clamp(20px, 7vw, 24px);
    color: transparent;
    -webkit-text-stroke: 1px var(--gold);
    text-stroke: 1px var(--gold);
  }
  
  .about-grid {
    gap: 12px;
  }
  
  .card,
  .card.gold-outline {
    padding: 14px;
    border-radius: 10px;
    height: 220px;
  }
  
  .card.gold-outline h3,
  .card h3 {
    font-size: 13px;
    font-weight: 900;
    font-family: 'GeomGraphic', "Russo One", sans-serif;
    margin-bottom: 8px;
  }
  
  .card p {
    font-size: 13px;
  }
  
  /* Small mobile about-center image sizing */
  .about-center {
    height: 400px;
  }
  
  .about-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .stat {
    padding: 14px;
    border-radius: 10px;
  }
  
  .stat h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .big {
    font-size: clamp(36px, 18vw, 56px);
  }
  
  .infty {
    font-size: clamp(32px, 18vw, 56px);
  }
  
  .gallery-section {
    margin: 24px 0;
  }
  
  .gallery-title {
    font-size: clamp(18px, 6vw, 20px);
    margin-bottom: 10px;
  }
  
  .slider-container {
    border-radius: 10px;
  }
  
  .slider-dots {
    margin-top: 10px;
    gap: 5px;
  }
  
  .dot {
    width: 5px;
    height: 5px;
  }
  
  .exchange-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
  }
  
  .exchange-card {
    padding: 8px;
  }
  
  .exchange-card img {
    width: 32px;
    height: 32px;
  }
  
  .exchange-card p {
    font-size: 10px;
  }
  
  .how-to-card {
    padding: 14px;
  }
  
  .how-to-card h3 {
    font-size: 15px;
  }
  
  .how-to-card p {
    font-size: 13px;
  }
}

/* ===== TOUCH-FRIENDLY IMPROVEMENTS ===== */
@media (hover: none) and (pointer: coarse) {
  .btn {
    min-height: 48px;
    padding: 14px 20px;
  }
  
  .chip {
    min-height: 36px;
    padding: 8px 14px;
  }
  
  .dot {
    min-width: 12px;
    min-height: 12px;
  }
}

/* ===== LANDSCAPE MOBILE ADJUSTMENTS ===== */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .hero-img {
    aspect-ratio: 4/3;
  }
  
  .title {
    font-size: clamp(20px, 4vw, 28px);
  }
  
  .lead {
    font-size: 13px;
  }
  
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  
  .about-center {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  
  .card,
  .stat {
    grid-column: auto;
  }
}

/* Social Section */
.social-links {
  text-align: center;
  margin-top: 40px;
}

.social-text {
  font-weight: 100;
  font-size: large;
  color: #f7d774; /* Softer yellow */
  text-shadow:
    0 0 2px #ffffff,
    0 0 4px #ffffff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.social-icons a {
  font-size: 32px;
  color: #fff;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
  color: #ffd700;
  transform: translateY(-2px);
}


/* Hide by default (desktop/tablet) */
.mobile-header {
  display: none;
}

/* Show on mobile */
@media (max-width: 768px) {
  .mobile-header {
    display: block;
    text-align: center;
    padding: 12px 16px;
    color: #ffd700;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    background: #111; /* matches your theme */
    border-bottom: 2px solid #f9b32f;
  }

  .mobile-header h2 {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  .mobile-header p {
    font-size: 0.9rem;
    color: #fff;
  }
}
