:root {
  --ink: #190d20;
  --purple-950: #1b071f;
  --purple-900: #2a0b31;
  --purple-800: #42104d;
  --purple-600: #7a1b8d;
  --purple-500: #9a2db0;
  --yellow: #ffed00;
  --gold: #f6bb2d;
  --cream: #fff9e9;
  --green: #84a82e;
  --white: #fffef9;
  --shadow: 0 26px 90px rgba(27, 7, 31, .18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  overflow-x: hidden;
}

body.sheet-is-open { overflow: hidden; }

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

::selection { background: var(--yellow); color: var(--purple-950); }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 200;
  background: var(--yellow); color: var(--ink); padding: 12px 18px; border-radius: 999px;
  font-weight: 800; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute; z-index: 30; inset: 0 0 auto;
  height: 92px; display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 48px)); margin: 0 auto;
  color: white; border-bottom: 1px solid rgba(255,255,255,.15);
}

.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.4px; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 2px solid var(--yellow); }
.brand span { display: flex; flex-direction: column; line-height: .92; font-size: 1.12rem; text-transform: uppercase; }
.brand small { color: var(--yellow); font-size: .68rem; letter-spacing: 2.8px; margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 800; }
.site-header nav a { opacity: .78; transition: opacity .2s, color .2s; }
.site-header nav a:hover { opacity: 1; color: var(--yellow); }
.header-order, .primary-button {
  border: 0; cursor: pointer; border-radius: 999px; background: var(--yellow); color: var(--ink);
  font-weight: 900; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-order { padding: 13px 19px; font-size: .88rem; }
.header-order:hover, .primary-button:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(255,237,0,.24); }

.hero {
  min-height: 760px; height: min(900px, 100svh); position: relative; overflow: hidden;
  display: flex; align-items: center; color: white; background: var(--purple-950);
}
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; animation: heroZoom 12s ease-out both; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(21,3,25,.98) 0%, rgba(31,6,37,.88) 35%, rgba(32,6,37,.24) 68%, rgba(20,4,22,.2) 100%),
    linear-gradient(0deg, rgba(15,2,18,.72) 0%, transparent 42%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 170px;
  background: linear-gradient(transparent, rgba(17,3,19,.46)); pointer-events: none;
}
.orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .22; pointer-events: none; }
.orb-one { width: 460px; height: 460px; left: -260px; top: 130px; background: var(--purple-500); animation: float 8s ease-in-out infinite; }
.orb-two { width: 260px; height: 260px; right: 12%; bottom: -150px; background: var(--yellow); animation: float 7s 1s ease-in-out infinite reverse; }
.hero-content {
  position: relative; z-index: 4; width: min(1180px, calc(100% - 48px)); margin: 70px auto 0;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
}
.hero-copy { max-width: 690px; }
.royal-pill {
  width: fit-content; display: flex; align-items: center; gap: 8px; margin-bottom: 22px;
  padding: 9px 13px; color: var(--yellow); border: 1px solid rgba(255,237,0,.4); border-radius: 999px;
  font-size: .72rem; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase;
  background: rgba(255,237,0,.07); backdrop-filter: blur(10px);
  animation: rise .7s .1s both;
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.4rem, 8.2vw, 8.2rem);
  line-height: .78; letter-spacing: -7px; font-weight: 700; animation: rise .8s .18s both;
}
.hero h1 em, h2 em { font-weight: 400; color: var(--yellow); }
.hero-copy > p { max-width: 560px; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.6; color: rgba(255,255,255,.76); animation: rise .8s .28s both; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; animation: rise .8s .36s both; }
.primary-button { padding: 18px 25px; font-size: .95rem; }
.text-button { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.8); font-weight: 800; font-size: .9rem; }
.text-button i { color: var(--yellow); }
.hero-proof {
  display: flex; align-items: center; gap: 28px; padding: 20px 24px; margin-bottom: 5px;
  background: rgba(24,3,28,.52); border: 1px solid rgba(255,255,255,.14); border-radius: 22px;
  backdrop-filter: blur(16px); animation: rise .8s .48s both;
}
.hero-proof > div { display: flex; align-items: center; gap: 10px; }
.hero-proof > div + div { border-left: 1px solid rgba(255,255,255,.14); padding-left: 25px; }
.hero-proof strong { color: var(--yellow); font-family: Georgia, serif; font-size: 2rem; }
.hero-proof > div > i { color: var(--yellow); font-size: 1.7rem; }
.hero-proof span { font-size: .67rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .7px; color: rgba(255,255,255,.68); }
.scroll-cue { position: absolute; z-index: 6; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: .65rem; letter-spacing: 2px; text-transform: uppercase; opacity: .72; }
.scroll-cue i { color: var(--yellow); animation: bounce 1.8s infinite; }

.flavor-ribbon { background: var(--yellow); color: var(--purple-950); overflow: hidden; transform: rotate(-1.2deg) scale(1.03); position: relative; z-index: 8; box-shadow: 0 12px 38px rgba(38,4,42,.16); }
.flavor-ribbon > div { min-width: max-content; display: flex; align-items: center; gap: 28px; padding: 16px 0; animation: marquee 17s linear infinite; font-weight: 1000; font-size: .86rem; letter-spacing: 3px; }
.flavor-ribbon i { font-style: normal; color: var(--purple-600); }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.flavors { padding: 150px 0 120px; }
.section-heading { max-width: 760px; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--purple-600); font-size: .72rem; font-weight: 1000; letter-spacing: 2.2px; text-transform: uppercase; }
.section-heading h2, .units-intro h2, .ifood-copy h2, .social h2, .royal-break h2 {
  margin-bottom: 26px; font-family: Georgia, serif; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .92; letter-spacing: -4px;
}
.section-heading h2 em, .units-intro h2 em { color: var(--purple-600); }
.section-heading > p { max-width: 570px; font-size: 1.05rem; line-height: 1.7; color: #6e5d72; }
.product-scroller { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.product-card { position: relative; height: 510px; border-radius: 28px; overflow: hidden; color: white; box-shadow: var(--shadow); isolation: isolate; }
.product-photo { position: absolute; inset: 0; background-size: cover; background-repeat: no-repeat; filter: saturate(1.05) contrast(1.04); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.photo-confete { background-image: url("../img/produto-confete.webp"); background-size: 135%; background-position: 50% 44%; }
.photo-chocolate { background-image: url("../img/produto-chocolate.webp"); background-size: 140%; background-position: 50% 100%; }
.photo-frozen { background-image: url("../img/produto-frozen.webp"); background-position: 50% 50%; }
.product-card:hover .product-photo { transform: scale(1.08); }
.product-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(25,5,28,.96), rgba(29,5,31,.06) 70%); }
.product-copy { position: absolute; z-index: 2; inset: auto 28px 24px; }
.product-copy > span { display: block; color: var(--yellow); text-transform: uppercase; letter-spacing: 1.8px; font-size: .65rem; font-weight: 900; margin-bottom: 10px; }
.product-copy h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 2rem; letter-spacing: -1px; }
.product-copy p { margin-bottom: 0; color: rgba(255,255,255,.72); line-height: 1.5; font-size: .88rem; }
.card-number { position: absolute; z-index: 3; right: 22px; top: 18px; font-family: Georgia, serif; color: var(--yellow); font-size: .85rem; }
.swipe-hint { display: none; }

.royal-break { position: relative; min-height: 650px; padding: 110px max(24px, calc((100vw - 1180px) / 2)); background: var(--purple-950); color: white; overflow: hidden; display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; }
.royal-break::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,237,0,.12); border-radius: 50%; right: -160px; top: -240px; box-shadow: 0 0 0 80px rgba(255,237,0,.03), 0 0 0 160px rgba(255,237,0,.02); }
.break-mark { position: absolute; right: 14%; top: 21%; width: 115px; height: 115px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--purple-950); font-size: 2.4rem; animation: float 5s ease-in-out infinite; }
.royal-break > div:not(.break-mark) > span { color: var(--yellow); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.royal-break h2 { margin: 18px 0 0; font-size: clamp(4rem, 7vw, 7rem); }
.royal-break > p { color: rgba(255,255,255,.62); line-height: 1.8; font-size: 1.05rem; margin-bottom: 18px; }

.units { padding: 130px 0; }
.units-intro { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 60px; }
.units-intro h2 { margin-bottom: 0; }
.units-intro > p { max-width: 390px; line-height: 1.7; color: #6e5d72; }
.unit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.unit-card { position: relative; min-height: 310px; padding: 30px; background: white; border: 1px solid rgba(67,18,73,.1); border-radius: 26px; box-shadow: 0 18px 60px rgba(48,12,55,.07); transition: transform .25s ease, border-color .25s ease; }
.unit-card:hover { transform: translateY(-5px); border-color: rgba(122,27,141,.35); }
.unit-card.featured { background: var(--yellow); }
.unit-badge { position: absolute; right: 24px; top: 24px; padding: 8px 11px; border-radius: 999px; color: var(--yellow); background: var(--purple-950); font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; }
.unit-top { display: flex; justify-content: space-between; color: var(--purple-600); margin-bottom: 32px; }
.unit-top > i { font-size: 1.5rem; }
.unit-index { font-family: Georgia, serif; font-size: .8rem; font-weight: 700; }
.unit-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 2.2rem; letter-spacing: -1px; }
.unit-area, .unit-hours { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #77687a; font-size: .84rem; }
.featured .unit-area, .featured .unit-hours { color: rgba(25,13,32,.66); }
.unit-actions { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.menu-link { flex: 1; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; background: var(--purple-950); color: white; font-size: .82rem; font-weight: 900; transition: background .2s, transform .2s; }
.menu-link:hover { background: var(--purple-600); transform: translateY(-2px); }
.whatsapp-link { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #22c868; color: white; font-size: 1.15rem; transition: transform .2s; }
.whatsapp-link:hover { transform: scale(1.07); }
.fifth-unit { margin-top: 18px; display: flex; align-items: center; gap: 20px; padding: 24px 28px; border: 1px dashed rgba(122,27,141,.3); border-radius: 22px; background: rgba(122,27,141,.04); }
.fifth-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-900); color: var(--yellow); font-size: 1.25rem; }
.fifth-unit > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.fifth-unit span:first-child { color: var(--purple-600); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.3px; }
.fifth-unit strong { font-family: Georgia, serif; font-size: 1.2rem; }
.fifth-unit p { margin-bottom: 0; color: #77687a; font-size: .78rem; }
.status-dot { margin-left: auto; white-space: nowrap; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; }
.status-dot i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #32c86a; box-shadow: 0 0 0 5px rgba(50,200,106,.12); }

.ifood-section { padding-bottom: 130px; }
.ifood-card { position: relative; overflow: hidden; min-height: 500px; border-radius: 34px; background: #e72431; color: white; display: flex; align-items: center; padding: 70px; }
.ifood-card::after { content: ""; position: absolute; right: -90px; bottom: -250px; width: 590px; height: 590px; border-radius: 50%; border: 70px solid rgba(255,255,255,.09); }
.ifood-glow { position: absolute; width: 480px; height: 480px; left: -180px; top: -270px; border-radius: 50%; background: rgba(255,255,255,.13); filter: blur(3px); }
.ifood-copy { position: relative; z-index: 3; max-width: 650px; }
.ifood-copy .eyebrow { color: white; opacity: .74; }
.ifood-copy h2 { font-size: clamp(3.6rem, 6vw, 6.7rem); margin-bottom: 24px; }
.ifood-copy h2 em { color: white; }
.ifood-copy p { max-width: 500px; color: rgba(255,255,255,.76); line-height: 1.7; }
.ifood-copy > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 16px 22px; border-radius: 999px; background: white; color: #c20e22; font-size: .86rem; font-weight: 900; transition: transform .2s; }
.ifood-copy > a:hover { transform: translateY(-3px); }
.ifood-visual { position: absolute; z-index: 2; right: 75px; top: 50%; transform: translateY(-50%) rotate(-7deg); width: 235px; height: 280px; border-radius: 38px; background: white; color: #e72431; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 35px 70px rgba(87,0,9,.22); }
.ifood-visual span { font-size: 2.5rem; font-weight: 1000; letter-spacing: -3px; }
.ifood-visual i { font-size: 5rem; margin-top: 15px; }

.social { min-height: 670px; position: relative; overflow: hidden; display: grid; place-items: center; padding: 100px 24px; text-align: center; color: white; background: linear-gradient(135deg, var(--purple-800), var(--purple-950)); }
.social::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--yellow); left: -300px; bottom: -150px; filter: blur(80px); opacity: .24; }
.social-noise { position: absolute; inset: 0; opacity: .11; background-image: radial-gradient(rgba(255,255,255,.9) .8px, transparent .8px); background-size: 18px 18px; mask-image: linear-gradient(90deg, black, transparent 50%, black); }
.social-content { position: relative; z-index: 4; }
.social .eyebrow { color: var(--yellow); }
.social h2 { margin-bottom: 35px; font-size: clamp(3.5rem, 6.5vw, 7rem); }
.social h2 em { color: var(--yellow); }
.social-content > a { display: inline-flex; align-items: center; gap: 12px; padding: 17px 23px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-weight: 900; transition: background .2s, color .2s, transform .2s; }
.social-content > a:hover { background: var(--yellow); color: var(--purple-950); transform: translateY(-3px); }
.social-orbit { position: absolute; right: -85px; top: -85px; width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(255,237,0,.3); display: grid; place-items: center; color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: 1.4px; animation: spin 18s linear infinite; }

.site-footer { position: relative; overflow: hidden; padding: 78px max(24px, calc((100vw - 1180px) / 2)) 30px; background: #120416; color: white; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--yellow), var(--gold), var(--purple-500), var(--yellow)); }
.footer-glow { position: absolute; width: 520px; height: 520px; right: -300px; top: -290px; border-radius: 50%; background: var(--purple-600); filter: blur(80px); opacity: .18; pointer-events: none; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .65fr 1.1fr; gap: 80px; padding-bottom: 62px; }
.footer-brand { display: flex; align-items: center; gap: 16px; width: fit-content; }
.footer-brand img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--yellow); box-shadow: 0 0 0 7px rgba(255,237,0,.07); }
.footer-brand > span { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.35rem; }
.footer-brand small { color: var(--yellow); font-size: .67rem; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; }
.footer-about > p { max-width: 355px; margin: 24px 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.7; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a, .footer-socials button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.06); color: white; cursor: pointer; font-size: 1.05rem; transition: transform .2s, background .2s, color .2s; }
.footer-socials a:hover, .footer-socials button:hover { transform: translateY(-3px); background: var(--yellow); color: var(--purple-950); }
.footer-nav { display: flex; flex-direction: column; gap: 6px; }
.footer-nav > span, .footer-order > span { margin-bottom: 14px; color: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.footer-nav a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: .86rem; font-weight: 800; transition: color .2s, padding .2s; }
.footer-nav a:hover { padding-left: 5px; color: var(--yellow); }
.footer-nav i { font-size: .72rem; }
.footer-order { padding: 30px; border: 1px solid rgba(255,237,0,.18); border-radius: 25px; background: linear-gradient(135deg, rgba(255,237,0,.1), rgba(255,255,255,.025)); }
.footer-order h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: 2.15rem; line-height: 1; letter-spacing: -1.4px; }
.footer-order button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--yellow); color: var(--purple-950); cursor: pointer; font-size: .82rem; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.footer-order button:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(255,237,0,.16); }
.footer-order small { display: block; margin-top: 13px; color: rgba(255,255,255,.45); text-align: center; font-size: .67rem; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-bottom > span, .footer-bottom a { display: flex; align-items: center; gap: 7px; }
.footer-bottom a { color: rgba(255,255,255,.72); transition: color .2s; }
.footer-bottom a:hover { color: var(--yellow); }

.mobile-order { display: none; }
.order-layer { position: fixed; z-index: 100; inset: 0; pointer-events: none; visibility: hidden; transition: visibility .35s; }
.order-layer.open { pointer-events: auto; visibility: visible; }
.order-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(19,4,23,.76); opacity: 0; backdrop-filter: blur(7px); transition: opacity .35s; }
.order-layer.open .order-backdrop { opacity: 1; }
.order-sheet { position: absolute; right: 22px; top: 22px; bottom: 22px; width: min(500px, calc(100% - 44px)); padding: 38px; border-radius: 30px; background: var(--cream); transform: translateX(calc(100% + 35px)); transition: transform .5s cubic-bezier(.16,1,.3,1); overflow-y: auto; }
.order-layer.open .order-sheet { transform: translateX(0); }
.sheet-handle { display: none; }
.sheet-heading { display: flex; justify-content: space-between; gap: 25px; align-items: start; margin-bottom: 35px; }
.sheet-heading span { color: var(--purple-600); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; }
.sheet-heading h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 2.5rem; letter-spacing: -1px; }
.sheet-heading button { width: 42px; height: 42px; border: 1px solid rgba(26,5,31,.12); border-radius: 50%; background: transparent; cursor: pointer; }
.sheet-units { display: grid; gap: 10px; }
.sheet-units > a { display: flex; align-items: center; gap: 15px; min-height: 78px; padding: 12px 16px; border-radius: 18px; background: white; border: 1px solid rgba(65,11,73,.08); transition: border-color .2s, transform .2s; }
.sheet-units > a:hover { transform: translateX(-4px); border-color: rgba(122,27,141,.35); }
.sheet-unit-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--purple-950); }
.sheet-units > a > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; gap: 3px; }
.sheet-units strong { font-family: Georgia, serif; font-size: 1.12rem; }
.sheet-units small { color: #7a6b7e; font-size: .72rem; }
.sheet-units > a > i { color: var(--purple-600); }
.sheet-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0 16px; color: #8a7b8d; font-size: .64rem; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.sheet-divider::before, .sheet-divider::after { content: ""; flex: 1; height: 1px; background: rgba(65,11,73,.13); }
.ifood-order-button { position: relative; isolation: isolate; min-height: 82px; display: flex; align-items: center; gap: 15px; overflow: hidden; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: linear-gradient(135deg, #ef3340, #c71126); color: white; box-shadow: 0 16px 35px rgba(194,14,34,.22); transition: transform .25s ease, box-shadow .25s ease; }
.ifood-order-button::before { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; right: -80px; top: -110px; border-radius: 50%; background: rgba(255,255,255,.14); }
.ifood-order-button:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(194,14,34,.3); }
.ifood-order-icon { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 16px; background: white; color: #d9152c; box-shadow: 0 8px 22px rgba(99,0,10,.14); font-size: 1.35rem; }
.ifood-order-copy { display: flex; flex: 1; flex-direction: column; gap: 4px; }
.ifood-order-copy strong { font-family: Georgia, serif; font-size: 1.12rem; }
.ifood-order-copy small { color: rgba(255,255,255,.76); font-size: .69rem; }
.ifood-order-arrow { font-size: .9rem; }
.order-sheet > p { margin: 24px 5px 0; color: #7a6b7e; font-size: .72rem; line-height: 1.5; }

[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--delay, 0ms), transform .8s var(--delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-18px) rotate(4deg); } }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { height: auto; min-height: 830px; }
  .hero-content { align-items: flex-start; flex-direction: column; margin-top: 110px; }
  .hero-proof { margin-top: 10px; }
  .product-card { height: 440px; }
  .ifood-card { padding: 55px; }
  .ifood-visual { right: 35px; width: 200px; height: 245px; opacity: .32; }
  .ifood-copy { max-width: 620px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-order { grid-column: 1 / 3; }
}

@media (max-width: 720px) {
  .site-header { height: 75px; width: calc(100% - 30px); }
  .brand img { width: 45px; height: 45px; }
  .brand span { font-size: .94rem; }
  .brand small { font-size: .64rem; }
  .header-order { padding: 12px 15px; font-size: .84rem; }
  .header-order i { display: none; }
  .hero { min-height: 820px; height: 100svh; align-items: flex-end; }
  .hero-media img { object-position: center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(18,3,21,.98) 0%, rgba(24,3,29,.86) 43%, rgba(24,3,29,.14) 76%, rgba(20,2,24,.45) 100%); }
  .hero-content { width: calc(100% - 30px); margin: 0 auto 78px; gap: 26px; }
  .royal-pill { margin-bottom: 16px; padding: 10px 13px; font-size: .7rem; letter-spacing: .8px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.5rem); letter-spacing: -4px; line-height: .8; margin-bottom: 17px; }
  .hero-copy > p { max-width: 420px; margin-bottom: 0; font-size: 1.02rem; line-height: 1.55; }
  .hero-actions { margin-top: 23px; gap: 16px; }
  .primary-button { padding: 17px 19px; font-size: .9rem; }
  .text-button { font-size: .86rem; }
  .hero-proof { width: 100%; gap: 10px; padding: 16px 15px; border-radius: 17px; }
  .hero-proof > div { flex: 1; gap: 7px; }
  .hero-proof > div + div { padding-left: 13px; }
  .hero-proof strong { font-size: 1.7rem; }
  .hero-proof > div > i { font-size: 1.4rem; }
  .hero-proof span { font-size: .63rem; line-height: 1.32; letter-spacing: .25px; }
  .scroll-cue { display: none; }
  .flavor-ribbon > div { padding: 14px 0; gap: 20px; font-size: .78rem; }
  .section-shell { width: calc(100% - 30px); }
  .flavors { width: 100%; padding: 105px 0 90px; }
  .section-heading { width: calc(100% - 30px); margin: 0 auto; }
  .section-heading h2, .units-intro h2, .ifood-copy h2, .social h2, .royal-break h2 { letter-spacing: -2.5px; }
  .section-heading h2 { font-size: 3.2rem; }
  .section-heading > p { font-size: 1rem; line-height: 1.65; }
  .product-scroller { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-top: 42px; padding: 0 15px 24px; scrollbar-width: none; }
  .product-scroller::-webkit-scrollbar { display: none; }
  .product-card { min-width: 82vw; height: 470px; scroll-snap-align: center; border-radius: 24px; }
  .product-copy { inset: auto 24px 24px; }
  .product-copy > span { font-size: .72rem; line-height: 1.3; }
  .product-copy h3 { font-size: 2.15rem; line-height: 1.05; }
  .product-copy p { font-size: .97rem; line-height: 1.55; color: rgba(255,255,255,.82); }
  .card-number { font-size: .76rem; }
  .swipe-hint { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 0; color: #7b687f; font-size: .76rem; text-transform: uppercase; letter-spacing: .8px; }
  .royal-break { min-height: 620px; padding: 90px 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 24px; }
  .royal-break h2 { font-size: 4rem; }
  .royal-break > p { max-width: 340px; font-size: 1rem; line-height: 1.7; }
  .break-mark { width: 82px; height: 82px; right: 12%; top: 15%; font-size: 1.8rem; }
  .units { padding: 95px 0; }
  .units-intro { display: block; margin-bottom: 42px; }
  .units-intro h2 { font-size: 3.2rem; }
  .units-intro > p { margin: 25px 0 0; font-size: 1rem; line-height: 1.65; }
  .unit-grid { grid-template-columns: 1fr; gap: 12px; }
  .unit-card { min-height: 295px; padding: 25px; border-radius: 23px; }
  .unit-badge { right: 20px; top: 20px; }
  .unit-card h3 { font-size: 2rem; }
  .unit-badge { font-size: .7rem; }
  .unit-area, .unit-hours { font-size: .94rem; line-height: 1.45; }
  .menu-link { font-size: .92rem; }
  .fifth-unit { align-items: flex-start; padding: 20px; gap: 14px; }
  .fifth-icon { width: 45px; height: 45px; flex-basis: 45px; }
  .fifth-unit strong { font-size: 1rem; }
  .fifth-unit span:first-child { font-size: .7rem; }
  .fifth-unit p { font-size: .86rem; line-height: 1.45; }
  .status-dot { display: none; }
  .ifood-section { width: 100%; padding-bottom: 0; }
  .ifood-card { min-height: 590px; padding: 40px 24px; border-radius: 0; align-items: flex-end; }
  .ifood-copy h2 { font-size: 3.6rem; }
  .ifood-copy p { font-size: .98rem; line-height: 1.65; }
  .ifood-copy > a { font-size: .92rem; }
  .ifood-visual { right: 50%; top: 76px; transform: translateX(50%) rotate(-7deg); width: 155px; height: 180px; opacity: 1; border-radius: 25px; }
  .ifood-visual span { font-size: 1.8rem; letter-spacing: -2px; }
  .ifood-visual i { font-size: 3.2rem; margin-top: 8px; }
  .social { min-height: 610px; }
  .social h2 { font-size: 3.5rem; }
  .social-content > a { font-size: .9rem; }
  .social-orbit { width: 190px; height: 190px; right: -100px; top: -70px; }
  .site-footer { padding: 62px 20px 105px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; padding-bottom: 42px; }
  .footer-order { grid-column: auto; padding: 26px 22px; }
  .footer-brand img { width: 72px; height: 72px; }
  .footer-brand strong { font-size: 1.3rem; }
  .footer-brand small { font-size: .7rem; }
  .footer-about > p { font-size: .96rem; line-height: 1.7; }
  .footer-nav > span, .footer-order > span { font-size: .73rem; }
  .footer-nav a { font-size: .94rem; padding: 14px 0; }
  .footer-order h2 { font-size: 2rem; }
  .footer-order button { font-size: .92rem; }
  .footer-order small { font-size: .75rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; font-size: .78rem; }
  .mobile-order { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 999px; background: var(--yellow); color: var(--purple-950); box-shadow: 0 15px 45px rgba(25,4,29,.3); font-size: .96rem; font-weight: 1000; cursor: pointer; }
  .mobile-order span { display: flex; align-items: center; gap: 8px; }
  .order-sheet { inset: auto 0 0; width: 100%; max-height: 88svh; padding: 14px 18px calc(25px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; transform: translateY(105%); }
  .order-layer.open .order-sheet { transform: translateY(0); }
  .sheet-handle { display: block; width: 42px; height: 5px; margin: 0 auto 20px; border-radius: 999px; background: rgba(38,8,43,.18); }
  .sheet-heading { margin-bottom: 22px; }
  .sheet-heading h2 { font-size: 2rem; }
  .sheet-heading span { font-size: .74rem; }
  .sheet-units > a { min-height: 72px; }
  .sheet-units strong { font-size: 1.18rem; }
  .sheet-units small { font-size: .82rem; }
  .sheet-divider { margin: 20px 0 14px; font-size: .7rem; }
  .ifood-order-button { min-height: 76px; padding: 12px 14px; }
  .ifood-order-icon { width: 48px; height: 48px; flex-basis: 48px; }
  .ifood-order-copy strong { font-size: 1.15rem; }
  .ifood-order-copy small { font-size: .8rem; }
  .order-sheet > p { font-size: .82rem; }
}

@media (max-width: 390px) {
  .header-order { padding: 11px 13px; font-size: .78rem; }
  .hero h1 { font-size: 3.8rem; }
  .hero-actions { gap: 11px; }
  .primary-button { padding-inline: 14px; }
  .product-card { min-width: 86vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
