:root{
  --black:#050505;
  --lime:#b5e61d;
  --yellow:#ffc400;
  --white:#fff;
  --radius:24px;
}
*{box-sizing:border-box}
html{background:#000;scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(181,230,29,.12), transparent 22rem),
    #000;
  color:#fff;
  font-family:Montserrat,Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.shell{width:min(100%,760px);margin:0 auto;padding:0 18px 38px}
.hero{
  position:relative;
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  padding:28px 0 28px;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 22%, rgba(255,196,0,.18), transparent 18%),
    radial-gradient(circle at 85% 27%, rgba(181,230,29,.18), transparent 20%);
  filter:blur(10px);
}
.hero-glow{
  position:absolute;
  width:420px;height:420px;
  top:5px;border-radius:50%;
  background:radial-gradient(circle,rgba(181,230,29,.24),transparent 68%);
}
.brand-logo{
  width:min(95%,620px);
  position:relative;
  z-index:1;
  filter:drop-shadow(0 16px 30px rgba(0,0,0,.75));
}
.tagline{
  position:relative;z-index:1;
  margin:12px 0 14px;
  font-family:Anton,sans-serif;
  font-size:clamp(22px,4.7vw,34px);
  letter-spacing:.6px;
  text-transform:uppercase;
  text-align:center;
}
.tagline span{color:var(--lime)}
.explore{
  position:relative;z-index:1;
  padding:10px 24px;
  background:linear-gradient(90deg,#8fb800,#d7ff2d,#8fb800);
  color:#070707;
  font-family:Anton,sans-serif;
  text-transform:uppercase;
  font-size:clamp(20px,4vw,30px);
  transform:skew(-4deg);
  box-shadow:0 0 28px rgba(181,230,29,.25);
}
.status{
  display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;
  padding:14px 18px;margin-bottom:14px;border:1px solid rgba(181,230,29,.55);
  border-radius:999px;background:#0b0b0b;box-shadow:inset 0 0 18px rgba(255,255,255,.04);
  text-align:center;font-size:14px;
}
.status strong{color:var(--lime);text-transform:uppercase}
.dot{width:14px;height:14px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px var(--lime)}
.button-stack{display:grid;gap:11px}
.app-button{
  width:100%;min-height:94px;border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);display:grid;grid-template-columns:64px 1fr auto;
  align-items:center;gap:15px;padding:12px 16px;color:#fff;text-align:left;
  box-shadow:0 10px 24px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .18s ease,filter .18s ease;
  cursor:pointer;
}
.app-button:hover,.app-button:focus-visible{transform:translateY(-2px);filter:brightness(1.08)}
.icon,.arrow{
  width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#070707;
  font-size:28px;border:1px solid rgba(255,255,255,.12);
}
.icon.social{font-family:Arial,sans-serif;font-weight:800}
.arrow{width:46px;height:46px;font-size:39px;line-height:1;color:#d8ff34}
.copy{display:flex;flex-direction:column;min-width:0}
.copy strong{
  font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.35px;
  font-size:clamp(23px,4.6vw,34px);line-height:1.05;
}
.copy small{font-size:14px;font-weight:700;margin-top:6px}
.yellow{background:linear-gradient(105deg,#ffad00,#ffd72f)}
.purple{background:linear-gradient(105deg,#59106f,#d52cae)}
.orange{background:linear-gradient(105deg,#d86100,#ff9f16)}
.pink{background:linear-gradient(105deg,#d4144d,#ff4d74)}
.blue{background:linear-gradient(105deg,#0059a9,#159be4)}
.green{background:linear-gradient(105deg,#4c8200,#9fcb09)}
.facebook{background:linear-gradient(105deg,#0452ad,#2187ee)}
.instagram{background:linear-gradient(105deg,#7a22b5,#f12672,#ff7b27)}
.tiktok{background:linear-gradient(105deg,#080808,#242424)}
.review{background:#fff;color:#111}
.review .arrow{color:#d8ff34}
.stars{color:#f7af00;letter-spacing:1px;font-size:clamp(17px,4vw,27px)}
.contact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.contact-row a,.google-menu{
  min-height:56px;border-radius:18px;display:grid;place-items:center;font-weight:800;
  background:linear-gradient(105deg,#d86100,#ff9f16);box-shadow:0 8px 20px rgba(0,0,0,.25)
}
.google-menu{background:linear-gradient(105deg,#8eb900,#d3ff2e);color:#050505;text-transform:uppercase}
footer{text-align:center;padding:28px 8px 6px}
footer p{margin:0 0 8px;text-transform:uppercase;letter-spacing:1.8px;font-weight:800}
footer strong{color:var(--lime);font-size:22px}
dialog{
  width:min(96vw,1100px);max-height:94vh;padding:0;border:0;border-radius:18px;background:#050505;
  box-shadow:0 24px 80px rgba(0,0,0,.75)
}
dialog::backdrop{background:rgba(0,0,0,.88)}
dialog img{display:block;width:100%;height:auto;max-height:92vh;object-fit:contain}
.close{
  position:fixed;right:24px;top:18px;width:48px;height:48px;border:0;border-radius:50%;
  background:#fff;color:#000;font-size:34px;line-height:1;cursor:pointer;z-index:5;
}
@media(max-width:560px){
  .shell{padding-inline:10px}
  .hero{min-height:410px}
  .app-button{grid-template-columns:52px 1fr 40px;min-height:82px;gap:11px;padding:10px 12px;border-radius:19px}
  .icon{width:48px;height:48px;font-size:24px}
  .arrow{width:40px;height:40px;font-size:34px}
  .copy small{font-size:12px}
  .stars{display:none}
  .status{font-size:12px}
}
/* FULL-SCREEN MENU IMAGE FIX
   Paste this entire block at the VERY BOTTOM of styles.css.
   It overrides the earlier dialog styles.
*/

dialog{
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #000;
  overflow: hidden;
}

dialog::backdrop{
  background: #000;
}

dialog[open]{
  display: grid;
  place-items: center;
}

dialog img{
  display: block;
  width: 100vw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  object-fit: contain;
  object-position: center;
  background: #000;
}

.close{
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  top: max(14px, env(safe-area-inset-top));
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #000;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 18px rgba(0,0,0,.45);
}

/* Fallback for older browsers that do not support dynamic viewport units */
@supports not (height: 100dvh){
  dialog,
  dialog img{
    height: 100vh;
    max-height: 100vh;
  }
}
