:root {
  --ink: #171811;
  --cream: #fff8e8;
  --yellow: #f6b51b;
  --orange: #f36b21;
  --green: #174f3b;
  --paper: #f4ead5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }

.topbar { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); background: var(--cream); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; font-size: 1.08rem; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-family: "Bebas Neue", sans-serif; font-size: 1.45rem; transform: rotate(-5deg); }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: .88rem; font-weight: 700; }
.nav-cta { padding: 12px 18px; background: var(--green); color: white; border-radius: 999px; }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-bottom: 2px solid var(--ink); }
.hero-copy { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); align-self: center; }
.eyebrow { margin: 0 0 16px; font-size: .77rem; font-weight: 800; letter-spacing: .18em; }
h1, h2 { font-family: "Bebas Neue", sans-serif; line-height: .92; letter-spacing: .01em; margin: 0; font-weight: 400; }
h1 { font-size: clamp(4.6rem, 9vw, 9rem); }
h1 span { color: var(--orange); }
.lead { max-width: 610px; margin: 30px 0 34px; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; border: 2px solid var(--ink); border-radius: 4px; font-weight: 800; font-size: .9rem; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--yellow); }
.button-secondary { background: transparent; }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); white-space: nowrap; }
.button-dark:hover { box-shadow: 5px 5px 0 var(--yellow); }

.hero-art { position: relative; min-height: 580px; background: var(--yellow); overflow: hidden; border-left: 2px solid var(--ink); }
.sunburst { position: absolute; inset: -20%; background: repeating-conic-gradient(from 15deg, rgba(255,255,255,.18) 0 12deg, transparent 12deg 25deg); animation: spin 50s linear infinite; }
.hero-badge { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%) rotate(-6deg); width: min(58%, 330px); aspect-ratio: 1; border-radius: 50%; border: 5px solid var(--ink); outline: 11px solid var(--cream); background: var(--orange); color: var(--cream); display: grid; place-content: center; text-align: center; font-family: "Bebas Neue", sans-serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .82; box-shadow: 18px 18px 0 var(--ink); }
.hero-badge strong { color: var(--yellow); font-weight: 400; }
.snack { position: absolute; width: 92px; height: 92px; display: grid; place-items: center; background: var(--cream); border: 3px solid var(--ink); border-radius: 24px; font-size: 3.2rem; box-shadow: 8px 8px 0 var(--ink); }
.snack-one { top: 10%; left: 8%; transform: rotate(-10deg); }
.snack-two { right: 8%; bottom: 10%; transform: rotate(9deg); }
.snack-three { top: 12%; right: 10%; transform: rotate(12deg); }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { overflow: hidden; padding: 18px 0; background: var(--ink); color: var(--cream); font-family: "Bebas Neue", sans-serif; font-size: 1.35rem; letter-spacing: .06em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { color: var(--yellow); padding: 0 22px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-25%); } }

.section { padding: clamp(78px, 9vw, 130px) clamp(22px, 6vw, 92px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .contact h2, .services h2 { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.section-heading > p { max-width: 470px; line-height: 1.7; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promo-card { position: relative; min-height: 370px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); background: var(--paper); overflow: hidden; }
.promo-card:nth-child(2) { background: var(--yellow); }
.promo-card:nth-child(3) { background: var(--orange); color: var(--cream); }
.promo-number { font-family: "Bebas Neue", sans-serif; font-size: 1.3rem; }
.promo-icon { align-self: center; font-size: 6rem; filter: drop-shadow(9px 10px 0 rgba(23,24,17,.22)); transform: rotate(-7deg); }
.promo-card h3 { margin: 0 0 8px; font-family: "Bebas Neue", sans-serif; font-size: 2.8rem; font-weight: 400; line-height: .95; }
.promo-card p { margin: 0; line-height: 1.5; font-weight: 600; }
.shuffle { margin-top: 24px; padding: 13px 18px; border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 5px; }

.services { padding: clamp(30px, 5vw, 76px); background: var(--green); }
.services-card { padding: clamp(36px, 6vw, 80px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(28px, 5vw, 72px); background: var(--cream); border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--yellow); }
.services-card p { max-width: 700px; line-height: 1.7; }
.service-logo { width: 125px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #e1261c; border: 5px solid var(--ink); box-shadow: 8px 8px 0 var(--yellow); transform: rotate(-7deg); }
.service-logo span { font-family: "Bebas Neue", sans-serif; font-size: 4rem; color: white; }
.coming-soon { width: fit-content; margin-top: 24px; display: flex; align-items: center; gap: 12px; padding: 10px 14px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-size: .82rem; }
.coming-soon strong { letter-spacing: .12em; }
.coming-soon span { font-weight: 800; }

.contact { text-align: center; background: var(--yellow); }
.contact > p:not(.eyebrow) { margin: 24px auto; font-size: 1.1rem; }
.whatsapp-number { display: inline-block; margin: 16px auto 34px; padding-bottom: 8px; border-bottom: 3px solid var(--ink); font-size: clamp(1.25rem, 3vw, 2.4rem); font-weight: 800; }
.socials { display: flex; justify-content: center; gap: 30px; font-size: .84rem; font-weight: 700; opacity: .68; }
footer { padding: 32px clamp(22px, 6vw, 92px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--ink); color: var(--cream); }
.footer-brand .brand-mark { background: var(--yellow); color: var(--ink); }
footer p { font-size: .8rem; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: #25d366; font-weight: 900; box-shadow: 5px 5px 0 var(--ink); }

@media (max-width: 850px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; border-left: 0; border-top: 2px solid var(--ink); }
  .section-heading { display: block; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 300px; }
  .services-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .coming-soon { margin-inline: auto; flex-direction: column; gap: 4px; }
  .socials, footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sunburst, .ticker div { animation: none; }
}
