:root {
  --bg: #050711;
  --panel: rgba(9, 14, 28, 0.88);
  --panel-2: rgba(15, 10, 28, 0.92);
  --border: rgba(245, 194, 92, 0.28);
  --text: #fff8e8;
  --muted: #d9d0e8;
  --gold: #f2c46d;
  --gold-2: #fff0bd;
  --teal: #28d8e8;
  --violet: #b45cff;
  --purple: #311156;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(40, 216, 232, 0.25), transparent 32rem),
    radial-gradient(circle at 88% 22%, rgba(180, 92, 255, 0.27), transparent 32rem),
    linear-gradient(180deg, #081122 0%, #070612 42%, #03040a 100%);
  line-height: 1.6;
}

a { color: inherit; }
img { width: 100%; display: block; }
code { color: var(--teal); }

.announcement {
  text-align: center;
  padding: 0.7rem 1rem;
  background: linear-gradient(90deg, var(--gold), var(--teal), var(--violet));
  color: #050711;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  background: rgba(5, 7, 17, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(242, 196, 109, 0.22);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: Cinzel, serif;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 2vw, 1.45rem);
}
.logo img { width: 2.8rem; height: 2.8rem; border-radius: 50%; object-fit: cover; box-shadow: 0 0 24px rgba(40,216,232,0.35); }
.logo span { color: var(--gold); text-shadow: 0 0 22px rgba(242,196,109,0.35); }
.site-nav { display: flex; gap: 1rem; align-items: center; }
.site-nav a { color: var(--muted); text-decoration: none; font-weight: 900; font-size: 0.9rem; }
.site-nav a:hover { color: var(--gold); }
.menu-toggle { display: none; }

main { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

.hero-banner {
  margin: clamp(1.2rem, 3vw, 2rem) auto 1.4rem;
  border: 1px solid rgba(242,196,109,0.34);
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow), 0 0 42px rgba(40,216,232,0.14);
  background: #07101d;
}
.hero-banner img { aspect-ratio: 2.46 / 1; object-fit: cover; }

.hero-copy-panel, .adoption-section, .shipping-section, .contact-section, .shop-note {
  background: linear-gradient(135deg, rgba(8, 15, 31, 0.92), rgba(24, 10, 43, 0.84));
  border: 1px solid var(--border);
  border-radius: 1.55rem;
    box-shadow: var(--shadow), 0 0 28px rgba(40,216,232,0.08);
}
.hero-copy-panel { text-align: center; padding: clamp(1.5rem, 4vw, 3rem); margin-bottom: 4.5rem; }
.eyebrow { margin: 0 0 0.7rem; color: var(--teal); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.74rem; font-weight: 900; }
h1, h2, h3 { font-family: Cinzel, serif; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 4.8rem); color: var(--gold-2); text-shadow: 0 0 26px rgba(242,196,109,0.18); }
h2 { font-size: clamp(1.85rem, 4vw, 3.25rem); }
h3 { font-size: 1.2rem; }
.hero-copy-panel p:not(.eyebrow), .section-heading p, .about-section p, .shipping-section p, .contact-section p, .adoption-section p { color: var(--muted); max-width: 760px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 0.85rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }
.button, .buy-button { border: 0; border-radius: 999px; padding: 0.95rem 1.35rem; font-weight: 900; cursor: pointer; text-decoration: none; transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease; }
.button:hover, .buy-button:hover { transform: translateY(-2px); }
.primary, .buy-button { background: linear-gradient(135deg, var(--gold), var(--teal)); color: #050711; box-shadow: 0 14px 34px rgba(40,216,232,0.18); }
.secondary { border: 1px solid rgba(242,196,109,0.38); color: var(--text); background: rgba(255,255,255,0.055); }

.adoption-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: center; padding: clamp(1.35rem, 4vw, 2.4rem); margin: 4.5rem 0; }
.adoption-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.adoption-list span { border: 1px solid rgba(242,196,109,0.22); background: rgba(255,255,255,0.045); color: var(--gold-2); padding: 0.85rem; border-radius: 1rem; font-weight: 900; text-align: center; }

.shop-section, .about-section, .shipping-section, .contact-section { margin: 4.5rem 0; }
.section-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.5rem; }
.section-heading p { max-width: 470px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-card { overflow: hidden; background: linear-gradient(180deg, rgba(10,16,31,0.96), rgba(17,8,30,0.96)); border: 1px solid rgba(242,196,109,0.2); border-radius: 1.45rem; box-shadow: 0 22px 60px rgba(0,0,0,0.42); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.product-card:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(40,216,232,0.55);
  box-shadow: 0 32px 90px rgba(0,0,0,0.65), 0 0 25px rgba(40,216,232,0.25);
}
/* ===== PRODUCT IMAGE AREA =====
   Keeps product photos clean, centered, and fully visible.
   Change height if you want taller/shorter image boxes. */
.product-image-wrap {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(40,216,232,0.08), #08040d 68%);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

/* Shows the whole product photo instead of zooming/cropping it. */
.product-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 1rem;
  transition: transform 420ms ease;
}
.product-card:hover img { transform: scale(1.025); }
.status-badge { position: absolute; top: 0.85rem; left: 0.85rem; border: 1px solid rgba(242,196,109,0.28); background: rgba(5,7,17,0.78); color: var(--gold-2); border-radius: 999px; padding: 0.36rem 0.72rem; font-size: 0.76rem; font-weight: 900; backdrop-filter: blur(12px); }
.product-info { padding: 1.15rem; }
.category { color: var(--teal); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.68rem; font-weight: 900; margin: 0 0 0.42rem; }
.product-info h3 { margin-bottom: 0.6rem; min-height: 2.6rem; }
.description { color: var(--muted); font-size: 0.93rem; }
.detail-list { margin: 0.9rem 0; padding-left: 1.1rem; color: #e5dcf2; font-size: 0.88rem; }
.detail-list li::marker { color: var(--teal); }
.product-meta { display: flex; justify-content: space-between; align-items: center; margin: 1rem 0 0.65rem; }
.price { font-size: 1.55rem; font-weight: 900; color: var(--gold); }
.shipping-pill { margin: 0 0 0.85rem; border-radius: 999px; padding: 0.5rem 0.7rem; text-align: center; font-size: 0.82rem; font-weight: 900; border: 1px solid rgba(255,255,255,0.12); }
.shipping-pill.free { color: #07111a; background: linear-gradient(135deg, var(--teal), var(--gold)); }
.shipping-pill.nudge { color: var(--gold-2); background: rgba(242,196,109,0.1); border-color: rgba(242,196,109,0.28); }
.buy-button { width: 100%; font-size: 0.95rem; }
.buy-button.sold { background: #4b4654; color: #c8c2d2; cursor: not-allowed; box-shadow: none; }
.is-sold { opacity: 0.62; }
.shipping-copy { font-size: 0.78rem; color: var(--muted); text-align: center; margin: 0.75rem 0 0; }
.shop-note { margin-top: 1.25rem; color: var(--muted); padding: 1rem; }

.about-section { display: grid; grid-template-columns: 1fr 0.85fr; gap: 1.4rem; align-items: center; }
.about-section > div { background: rgba(255,255,255,0.04); border: 1px solid rgba(242,196,109,0.16); border-radius: 1.5rem; padding: clamp(1.3rem, 4vw, 2.2rem); }
.about-section img { border-radius: 1.5rem; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); border: 1px solid rgba(242,196,109,0.22); }
.shipping-section { padding: clamp(1.35rem, 4vw, 2.45rem); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.2rem; }
.info-grid > div { border: 1px solid rgba(242,196,109,0.16); background: rgba(255,255,255,0.04); border-radius: 1rem; padding: 1rem; }
.info-grid h3 { font-size: 1.05rem; color: var(--gold); }
.contact-section { text-align: center; padding: clamp(1.35rem, 4vw, 2.45rem); }
.contact-section a { color: var(--teal); font-weight: 900; }
.small { font-size: 0.88rem; }
footer { padding: 2rem; text-align: center; color: var(--muted); border-top: 1px solid rgba(242,196,109,0.14); }

@media (max-width: 980px) {
  .adoption-section, .about-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { display: block; }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  main { width: min(100% - 1rem, 1180px); }
  .announcement { font-size: 0.8rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 999px; border: 1px solid rgba(242,196,109,0.28); background: rgba(255,255,255,0.06); color: var(--text); font-size: 1.2rem; }
  .site-nav { position: absolute; top: 100%; right: 1rem; display: none; flex-direction: column; align-items: flex-start; background: rgba(5,7,17,0.98); border: 1px solid rgba(242,196,109,0.2); border-radius: 1rem; padding: 1rem; min-width: 210px; }
  .site-nav.open { display: flex; }
  .product-grid { grid-template-columns: 1fr; }
  .adoption-list { grid-template-columns: 1fr; }
  .product-info h3 { min-height: auto; }
  .logo { font-size: 0.95rem; }
  .logo img { width: 2.35rem; height: 2.35rem; }
}


/* Cleaned footer/social styling */
.footer-social {
  margin-bottom: 0.9rem;
}
.footer-social p {
  margin: 0 0 0.35rem;
  color: var(--gold-2);
  font-family: Cinzel, serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.social-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.social-links a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}
.social-links a:hover {
  color: var(--gold);
}
.dimensions-detail {
  color: var(--gold-2);
  margin-top: 0.25rem;
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-info .buy-button {
  margin-top: auto;
}

/* Mobile header repair - added by ChatGPT */
@media (max-width: 640px) {
  .site-header {
    padding: 0.9rem 1rem;
    align-items: center;
  }

  .logo {
    font-size: 1.05rem;
    gap: 0.55rem;
    letter-spacing: 0.04em;
    text-decoration: none;
  }

  .logo img {
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
  }

  .logo span {
    display: inline;
    white-space: nowrap;
  }

  .menu-toggle {
    flex-shrink: 0;
  }

  .hero-banner {
    margin-top: 1rem;
  }
}
