/*!
Theme Name: Ballena 2026
Theme URI: http://underscores.me/
Author: Thiago Funari
Author URI: https://funaridesign.com.br
Description: Tema desenvolvido para Ballena
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ballena
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ballena 2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.centralizar {
	max-width: 1440px;
	margin: 0 auto;
	display: block;
}

:root{
  --bege: #fffcee;
  --rosa: #ffa1c0;
  --rosa-bg: #f89abb;
  --cinza: #999999;
  --preto: #000000;
}


html, body{
  overflow-x: hidden;
  background-color: var(--bege);
  font-family: 'Roboto', 'Helvetica Neue' , sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  color: var(--preto);
  margin: 0px;
}

@font-face{
    font-family: "FG Jason W00 Regular";
    src: url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.eot");
    src: url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.eot?#iefix")format("embedded-opentype"),
        url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.woff")format("woff"),
        url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.woff2")format("woff2"),
        url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.ttf")format("truetype"),
        url("fonts/f4aceae90b70ef7b63a64df9e4ce243e.svg#FG Jason W00 Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


.site-branding {
  max-width: 180px;
  margin: 0 auto;
  padding: 20px 45px 30px;
  border-radius: 0px 0px 1000px 1000px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fffcee;
}


#hero.centralizar{
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  max-width: calc(100% - 50px);
  overflow: hidden;
  margin-top: 25px;
  border-radius: 20px;
  background-color: var(--rosa-bg);
}

#hero .hero-video{
  position: absolute;
  inset: 0;
  z-index: 2;
}

.btn {
	font-family: 'Anton', sans-serif;
  background-color: var(--bege);
  color: var(--rosa);
  padding: 12px 24px;
  border: none;
  border-radius: 1000px;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  border-radius: 1000px;
}

.btn:hover {
  background-color: var(--preto);
  color: var(--rosa);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}


#hero .btn-hero {
	background-color: var(--rosa);
  color: var(--bege);
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 4;
  padding: 12px 40px;
}

#hero .btn-hero:hover {
  background-color: var(--preto);
  color: var(--rosa);
}

/* remove limitações comuns do tema */
#hero .hero-video iframe{
  max-width: none !important;
  max-height: none !important;
  display: block;
  border: 0;
}

/* cover real (preenche tudo) */
#hero .hero-video iframe{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100vw;
  height: 56.25vw;        /* 16:9 baseado na largura */
  min-width: 177.78vh;    /* 16:9 baseado na altura */
  min-height: 100vh;

  transform: translate(-50%, -50%);
  pointer-events: none;
}


/* Título centralizado dentro da seção hero */
#hero .hero-title{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--bege);
  font-size: clamp(56px, 8vw, 112px); /* dobro do tamanho, responsivo */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  z-index: 1;
}


/* Made in Brazil section */
#madeinbrazil{
  padding: 60px 20px;
  text-align: center;
}

#madeinbrazil h2, #drinks h2, #comprar h2, #contato .contato__title h2 {
  font-size: 155px;
  line-height: 1;
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 400;
  text-transform: uppercase;
}

#comprar h2 {
	color: var(--bege);
	font-size: 100px;
}

#contato .contato__title h2 {
  font-size: 65px;
}

#madeinbrazil h2 strong, #drinks h2 strong{
  color: var(--rosa);
  font-weight: normal;
}

#comprar h2 strong{
  color: var(--preto);
  font-weight: normal;
}

#contato .contato__title h2 strong {
  font-size: 72px;
  color: var(--bege);
  font-weight: normal;
}

#madeinbrazil h3 {
  font-family: "FG Jason W00 Regular", serif;
  font-style: italic;
  color: var(--cinza);
  font-size: 86px;
  font-weight: 400;
  display: inline-block;
  margin: 0px;
  margin-top: -41px;
	text-transform: inherit;
}

#madeinbrazil.padding {
	padding: 150px 0;
	padding-bottom: 120px;
}

.inpink-rotativo img:first-child{
  display: block;              /* evita “pulos” */
  animation: girar360 8s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

@keyframes girar360{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); } /* horário */
}

/* opcional: respeita “reduzir movimento” do sistema */
@media (prefers-reduced-motion: reduce){
  .inpink-rotativo img:first-child{ animation: none; }
}


#madeinbrazil {
  position: relative;
}

.inpink-rotativo{
  position: absolute;
  bottom: 40px;
  right: -100px;

  width: 300px;      /* define tamanho real */
  aspect-ratio: 1/1; /* ou use height:200px; */
  /* height: 200px;  <- alternativa */
}

.inpink-rotativo img{
  position: absolute;
  inset: 0;          /* top/right/bottom/left = 0 */
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* segunda imagem (parada) balança levemente
.inpink-rotativo img:nth-child(2){
  animation: balanco 3s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
} */

@keyframes balanco{
  from { transform: rotate(-20deg); }
  to   { transform: rotate(20deg); }
}



/* base */
#sabores.padding {
	padding-top: 0px;
}
#sabores .sabores-list { margin-top: 24px; }
#sabores .sabor-card__img img { width: 100%; height: auto; display: block; }


  #sabores .sabores-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }


/* (opcional) visual do card */
.sabor-card__link { display:block; text-decoration:none; }
.sabor-card__btn { display:inline-block; margin-top: 10px; }

/* acessível: some visualmente, permanece no SEO/leitor de tela */
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}




#sabores h3 {
  font-family: 'Roboto';
  color: var(--preto);
}

#sabores span {
  font-family: 'Anton', sans-serif;
  background-color: var(--rosa-bg);
  color: var(--bege);
  padding: 5px 30px;
  border: none;
  border-radius: 1000px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  
  font-size: 24px;
}


#sabores a:hover span{
	  background-color: var(--preto);
  color: var(--rosa);
}

#sabores {
  text-align: center;
}

/* animação suave */
#sabores .sabor-card__img img{
  transition: transform .35s ease;
  transform: scale(0.95);
  will-change: transform;
}

/* hover no link aumenta só a imagem */
#sabores a:hover .sabor-card__img img{
  transform: scale(1);
}


#sabores .sabor-card__img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}


.sabor-card__title p {
  margin: 0px;
  margin-bottom: 5px;
}
.sabor-card__title {
  margin: 0px;
  font-size: 24px;
}

@media (max-width: 900px){
  #madeinbrazil h2 {font-size: clamp(40px, 9vw, 155px);}
  #madeinbrazil h2 em{font-size: clamp(28px, 6.5vw, 105px);}
}

#hero .btn-hero {
	bottom: 40px;
}




/* ====== DEIXE ROSA ====== */
/* ====== DEIXE ROSA (CLEAN) ====== */
#deixe-rosa {
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 70px 0px;
}

/* Grid (com fix do slick dentro de grid) */
#deixe-rosa .deixe-rosa__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 100px;
  align-items: center;
}

#deixe-rosa .deixe-rosa__copy,
#deixe-rosa .deixe-rosa__media{
  min-width: 0;
}

#deixe-rosa .deixe-rosa__title{
  margin: 0 0 16px;
  line-height: 1;
  font-size: 96px;
}

#deixe-rosa .deixe-rosa__text{
  margin: 0 0 24px;
}

#deixe-rosa .deixe-rosa__btn{
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
}

/* direita (mídia) */
#deixe-rosa .deixe-rosa__media{
  position: relative;
}

#deixe-rosa .deixe-rosa__hashtag{
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 800;
  letter-spacing: .02em;
}

/* slick container */
#deixe-rosa .deixe-rosa__carousel{
  width: 100%;
  max-width: 100%;
}

/* slides */
/* o slide define o tamanho (formato story) */
#deixe-rosa .deixe-rosa__slide{
  position: relative;
  width: 100%;
  overflow: hidden;
  /* formato story */
  aspect-ratio: 9 / 16;

  /* opcional: limita o tamanho sem travar o iframe */
  max-width: 360px;       /* ajusta conforme seu layout desktop */
  margin-inline: auto;    /* centraliza quando tiver max-width */
}

#deixe-rosa .deixe-rosa__img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Vimeo iframe */
#deixe-rosa .deixe-rosa__slide iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}


#deixe-rosa .deixe-rosa__slide.is-image img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ou contain, se não quiser cortar */
  display: block;
}



/* respiro entre os cards */
#deixe-rosa .js-deixe-rosa-carousel .slick-slide{
  box-sizing: border-box;
}



/* botão volume por slide */
#deixe-rosa .deixe-rosa__vol{
  position: absolute;
  z-index: 10;
  bottom: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;

  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);

  /* centralização perfeita */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

#deixe-rosa .deixe-rosa__vol-icon{
  display: block;
  width: 22px;
  height: 22px;
  fill: #fff;
  transform: translateX(1px); /* ajuste fino visual */
}

/* alternância ícone ON/OFF */
#deixe-rosa .deixe-rosa__vol .icon-on{ display: none; }
#deixe-rosa .deixe-rosa__vol .icon-off{ display: block; }

#deixe-rosa .deixe-rosa__vol.is-unmuted .icon-on{ display: block; }
#deixe-rosa .deixe-rosa__vol.is-unmuted .icon-off{ display: none; }

/* traços dos ícones */
#deixe-rosa .deixe-rosa__vol-icon .icon-on path,
#deixe-rosa .deixe-rosa__vol-icon .icon-off path{
  stroke: #fff;
  stroke-width: 2.8;
  stroke-linecap: round;
}




#deixe-rosa .deixe-rosa__wrap{
  position: relative;
  background: transparent; /* tira o bg do wrap */
  border-radius: 28px;
  padding: 95px;
  padding-left: 150px;
  padding-right: 0px;
  overflow: visible;       /* deixa o carrossel “vazar” se quiser */
}

#deixe-rosa .deixe-rosa__bg{
  position: absolute;
  inset: 0 auto 0 0;       /* top/right/bottom/left */
  width: 80%;              /* ✅ metade do painel (mude aqui) */
  background: var(--rosa-bg);
  border-radius: 28px;     /* mantém cantos arredondados */
  z-index: 0;
  pointer-events: none;
}

/* garante que conteúdo fique acima do bg */
#deixe-rosa .deixe-rosa__grid{
  position: relative;
  z-index: 1;
}




#deixe-rosa .deixe-rosa__grid {
    position: relative;
    z-index: 1;
    margin-right: -100px;
}


.deixe-rosa__title h2 {
  font-size: 94px;
  position: relative;
}
.deixe-rosa__title h2 strong {
  font-family: "FG Jason W00 Regular", serif;
  color: var(--bege);
  display: inline-block;
  position: relative;
  font-size: 112px;
  transform: rotate(-6deg);
  bottom: 15px;
}



.deixe-rosa__text p {
  font-size: 24px;
  color: var(--bege);
  font-weight: bold;
  text-wrap: balance;
}



.btn.deixe-rosa__btn, .drink-card__btn, .comprar-card__btn, #wpforms-submit-117 {
  font-size: 24px;
  background: var(--preto);
  color: var(--rosa);
  transition: all 0.2s ease-in-out;
padding: 8px 30px;
}



.btn.deixe-rosa__btn:hover, .drink-card:hover .drink-card__btn, .comprar-card:hover .comprar-card__btn, #wpforms-submit-117:hover {
  background: var(--preto);
  color: var(--bege);
}

#deixe-rosa .deixe-rosa__hashtag {
  position: absolute;
  top: 30px;
  right: 40px;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--bege);
  font-size: 21px;
}


.deixe-rosa__arrows {
  position: absolute;
  bottom: 25px;
  right: 23.5%;
  z-index: 2;
  width: 15px;
  height: 50px;
}

.padding {
	padding: 50px 0px;
}

#deixe-rosa .deixe-rosa__arrow{
  background: transparent;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}

#deixe-rosa .deixe-rosa__arrow img{
  width: 25px;
  height: auto;
  display: block;
}

/* remove o "texto" padrão e pseudo-elementos do slick */
#deixe-rosa .deixe-rosa__arrow:before{
  content: none !important;
}

#deixe-rosa  .slick-prev, #deixe-rosa  .slick-next {
	width: 25px;
	height: 46px;
	opacity: 0.9;
	transition: 0.1s opacity ease-in-out;
}

#deixe-rosa  .slick-prev:hover, #deixe-rosa  .slick-next:hover {
	opacity: 1;
}

.deixe-rosa__arrows .slick-prev.deixe-rosa__arrow {
    left: -35px;
}

.deixe-rosa__arrows .slick-next.deixe-rosa__arrow {
    right: -25px;
}



/* ====== DRINKS ====== */
#drinks {
  padding: 80px 20px;
}

#drinks .drinks__title {
  text-align: center;
  margin-bottom: 32px;
}

#drinks .drinks__list {
  margin-top: 10px;
}

/* card */
#drinks .drink-card {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

#drinks .drink-card__img {
  overflow: hidden;
}

#drinks .drink-card__img img {
  width: 100%;
  height: auto;
  display: block;  
  border-radius: 18px;
}

#drinks .drink-card__title {
  margin: 14px 0 10px;
  color: var(--rosa);
  font-size: 39px;
}
#drinks .drink-card__btn {
  display: inline-block;
}

/* Desktop: quando NÃO estiver slick, vira grid 3 colunas */
@media (min-width: 1024px){
  #drinks .drinks__list:not(.slick-initialized){
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

/* Espaçamento slick */
#drinks .js-drinks .slick-slide { padding: 0 10px; }
#drinks .js-drinks .slick-list { margin: 0 -10px; }

/* Mobile: ajusta o respiro do centerMode */
@media (max-width: 1023px){
  #drinks { padding: 60px 16px; }
}

/* DRINKS: zoom sutil no hover */
#drinks .drink-card__img img{
  transition: transform .35s ease;
  transform: scale(0.96);
  will-change: transform;
}

#drinks .drink-card:hover .drink-card__img img{
  transform: scale(1);
}



#drinks .drink-card p {
  text-wrap: balance;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 20px;
}


/* ====== COMPRAR ====== */
#comprar{
  padding: 80px 20px;
}

#comprar .comprar__title{
  text-align: center;
  margin-bottom: 32px;
}

#comprar .comprar__list{
  margin-top: 10px;
}

/* card (link inteiro) */
#comprar .comprar-card{
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

#comprar .comprar-card__img{
  overflow: hidden;
}

#comprar .comprar-card__img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;

  transition: transform .35s ease;
  transform: scale(0.96);
  will-change: transform;
}

#comprar .comprar-card:hover .comprar-card__img img{
  transform: scale(1);
}

#comprar .comprar-card__title{
  margin: 14px 0 10px;
}

#comprar .comprar-card__btn{
  display: inline-block;
}

/* Desktop: quando NÃO estiver slick, vira grid 4 colunas */
@media (min-width: 1024px){
  #comprar .comprar__list:not(.slick-initialized){
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

/* Espaçamento slick (respirar) */
#comprar .js-comprar .slick-slide{ padding: 0 10px; }
#comprar .js-comprar .slick-list{ margin: 0 -10px; }

/* Arrows (25px) */
#comprar .comprar__arrow{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

#comprar .comprar__arrow img{
  width: 25px;
  height: auto;
  display: block;
}

/* mobile */
@media (max-width: 1023px){
  #comprar{ padding: 60px 16px; }
}


#comprar {
	background-color: var(--rosa-bg);
	margin-top: 50px;
}

#comprar h3 {
  font-family: 'Roboto', 'Helvetica Neue' , sans-serif;
  text-transform: initial;
}


/* ===== Contato ===== */


#contato .contato__grid{
  display: flex;
  align-items: center;   /* justificado no centro (vertical) */
  justify-content: space-between;
  gap: 60px;
}

#contato .contato__imagem{
  flex: 1 1 30%;
  min-width: 0;
}

#contato .contato__imagem img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

#contato .contato__info{
  flex: 1 1 50%;
  min-width: 0;
}

#contato .contato__title{
  margin: 0 0 16px;
  line-height: 1;
}

#contato .contato__text{
  margin: 0 0 24px;
}

/* mobile */
@media (max-width: 1023px){
  #contato .contato__grid{
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
}


#contato {
  background-color: var(--rosa-bg);
}


/* ===== WPForms (apenas este form) ===== */
.form-rosa.wpforms-container .wpforms-field input[type="text"],
.form-rosa.wpforms-container .wpforms-field input[type="email"],
.form-rosa.wpforms-container .wpforms-field input[type="tel"],
.form-rosa.wpforms-container .wpforms-field textarea,
.form-rosa.wpforms-container .wpforms-field select{
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;

  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;

  padding: 12px 0 !important;
  height: auto !important;
}



div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    background: transparent !important;
    background-clip: padding-box;
    border-radius: 0px!important;
    color: var(--wpforms-field-text-color);
    border-width: var(--wpforms-field-border-size);
    border-style: var(--wpforms-field-border-style);
    border-color: var(--wpforms-field-border-color);
    padding: 0 var(--wpforms-field-size-padding-h);
    font-size: var(--wpforms-field-size-font-size);
    line-height: 100%;
    box-shadow: none;
    transition: border 0.15s, box-shadow 0.15s;
	border: 0px!important;
	border-bottom: 2px solid #fff !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1!important;; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
  opacity: 1!important;; /* Firefox */
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
  padding-inline-start: 14px;
  color: #fff;
}

#contato .wpforms-container .wpforms-field, #contato .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0px;
}



#wpforms-submit-117 {
  border-radius: 1000px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  max-height: inherit;
  height: inherit;
}

.contato__form {
  max-width: 700px;
}
#wpforms-117 {
  margin-bottom: 0px;
}
#contato .contato__grid {
  align-items: center;
}

#contato .centralizar {
  max-width: 1400px;
}
#contato p {
  text-wrap: balance;
}

#contato.padding {
  padding-bottom: 80px;
}


.site-footer{
  background: var(--bege, #fbf6ea);
}

.footer-topbar{
  background: var(--rosa-bg);
  padding: 14px 0;
  margin-top: 20px;
}

.footer-topbar__text{
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
   font-family: 'Anton', sans-serif;
   font-size: 18px;
}

.footer-main{
  padding: 50px 0px;
}

.footer-main__inner{
  text-align: center;
}

.footer-brand__logo img{
  max-width: 170px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 22px;
}

.footer-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu a{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.footer-email{
  display: inline-block;
  margin-top: 18px;
  text-decoration: none;
  color: #000;
  opacity: .85;
}

.footer-divider{
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.15);
  max-width: 520px;
  margin: 30px auto;
}

.footer-legal{
  margin-top: 14px;
  font-size: 14px;
  opacity: .85;
}


.footer-brand.centralizar img {
  max-width: 180px;
}
.footer-nav.footer-nav--primary.centralizar {
  font-size: 24px;
  margin-top: 10px;
}
.footer-email.centralizar {
  margin-top: 5px;
}
.footer-divider {
  max-width: 100%;
}
.footer-legal.centralizar {
  margin-top: 5px;
}
.footer-nav.footer-nav--secondary.centralizar a {
  font-weight: normal;
}
#colophon a:hover {
  color: var(--rosa-bg);
}
.footer-main {
  padding-bottom: 0px;
}


.mobile-only {
  display: none;
}


#deixe-rosa .js-deixe-rosa-carousel .slick-slide > *{ padding: 0 5px; }


@media (max-width: 1650px) {


  #madeinbrazil h2, #drinks h2, #comprar h2, #contato .contato__title h2 {
  font-size: 130px;
}

#madeinbrazil h3 {
  font-size: 70px;
}

.inpink-rotativo {
  bottom: 60px;
  right: 30px;
  width: 220px;
  height: 220px;
}

#sabores .sabor-card__img {
  max-width: 300px;
  width: 100%;
}

#sabores .sabores-list {
  max-width: 90%;
  margin: 0 auto;
}


  #deixe-rosa .deixe-rosa__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 50px;
    align-items: center;
  }

  .deixe-rosa__title h2 {
  font-size: 80px;
}

.deixe-rosa__title h2 strong {
  font-size: 100px;
}

.deixe-rosa__text p {
    font-size: 21px;
    font-weight: 400;
  }

.btn.deixe-rosa__btn, .drink-card__btn, .comprar-card__btn, #wpforms-submit-117, #sabores span {
  font-size: 21px;
}


#deixe-rosa .deixe-rosa__wrap {
  padding: 90px 60px;
}

#drinks h2 {
  text-wrap: balance;
}

#drinks .drink-card__title {
  font-size: 36px;
}


#comprar h2 {
  font-size: 80px;
  max-width: 930px;
}


#hero .hero-title {
  font-size: clamp(23px, 8vw, 90px);
}


.btn {
  font-size: 28px;
}

.deixe-rosa__arrows {
  bottom: 30px;
  right: 24.5%;
}

#comprar .comprar__list {
  max-width: 95%;
  margin: 0 auto;
}

#comprar .btn {
    font-size: 24px;
  }

  
#contato .contato__title h2 {
  font-size: 62px;
}
#contato .contato__title h2 strong {
  font-size: 62px;
  font-weight: regular;
}


#contato .centralizar {
  max-width: 95%;
}

 }


@media (max-width: 1400px) {

  .deixe-rosa__title h2 {
    font-size: 72px;
  }

  .deixe-rosa__title h2 strong {
    font-size: 90px;
  }

  .deixe-rosa__text p {
    font-size: 18px;
  }

  .sabor-card__title {
  margin: 0px;
  font-size: 22px;
}


 #madeinbrazil h2 {
    font-size: 120px;
  }

  #drinks h2 {
    font-size: 100px;
  }


#madeinbrazil.padding {
  padding: 120px 0;
}



    #hero .hero-title {
    font-size: clamp(23px, 8vw, 78px);
  }
  

   }


   @media (max-width: 1300px) {

}



@media (max-width: 1200px) {
  .inpink-rotativo {
    bottom: 0px;
    right: 30px;
    width: 150px;
    height: 150px;
  }

  
#deixe-rosa .deixe-rosa__bg {
  width: 100%;
}
#deixe-rosa .deixe-rosa__wrap {
  padding: 60px;
  text-align: center;
}
#deixe-rosa .deixe-rosa__grid {
  grid-template-columns: 1fr;
  gap: 0px;
  margin: 0px;
}
.deixe-rosa__bg .deixe-rosa__hashtag {
  display: none;
}
#deixe-rosa .deixe-rosa__hashtag {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
}
.deixe-rosa__arrows {
  display: none;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}


#deixe-rosa .deixe-rosa__text {
  display: none;
}
#deixe-rosa .deixe-rosa__btn {
  display: none;
}


#deixe-rosa .deixe-rosa__copy.mobile-only .deixe-rosa__text {
  display: block;
}
#deixe-rosa .deixe-rosa__copy.mobile-only .deixe-rosa__btn {
  display: block;
}

}



/* =========
   VISIBILIDADE por breakpoint
   ========= */
.deixe-rosa__carousel--slick { display: block; }
.deixe-rosa__grid4 { display: none; }

@media (max-width: 1200px){
  .deixe-rosa__carousel--slick { display: none !important; }
  .deixe-rosa__grid4 { display: flex !important; }
}

/* =========
   LISTA HORIZONTAL (<=1200) – scroll nativo
   ========= */
@media (max-width: 1200px){

  #deixe-rosa{
    max-width: 100%;
    padding: 70px 0;
  }

  #deixe-rosa .deixe-rosa__wrap{
    padding-left: 0;
    padding-right: 0;
  }

  /* full-bleed da área de mídia */
  #deixe-rosa .deixe-rosa__media{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /* trilha horizontal */
  #deixe-rosa .deixe-rosa__grid4{
    --gap: 16px;
    --cardW: 19.5vw;        /* ~4 e um pedaço em 1200px */
    --cardMin: 140px;       /* segurança */
    --cardMax: 220px;       /* segurança */

    display: flex;
    gap: var(--gap);

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    padding: 0 20px 10px;   /* respiro lateral + espaço pra barra */
    scroll-snap-type: x proximity;
    scroll-padding-left: 20px;
  }

  /* opcional: esconder scrollbar (mantém scroll) */
  #deixe-rosa .deixe-rosa__grid4::-webkit-scrollbar{ height: 0; }
  #deixe-rosa .deixe-rosa__grid4{ scrollbar-width: none; }

  /* cards */
  #deixe-rosa .deixe-rosa__cell{
    flex: 0 0 clamp(var(--cardMin), var(--cardW), var(--cardMax));
    aspect-ratio: 9 / 16;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #000;

    scroll-snap-align: start;
  }

  #deixe-rosa .deixe-rosa__cell iframe,
  #deixe-rosa .deixe-rosa__cell img{
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border: 0;
    display: block;
  }

  /* botão volume */
  #deixe-rosa .deixe-rosa__cell.is-vimeo{ position: relative; }

  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol{
    position: absolute;
    z-index: 10;
    bottom: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
  }

  #deixe-rosa .deixe-rosa__grid4 iframe{ pointer-events: none; }

  /* alternância ícone */
  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol .icon-on{ display:none; }
  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol .icon-off{ display:block; }
  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol.is-unmuted .icon-on{ display:block; }
  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol.is-unmuted .icon-off{ display:none; }

  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol-icon .icon-on path,
  #deixe-rosa .deixe-rosa__grid4 .deixe-rosa__vol-icon .icon-off path{
    stroke:#fff;
    stroke-width:2.8;
    stroke-linecap:round;
  }
}

/* mais “mobile”: mostra menos cards por vez automaticamente */
@media (max-width: 900px){
  #deixe-rosa .deixe-rosa__grid4{
    --cardW: 44vw;     /* ~2 e um pedaço */
    --cardMax: 260px;
    padding: 0 16px 10px;
    scroll-padding-left: 16px;
  }
}

@media (max-width: 1200px){
  #deixe-rosa .deixe-rosa__grid4{
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .deixe-rosa__copy.mobile-only {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 25px;
  }

  #deixe-rosa .deixe-rosa__copy.mobile-only .deixe-rosa__btn {
    display: inline-block;
  }

  #deixe-rosa .deixe-rosa__media {
    margin-top: 25px;
  }

  #comprar .centralizar {
    max-width: 100%;
  }

  #comprar.padding {
    padding: 60px 0px;
  }

  #comprar .comprar__list {
    max-width: 100%;
  }

  #comprar .js-comprar .slick-slide {
    padding: 0;
  }

  #comprar h2 {
    max-width: 90%;
  }

  #comprar h3 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) and (hover: none) and (pointer: coarse){
  #deixe-rosa .deixe-rosa__grid4::-webkit-scrollbar{ height: 0; }
  #deixe-rosa .deixe-rosa__grid4{ scrollbar-width: none; }
}

@media (max-width: 1200px) and (hover: hover) and (pointer: fine){
  #deixe-rosa .deixe-rosa__grid4{ scrollbar-width: auto; }
  #deixe-rosa .deixe-rosa__grid4::-webkit-scrollbar{ height: 10px; }
}


/* UX do "grab" no desktop */
@media (hover: hover) and (pointer: fine){
  #deixe-rosa .deixe-rosa__grid4{
    cursor: grab;
    user-select: none;
  }
  #deixe-rosa .deixe-rosa__grid4.is-dragging{
    cursor: grabbing;
  }
  body.no-select{
    user-select: none;
  }

  
}

@media (max-width: 900px){

.inpink-rotativo {
        bottom: 20px;
        right: 30px;
        width: 100px;
        height: 100px;
    }

    #madeinbrazil h2 {
        font-size: 14vw;
    }

       #madeinbrazil h3 {
        font-size: 8vw;
        margin-top: -30px;
    }

    #drinks h2 {
        font-size: 12vw;
    }

    .deixe-rosa__title h2 strong {
        font-size: 10vw;
    }

    .deixe-rosa__title h2 {
        font-size: 10vw;
    }

        #deixe-rosa .deixe-rosa__bg {
        width: 93%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }


    #sabores .sabores-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 110px;
}

#comprar h2 {
        font-size: 8vw;
    }
#contato {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#contato .contato__text {
  font-size: 18px;
}


#contato .contato__grid {
  gap: 60px;
}

.btn.deixe-rosa__btn, .drink-card__btn, .comprar-card__btn, #wpforms-submit-117, #sabores span {
        font-size: 24px;
    }

    .site-branding {
      top: 0px;
    }
    

    #hero .hero-title {
        font-size: clamp(35px, 12vw, 86px);
        width: 95%;
    }

        #sabores .sabor-card__img {
        max-width: 400px;
    }

    #sabores .sabor-card__img img {
    transform: none;
}

	
.inpink-rotativo {
  display: none;
}


  }

@media (max-width: 768px) {
  #hero .btn-hero {
    font-size: 24px;
    display: inline-block;
    min-width: 255px;
    text-align: center;
}


    .site-branding {
        max-width: 155px;
        padding: 15px 40px 25px;
    }

.deixe-rosa__title h2 {
        font-size: 11vw;
    }


    .deixe-rosa__title h2 strong {
        font-size: 12vw;
    }


        #deixe-rosa .deixe-rosa__grid4 {
        --cardW: 40vw;
    }

    #deixe-rosa .deixe-rosa__grid4 {
      margin-left: -10px;
    }

        #deixe-rosa .deixe-rosa__media {
        margin-top: 10px;
    }

    #deixe-rosa {
        padding: 30px 0;
    }

    #madeinbrazil.padding {
      padding: 80px 0;
		padding-bottom: 40px;
    }
    
    #sabores .sabor-card__img {
      max-width: 280px;
    }

    #sabores .sabores-list {
      gap: 80px;
    }

    #drinks .js-drinks .slick-slide {
      padding: 0;
    }

        #drinks .drink-card__title {
        font-size: 32px;
        font-weight: normal;
    }

    #drinks .drink-card p {
    text-wrap: balance;
    font-size: 18px;
}

    #contato .contato__title h2 {
        font-size: 40px;
        text-wrap: balance;
    }

    #contato .contato__title h2 strong {
        font-size: 40px;
    }

    .footer-topbar__text {
    font-size: 16px;
    text-wrap: balance;
}

    #comprar h2 {
        font-size: 12vw;
    }


    .footer-legal.centralizar {
    margin-top: 5px;
    max-width: 95%;
    text-wrap: balance;
}

#drinks {
  padding-bottom: 0px;
}

#contato p {
    text-wrap: inherit;
}


.drink-modal__inner {
  padding-top: 35px;
}
 .drink-modal__close {
    top: -6px;
    right: 0px;
  }
.drink-modal__grid {
  gap: 0px;
}
#drinkModalTitle {
  font-size: 32px;
  font-weight: normal;
}
#drinkModalText {
  font-size: 16px;
}

#drinks.centralizar {
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}


#contato .contato__imagem img {
  max-width: 85%;
  margin: 0 auto;
}

#contato .contato__grid {
  gap: 40px;
}


#hero.centralizar {
  margin-top: 15px;
  max-width: calc(100% - 30px);
}

}


@media (max-width: 768px){

  /* a “caixa” do modal precisa caber na tela */
  .drink-modal__inner{
    max-height: calc(100dvh - 32px); /* usa dvh (melhor no mobile) */
    overflow-y: auto;                /* ✅ scroll vertical */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* fallback pra navegadores sem dvh */
  @supports not (height: 100dvh){
    .drink-modal__inner{
      max-height: calc(100vh - 32px);
    }
  }
}


@media (max-width: 420px) {

.deixe-rosa__text p {
        font-size: 16px;
    }


    #drinks .drink-card p {
        text-wrap: balance;
        font-size: 16px;
    }

    #comprar h3 {
        font-size: 21px;
    }

    #contato .contato__text {
        font-size: 16px;
    }


    .btn.deixe-rosa__btn, .drink-card__btn, .comprar-card__btn, #wpforms-submit-117, #sabores span {
        font-size: 21px;
    }

    #comprar .btn {
        font-size: 21px;
    }

  }




  /* Botão hamburger (absolute à direita) */
.nav-toggle {
  position: absolute;
  right: 50px;
  top: 45px;
  z-index: 10002;
  width: 50px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
/* 3 linhas com tamanhos diferentes (alinhadas à direita) */
.nav-toggle__lines{
  position: relative;
  width: 35px;
  height: 25px;
  display: block;
  margin-left: auto;
}

.nav-toggle__lines span{
  position: absolute;
  right: 0;
  height: 4px;
  border-radius: 99px;
  background: #fff; /* ou var(--preto), conforme seu header */
  transition: transform .25s ease, opacity .2s ease, width .25s ease, top .25s ease;
}

.nav-toggle__lines span:nth-child(1){ top: 0;   width: 35px; }
.nav-toggle__lines span:nth-child(2){ top: 10px; width: 29px; }
.nav-toggle__lines span:nth-child(3){ top: 20px;width: 23px; }

/* Menu fullscreen (entra da esquerda) */
.site-menu{
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: var(--rosa-bg);
  transform: translateX(-100%);
  transition: transform .35s ease;
  will-change: transform;
}

.site-menu__inner{
  min-height: 100dvh;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;    /* conteúdo centralizado */
  justify-content: center;
  gap: 24px;
  text-align: center;
}

/* Estados aberto */
body.menu-open .site-menu{
  transform: translateX(0);
}

/* Hamburger vira X */
body.menu-open .nav-toggle__lines span:nth-child(1){
  top: 8px;
  width: 26px;
  transform: rotate(45deg);
}

body.menu-open .nav-toggle__lines span:nth-child(2){
  opacity: 0;
  transform: translateX(6px);
}

body.menu-open .nav-toggle__lines span:nth-child(3){
  top: 8px;
  width: 26px;
  transform: rotate(-45deg);
}

/* (Opcional) ajustar espaçamentos do menu WP */
.site-menu__primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-menu__primary li{
  margin: 10px 0;
}

.site-menu__primary a{
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
  color: #000; /* ajuste */
}

.site-menu__primary a, .site-menu__social a {
  transition: color 0.1s ease-in-out;

}

.site-menu__primary a:hover, .site-menu__social a:hover {
  color: var(--bege);
}

body.menu-open{
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#siteMenu .custom-logo {
  max-width: 135px;
}


.site-menu__primary a {
  font-weight: normal;
}

.site-menu__social {
  font-size: 24px;
}

@media (max-width: 900px) {
.nav-toggle {
  right: 32px;
  top: 25px;
}
}



.single #hero .hero-title {
  display: none;
}

/* garante que o container da mídia ocupe toda a área do hero */
.hero-media,
.hero-video,
.hero-image{
  width: 100%;
  height: 100%;
}

/* imagem como cover (preenche sem sobrar espaços) */
.hero-image{
  overflow: hidden;
}

.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


#sobre-sabor .sobre-sabor__wrap{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}

.sobre-sabor__media img{
  width: 100%;
  height: auto;
  display: block;
}

.sobre-sabor__title{
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 110px;
  line-height: 0.95;
}

.sobre-sabor__brand{
  color: var(--rosa); /* ajuste pra seu pink */
}

.sobre-sabor__size{
  display: inline-block;
  font-size: 42px; /* ajuste */
  line-height: 1;
  margin-bottom: 18px;
}

.sobre-sabor__text {
  margin-top: 10px;
  text-wrap: balance;
  font-size: 24px;
}


.btn.sobre-sabor__btn {
  font-size: 24px;
  background: var(--preto);
  color: var(--rosa);
  transition: all 0.2s ease-in-out;
padding: 8px 30px;
}

.btn.sobre-sabor__btn:hover {
  background: var(--preto);
  color: var(--bege);
}

#sobre-sabor .centralizar {
  max-width: 1360px;
}

#sobre-sabor.padding {
  padding: 120px 0px;
}


.sabores__title {
  font-size: 90px;
}


@media (max-width: 1023px){
  #sobre-sabor .sobre-sabor__wrap{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sobre-sabor__size{ font-size: 32px; }
}


.sabores__title{
  text-transform: uppercase;
}

.sabores__title .is-rosa{
  color: var(--rosa); /* ou a variável que você usa pro pink */
}

#sabores.mais-sabores .sabores-list {
  display: flex;
  justify-content: center;
}



/* =========================
   HISTÓRIA BALLENA (single)
   ========================= */

#historia-ballena{
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 70px 0;
}

#historia-ballena .historia-ballena__wrap{
  position: relative;
  border-radius: 28px;
  padding: 95px;
  padding-left: 150px;
  padding-right: 0;
  overflow: visible;
}

/* painel rosa (mesma pegada do deixe-rosa) */
#historia-ballena .historia-ballena__wrap::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 80%;
  background: var(--rosa-bg);
  border-radius: 28px;
  z-index: 0;
  pointer-events: none;
}

/* grid */
#historia-ballena .historia-ballena__grid{
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: center;

  margin-right: 0px; /* igual o deixe-rosa pra dar aquele “vazado” */
}

#historia-ballena .historia-ballena__copy,
#historia-ballena .historia-ballena__media{
  min-width: 0;
}

/* título/texto: herda tua estética do deixe-rosa */
#historia-ballena .historia-ballena__title h2{
  font-size: 80px; /* similar ao seu breakpoint */
  position: relative;
  line-height: 1;
}

#historia-ballena .historia-ballena__title h2 strong{
  color: var(--bege);
}

#historia-ballena .historia-ballena__text p{
  font-size: 21px;
  color: var(--preto);
  font-weight: 400;
  text-wrap: balance;
  margin-bottom: 18px;
}

/* botão igual aos outros */
.btn.historia-ballena__btn{
  font-size: 21px;
  background: var(--preto);
  color: var(--rosa);
  transition: all 0.2s ease-in-out;
  padding: 8px 30px;
  display: inline-block;
}

.btn.historia-ballena__btn:hover{
  background: var(--preto);
  color: var(--bege);
}

/* mídia */
#historia-ballena .historia-ballena__media{
  position: relative;
  width: 100%;
  padding-right: 50px;
}

#historia-ballena .historia-ballena__video{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #000;

  /* formato story */
  aspect-ratio: 9 / 16;

  /* limite de tamanho parecido com o deixe-rosa */
  max-width: 360px;
  margin-inline: auto;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
}

/* iframe ocupa tudo */
#historia-ballena .historia-ballena__video iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}

/* ========= RESPONSIVO ========= */
@media (max-width: 1200px){

  #historia-ballena{
    max-width: 95%;
    padding: 30px 0;
  }

  #historia-ballena .historia-ballena__wrap{
    padding: 60px;
    text-align: center;
    padding-left: 60px; /* normaliza */
    padding-right: 60px;
  }

  /* painel rosa vira full */
  #historia-ballena .historia-ballena__wrap::before{
    width: 100%;
  }

  #historia-ballena .historia-ballena__grid{
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0;
  }

  /* deixa o vídeo ocupar a tela toda igual seu full-bleed do deixe-rosa */
  #historia-ballena .historia-ballena__media{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 10px;
  }

  #historia-ballena .historia-ballena__video{
    max-width: min(420px, calc(100% - 32px));
  }

  /* tipografia adaptada */
  #historia-ballena .historia-ballena__title h2{
    font-size: 11vw;
  }
  #historia-ballena .historia-ballena__title h2 strong{
    font-size: 12vw;
  }

  #historia-ballena .historia-ballena__text p{
    font-size: 18px;
  }

  .historia-ballena__text {
  max-width: 665px;
}

  .btn.historia-ballena__btn{
    font-size: 24px; /* acompanha teu padrão mobile */
  }
}


@media (max-width: 600px){
	
	.sobre-sabor__title {
    font-size: 70px;
    text-wrap: balance;
  }
	
}
@media (max-width: 420px){

	
  #historia-ballena .historia-ballena__text p{
    font-size: 16px;
  }
  .btn.historia-ballena__btn{
    font-size: 21px;
  }
}





/* Desktop: vídeo 16/9 */
#historia-ballena .historia-ballena__video--desktop{
  aspect-ratio: 16 / 9;
  max-width: 100%; /* ajuste se quiser maior */
}

/* Mobile: mantém story 9/16 */
#historia-ballena .historia-ballena__video--mobile{
  aspect-ratio: 9 / 16;
  max-width: min(420px, calc(100% - 32px));
}

/* botão de volume (mesmo visual do deixe-rosa) */
#historia-ballena .historia-ballena__vol{
  position: absolute;
  z-index: 10;
  bottom: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;

  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

#historia-ballena .historia-ballena__vol-icon{
  display: block;
  width: 22px;
  height: 22px;
  fill: #fff;
  transform: translateX(1px);
}

/* alternância ícone ON/OFF */
#historia-ballena .historia-ballena__vol .icon-on{ display: none; }
#historia-ballena .historia-ballena__vol .icon-off{ display: block; }

#historia-ballena .historia-ballena__vol.is-unmuted .icon-on{ display: block; }
#historia-ballena .historia-ballena__vol.is-unmuted .icon-off{ display: none; }

#historia-ballena .historia-ballena__vol-icon .icon-on path,
#historia-ballena .historia-ballena__vol-icon .icon-off path{
  stroke: #fff;
  stroke-width: 2.8;
  stroke-linecap: round;
}


@media (max-width: 1600px){

#historia-ballena .historia-ballena__wrap {
  position: relative;
  border-radius: 10px;
  padding: 80px;
  padding-right: 0;
  overflow: visible;
}

}


@media (max-width: 1400px) {

  #historia-ballena .historia-ballena__title h2 {
  font-size: 68px;
  position: relative;
  line-height: 1;
}

#historia-ballena .historia-ballena__text p {
  font-size: 18px;
}



}

@media (max-width: 1200px) {


#historia-ballena .historia-ballena__title h2 {
  font-size: 10vw;
}
#historia-ballena .historia-ballena__title h2 strong {
  font-size: 10vw;
}
.historia-ballena__text {
  margin: 0 auto;
  display: block;
}


.historia-ballena__text, .btn.historia-ballena__btn {
  display: none;
}

.historia-ballena__copy.mobile-only .historia-ballena__text, .historia-ballena__copy.mobile-only .btn.historia-ballena__btn {
  display: block;
}

.historia-ballena__copy.mobile-only .btn.historia-ballena__btn {
  display: inline-block;
}

#historia-ballena .historia-ballena__wrap {
  padding: 50px;
}

#historia-ballena .historia-ballena__media {
  padding: 0px;
}

}

@media (max-width: 1100px) {

.sobre-sabor__title {
  font-size: 90px;
}

}


@media (max-width: 900px) {

.sobre-sabor__title {
  font-size: 90px;
}




.sobre-sabor__content {
  text-align: center;
}
.sobre-sabor__text {
  padding: 0 2.5%;
  font-size: 18px;
  margin-top: 0px;
}
#sobre-sabor .sobre-sabor__wrap {
  gap: 20px;
}
.sobre-sabor__size {
  margin-bottom: 0px;
}
.sobre-sabor__media img {
  max-width: 300px;
  margin: 0 auto;
}
.sabores__title {
  font-size: 12vw;
  margin-bottom: 14px;
}
#sobre-sabor.padding {
  padding: 80px 0px;
}
#sabores.mais-sabores .sabores-list {
  gap: 0px;
  flex-direction: column;
  gap: 60px;
}

#historia-ballena .historia-ballena__video--mobile {
  max-width: min(80%, calc(100% - 32px));
}
#historia-ballena .historia-ballena__title h2 {
  font-size: 11vw;
}
#historia-ballena .historia-ballena__title h2 strong {
  font-size: 12vw;
}
#historia-ballena .historia-ballena__wrap {
  padding: 50px 20px!important;
}
	
	
	
	.historia-ballena__text {
    max-width: 665px;
    width: 100%;
  }

}


@media (max-width: 900px) {

	.historia-ballena__wrap {
  max-width: 100%;
  width: 100%;
}
#historia-ballena .historia-ballena__grid {
  max-width: 100%;
  width: 100%;
}
#historia-ballena .historia-ballena__copy, #historia-ballena .historia-ballena__media {
  max-width: 100%;
  width: 100%;
}
	
	#historia-ballena .historia-ballena__copy, #historia-ballena .historia-ballena__media {
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

	

/* hover no link aumenta só a imagem */
	#sabores a:hover .sabor-card__img img, #drinks .drink-card:hover .drink-card__img img, #comprar .comprar-card:hover .comprar-card__img img{
  transform: none;
}
}



/* =========================
   DRINK MODAL (CLEAN)
   ========================= */

/* trava scroll do fundo (use via JS: adiciona/remova .is-locked no html e body) */
html.is-locked,
body.is-locked{
  overflow: hidden;
}

/* opcional (progressivo): trava scroll sem JS quando :has existir */
@supports selector(body:has(.x)){
  body:has(#drinkModal.is-open){
    overflow: hidden;
  }
}

/* modal base */
.drink-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.drink-modal.is-open{
  display: block;
}

/* overlay */
.drink-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

/* caixa principal */
.drink-modal__inner{
  position: relative;
  width: min(1100px, calc(100% - 40px));
  margin: 40px auto;
  z-index: 1;
}

/* layout desktop */
.drink-modal__grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 15px;
  align-items: center;
}

/* ===== Vídeo: 9:16 (sempre preenchendo) ===== */
#drinkModal .drink-modal__iframe-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

/* fallback universal: altura via padding (compatível) */
#drinkModal .drink-modal__iframe-wrap::before{
  content: "";
  display: block;
  padding-top: 177.7778%; /* 9:16 */
}

/* se suportar aspect-ratio, usa e remove o padding */
@supports (aspect-ratio: 9 / 16){
  #drinkModal .drink-modal__iframe-wrap{
    aspect-ratio: 9 / 16;
  }
  #drinkModal .drink-modal__iframe-wrap::before{
    padding-top: 0;
  }
}

/* iframe ocupa TUDO sempre (evita vídeo “pequeno” no mobile real) */
#drinkModal .drink-modal__iframe-wrap iframe{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

/* conteúdo */
.drink-modal__content{
  background: #f7a1c0;
  border-radius: 24px;
  padding: 36px;
}

#drinkModalTitle{
  font-size: 46px;
}
#drinkModalText{
  font-size: 18px;
}
#drinkModalText p{
  margin-bottom: 10px;
}

.drink-modal__subtitle{
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
}

#drinkModalModo ul{
  margin: 0;
  padding-left: 20px;
}
#drinkModalModo ul li::marker{
  color: #fff;
}

/* botão fechar */
.drink-modal__close{
  position: absolute;
  top: 8px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 900px){

  .drink-modal__inner{
    margin: 20px auto;
    background: var(--rosa);
    border-radius: 20px;
    padding: 20px;
  }

  .drink-modal__grid{
    grid-template-columns: 1fr;
    gap: 0;
  }

  .drink-modal__content{
    background: transparent;
    padding: 24px;
  }

  #drinkModalTitle{
    font-size: 32px;
    font-weight: normal;
  }

  #drinkModalText{
    font-size: 16px;
  }

  .drink-modal__close{
    top: -6px;
    right: 0;
  }

  /* ✅ no mobile o wrap do vídeo centraliza e limita sem encolher o iframe */
  #drinkModal .drink-modal__iframe-wrap{
    width: 100%;
    max-width: min(420px, calc(100% - 24px));
    margin: 0 auto 16px;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0,0,0,.15);
  }
}

/* scroll vertical no mobile */
@media (max-width: 768px){
  .drink-modal__inner{
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  @supports not (height: 100dvh){
    .drink-modal__inner{
      max-height: calc(100vh - 32px);
    }
  }
}




.agegate{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.agegate.is-open{ display: block; }

.agegate__overlay{
  position: absolute;
  inset: 0;
  background: var(--bege);
}

.agegate__card{
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bege);
  border-radius: 18px;
  padding: 28px;
text-align: center;
}


.agegate__card img {
	margin-bottom: 20px;
}

.agegate__title{ margin: 0 0 10px; font-size: 24px; }
.agegate__text{ margin: 0 0 18px; line-height: 1.4; }

.agegate__actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.agegate__btn{
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
}

.agegate__btn--yes{ background: #111; color: #fff; }
.agegate__btn--no{ background: #f2f2f2; color: #111; }

.agegate__note{
  margin: 16px 0 0;
  font-size: 12px;
  opacity: .75;
}

/* trava scroll quando gate aberto */
html.agegate-locked, body.agegate-locked{
  overflow: hidden !important;
}

.agegate__deny{
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f7f7f7;
}

.agegate__denytext{
  margin: 0;
  line-height: 1.45;
}



#deixe-rosa .deixe-rosa__slide.is-vimeo,
#deixe-rosa .deixe-rosa__cell.is-vimeo{
  position: relative;
  overflow: hidden;
}

#deixe-rosa .deixe-rosa__slide.is-vimeo iframe,
#deixe-rosa .deixe-rosa__cell.is-vimeo iframe{
  display: block;
  width: 100%;
  height: 100%;
}

#deixe-rosa .deixe-rosa__play{
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0,0,0,.12);
  cursor: pointer;
  line-height: 0;
}


#deixe-rosa .deixe-rosa__slide.is-autoplay-failed::after,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.18);
  z-index: 2;
  pointer-events: none;
}

#deixe-rosa .deixe-rosa__slide.is-autoplay-failed .deixe-rosa__play,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed .deixe-rosa__play{
  display: flex;
}

#deixe-rosa .deixe-rosa__slide.is-autoplay-failed .deixe-rosa__vol,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed .deixe-rosa__vol{
  opacity: 0;
  pointer-events: none;
}


#deixe-rosa .deixe-rosa__slide,
#deixe-rosa .deixe-rosa__cell{
  position: relative;
}

#deixe-rosa .deixe-rosa__slide iframe,
#deixe-rosa .deixe-rosa__cell iframe{
  position: absolute;
  inset: 0;
  z-index: 1;
}

#deixe-rosa .deixe-rosa__slide .deixe-rosa__play,
#deixe-rosa .deixe-rosa__cell .deixe-rosa__play{
  position: absolute;
  inset: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,.12);
  cursor: pointer;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
}

#deixe-rosa .deixe-rosa__slide.is-autoplay-failed::after,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed::after{
  z-index: 20;
}

#deixe-rosa .deixe-rosa__slide.is-autoplay-failed .deixe-rosa__play,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed .deixe-rosa__play{
  display: flex;
}

#deixe-rosa .deixe-rosa__slide.is-autoplay-failed iframe,
#deixe-rosa .deixe-rosa__cell.is-autoplay-failed iframe{
  pointer-events: none;
}

#deixe-rosa .deixe-rosa__slide .deixe-rosa__vol,
#deixe-rosa .deixe-rosa__cell .deixe-rosa__vol{
  z-index: 40;
}

#deixe-rosa .deixe-rosa__play-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: transparent;
  color: #000;
  font-size: 60px;
  line-height: 1;
  padding-left: 4px;
  position: relative;
  z-index: 31;
}
