/* Custom Fonts */
@font-face {
    font-family: 'WerebeastDisplay';
    src: url('../font/RINGM.TTF') format('truetype');
    font-display: swap;
}

.werebeast-title {
    font-family: 'WerebeastDisplay', 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --header-height: 70px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #fcfaf5;
}

/* Container and Layout */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.section {
    padding: 80px 0;
}

/* Header and Navigation */
#header {
    background-color: rgba(252, 250, 245, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.logo-spirit-beast {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-spirit-beast:hover {
    transform: scale(1.05);
}

.nav-logo a:hover {
    color: #2c2c2c;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #2c2c2c;
}

/* Language Selector */
.language-selector {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-left: 1rem;
}

.lang-btn {
    background: none;
    border: 2px solid #2c2c2c;
    color: #2c2c2c;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    background-color: #2c2c2c;
    color: white;
}

.lang-btn.active {
    background-color: #2c2c2c !important;
    color: white !important;
}

.lang-btn {
    background-color: transparent !important;
    color: #2c2c2c !important;
}

/* Mobile Menu Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2c2c2c;
    margin: 3px 0;
    transition: 0.3s;
}

/* Mobile Language Buttons */
.mobile-language {
    display: none;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
}

.mobile-lang-buttons {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.mobile-lang-buttons .lang-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #2c2c2c;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    position: relative;
    color: white;
    padding: 120px 20px 80px;
    text-align: center;
    margin-top: var(--header-height);
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 44, 44, 0.3), rgba(26, 26, 26, 0.5)),
                url('../images/hero-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.hero-logo {
    margin-bottom: 1rem;
}

.logo-placeholder {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.release-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.release-button:hover {
    background-color: white;
    color: #2c2c2c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Mission Section */
.mission-section {
    background-color: #fcfaf5;
    padding: 80px 0;
}

.mission-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.mission-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #2c2c2c;
    font-style: normal;
    margin: 0;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    font-weight: 200;
}

/* Contact Section */
.contact-section {
    background-color: #fcfaf5;
    padding: 80px 0;
}

.contact-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #2c2c2c;
}

.contact-section > .container > p {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    color: #666;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-section,
.newsletter-section,
.social-section {
    background: #fff;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-info-section h3,
.newsletter-section h3,
.social-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
    font-weight: 600;
}

.contact-info {
    text-align: left;
}

.contact-info p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact-info strong {
    color: #2c2c2c;
}

.newsletter-section p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.newsletter-section .newsletter-logo {
    display: block;
    max-width: 190px;
    width: 45%;
    height: auto;
    margin: 0 auto 1rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-form input {
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
    border-color: #2c2c2c;
}

.newsletter-form button {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 44, 44, 0.3);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background-color: #2c2c2c;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-link.twitter {
    background-color: #1da1f2;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: min(360px, 90vw);
    background: rgba(252, 250, 245, 0.98);
    border: 1px solid #2c2c2c;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 18px 18px 16px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.25s ease;
}

.cookie-banner p {
    font-size: 0.95rem;
    color: #2c2c2c;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    flex: 1 1 120px;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-btn.accept {
    background: #2c2c2c;
    color: #fcfaf5;
    border: 2px solid #2c2c2c;
}

.cookie-btn.accept:hover {
    background: #1a1a1a;
}

.cookie-btn.decline {
    background: transparent;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
}

.cookie-btn.decline:hover {
    background: rgba(44, 44, 44, 0.08);
}

.cookie-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #2c2c2c;
    line-height: 1;
}

.cookie-banner.hide {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 50%;
        bottom: 16px;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        padding: 16px 16px 14px;
    }
}

/* Main Content Sections */
.section {
    background-color: #fff;
    margin-bottom: 2rem;
}

.section:nth-child(even) {
    background-color: #fcfaf5;
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #2c2c2c;
}

.section p {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #666;
}

/* Release Section */
.release-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

.bottles-fullwidth-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    min-height: 70vh;
    margin: 0;
    padding: 0;
}

.bottle-fullwidth-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 70vh;
}

.bottle-fullwidth-item:hover {
    transform: scale(1.02);
    z-index: 2;
}

.bottle-img-fullwidth {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

@media (max-width: 1200px) {
    .bottles-fullwidth-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bottles-fullwidth-grid {
        grid-template-columns: 1fr;
    }
    .bottle-fullwidth-item {
        min-height: 45vh;
    }
}

.bottle-fullwidth-item:hover .bottle-img-fullwidth {
    transform: scale(1.05);
}

.bottle-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none; /* Added this line */
}

.bottle-fullwidth-item:hover .bottle-overlay {
    opacity: 1;
    pointer-events: auto; /* Added this line */
}

.bottle-name-overlay {
    color: white;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(0px);
    transition: transform 0.3s ease;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    text-align: center;
    line-height: 1.2;
}

.bottle-name-overlay small {
    font-size: 1rem;
    letter-spacing: 1px;
}

.bottle-fullwidth-item:hover .bottle-name-overlay {
    transform: translateY(0);
}

/* Where Section */
.where-section {
    background-color: #fcfaf5;
    padding: 100px 0;
}

.where-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #2c2c2c;
}

.where-section > .container > p {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
}

.where-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid #e9ecef;
}

.where-tab-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin: 0 1rem;
}

.where-tab-btn:hover {
    color: #2c2c2c;
}

.where-tab-btn.active {
    color: #2c2c2c;
    border-bottom-color: #2c2c2c;
}

.where-tab-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Locations Grid */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.location-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    border-left: 4px solid #2c2c2c;
}

.location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.location-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
    font-weight: 600;
}

.location-address {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.location-type {
    font-size: 0.9rem;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Contact Section */
.contact-info {
    margin-top: 2rem;
    text-align: center;
}

.contact-info p {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Tab System */
.where-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 2px solid #e0e0e0;
}

.tab-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 300;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-btn:hover,
.tab-btn.active {
    color: #2c2c2c;
    border-bottom-color: #2c2c2c;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.location-item {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.location-item h3 {
    color: #2c2c2c;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-item p {
    color: #666;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* Contact and Main Sections */
.contact-section,
.where-section {
    padding: 6rem 0 4rem;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-content {
    margin-top: 80px;
}

/* Contact Form */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.contact-info h3,
.contact-form h3 {
    color: #2c2c2c;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-item {
    margin-bottom: 1.5rem;
}

.contact-item strong {
    color: #2c2c2c;
    font-weight: 400;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    transition: border-color 0.3s ease;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c2c2c;
}

.form-group label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #666;
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-group input:focus + label,
.form-group input:valid + label,
.form-group textarea:focus + label,
.form-group textarea:valid + label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.8rem;
    color: #2c2c2c;
    background: #fcfaf5;
    padding: 0 0.5rem;
}

.submit-btn {
    background: #2c2c2c;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background: #1a1a1a;
}

/* Newsletter */
.newsletter-section {
    background: #f0f0f0;
    padding: 4rem 0;
    text-align: center;
}

.newsletter-text {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
}

.newsletter-form button {
    background: #2c2c2c;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-family: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Social Links */
.social-section {
    padding: 4rem 0;
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2c2c2c;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

/* Footer */
#footer {
    background: #000000;
    color: #fff;
    padding: 4rem 0 2rem;
    text-align: center;
}

/* Footer positioning for where-drink-buy page */
.where-drink-buy-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.where-drink-buy-page .main-content {
    flex: 1;
}

.where-drink-buy-page #footer {
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.footer-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
}

.footer-section h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #ecf0f1;
    font-weight: 600;
}

.footer-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #bdc3c7;
    margin-bottom: 0.5rem;
    text-align: center;
}

.footer-section strong {
    color: #ecf0f1;
}

.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.footer-social-link {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.5rem;
}

.footer-social-link:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #95a5a6;
    margin: 0;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-language {
        display: none;
    }

    .mobile-language {
        display: block;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero {
        padding: 100px 0 60px;
        min-height: 60vh;
    }

    .logo-placeholder {
        max-width: 200px;
    }

    .release-button {
        font-size: 1rem;
        padding: 12px 30px;
    }

    .mission-content p {
        font-size: 1.1rem;
    }

    .newsletter-social-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .section h2 {
        font-size: 2rem;
    }

    .bottles-fullwidth-grid {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
    }
    
    .bottle-fullwidth-item {
        height: 50vh;
        min-height: 300px;
    }
    
    .bottle-name-overlay {
        font-size: 2.5rem;
        letter-spacing: 2px;
        opacity: 1;
        transform: translateY(0);
    }
    
    .bottle-overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.3);
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .locations-grid {
        grid-template-columns: 1fr;
    }
    
    .where-tabs {
        flex-direction: column;
        align-items: center;
        border-bottom: none;
    }
    
    .where-tab-btn {
        width: 200px;
        margin: 0.5rem 0;
        border: 2px solid #2c2c2c;
        border-radius: 25px;
        background: rgba(44, 44, 44, 0.1);
    }
    
    .where-tab-btn.active {
        background: #2c2c2c;
        color: white;
        border-bottom: 2px solid #2c2c2c;
    }
    
    .language-selector {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-logo-wrapper {
        margin-bottom: 1.5rem;
    }
    
    .footer-info {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .hero {
        padding: 80px 0 40px;
        min-height: 50vh;
    }

    .logo-placeholder {
        max-width: 120px;
    }

    .release-button {
        font-size: 0.9rem;
        padding: 10px 25px;
    }

    .mission-content p {
        font-size: 1rem;
    }

    .social-links {
        gap: 1rem;
    }

    .social-link {
        width: 45px;
        height: 45px;
    }
    
    .bottle-name-overlay {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .bottle-fullwidth-item {
        height: 40vh;
        min-height: 250px;
    }

    .section {
        padding: 60px 0;
    }

    .section h2 {
        font-size: 1.8rem;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
/*
=================================
  Fullscreen Newsletter Page
=================================
*/

/* Imposta la sezione per occupare almeno tutta l'altezza dello schermo */
#fullscreen-newsletter {
  display: flex; /* Usa flexbox per centrare il contenuto */
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra orizzontalmente */
  min-height: 100vh; /* Altezza minima pari al 100% dell'altezza dello schermo */
  padding: 4rem 2rem; /* Spaziatura interna per evitare che il contenuto tocchi i bordi */
  text-align: center;
  background-color: #f4f4f4; /* Un colore di sfondo leggero, puoi cambiarlo */
  box-sizing: border-box; /* Assicura che il padding non aumenti la dimensione totale */
}

/* Contenitore del contenuto della newsletter */
#fullscreen-newsletter .newsletter-content {
  max-width: 600px; /* Larghezza massima per il contenuto */
  width: 100%;
}

#fullscreen-newsletter .newsletter-logo {
  display: block;
  max-width: 220px;
  width: 55%;
  height: auto;
  margin: 0 auto 1.5rem;
}

#fullscreen-newsletter .section-title {
  font-size: 2.5rem; /* Titolo pi? grande */
  margin-bottom: 1rem;
}

#fullscreen-newsletter .newsletter-text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #666;
}

/* Stile per il form della newsletter */
#fullscreen-newsletter .newsletter-form {
  display: flex;
  flex-direction: column; /* Su mobile, input e bottone sono uno sopra l'altro */
  gap: 1rem; /* Spazio tra input e bottone */
}

#fullscreen-newsletter .newsletter-form input {
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

#fullscreen-newsletter .newsletter-form button {
  padding: 1rem;
  font-size: 1rem;
  background-color: #333; /* Colore di sfondo del bottone */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#fullscreen-newsletter .newsletter-form button:hover {
  background-color: #555; /* Effetto hover */
}


/* 
  Stili per Desktop (e schermi pi? grandi di 768px)
*/
@media (min-width: 768px) {
  #fullscreen-newsletter .section-title {
    font-size: 3.5rem; /* Titolo ancora pi? grande su desktop */
  }

  /* Su desktop, metti input e bottone sulla stessa riga */
  #fullscreen-newsletter .newsletter-form {
    flex-direction: row; 
  }

  #fullscreen-newsletter .newsletter-form input {
    flex-grow: 1; /* L'input occupa lo spazio rimanente */
  }

  #fullscreen-newsletter .newsletter-form button {
    width: auto; /* Il bottone si adatta al suo contenuto */
    white-space: nowrap; /* Evita che il testo vada a capo */
  }
}
.michelin-star {
    height: 1em;
    width: auto;
    vertical-align: baseline;
    position: relative;
    top: -2px;
}
@media (max-width: 768px) {
    .bottle-fullwidth-item[data-bottle="linkwood"] .bottle-img-fullwidth,
    .bottle-fullwidth-item[data-bottle="caol-ila"] .bottle-img-fullwidth {
        object-position: top;
    }
}
