:root {
  --bg-deep: #0d1216;
  --bg-surface: #172028;
  --panel: #212d36;
  --edge: #2f404c;
  --text: #f0f3f5;
  --muted: #b9c5cd;
  --highlight: #f0bd5f;
  --accent: #a6d47a;
  --danger: #ff6f61;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 10%, #1f2b34 0%, #0d1216 35%, #090d10 100%);
  overflow-x: hidden;
}

.background-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(75px);
  z-index: -1;
  opacity: 0.2;
  animation: drift 15s ease-in-out infinite alternate;
}

.orb-a {
  background: #9ccb67;
  top: -120px;
  left: -90px;
}

.orb-b {
  background: #f0bd5f;
  right: -80px;
  top: 220px;
  animation-delay: 2s;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.25rem;
  font-size: 0.8rem;
  background: #0a0f13;
  border-bottom: 1px solid var(--edge);
}

.top-bar a {
  color: var(--accent);
  text-decoration: none;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(13, 18, 22, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--edge);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-wrap img {
  width: 84px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--edge);
}

.brand-wrap h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

.brand-wrap .brand-title {
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  line-height: 1;
}

.brand-wrap p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-login {
  border: 1px solid var(--accent);
  background: var(--accent);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #101510;
}

.cart-button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #101510;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

main {
  width: min(1180px, 94%);
  margin: 0 auto;
}

.hero {
  position: relative;
  margin: 1rem 0 2rem;
  border: 1px solid var(--edge);
  border-radius: 24px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  opacity: 0.37;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(8vw, 4rem);
  max-width: 680px;
}

.kicker {
  margin: 0;
  color: var(--accent);
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
}

h2,
h3,
h4 {
  margin: 0.2rem 0 0.7rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
}

h2 {
  font-size: clamp(2.2rem, 7vw, 4.1rem);
}

.hero-content h2,
.futuristic-shimmer {
  font-family: "Orbitron", "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.95rem, 6.1vw, 3.55rem);
  letter-spacing: 0.07em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  background: linear-gradient(180deg, #d6c3df 0%, #9ccb67 22%, #a84f86 42%, #fff1f9 50%, #7f4acb 64%, #b2ebc3 82%, #d6c3df 100%);
  background-size: 100% 368%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 32px rgba(193, 111, 131, 0.52);
  animation: hero-shimmer 3.9s linear infinite;
}

.futuristic-shimmer {
  font-size: clamp(1.35rem, 3.9vw, 2.35rem);
}

h3 {
  font-size: clamp(1.6rem, 5vw, 2.8rem);
}

.hero-content p {
  max-width: 56ch;
  color: #dce4e8;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.hero-proof {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-proof span {
  border: 1px solid var(--edge);
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  color: var(--muted);
  font-size: 0.75rem;
  background: rgba(9, 14, 18, 0.62);
}

.ordering {
  background: linear-gradient(160deg, rgba(33, 45, 54, 0.72), rgba(17, 24, 30, 0.88));
  border: 1px solid var(--edge);
  border-radius: 20px;
  padding: 1.4rem;
  margin-bottom: 1.4rem;
}

.ordering-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
}

.ordering-steps article {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(8, 13, 17, 0.62);
}

.ordering-steps p,
.ordering-steps h4,
.cart-note,
.fulfillment-tag {
  margin: 0;
}

.ordering-steps p,
.cart-note,
.fulfillment-tag {
  color: var(--muted);
}

.fulfillment-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0.2rem 0 0.6rem;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #101510;
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--edge);
}

.section-head {
  margin-bottom: 1rem;
}

.shop-section,
.brands,
.seo-content,
.about,
.strategy,
.local-visibility,
.retention,
.reviews,
.location-two,
.portal,
.advertising,
.launch {
  background: linear-gradient(160deg, rgba(33, 45, 54, 0.82), rgba(23, 32, 40, 0.78));
  border: 1px solid var(--edge);
  border-radius: 20px;
  padding: 1.4rem;
  margin-bottom: 1.4rem;
}

.strategy-grid,
.visibility-grid,
.review-grid,
.portal-stats,
.advert-grid,
.launch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.8rem;
}

.strategy-grid article,
.visibility-grid article,
.review-grid article,
.portal-stats article,
.advert-grid article,
.launch-grid article,
.portal-grid article {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(8, 13, 17, 0.62);
}

.strategy-grid p,
.visibility-grid p,
.review-grid p {
  color: var(--muted);
  margin: 0;
}

.visibility-grid h4 {
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  color: #c62828;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.portal-auth {
  margin-bottom: 0.8rem;
}

.portal-auth-card {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(8, 13, 17, 0.62);
  display: grid;
  gap: 0.85rem;
}

.portal-auth-copy,
.portal-auth-note,
.portal-session p {
  margin: 0;
  color: var(--muted);
}

.portal-auth-note {
  font-size: 0.82rem;
}

.portal-auth-form,
.portal-session {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.portal-auth-form input {
  flex: 1 1 220px;
  border: 1px solid var(--edge);
  background: rgba(11, 17, 22, 0.88);
  color: var(--text);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.portal-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  display: grid;
  gap: 0.4rem;
}

.portal-support-form {
  display: grid;
  gap: 0.55rem;
}

.portal-support-form.is-locked {
  opacity: 0.65;
}

.portal-support-form input,
.portal-support-form textarea {
  border: 1px solid var(--edge);
  background: rgba(11, 17, 22, 0.88);
  color: var(--text);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.retention-wrap {
  display: grid;
  gap: 0.9rem;
}

.retention-wrap > p {
  margin: 0;
  color: var(--muted);
}

.vip-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 0.7rem;
}

.vip-form input,
.vip-form select {
  border: 1px solid var(--edge);
  background: rgba(11, 17, 22, 0.88);
  color: var(--text);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.vip-form button {
  width: 100%;
}

.vip-message {
  margin: 0;
  color: var(--accent);
  min-height: 1.2rem;
}

.vip-message.error {
  color: var(--danger);
}

.review-grid strong {
  display: block;
  margin-top: 0.6rem;
  color: var(--highlight);
}

.advert-grid p,
.launch-grid ul {
  margin: 0;
  color: var(--muted);
}

.launch-grid ul {
  padding-left: 1rem;
  display: grid;
  gap: 0.4rem;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.favorite-btn {
  border: 1px solid var(--edge);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  border-radius: 8px;
  padding: 0.35rem 0.45rem;
  cursor: pointer;
}

.favorite-btn.active {
  color: var(--highlight);
  border-color: var(--highlight);
}

.location-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.7rem;
}

.location-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--edge);
  background: rgba(8, 13, 17, 0.62);
}

.filters {
  display: none;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.filter {
  border: 1px solid var(--edge);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  cursor: pointer;
}

.filter.active {
  border-color: var(--accent);
  color: var(--accent);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.product-card {
  background: rgba(10, 16, 21, 0.86);
  border: 1px solid var(--edge);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: rgba(6, 10, 14, 0.95);
  padding: 0.5rem;
}

.product-body {
  padding: 0.85rem;
}

.product-body p {
  color: var(--muted);
  font-size: 0.85rem;
  min-height: 2rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-row strong {
  color: var(--accent);
}

.brand-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.8rem;
}

.brand-cards article {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(8, 13, 17, 0.62);
}

.brand-cards h4 {
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  color: #d14b9a;
}

.about {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 1.2fr;
  gap: 1rem;
  align-items: center;
}

.about img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--edge);
}

.about ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.cart-panel {
  position: fixed;
  right: -420px;
  top: 0;
  width: min(380px, 90vw);
  height: 100dvh;
  background: #121920;
  border-left: 1px solid var(--edge);
  transition: right 0.3s ease;
  z-index: 30;
  display: flex;
  flex-direction: column;
}

.cart-button,
.cart-panel {
  display: none !important;
}

.cart-panel.open {
  right: 0;
}

.cart-header,
.cart-footer {
  padding: 1rem;
  border-bottom: 1px solid var(--edge);
}

.cart-note {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header button {
  border: 1px solid var(--danger);
  color: var(--danger);
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
}

.cart-items {
  padding: 1rem;
  flex: 1;
  overflow-y: auto;
}

.cart-item {
  border-bottom: 1px solid var(--edge);
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}

.site-footer {
  width: min(1180px, 94%);
  margin: 0 auto 1.3rem;
  border: 1px solid var(--edge);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(16, 22, 28, 0.95), rgba(10, 15, 19, 0.92));
  padding: 1.35rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.footer-shell {
  display: grid;
  gap: 1rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-mark {
  display: grid;
  gap: 0.35rem;
}

.footer-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.footer-note,
.footer-card-label,
.footer-nav-group p,
.location-detail p,
.contact-card p,
.terms-card p,
.map-card p {
  margin: 0;
  color: var(--muted);
}

.footer-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.social-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-btn:hover,
.social-btn:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.footer-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.9rem;
}

.footer-location-card,
.footer-nav-group {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 0.9rem 1rem;
}

.footer-location-card {
  display: grid;
  gap: 0.2rem;
}

.footer-map-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

.footer-map-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.45rem;
}

.footer-map-frame {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 12px;
  margin-top: 0.35rem;
}

.footer-location-card strong,
.footer-nav-group p {
  font-size: 0.95rem;
}

.footer-card-label,
.footer-nav-group p {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

.footer-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.footer-chip-list a {
  text-decoration: none;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-size: 0.82rem;
  display: inline-flex;
  width: fit-content;
  background: rgba(255, 255, 255, 0.03);
}

.footer-chip-list a:hover,
.footer-chip-list a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.footer-top .btn,
.footer-location-card .btn {
  white-space: nowrap;
}

.footer-nav-group {
  gap: 0.6rem;
}

.footer-nav-group p {
  margin-bottom: 0;
}

.footer-powered {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.9rem;
}

.footer-powered p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-powered a {
  color: var(--accent);
  text-decoration: none;
}

.footer-powered a:hover,
.footer-powered a:focus-visible {
  text-decoration: underline;
}

.contact-grid,
.location-map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

.contact-card,
.terms-card,
.location-detail,
.map-card {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.95rem;
  background: rgba(8, 13, 17, 0.62);
}

.contact-form {
  display: grid;
  gap: 0.65rem;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--edge);
  background: rgba(11, 17, 22, 0.88);
  color: var(--text);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.location-cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.location-detail strong,
.map-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.map-frame {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 12px;
  margin-top: 0.75rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(5, 8, 10, 0.82);
  z-index: 60;
}

.age-gate[hidden] {
  display: none;
}

.age-gate-card {
  width: min(540px, 100%);
  border: 1px solid var(--edge);
  border-radius: 22px;
  padding: 1.5rem;
  background: linear-gradient(160deg, rgba(33, 45, 54, 0.96), rgba(13, 18, 22, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.age-gate-card p {
  color: var(--muted);
}

.age-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

body.age-gate-active {
  overflow: hidden;
}

.page-intro {
  background: linear-gradient(160deg, rgba(33, 45, 54, 0.82), rgba(23, 32, 40, 0.78));
  border: 1px solid var(--edge);
  border-radius: 20px;
  padding: 1.4rem;
  margin: 1rem 0 1.4rem;
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.8rem;
}

.location-cards article {
  border: 1px solid var(--edge);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(8, 13, 17, 0.62);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.8s ease forwards;
}

.reveal:nth-of-type(2) {
  animation-delay: 0.08s;
}

.reveal:nth-of-type(3) {
  animation-delay: 0.16s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(28px);
  }
}

@keyframes hero-shimmer {
  0% {
    background-position: 50% -120%;
  }
  100% {
    background-position: 50% 220%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content h2,
  .futuristic-shimmer {
    animation: none;
  }
}

@media (max-width: 860px) {
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .hero img {
    height: 470px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ordering-steps {
    grid-template-columns: 1fr;
  }

  .portal-auth-form,
  .portal-session {
    flex-direction: column;
    align-items: stretch;
  }

  .vip-form {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-quick-actions,
  .location-cta-list,
  .age-gate-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-location-grid,
  .footer-map-widgets,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-social,
  .footer-chip-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .product-card img {
    height: 190px;
  }

  .site-footer {
    width: min(1180px, 96%);
    padding: 1.05rem;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-map-frame {
    min-height: 180px;
  }
}
