/*
Theme Name: Happy Feet Entertainment
Author: Happy Feet Entertainment
Description: A fast, responsive one-page WordPress theme for Happy Feet Entertainment.
Version: 1.0.0
Text Domain: happy-feet-entertainment
*/

:root {
  --black: #080808;
  --ink: #141414;
  --panel: #1b1b1b;
  --gold: #d5aa3d;
  --gold-light: #f0d88c;
  --cream: #f7f3e8;
  --white: #ffffff;
  --muted: #bcb7aa;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,8,.94);
  border-bottom: 1px solid rgba(213,170,61,.25);
  backdrop-filter: blur(16px);
}
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); font-weight: 800; letter-spacing: .04em; }
.brand img { width: 76px; height: 58px; object-fit: contain; }
.brand-copy small { display: block; color: var(--gold); font-size: 10px; letter-spacing: .22em; font-weight: 700; }
.menu { display: flex; align-items: center; gap: 24px; color: #eee; font-size: 14px; font-weight: 650; }
.menu a:hover, .menu a:focus { color: var(--gold); }
.menu .nav-cta { padding: 11px 18px; color: var(--black); background: var(--gold); border-radius: 999px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 30%, rgba(213,170,61,.24), transparent 28%),
    linear-gradient(130deg, #070707 20%, #15120b 65%, #050505 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 38%;
  height: 620px;
  border: 1px solid rgba(213,170,61,.18);
  border-radius: 50%;
  transform: rotate(-16deg);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding: 90px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 22px; font-size: clamp(48px, 7vw, 84px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; color: #d7d2c7; font-size: 19px; }
.hero-logo { position: relative; display: grid; place-items: center; min-height: 420px; }
.hero-logo::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(213,170,61,.08); filter: blur(10px); }
.hero-logo img { position: relative; width: min(500px, 100%); filter: drop-shadow(0 24px 55px rgba(213,170,61,.18)); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--gold); border-radius: 999px; font-weight: 800; transition: .2s ease; }
.button.primary { color: var(--black); background: var(--gold); }
.button.secondary { color: var(--white); background: transparent; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(213,170,61,.15); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; color: var(--gold-light); font-size: 13px; }

.section { padding: 100px 0; }
.section.dark { color: var(--white); background: var(--black); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; margin-bottom: 50px; align-items: end; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: #706c63; font-size: 17px; }
.dark .section-heading p { color: var(--muted); }
.gold-rule { width: 54px; height: 4px; margin-bottom: 18px; background: var(--gold); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 32px; border: 1px solid #ded7c8; border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.05); }
.card-number { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.card h3 { margin: 44px 0 12px; font-size: 24px; line-height: 1.2; }
.card p { margin: 0; color: #6d685f; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { display: flex; flex-direction: column; min-height: 430px; padding: 34px; border: 1px solid #393939; border-radius: var(--radius); background: var(--panel); }
.price-card.featured { border-color: var(--gold); background: linear-gradient(155deg, #2b2412, #161616 58%); box-shadow: 0 20px 70px rgba(213,170,61,.1); }
.price-label { color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.price { margin: 14px 0 20px; font-size: 46px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.price-card ul { padding: 0; margin: 0 0 28px; list-style: none; color: #dedbd4; }
.price-card li { position: relative; padding: 8px 0 8px 23px; }
.price-card li::before { content: "•"; position: absolute; left: 2px; color: var(--gold); }
.price-card .button { margin-top: auto; }
.party-strip { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 22px; padding: 28px 32px; border: 1px solid rgba(213,170,61,.35); border-radius: var(--radius); background: #111; }
.party-strip strong { display: block; font-size: 22px; }
.party-strip span { color: var(--muted); }
.party-strip .price { margin: 0; white-space: nowrap; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-panel { min-height: 460px; padding: 50px; display: grid; align-content: end; color: var(--white); border-radius: 28px; background: radial-gradient(circle at 50% 30%, rgba(213,170,61,.25), transparent 32%), #0a0a0a; box-shadow: var(--shadow); }
.about-panel img { width: min(390px, 100%); margin: 0 auto 20px; }
.about-copy h2 { font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.04em; }
.about-copy p { color: #656158; font-size: 17px; }
.included { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.included li { position: relative; padding-left: 22px; font-weight: 650; }
.included li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }

.faq-list { display: grid; gap: 14px; }
details { border: 1px solid #dcd4c3; border-radius: 14px; background: var(--white); padding: 0 24px; }
summary { cursor: pointer; padding: 22px 0; font-weight: 800; }
details p { color: #68645d; padding: 0 0 22px; margin: 0; }

.contact { color: var(--white); background: linear-gradient(135deg, #090909, #1d180d); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.contact h2 { font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.contact p { max-width: 650px; color: #c9c4b8; font-size: 18px; }
.contact-card { padding: 34px; border: 1px solid rgba(213,170,61,.3); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.contact-card a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-card a:last-child { border-bottom: 0; }
.contact-card strong { display: block; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }

.site-footer { padding: 28px 0; color: #aaa399; background: #050505; font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 40; padding: 13px 18px; color: #061b0b; background: #44d16d; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.28); font-weight: 850; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .menu a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .section-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; padding: 70px 0; }
  .hero-logo { min-height: 260px; }
  .hero-logo img { width: min(380px, 95%); }
  .section-heading { gap: 20px; }
  .cards, .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 26px, 1160px); }
  .brand-copy { display: none; }
  .nav-row { min-height: 68px; }
  .brand img { width: 68px; height: 50px; }
  .section { padding: 74px 0; }
  h1 { font-size: 50px; }
  .party-strip, .footer-row { align-items: flex-start; flex-direction: column; }
  .about-panel { min-height: 380px; padding: 28px; }
  .included { grid-template-columns: 1fr; }
  .whatsapp-float { right: 12px; bottom: 12px; }
}
