/*!
Theme Name: Gasco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: gasco
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.

Gasco 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;
}
body:not(.home):not(.page-template-template_homeEN) body {
	height:100vh;
}

/**
* 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;
	text-decoration:none;
	color: black;
}
p, p.value-desc {
	font-size:1.2em;
}
footer p{
	font-size:unset;
}
.value-title{
	font-size:1.4em;
}
/**
* 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: "Montserrat",-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;
	font-family: "Playfair Display"
}

p {
	margin-bottom: 1.5em;
	font-family: "Playfair Display"
}

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%;
}



/* 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;
}

.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;
}


/* Custom
--------------------------------------------- */
a.skip-link.screen-reader-text {
	display: none;
}

header#masthead {
	z-index: 1000000;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 23%) 70%, rgb(0 0 0 / 0%) 100%);
	transition: all .5s cubic-bezier(.39, .575, .565, 1);
}

.menu-item {
	margin: 20px;
}
ul#primary-menu, 
div.menu ul.nav-menu {
	margin: auto;
	width: fit-content;
}

div.custom-logo-link {
	margin: auto;
	width: fit-content;
	display: flex;
	margin-bottom:-20px;
}

body:not(.home):not(.page-template-template_homeEN)::not(.page-template-template_homeCZ) img.custom-logo{	
	max-height: 100px!important;
} 
.home img.custom-logo, 
.page-template-template_homeEN img.custom-logo,
.page-template-template_homeCZ img.custom-logo{	
	object-fit: contain;
	max-height: 277px; /* fallback */
	transition: filter 0.2s ease; /* only animate invert */
	will-change: max-height;
}
.home header#masthead a,
.page-template-template_homeEN header#masthead a,
.page-template-template_homeCZ header#masthead a {
	color:white;
}
.home header#masthead img.custom-logo, 
.page-template-template_homeEN header#masthead img.custom-logo,
.page-template-template_homeCZ header#masthead img.custom-logo{
	filter:invert(1);
}

h2 {
	font-family: 'Playfair Display';
	font-weight: 300;
	letter-spacing: 4px;
}
a h2 {
	font-family: 'Playfair Display';
	font-weight: 400;
	letter-spacing: 4px;
	position: relative;
	display: inline-block;
	transition: letter-spacing 0.35s ease;
}

a h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 1px;
	background: currentColor;
	transition: width 0.35s cubic-bezier(.39,.575,.565,1);
}

a:hover h2 {
	letter-spacing: 6px;
}

a:hover h2::after {
	width: 100%;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2em;
}
.content{
	min-height: calc(100vh - 140px);
	position: relative;
	width: 100vw;	
}
.hero {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	min-width: 100vw;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;    
	display: flex;
	flex-direction: column;
	justify-content: center;    
	margin: auto;           
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.home .hero.two, 
.page-template-template_homeEN .hero.two,
.page-template-template_homeCZ .hero.two{
	background-size: contain;
}

.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* L’image devient un vrai background */
.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

/* Tout le contenu doit passer AU-DESSUS */
.hero > *:not(.hero-bg):not(.scroll-indicator):not(.wave-marquee) {
	position: relative;
	z-index: 2;
}
.error404 .homelogo {
	display: none;
}
.error404 .homemoto h3{
	color:black;
}
.error404 footer#colophon{
	margin-bottom:0;
}

.homemoto h3 {
	color: white;
}
.homelogo {
	width: 150px;
	height: 150px;
	background-image: url(/wp-content/uploads/2026/01/cropped-MAISON-GASCO-LOGO-ROUND.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 370px;
	margin-left: auto;
	margin-right: auto;
	filter: invert(1) drop-shadow(0 0 12px rgba(0, 0, 0, .4));
	transform-style: preserve-3d;
	animation: coinFlip 6s ease-in-out infinite;
}
.page-template-template_contact .content .homelogo,
.page-template-template_contactEN .content .homelogo,
.page-template-template_contactCZ .content .homelogo{
	margin-top: 120px;
}

@keyframes coinFlip {
	/* long pause */
	0%   { transform: rotateY(0deg); }
	85%  { transform: rotateY(0deg); }

	/* flip moment */
	92%  { transform: rotateY(180deg); }
	100% { transform: rotateY(360deg); }
}

.homemoto{
	margin: auto;
	text-align: center;
}
.hero.two { 
	position: relative; 
}

.wave-marquee{
	--tile: 7000px; 
	--h: 120px;
	position: absolute;
	left: 0; 
	right: 0;
	top: 40%;      
	height: var(--h);
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/02/wave.png");
	background-repeat: repeat-x;
	background-size: var(--tile) var(--h);
	background-position: var(--waveX, 0px) 0;
}

.homeparagraph {
	max-width: 700px;
	margin: 150px auto -20px;
	text-align: center;
}
.bottlemain {
	margin-top: 50px;
}
.bottlecontainer {
	display: flex;
}
.bottlefull {
	margin: 0 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
.bottle {
	height: 520px;
	width: 200px;
	position: relative;

	transition: transform 0.45s cubic-bezier(.39, .575, .565, 1);
	will-change: transform;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
img.bottle-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	-webkit-box-reflect: below 0px linear-gradient(transparent 90%, rgba(255, 255, 255, 0.3));
}


.bottle-img {
	position: relative;
	z-index: 2;
}



.bottletext {
	text-align: center;
	overflow: hidden;
}
p.bottletitle {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 20px;
	margin: 30px auto 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 23px;
	max-width: 200px;
	transform: translateY(8px);
	opacity: 0.7;
	transition:
		transform 0.4s cubic-bezier(.39,.575,.565,1),
		letter-spacing 0.4s ease,
		opacity 0.4s ease;
}
p.bottledescription {
	font-family: 'Playfair Display';
	font-size: 0.85rem;
	opacity: 0;
	transform: translateY(10px);
	transition:
		transform 0.45s cubic-bezier(.39,.575,.565,1),
		opacity 0.45s ease;
}
.bottlefull:hover .bottle {
	transform: translateY(-10px);
}

.bottlefull:hover .bottletitle {
	transform: translateY(0);
	letter-spacing: 5px;
	opacity: 1;
}

.bottlefull:hover .bottledescription {
	transform: translateY(0);
	opacity: 0.9;
}
footer#colophon {
	z-index: 1000000;
	background: linear-gradient(0deg, rgb(0 0 0 / 25%) 0%, rgb(0 0 0 / 8%) 70%, rgb(0 0 0 / 0%) 100%);
	transition: all .5s cubic-bezier(.39, .575, .565, 1);
	margin-bottom:-50px;
	position:relative;
	overflow: hidden;
}
img.footer-bg{
	display:none;
}
footer div.custom-logo-link {
	width: 250px;
	filter: invert(1);
	margin: 0 30px;
}
.warningalc {
	text-align: left;
	width: 350px;
}
form#forminator-module-96, 
form#forminator-module-143,
form#forminator-module-144 {
	width: 320px;
	height: 160px;
	position:relative;
	display: flex;
	align-items: center;
}
.forminator-ui#forminator-module-96.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-143.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-144.forminator-design--default .forminator-button-submit{
	background-color: #fdec4b;
	height: 34px;
	margin: auto;
	margin-top: 3px;
	border-radius: 10px;
	padding-top: 6px;
}
.forminator-ui#forminator-module-96.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-143.forminator-design--default .forminator-input,
.forminator-ui#forminator-module-144.forminator-design--default .forminator-input{
	border-radius: 10px;
	padding: 10px;
}

footer .forminator-row {
	width: 320px;
}
.forminator-edit-module {
	display: none;
}
.forminator-ui#forminator-module-96.forminator-design--default .forminator-label,
.forminator-ui#forminator-module-143.forminator-design--default .forminator-label,
.forminator-ui#forminator-module-144.forminator-design--default .forminator-label{
	color: white!important;
	font-size: 16px !important;
	font-weight: 500 !important;
}
footer .forminator-row.forminator-row-last {
	position: absolute;
	top: 63px;
	right: 4px;
	width: 100px;
}
body footer#colophon p {
	color: white;
	text-align: center;
}
img.footer-bg {
	display:unset;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	filter: brightness(0.50) contrast(1.05) saturate(1.1) blur(3px);
	z-index:-1;
}
body.home .warningalc p, 
body.home .warningalc a, 
body.page-template-template_homeEN .warningalc p, 
body.page-template-template_homeEN .warningalc a,
body.page-template-template_homeCZ .warningalc p, 
body.page-template-template_homeCZ .warningalc a{
	color: white;
}
.flexfooter{
	display: flex;
	align-items:center;
	width: fit-content;
	margin: auto;
}
.warningalc {
	text-align: left;
}
.footerlinks a {
	font-size: 14px;
}
.img-tilt {
	transition: transform 0.35s ease;
}

.img-tilt:hover {
	transform: rotate(-3deg);
}

/* --- Hamburger top-left (white) --- */
header#masthead {
	/* keep your existing styles; just ensure it's a positioning context */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}



/* Hamburger button styling */
#site-navigation .menu-toggle {
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	padding: 0;
	position: relative;
	font-size: 0; /* hide text */
	-webkit-tap-highlight-color: transparent;
}

/* Remove default button text (we'll draw the icon) */
#site-navigation .menu-toggle {
	font-size: 0; 
	position: relative;
	z-index: 7002; 
}

/* Draw hamburger lines */
#site-navigation .menu-toggle::before,
#site-navigation .menu-toggle::after,
#site-navigation .menu-toggle span {
	content:"";
	position:absolute;
	left: 10px;
	height: 1.5px;
	background: currentColor;
	border-radius: 2px;
	transition: transform .35s cubic-bezier(.39,.575,.565,1),
		width .35s cubic-bezier(.39,.575,.565,1),
		top .35s cubic-bezier(.39,.575,.565,1),
		opacity .2s ease;
}

#site-navigation .menu-toggle::before{
	top: 16px;
	width: 22px;   
}

#site-navigation .menu-toggle::after{
	top: 26px;
	width: 16px;   
}

#site-navigation.toggled .menu-toggle::before{
	top: 21px;
	width: 22px;
	transform: rotate(45deg);
}

#site-navigation .menu-toggle::before { transform: translateY(-7px); }
#site-navigation .menu-toggle span     { transform: translateY(0); }
#site-navigation .menu-toggle::after  { transform: translateY(7px); }

/* Turn into X when open */
#site-navigation.toggled .menu-toggle::before {
	transform: rotate(45deg);
	width: 22px;
	top: 21px; 
}
#site-navigation.toggled .menu-toggle span {
	opacity: 0;
}
#site-navigation.toggled .menu-toggle::after {
	transform: rotate(-45deg);
	width: 22px;
	top: 21px;
}

/* --- Mobile menu panel --- */
#site-navigation.toggled ul#primary-menu,  
#site-navigation.toggled div.menu ul.nav-menu {
	list-style: none;
	margin: 0;
	padding: 18px 18px 22px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: min(320px, 80vw);
	height: 100vh;
	background: rgba(0,0,0,0.88);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1999;
	padding-top:60px;
}

/* Show when toggled */
#site-navigation.toggled ul#primary-menu, 
#site-navigation.toggled div.menu ul.nav-menu  {
	display: block;
}

/* Menu items */
#site-navigation.toggled ul#primary-menu li, 
#site-navigation.toggled div.menu ul.nav-menu li {
	margin: 14px 0;
}

#site-navigation.toggled ul#primary-menu a, 
#site-navigation.toggled div.menu ul.nav-menu a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0;
}

/* Optional: overlay behind the panel (simple version) */
#site-navigation.toggled::after {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.25);
	z-index: 1998;
}



#masthead img.custom-logo {
	transition: max-height 0.45s cubic-bezier(.39,.575,.565,1), filter 0.2s ease;
	will-change: max-height;
}
body:not(.home):not(.page-template-template_homeEN):not(.page-template-template_homeCZ) img.custom-logo, 
.home footer#colophon img.custom-logo, 
.page-template-template_homeEN footer#colophon img.custom-logo,
.page-template-template_homeCZ footer#colophon img.custom-logo{
	max-height: 100px;
	object-fit: contain;
	filter:invert(1);
}
footer img.custom-logo{
	filter:invert(1);
}
body:not(.home):not(.page-template-template_homeEN) .main-navigation a,
body:not(.home):not(.page-template-template_homeEN):not(.page-template-template_homeCZ):not(.page-template-template_vinsFR):not(.page-template-template_vinsCZ):not(.page-template-template_vinsEN) p, 
body:not(.home):not(.page-template-template_homeEN):not(.page-template-template_homeCZ):not(.page-template-template_vinsFR):not(.page-template-template_vinsCZ):not(.page-template-template_vinsEN) h1{
	color:white;
}


body:not(.home):not(.page-template-template_homeEN):not(.page-template-template_homeCZ):not(.page-template-template_homeEN) h1{
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.1em;
}
.hero h1, .hero p{
	max-width: 900px;
	padding:0 20px;
}
body:not(.home):not(.page-template-template_homeEN):not(.page-template-template_homeCZ) .warningalc a {
	color: white;
}



body.home p,
body.page-template-template_homeEN p,
body.page-template-template_homeCZ p{
	color: black;
}
.reveal {
	opacity: 0.25;
	transition: opacity .7s ease, transform .7s ease;
	will-change: opacity, transform;
}
.reveal.is-visible {
	opacity: 1;
}

.reveal-stagger > * {
	opacity: 0.5;
	transition: opacity .7s ease, transform .7s ease;
}
.reveal-stagger.is-visible > * {
	opacity: 1;
}
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: .05s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .12s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .19s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .26s; }

/* Base menu link */
#primary-menu > li > a, 
#site-navigation.toggled div.menu ul.nav-menu > li > a {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
	letter-spacing: 2px;
}

/* Underline line */
#primary-menu > li > a::after, 
#site-navigation.toggled div.menu ul.nav-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: currentColor;
	transition: width 0.35s cubic-bezier(.39,.575,.565,1);
	opacity: 0.8;
}

/* Hover animation */
#primary-menu > li > a:hover::after, 
#site-navigation.toggled div.menu ul.nav-menu > li > a:hover {
	width: 100%;
}

/* Active page stays underlined */
#primary-menu > li.current-menu-item > a::after, 
#site-navigation.toggled div.menu ul.nav-menu > li.current-menu-item > a::after,
#primary-menu > li.current_page_item > a::after,  
#site-navigation.toggled div.menu ul.nav-menu > li.current_page_item > a::after {
	width: 100%;
}

h1.supersize.white{
	max-width: 200px;
	font-size: 4em;
	color:white;
}
.hero.four h1.supersize.white {
	width: fit-content;
	margin-left: auto;
	display: flex;
	place-content: flex-end;
	text-align: end;
}
.page-template-template_mentions .content {
	max-width: 90%;
	margin: 200px auto;
	max-width: 90%;
	margin: 200px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


body.page-template-template_mentions .content p {
	color:black;
}

.scroll-indicator {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 42px;
	cursor: pointer;
	opacity: 0.9;
	margin-bottom:10px;
	z-index:5;
}

/* Base arrow */
.arrow {
	position: absolute;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translateX(-50%);
}

/* Stroke drawing */
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1.5px;
	height: 14px;
	background: #fff;
	border-radius: 2px;
}
.pagevin .arrow::after, 
.pagevin .arrow::before {
	background: #000000;
}

/* Down V */
.arrow::before {
	left: 4px;
	transform: rotate(-45deg);
}

.arrow::after {
	right: 4px;
	transform: rotate(45deg);
}

/* Position the two arrows */
.arrow-1 { top: 0; }
.arrow-2 { top: 12px; opacity: 0.6; }

/* Animation */
@keyframes gasco-double {
	0%   { transform: translate(-50%, 0); }
	40%  { transform: translate(-50%, 6px); }
	100% { transform: translate(-50%, 0); }
}

.arrow-1 { animation: gasco-double 2.2s cubic-bezier(.39,.575,.565,1) infinite; }
.arrow-2 { animation: gasco-double 2.2s cubic-bezier(.39,.575,.565,1) infinite .15s; }




@keyframes gasco-flow {
	0%   { opacity: 0; transform: translate(-50%, -4px); }
	40%  { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%, 10px); }
}

.arrow-1 { animation: gasco-flow 2.4s ease infinite; }
.arrow-2 { animation: gasco-flow 2.4s ease infinite .25s; }



.hero{
	position: relative;
}

/* your background image stays behind */
.hero .hero-bg{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* the veil sits above the bg */
.hero::after, footer::after, 
.page-template-template_contact .content::after,
.page-template-template_contactEN .content::after,
.page-template-template_contactCZ .content::after{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background: linear-gradient(180deg,
		rgba(0,0,0,.35) 0%,
		rgba(0,0,0,0) 35%,
		rgba(0,0,0,0) 65%,
		rgba(0,0,0,.35) 100%
	);
	opacity: .7;
	z-index: 1;
}
section.hero.value-strip.is-active::after {
	background: linear-gradient(180deg, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 15%) 35%, rgb(0 0 0 / 3%) 65%, rgb(0 0 0 / 19%) 100%)
}

html { scroll-behavior: smooth; }
body { scroll-snap-type: y mandatory; }
.hero { scroll-snap-align: start; scroll-snap-stop: always; }

img.hero-bg {
	filter: brightness(.75) contrast(1.05) saturate(1.05);
}


.mini .bottle {
	height: 170px;
}



.hometerroir{
	--wrap: min(1100px, 92vw);
	--gap: clamp(28px, 5vw, 64px);
	width: 100%;
	padding: clamp(70px, 10vw, 120px) 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hometerroir > *{
	max-width: var(--wrap);
}

.hometerroir{
	gap: var(--gap);
}

.terroirimg {
	position: absolute;
	z-index: -1;
	max-height: 60vh;
	overflow: hidden;
}


.terroir-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: 600px;
	position: absolute;
	z-index:-1;
	border-radius:3px;
}

.terroir-bg{
	animation: gascoBreath 18s ease-in-out infinite;
	transform-origin: 50% 60%;
}

@keyframes gascoBreath{
	0%{
		transform: scale(1) translateY(0);
		filter: brightness(.82) contrast(1.08);
	}

	50%{
		transform: scale(1.08) translateY(-12px);
		filter: brightness(.9) contrast(1.05);
	}

	100%{
		transform: scale(1) translateY(0);
		filter: brightness(.82) contrast(1.08);
	}
}
.terroir-tag{
	position: absolute;
	left: 18px;
	bottom: 30%;
	font-family: "Playfair Display";
	font-weight: 700;
	font-size: clamp(34px, 4vw, 56px);
	letter-spacing: .06em;
	text-transform: uppercase;
	color: white;	
}

.terroirtxt{
	flex: 1 1 50%;
	max-width: 560px;
	color: rgba(0,0,0,.78);
}
.home .hero.three .terroirtxt, 
.page-template-template_homeEN .hero.three .terroirtxt{
	max-width:900px;
}
.terroir-cta{
	display: inline-block;
	background: #1f1f1f;
	color: #fff;
	padding: 14px 20px;
	font-family: "Montserrat";
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform .25s ease, opacity .25s ease;
}

.terroir-cta:hover{
	transform: translateY(-1px);
	opacity: .92;
}

.home .hero.three, 
.page-template-template_homeEN .hero.three,
.page-template-template_homeCZ .hero.three{
	min-height:unset;
	padding: 100px 0;
}

div#sb_instagram{
	max-width: 900px;
	margin: auto;
	height:unset!important;
	background-color: transparent!important;
	margin-bottom:100px;
}
.hero.instafeed.is-active {
	min-height: unset;
}



.hometerroir .terroirtxt {
	flex: 1 1 52%;
	max-width: 560px;
	text-align: center;
	padding: clamp(22px, 3.2vw, 38px);
	border-radius: 5px;
	background: rgb(255 255 255 / 68%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
	margin: 10px;
}
section.hero.value-strip, .hero.instafeed {
	min-height: unset;
	padding: 50px 0;
}
.hero.instafeed {
	padding: 20px;
}

.value-strip{
	width: 100%;
}

.value-wrap{
	width: min(1100px, 92vw);
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.value-card{
	flex: 1 1 0;
	min-width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 26px 22px;
	border-radius: 18px;
}

.value-ico{
	width: 64px;
	height: 64px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.04);
	margin-bottom: 16px;
}

.value-ico svg{
	display: block;
}

.value-title{
	margin: 0 0 10px;
	font-family: "Playfair Display";
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: 1.4em;
}

.value-desc{
	margin: 0;
	font-family: "Playfair Display";
	font-size: 14px;
	line-height: 1.6;
	color: rgba(0,0,0,.72);
	max-width: 34ch;
}

.contact.main {
	max-width: 640px;
	margin: auto;
	width: 100%;
	padding: 10px 20px;
	border-radius: 3px;
	background: rgb(255 255 255 / 95%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .08);

}
.page-template-template_contact .content,
.page-template-template_contactEN .content,
.page-template-template_contactCZ .content{
	padding: 150px 0;
}
.forminator-ui#forminator-module-99.forminator-design--material .forminator-button-submit {
	margin-left: auto;
	display: flex;
	background-color: black;
	color: white;
	justify-content: center;
	padding: 10px 50px;
	border-radius: 2px;
}

body.page-template-template_vinsFR p.bottletitle, 
body.page-template-template_vinsFR p.bottledescription, 
body.page-template-template_vinsFR .herodesc p, 
body.page-template-template_vinsEN p.bottletitle, 
body.page-template-template_vinsEN p.bottledescription,
body.page-template-template_vinsEN .herodesc p,
body.page-template-template_vinsCZ p.bottletitle, 
body.page-template-template_vinsCZ p.bottledescription,
body.page-template-template_vinsCZ .herodesc p{
	color: black;
}
.cmplz-logo a.custom-logo-link img {
    margin: 0 auto -10px;
}

.cmplz-logo a.custom-logo-link img {
    margin: 0 auto -10px;
}

.uk-modal-dialog {
    background: rgb(255 255 255 / 44%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
    padding: 26px 24px 22px;
}

.uk-modal-content {
    margin-top: 100px;
}
.uk-modal-content::before {
	content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 250px;
    background-image: url(/wp-content/uploads/2026/01/MAISON-GASCO-LOGO-TEXT.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: invert(0);
}
#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-left {
    text-align: center!important;
	margin:10px;
}
.uk-button.uk-button-large{
	border-radius:3px;
}
button#button1 {
    background: bottom;
}
button#button2 {
    background: black;
}
.uk-modal-content {
    font-size: 14px;
    text-align: justify;
    margin: 100px auto 20px;
    padding: 20px;
}



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

Responsive helpers

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

/* Prevent horizontal scroll caused by 100vw + fixed elements */
html, body { overflow-x: hidden; }
.content { width: 100%; } /* instead of 100vw on small screens */

/* Make header layout more robust */
header#masthead .site-branding,
header#masthead #site-navigation {
	padding-left: 16px;
	padding-right: 16px;
}

/* Keep nav items from wrapping awkwardly on medium widths */
ul#primary-menu, #site-navigation.toggled div.menu ul.nav-menu  {
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

/* -----------------------------
>= 1025px (laptop)
------------------------------ */
@media (min-width: 1025px) {

	li#menu-item-36,
	li#menu-item-119,
	li#menu-item-140{
		position: absolute;
		top: 45px;
		right: 10%;
		font-size: 10px;
		width: 40px;
		text-align: center;
	}
	li#menu-item-36::before,
	li#menu-item-119::before,
	li#menu-item-140::before{
		position: absolute;
		content: "";
		top: -45px;
		right: 0px;
		left: 0px;
		background-image: url('/wp-content/uploads/2026/02/sac-de-courses.png');
		background-size: contain;
		filter:invert(1);
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
	}

	#languages {
		position: fixed;
		top: 45px;
		left: 10%;
		z-index: 9999;
		background: #ffffff0f;
		border-radius: 3px;
	}

	#language-switcher {
		position: relative;
		display: inline-block;
	}

	#language-switcher a {
		display: block; /* default visible = fallback safe */
		padding: 6px 10px;
		text-decoration: none;
	}

	/* ONLY hide when JS says it's ready */
	#language-switcher.js-ready a {
		display: none;
	}

	/* show current language */
	#language-switcher.js-ready a.is-current {
		display: block;
	}

	/* reveal on hover or open */
	#language-switcher.js-ready:hover a,
	#language-switcher.js-ready.is-open a {
		display: block;
	}
}


/* -----------------------------
<= 1024px (tablets)
------------------------------ */
@media (max-width: 1024px) {

	/* Logo smaller range */
	.home img.custom-logo, 
	.page-template-template_homeEN img.custom-logo,
	.page-template-template_homeCZ img.custom-logo{
		max-height: 210px; /* fallback */
	}

	/* Reduce menu spacing */
	.menu-item { margin: 12px; }


	/* Hero text */
	h3 {
		font-size: 20px;
		letter-spacing: 5px;
		padding: 0 18px;
	}

	/* Move the round logo up (your margin-top is huge on small screens) */
	.homelogo {
		width: 150px;
		height: 150px;
		margin-top: 300px;
	}

	/* Bottles: allow wrapping */
	.bottlecontainer {
		flex-wrap: wrap;
		justify-content: center;
	}

	/* Two per row on tablet */
	.bottlefull {
		margin: 0 22px 30px;
		width: min(260px, 45vw);
	}
	.hero{
		background-position: left; 
	}
	.page-template-template_vinsFR .hero.two, 
	.page-template-template_vinsFR .hero.six, 
	.page-template-template_vinsEN .hero.two, 
	.page-template-template_vinsEN .hero.six,
	.page-template-template_vinsCZ .hero.two, 
	.page-template-template_vinsCZ .hero.six{
		background-position: left; 
	}
	.page-template-template_vinsFR .hero.four, 
	.page-template-template_vinsEN .hero.four,
	.page-template-template_vinsCZ .hero.four{
		background-position: right; 
	}

	.bottle {
		height: 420px;
		width: 170px;
	}
	p.bottledescription {
		opacity:1;  
	}	
	.homeparagraph {
		margin: 120px auto -50px;
		padding: 0 18px;
	}
	.value-wrap{
		flex-direction: column;
	}
	.value-card{
		max-width: 560px;
		margin: 0 auto;
	}
	.flexfooter.main {
		flex-direction: column;
		margin-top:50px;
	}
	/* Header: keep it compact */
	header#masthead {
		transition: background 0.5s cubic-bezier(.39,.575,.565,1);
	}
	#site-navigation {
		position: absolute;
		top: 14px;
		left: 14px;
		width: auto;
		z-index: 2000;
	}
	div.custom-logo-link {
		margin-bottom: 0;         
		justify-content: center;
	}
	.home img.custom-logo, 
	.page-template-template_homeEN img.custom-logo,
	.page-template-template_homeCZ img.custom-logo{
		max-height: 140px;        
	}
	.main-navigation {
		width: 100%;
	}
	.flexfooter{
		flex-direction: column;
	}

	.menu-toggle {
		display: block;
		margin: 8px auto 0;
	}
	.main-navigation ul {
		flex-direction: column;
		align-items: center;
		padding: 10px 0 16px;
		gap: 10px;
		display:none;
	}
	.main-navigation.toggled ul {
		display: flex;
	}
	div#language-switcher a {
		margin: 25px;
		margin-left: 0;
	}
}


/* -----------------------------
<= 768px (mobile)
------------------------------ */
@media (max-width: 768px) {


	h3 {
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 1.25;
		padding: 0 18px;
	}
	a h2 {
		letter-spacing: 3px;
		text-align: center;
	}
	a:hover h2 { 
		letter-spacing: 4px; 
	} 
	.hero {
		min-height: 100svh; 
		padding: 0 16px;
	}
	.homelogo {
		width: 150px;
		height: 150px;
		margin-top: 300px;
	}
	.bottlecontainer {
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		width: 100vw;
		overflow: scroll;
		padding-left: 100vw;
	}
	.bottlecontainer a {
		margin: auto 50px;
	}

	.bottlefull {
		width: 100%;
		max-width: 320px;
		margin: 0 0 34px;
	}

	.bottle {
		height: 450px;
		width: 150px;
	}

	p.bottletitle {
		font-size: 1.5em;
		letter-spacing: 1px;
		padding: 0;
	}

	/* Footer */
	footer#colophon {
		height: auto;
		padding: 24px 16px 18px;
		margin-bottom: 0;

	}

	.scroll-indicator { 
		bottom: 18px; 
	}
	.arrow::before, .arrow::after { 
		height: 12px; 
	}
	.bottlecontainer a:first-child {
		margin-left: 50vw;
	}

	.bottlecontainer a:last-child {
		margin-right: 30vw;
	}
	.hometerroir{
		flex-direction: column;
		padding: 60px 0;
	}

	.terroirtxt{
		max-width: 620px;
	}
	h1.supersize.white {
		max-width:unset;
		font-size: 3em;
		text-align: center;
		width: fit-content;
		margin: auto;
		display: flex;
	}

}


/* -----------------------------
<= 425px (small phones - complianz only)
------------------------------ */
@media (max-width: 425px) {
	.cmplz-logo {
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
	}
}
/* -----------------------------
<= 420px (small phones)
------------------------------ */
@media (max-width: 420px) {

	.home img.custom-logo, 
	.page-template-template_homeEN img.custom-logo,
	.page-template-template_homeCZ img.custom-logo{
		max-height: 120px;
	}

	.homelogo {
		width: 150px;
		height: 150px;
		margin-top: 300px;
	}
	h1.supersize.white {
		font-size: 2.5em;
		color: white;
		max-width:unset;
	}
	.herodesc.reveal.is-visible div {
		max-height: 300px;
		overflow: scroll;
	}
	.bottle {
		height: 450px;
		width: 135px;
	}

	h3 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	p.bottletitle {
		font-size: 1.5em;
		letter-spacing: 1px;
		padding: 0;

	}
	h1.supersize.white {
		font-size: 2.5em;	
	}

}




.page-template-template_vinsFR img.hero-bg, 
.page-template-template_vinsEN img.hero-bg,
.page-template-template_vinsEN img.hero-bg{
	filter: blur(8px);
}



