@font-face {
    font-family: 'Berling-Italic';
    src: url('../fonts/Berling-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Berling-Italic.woff') format('font-woff'), url('../fonts/Berling-Italic.ttf') format('truetype'), url('../fonts/Berling-Italic.svg#Berling-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================================
   CSS DESIGN SYSTEM VARIABLES
   Il Sassicaio - Bianchi Viticoltori
   ============================================ */

:root {
    /* Brand Colors */
    --wine-burgundy-primary: #4d0322;
    --wine-burgundy-dark: #3d0219;
    --wine-burgundy-light: #6d0432;
    --gold-accent: #cd8835;
    --gold-muted: #b8762e;

    /* Neutral Colors */
    --cream-background: #faf8f5;
    --warm-white: #fffcf7;
    --stone-gray: #696666;
    --text-dark: #2d2d2d;

    /* Spacing System */
    --spacing-xs: 15px;
    --spacing-sm: 30px;
    --spacing-md: 50px;
    --spacing-lg: 80px;
    --spacing-xl: 120px;

    /* Typography */
    --font-display: 'Berling-Italic', serif;
    --font-body: 'Poppins', sans-serif;

    /* Transitions */
    --transition-standard: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* ============================================
   END DESIGN SYSTEM VARIABLES
   ============================================ */

/* SEO H1 Styling - Match existing H2 page title style */
.page-title-content h1 {
    font-size: 48px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
}

.bottiglia-img {
    height: 550px;
}

/* Brighten Montecavallo bottle image */
.our-histry-area .histry-img img.bottiglia-img {
    filter: brightness(1.3) contrast(1.1);
}

/* Improve Montecavallo section text contrast */
.our-histry-area .about-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #2d2d2d;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.our-histry-area .about-text p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #333;
}

/* Award badge styling */
.awards-title {
    font-size: 20px;
    font-weight: 600;
    color: #4d0322;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.award-badge {
    display: inline-block;
    height: 120px;
    width: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.award-badge:hover {
    transform: scale(1.15);
}

.logo-footer img {
    height: 100px;
    width: 250px;
}

.scritta-logo {
    font-family: "Berling-Italic";
    font-style: italic;
}

.dorato {
    color: #cd8835;
}

.logo-mobile {
    height: 40px;
}

.font-size-14 {
    font-size: 14px;
}

.contact-text {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
    color: #696666 !important;
}

.timeline-img {
    text-align: center;
}

.timeline-img img {
    max-height: 436px;
}

.alert {
    border-radius: 0% !important;
}

.alert-danger {
    background-color: transparent !important;
    border-color: #721c24 !important;
}

.alert-success {
    background-color: transparent !important;
    border-color: green !important;
}

.product-details-image {
    padding: 20px !important;
    background-color: transparent !important;
    border: 1px solid #4d0322 !important;
}

.product-details-image img {
    max-width: 100%;
    max-height: 600px;
}

.nav-pills .nav-link.active {
    color: #4d0322;
    font-weight: bold;
    border-color: #4d0322;
    border: 1px solid #4d0322;
    background-color: transparent;
}

.nav-pills .nav-link {
    border-radius: 0em !important;
    color: #555555 !important;
}

.order-details ul li {
    position: relative;
    font-weight: 700;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.order-details ul li i {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px dashed #4d0322;
    border-radius: 50%;
    color: #4d0322;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 24px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.order-details ul li i::before {
    margin-left: 0;
    font-size: 15px;
}

.order-details ul li:hover i {
    color: #ffffff;
    border: 1px dashed #4d0322;
    background: #4d0322;
}

.order-details ul li:last-child {
    margin-bottom: 0;
}

.order-details ul li span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    text-transform: initial;
}

.order-summary a {
    color: #4d0322;
}

.order-summary ul li {
    display: inline-block !important;
    margin-right: 20px;
}

.order-summary ul li span {
    font-weight: bold;
    display: block;
}

.last-right {
    float: right;
}

.product-details button {
    background: none!important;
    border: none;
    padding: 0!important;
    margin-top: 10px;
    font-family: arial, sans-serif;
    color: #4d0322;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.singel-testimonial .testimonial-text a {
    color: #ffba0a;
}

.text-success-bordeaux {
    color: #4d0322;
}

.language-locale a {
    display: inline-block;
    margin-right: 2px !important;
    padding: 0px !important;
    color: white !important;
}

.language-locale-img-md {
    width: 34px;
    height: 34px;
}

.language-locale-img-sm {
    width: 22px;
    height: 22px;
}

.language-locale-img-md[src*="en.png"],
.language-locale-img-md[src*="en-1.png"],
.language-locale-img-sm[src*="en.png"],
.language-locale-img-sm[src*="en-1.png"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.language-locale a {
    display: inline-block;
    margin-right: 2px !important;
}

.language-locale .last {
    margin-left: 2px !important;
}

.cart-item {
    margin-bottom: 30px;
    border: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.order-item span {
    display: block;
}

.cart-item a {
    color: #4d0322;
}

.availability-green {
    color: green;
}

.availability-red {
    color: red;
}

.product-thumbnail {
    /* width: 50px; */
    max-width: 303px;
    max-height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-quantity .input-counter span:hover {
    color: #4d0322;
}

.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232;
}

.product-quantity .input-counter input::placeholder {
    color: #323232;
}

.cart-totals {
    background-color: #ebe6dd !important;
    margin-top: 0px !important;
    padding: 15px;
}

.cart-totals ul li {
    /* padding-left: 15px !important; */
    border: none !important;
    padding: 0px !important;
}

.free-ship-message {
    color: green;
}

.until-ship-message {
    color: #4d0322;
}

.cart-info {
    background-color: #f7f7f7 !important;
    margin-top: 5px;
    padding: 15px;
}

.cart-info h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 0px !important;
}

.cart-info span {
    font-size: 13px;
}

.cart-image {
    max-width: 170px;
}

.single-product .product-img img {
    max-width: 300px !important;
    width: auto !important;
}

.mt-100 {
    margin-top: 100px;
}

.pay-img {
    max-height: 35px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.order-details a {
    color: #4d0322 !important;
}

.old-price {
    text-decoration: line-through;
    color: #828893 !important;
    font-size: 13px;
}

.btn-link {
    color: #4d0322;
}

.card-header {
    background-color: #ebe6dd !important;
    padding: 0px !important;
}

.footer-bottom {
    margin-top: 0px !important;
}

.privacy-menu {
    text-align: center;
    font-size: 14px;
}

.privacy-menu a {
    color: #ccc;
}

.privacy-menu ul {
    display: inline;
}

.privacy-menu ul li {
    display: inline;
}

.privacy-menu ul li a {
    display: inline;
}

.legal ul {
    list-style: circle;
    margin-left: 18px;
}

.section-title a {
    color: #4d0322;
}

.our-products-area {
    background-color: transparent !important;
}

.suggestion {
    margin-bottom: 30px;
}

.suggestion img {
    max-height: 400px;
}

.product-uva {
    display: block;
    color: grey !important;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 15px !important;
}

.single-discover a {
    color: #4d0322;
}

.login-area {
    height: auto !important;
}

.log-in-bg-1 {
    background-image: url(/assets/img/login/log-in-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.image-gallery a img {
    margin-bottom: 10px !important;
}

.tasting-bg {
    background-image: url(../img/landings/tasting.jpg);
}

.book-now-wa-img {
    width: 45px;
    height: 45px;
}


.slider-item-bg-vigna1 {
    background-image: url(../img/slider/vigna1.jpg);
}

.slider-item-bg-vigna2 {
    background-image: url(../img/slider/vigna2.png);
}

/* ==============================================
   PHASE 1: HOMEPAGE IMPROVEMENTS - CSS VARIABLES
   ============================================== */

:root {
    /* Typography */
    --font-primary: "Poppins", sans-serif;
    --font-display: "Berling-Italic", serif;

    /* Colors */
    --color-primary: #4d0322;
    --color-secondary: #cd8835;
    --color-text: #2d2d2d;
    --color-text-light: #696666;
    --color-background-light: #ebe6dd;

    /* Spacing */
    --spacing-xs: 15px;
    --spacing-sm: 30px;
    --spacing-md: 50px;
    --spacing-lg: 80px;
    --spacing-xl: 120px;
}

/* ==============================================
   HERO SECTION
   ============================================== */

.hero-section {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.hero-background.active {
    opacity: 1;
}

.hero-bg-1 {
    background-image: url(../img/slider/vigna1.jpg);
}

.hero-bg-2 {
    background-image: url(../img/slider/vigna2.png);
}

.hero-bg-3 {
    background-image: url(../img/slider/famiglia.jpg);
    filter: grayscale(100%);
}

.hero-nav-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 12px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.hero-dot.active {
    background-color: white;
    width: 32px;
    border-radius: 6px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    width: 100%;
    padding: 0 20px;
}

.hero-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    margin-bottom: var(--spacing-sm);
}

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--color-secondary);
}

.hero-main {
    display: block;
    font-size: 72px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-custom {
    display: inline-block;
    padding: 16px 48px;
    background-color: var(--color-primary);
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    font-size: 14px;
}

.btn-primary-custom:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.3);
}

.btn-secondary-custom {
    display: inline-block;
    padding: 16px 48px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid white;
    font-size: 14px;
}

.btn-secondary-custom:hover {
    background-color: white;
    color: var(--color-primary);
    transform: translateY(-2px);
}

/* ==============================================
   TRUST SIGNALS BAR
   ============================================== */

.trust-signals-bar {
    background-color: var(--color-background-light);
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid rgba(77, 3, 34, 0.1);
}

.trust-signal {
    text-align: center;
    padding: 20px 15px;
}

.trust-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 8px;
    font-family: var(--font-display);
}

.trust-number.trust-text {
    font-size: 28px;
}

.trust-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-text-light);
}

/* ==============================================
   SECTION SPACING SYSTEM
   ============================================== */

.since-area {
    padding-top: var(--spacing-xl) !important;
    padding-bottom: var(--spacing-xl) !important;
}

.section-title {
    margin-bottom: var(--spacing-lg);
}

.section-title h2 {
    font-family: var(--font-display);
    font-size: 42px;
    color: var(--color-text);
}

.mt-100 {
    margin-top: var(--spacing-xl) !important;
}

/* ==============================================
   MOBILE RESPONSIVE
   ============================================== */

@media only screen and (max-width: 991px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
    }

    .hero-main {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-description {
        font-size: 18px;
    }

    .trust-signals-bar {
        padding: var(--spacing-sm) 0;
    }

    .trust-number {
        font-size: 36px;
    }

    .trust-number.trust-text {
        font-size: 24px;
    }

    .trust-label {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    :root {
        --spacing-lg: 60px;
        --spacing-xl: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section {
        height: 60vh;
        min-height: 450px;
    }

    .hero-main {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hero-description {
        font-size: 16px;
        margin-bottom: var(--spacing-sm);
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 40px;
        font-size: 13px;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .hero-nav-dots {
        bottom: 20px;
        gap: 10px;
    }

    .hero-dot {
        width: 10px;
        height: 10px;
    }

    .hero-dot.active {
        width: 28px;
    }

    .trust-signal {
        padding: 15px 10px;
    }

    .trust-number {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .trust-number.trust-text {
        font-size: 20px;
    }

    .trust-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .since-area {
        padding-top: var(--spacing-lg) !important;
        padding-bottom: var(--spacing-lg) !important;
    }

    :root {
        --spacing-sm: 20px;
        --spacing-md: 35px;
        --spacing-lg: 50px;
        --spacing-xl: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-main {
        font-size: 32px;
    }

    .hero-background {
        background-attachment: scroll;
    }
}

/* ==============================================
   PHASE 2: ENHANCED SECTIONS
   ============================================== */

/* Family Story Section with Badge */
.since-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.year-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #6d0432 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(77, 3, 34, 0.3);
    z-index: 10;
    border: 5px solid white;
}

.year-badge-text {
    color: white;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.family-subtitle {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 600;
}

.family-title {
    font-family: var(--font-display);
    font-size: 38px;
    color: var(--color-text);
    margin-bottom: 25px;
}

.family-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-light);
}

/* Process Timeline */
.process-timeline {
    position: relative;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 900px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary));
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.timeline-left {
    justify-content: flex-end;
    text-align: right;
}

.timeline-right {
    justify-content: flex-start;
    text-align: left;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: white;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(77, 3, 34, 0.2);
}

.timeline-icon i {
    font-size: 24px;
    color: var(--color-primary);
}

.timeline-content {
    background: white;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    max-width: 350px;
    margin: 0 20px;
    position: relative;
    border: 1px solid rgba(77, 3, 34, 0.1);
}

.timeline-left .timeline-content {
    margin-right: 20px;
}

.timeline-right .timeline-content {
    margin-left: 20px;
}

.timeline-number {
    font-family: var(--font-display);
    font-size: 36px;
    color: rgba(77, 3, 34, 0.08);
    position: absolute;
    top: 5px;
    font-weight: 700;
    z-index: 1;
}

.timeline-left .timeline-number {
    left: 15px;
}

.timeline-right .timeline-number {
    right: 15px;
}

.timeline-content h3 {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.timeline-content p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Gallery Enhancements */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.gallery-item img {
    transition: transform 0.4s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(77, 3, 34, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 32px;
    transform: scale(0.5);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}

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

.view-all-gallery {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px;
    background-color: transparent;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    font-size: 14px;
    margin-top: 20px;
}

.view-all-gallery:hover {
    background-color: var(--color-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(77, 3, 34, 0.2);
}

.view-all-gallery i {
    transition: transform 0.3s ease;
}

.view-all-gallery:hover i {
    transform: translateX(5px);
}

/* Awards Section */
.awards-section {
    margin-bottom: var(--spacing-md);
}

.award-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(77, 3, 34, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(77, 3, 34, 0.15);
    border-color: var(--color-primary);
}

.award-card-icon {
    margin-bottom: 25px;
}

.award-card-icon img {
    height: 120px;
    width: auto;
    object-fit: contain;
}

.award-card-content h3 {
    font-size: 24px;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.award-wine {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--color-secondary);
    margin-bottom: 15px;
    font-weight: 600;
}

.award-card-content p {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.award-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.award-link:hover {
    color: var(--color-secondary);
    gap: 12px;
}

.award-link i {
    transition: transform 0.3s ease;
}

.award-link:hover i {
    transform: translateX(3px);
}

/* ==============================================
   PHASE 2: MOBILE RESPONSIVE
   ============================================== */

@media only screen and (max-width: 991px) {
    .year-badge {
        width: 100px;
        height: 100px;
        top: -15px;
        right: -15px;
    }

    .year-badge-text {
        font-size: 20px;
    }

    .family-title {
        font-size: 32px;
    }

    .process-timeline::before {
        left: 30px;
    }

    .timeline-item {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 25px;
    }

    .timeline-icon {
        width: 55px;
        height: 55px;
        margin-right: 15px;
    }

    .timeline-icon i {
        font-size: 22px;
    }

    .timeline-content {
        max-width: 100%;
        margin: 0 !important;
        padding: 18px 20px;
    }

    .timeline-left .timeline-content,
    .timeline-right .timeline-content {
        margin: 0 !important;
    }

    .timeline-number {
        font-size: 28px;
    }

    .timeline-left .timeline-number,
    .timeline-right .timeline-number {
        right: 15px;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .year-badge {
        width: 80px;
        height: 80px;
        top: -10px;
        right: -10px;
        border-width: 3px;
    }

    .year-badge-text {
        font-size: 16px;
    }

    .family-title {
        font-size: 26px;
    }

    .family-description {
        font-size: 15px;
    }

    .process-timeline {
        padding: 15px 0;
    }

    .process-timeline::before {
        left: 25px;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline-icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-width: 2px;
    }

    .timeline-icon i {
        font-size: 20px;
    }

    .timeline-content {
        padding: 15px 18px;
    }

    .timeline-content h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .timeline-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .timeline-number {
        font-size: 24px;
        top: 3px;
        right: 10px;
    }

    .award-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .award-card-icon img {
        height: 100px;
    }

    .award-card-content h3 {
        font-size: 20px;
    }

    .award-wine {
        font-size: 16px;
    }

    .view-all-gallery {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .year-badge {
        width: 70px;
        height: 70px;
        top: 5px;
        right: 5px;
    }

    .year-badge-text {
        font-size: 14px;
    }

    .process-timeline::before {
        left: 25px;
    }

    .timeline-icon {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .timeline-icon i {
        font-size: 20px;
    }
}

/* ============================================
   UNIFIED BUTTON SYSTEM
   Phase 1 Implementation
   ============================================ */

/* Primary CTA Button */
.btn-primary-wine {
    background-color: var(--wine-burgundy-primary);
    color: white;
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--wine-burgundy-primary);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-primary-wine:hover {
    background-color: var(--wine-burgundy-dark);
    border-color: var(--wine-burgundy-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.3);
    color: white;
    text-decoration: none;
}

.btn-primary-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

/* Secondary CTA Button */
.btn-secondary-wine {
    background-color: transparent;
    color: var(--wine-burgundy-primary);
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--wine-burgundy-primary);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-secondary-wine:hover {
    background-color: var(--wine-burgundy-primary);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-secondary-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

/* Gold Accent Button */
.btn-gold-wine {
    background-color: var(--gold-accent);
    color: white;
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--gold-accent);
    transition: all var(--transition-standard);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn-gold-wine:hover {
    background-color: var(--gold-muted);
    border-color: var(--gold-muted);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.btn-gold-wine:focus {
    outline: 3px solid var(--wine-burgundy-primary);
    outline-offset: 2px;
}

/* Text Link Button */
.btn-link-wine {
    color: var(--wine-burgundy-primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-standard);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn-link-wine:hover {
    color: var(--gold-accent);
    gap: 12px;
    text-decoration: none;
}

.btn-link-wine:focus {
    outline: 3px solid var(--gold-accent);
    outline-offset: 2px;
}

.btn-link-wine i {
    transition: transform var(--transition-standard);
}

.btn-link-wine:hover i {
    transform: translateX(3px);
}

/* Button Sizes */
.btn-lg {
    padding: 18px 56px;
    font-size: 15px;
}

.btn-sm {
    padding: 12px 32px;
    font-size: 13px;
}

/* Block Button */
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .btn-primary-wine,
    .btn-secondary-wine,
    .btn-gold-wine {
        padding: 14px 32px;
        font-size: 13px;
    }

    .btn-block {
        width: 100%;
    }

    .btn-lg {
        padding: 16px 40px;
        font-size: 14px;
    }

    .btn-sm {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* ============================================
   END BUTTON SYSTEM
   ============================================ */

/* ============================================
   WINE CARD SYSTEM
   Phase 1 Implementation
   ============================================ */

/* Wine Section Base */
.wine-section {
    padding: var(--spacing-lg) 0;
    background-color: white;
}

.wine-section:nth-child(even) {
    background-color: var(--cream-background);
}

/* Wine Tier Badge */
.wine-tier-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--gold-accent);
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

/* Wine Name Heading */
.wine-name {
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 30px;
    line-height: 1.2;
}

/* Wine Detail Sections */
.wine-detail-section {
    margin-bottom: 25px;
}

.wine-detail-label {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-muted);
    margin-bottom: 8px;
    display: block;
}

.wine-detail-content {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
    margin-bottom: 0;
}

/* Enhanced Tasting Notes */
.wine-tasting-notes {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.05) 0%, rgba(205, 136, 53, 0.02) 100%);
    border-left: 3px solid var(--gold-accent);
    padding: 20px;
    border-radius: 4px;
    margin-top: 10px;
}

.wine-tasting-notes .tasting-note {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.wine-tasting-notes .tasting-note:last-child {
    margin-bottom: 0;
}

.wine-tasting-notes .tasting-note::before {
    content: "•";
    position: absolute;
    left: 10px;
    top: 0;
    color: var(--gold-accent);
    font-size: 20px;
    font-weight: bold;
}

.wine-tasting-notes .tasting-note strong {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
}

/* Wine CTA Buttons Container */
.wine-cta-buttons {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Wine Bottle Wrapper */
.wine-bottle-wrapper {
    text-align: center;
    padding: 30px;
    position: relative;
}

.wine-bottle-wrapper .bottiglia-img {
    transition: transform var(--transition-slow);
}

.wine-bottle-wrapper:hover .bottiglia-img {
    transform: scale(1.05);
}

/* Wine Award Showcase */
.wine-award-showcase {
    margin-top: 35px;
    margin-bottom: 25px;
}

.award-section-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.award-card {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.08) 0%, rgba(205, 136, 53, 0.02) 100%);
    border: 2px solid var(--gold-accent);
    padding: 30px;
    border-radius: 8px;
    margin-top: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.award-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(205, 136, 53, 0.2);
    border-color: var(--wine-burgundy-primary);
    text-decoration: none;
    color: inherit;
}

.award-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.award-badge-wrapper {
    flex-shrink: 0;
    margin-right: 25px;
}

.award-badge-wrapper .award-badge-img {
    height: 100px;
    width: auto;
    transition: transform var(--transition-standard);
    filter: drop-shadow(0 4px 8px rgba(77, 3, 34, 0.15));
}

.award-card:hover .award-badge-img {
    transform: scale(1.08);
}

.award-details {
    flex: 1;
}

.award-name {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    margin-bottom: 8px;
}

.award-category {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-accent);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.award-cta {
    font-size: 13px;
    font-weight: 600;
    color: var(--wine-burgundy-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.award-card:hover .award-cta {
    color: var(--gold-accent);
}

/* Mobile Responsive - Wine Cards */
@media (max-width: 991px) {
    .wine-name {
        font-size: 36px;
    }

    .wine-image-col {
        margin-bottom: 30px;
    }

    .wine-cta-buttons {
        flex-direction: column;
    }

    .award-content {
        flex-direction: column;
        text-align: center;
    }

    .award-badge-wrapper .award-badge {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .wine-detail-content {
        font-size: 15px;
    }

    .wine-section {
        padding: var(--spacing-md) 0;
    }
}

/* ============================================
   END WINE CARD SYSTEM
   ============================================ */

/* ============================================
   Enhanced Hero Sections
   ============================================ */

.hero-section-enhanced {
    padding: var(--spacing-lg) 0;
    background-color: var(--cream-background);
}

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

.hero-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-accent);
    margin-bottom: 20px;
    display: block;
}

.hero-title {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 30px;
    line-height: 1.2;
}

.hero-description {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.8;
    color: var(--stone-gray);
    margin-bottom: 40px;
}

.hero-description p,
.hero-description strong {
    color: var(--stone-gray) !important;
}

.hero-section-enhanced .hero-content p,
.hero-section-enhanced .hero-description,
.hero-section-enhanced p {
    color: var(--stone-gray) !important;
}

.hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .hero-section-enhanced {
        padding: var(--spacing-md) 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section-enhanced {
        padding: var(--spacing-sm) 0;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-cta-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   Meet the Family Section
   ============================================ */

.family-section {
    padding: var(--spacing-lg) 0;
    background-color: var(--warm-white);
}

.family-section-title {
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.family-section-title h2 {
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    line-height: 1.2;
}

.family-section-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-accent);
    margin-bottom: 15px;
    display: block;
}

.family-section-intro {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.family-member-card {
    background-color: white;
    padding: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
    text-align: center;
    transition: all var(--transition-standard);
    border: 1px solid rgba(77, 3, 34, 0.1);
}

.family-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(77, 3, 34, 0.1);
}

.family-member-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--gold-accent);
}

.family-member-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.family-member-card:hover .family-member-image-wrapper img {
    transform: scale(1.1);
}

.family-member-name {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 10px;
}

.family-member-role {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold-muted);
    margin-bottom: 20px;
    display: block;
}

.family-member-bio {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--stone-gray);
    text-align: left;
    padding: 0 15px;
}

.family-member-quote {
    font-family: var(--font-display);
    font-size: 18px;
    font-style: italic;
    color: var(--wine-burgundy-primary);
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid var(--gold-accent);
    background-color: var(--cream-background);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .family-section {
        padding: var(--spacing-md) 0;
    }

    .family-section-title h2 {
        font-size: 36px;
    }

    .family-member-image-wrapper {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .family-section {
        padding: var(--spacing-sm) 0;
    }

    .family-section-title h2 {
        font-size: 32px;
    }

    .family-member-name {
        font-size: 24px;
    }

    .family-member-bio {
        font-size: 14px;
    }
}

/* ============================================
   SHOP REDIRECT PAGE STYLES
   ============================================ */

.shop-redirect-section {
    background-color: var(--cream-background);
}

.redirect-card {
    background: white;
    border-radius: 12px;
    padding: 60px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
}

/* Loading Spinner */
.redirect-spinner {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
}

.spinner-ring {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 4px solid var(--cream-background);
    border-top-color: var(--wine-burgundy-primary);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.spinner-wine-bottle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: var(--wine-burgundy-primary);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Redirect Content */
.redirect-content {
    max-width: 600px;
    margin: 0 auto;
}

.redirect-title {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 20px;
    line-height: 1.3;
}

.redirect-message {
    font-size: 16px;
    line-height: 1.7;
    color: var(--stone-gray);
    margin-bottom: 30px;
}

/* Countdown Timer */
.redirect-countdown {
    background: linear-gradient(135deg, rgba(205, 136, 53, 0.08) 0%, rgba(205, 136, 53, 0.02) 100%);
    border-left: 4px solid var(--gold-accent);
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

.countdown-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--stone-gray);
    display: block;
    margin-bottom: 10px;
}

.countdown-number {
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 700;
    color: var(--wine-burgundy-primary);
    line-height: 1;
    display: block;
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Wine Bottles Preview */
.redirect-wines-preview {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: var(--cream-background);
    border-radius: 8px;
}

.wine-preview-bottle {
    height: 180px;
    width: auto;
    transition: transform var(--transition-standard);
}

.wine-preview-bottle:hover {
    transform: translateY(-10px);
}

.wine-preview-bottle:nth-child(2) {
    height: 200px;
}

/* Action Buttons */
.redirect-actions {
    margin: 30px 0;
}

.btn-redirect-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s ease;
}

.btn-redirect-now:hover {
    gap: 15px;
}

.btn-redirect-now i {
    transition: transform 0.3s ease;
}

.btn-redirect-now:hover i {
    transform: translateX(3px);
}

/* Manual Link */
.redirect-manual-link {
    font-size: 14px;
    color: var(--stone-gray);
    margin-top: 25px;
}

.redirect-link {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.redirect-link:hover {
    color: var(--gold-accent);
    text-decoration: underline;
}

/* No JavaScript Fallback */
.redirect-noscript {
    background: #fff3cd;
    border: 2px solid var(--gold-accent);
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
}

.redirect-noscript p {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .redirect-card {
        padding: 40px 20px;
    }

    .redirect-title {
        font-size: 24px;
    }

    .redirect-message {
        font-size: 15px;
    }

    .countdown-number {
        font-size: 48px;
    }

    .redirect-wines-preview {
        gap: 10px;
        padding: 20px 10px;
    }

    .wine-preview-bottle {
        height: 120px;
    }

    .wine-preview-bottle:nth-child(2) {
        height: 140px;
    }

    .btn-redirect-now {
        width: 100%;
        justify-content: center;
    }
}


/* ============================================
   CONTACT CARDS STYLES
   ============================================ */

.contact-info-area {
    background-color: var(--cream-background);
}

/* Contact Card */
.contact-card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(77, 3, 34, 0.12);
    border-color: var(--gold-accent);
}

/* Contact Card Icon */
.contact-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--wine-burgundy-primary) 0%, var(--wine-burgundy-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 20px rgba(77, 3, 34, 0.2);
    transition: transform 0.3s ease;
}

.contact-card:hover .contact-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-card-icon i {
    font-size: 26px;
    color: white;
}

/* Contact Card Content */
.contact-card-content {
    text-align: center;
    flex: 1;
}

.contact-card-title {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-card-details {
    font-size: 16px;
    line-height: 1.8;
    color: var(--stone-gray);
}

/* Contact Person */
.contact-person {
    margin-bottom: 15px;
}

.contact-person:last-child {
    margin-bottom: 0;
}

.person-name {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contact Links */
.contact-link {
    color: var(--wine-burgundy-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-link:hover {
    color: var(--gold-accent);
    transform: translateX(3px);
}

.contact-email {
    word-break: break-word;
}

/* Address */
.contact-address {
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.facebook-link {
    background: #1877f2;
    color: white;
}

.facebook-link:hover {
    background: #145dbf;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(24, 119, 242, 0.3);
    color: white;
}

.instagram-link {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.instagram-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 48, 108, 0.4);
    color: white;
}

.social-link i {
    font-size: 20px;
}

.social-link span {
    font-size: 15px;
}

/* Map Section */
.contact-map-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.map-section-title {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 15px;
    text-align: center;
}

.map-section-description {
    font-size: 16px;
    line-height: 1.7;
    color: var(--stone-gray);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}

.contact-map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-map {
    display: block;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .contact-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .contact-card-icon {
        width: 70px;
        height: 70px;
    }

    .contact-card-icon i {
        font-size: 28px;
    }

    .contact-card-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .contact-card {
        padding: 30px 20px;
    }

    .contact-card-icon {
        width: 60px;
        height: 60px;
    }

    .contact-card-icon i {
        font-size: 24px;
    }

    .contact-card-title {
        font-size: 20px;
    }

    .contact-card-details {
        font-size: 15px;
    }

    .social-link {
        min-width: 100%;
    }

    .contact-map-section {
        padding: 30px 20px;
    }

    .map-section-title {
        font-size: 24px;
    }

    .map-section-description {
        font-size: 15px;
    }

    .contact-map-wrapper iframe {
        height: 300px;
    }
}

/* ============================================
   PARLANO DI NOI CAROUSEL SECTION
   Pre-Footer Wine Guides Section
   ============================================ */

.parlano-di-noi-section {
    background: linear-gradient(135deg, var(--wine-burgundy-primary) 0%, var(--wine-burgundy-dark) 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.parlano-di-noi-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

.parlano-di-noi-section .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.parlano-di-noi-section .section-title h2 {
    font-family: var(--font-display);
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
}

.parlano-di-noi-section .section-title h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--gold-accent);
    margin: 12px auto 0;
}

/* Carousel Container */
.wine-guides-carousel {
    position: relative;
    z-index: 2;
}

/* Carousel Item */
.wine-guide-carousel-item {
    text-align: center;
    padding: 8px;
}

.wine-guide-carousel-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* Book Cover Wrapper */
.wine-guide-carousel-wrapper {
    position: relative;
    background: white;
    padding: 6px;
    border: 2px solid rgba(205, 136, 53, 0.3);
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-wrapper {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Book Cover Image */
.wine-guide-carousel-cover {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-cover {
    transform: scale(1.05);
}

/* Guide Information */
.wine-guide-carousel-info {
    text-align: center;
}

.wine-guide-carousel-name {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
    transition: color 0.3s ease;
}

.wine-guide-carousel-item:hover .wine-guide-carousel-name {
    color: var(--gold-accent);
}

.wine-guide-carousel-author {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin: 0;
}

/* Owl Carousel Navigation */
.wine-guides-carousel .owl-nav {
    margin-top: 30px;
}

.wine-guides-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid var(--gold-accent) !important;
    border-radius: 50%;
    color: var(--gold-accent) !important;
    font-size: 24px;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.wine-guides-carousel .owl-nav button:hover {
    background: var(--gold-accent) !important;
    color: white !important;
    transform: scale(1.1);
}

/* Owl Carousel Dots */
.wine-guides-carousel .owl-dots {
    margin-top: 25px;
}

.wine-guides-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.wine-guides-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.wine-guides-carousel .owl-dot.active span,
.wine-guides-carousel .owl-dot:hover span {
    background: var(--gold-accent);
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 991px) {
    .parlano-di-noi-section {
        padding: 25px 0;
    }

    .parlano-di-noi-section .section-title h2 {
        font-size: 22px;
    }

    .wine-guide-carousel-cover {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .parlano-di-noi-section {
        padding: 20px 0;
    }

    .parlano-di-noi-section .section-title h2 {
        font-size: 20px;
    }

    .parlano-di-noi-section .section-title {
        margin-bottom: 15px;
    }

    .wine-guide-carousel-cover {
        height: 80px;
    }

    .wine-guide-carousel-item {
        padding: 6px;
    }

    .wine-guide-carousel-wrapper {
        padding: 4px;
        margin-bottom: 6px;
    }
}

/* ============================================
   FOOTER REDESIGN STYLES
   Premium Winery Footer with Brand Consistency
   ============================================ */

/* Footer Container */
.footer-redesigned {
    background: linear-gradient(to bottom,
        var(--cream-background) 0%,
        var(--warm-white) 100%);
    border-top: 1px solid rgba(77, 3, 34, 0.08);
}

/* Footer Main Section */
.footer-main-section {
    padding: 50px 0 30px;
}

/* Footer Brand Tagline in Social Column */
.footer-brand-tagline {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--wine-burgundy-primary);
    margin-top: 25px;
    line-height: 1.4;
}

.footer-column {
    margin-bottom: 30px;
}

/* Footer Section Titles */
.footer-section-title {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--wine-burgundy-primary);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(to right,
        var(--gold-accent),
        transparent);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--stone-gray);
    text-decoration: none;
    transition: all var(--transition-standard);
    display: inline-block;
    position: relative;
}

.footer-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-accent);
    transition: width var(--transition-standard);
}

.footer-link:hover {
    color: var(--wine-burgundy-primary);
    transform: translateX(3px);
    text-decoration: none;
}

.footer-link:hover::before {
    width: 100%;
}

/* Footer Contact Items */
.footer-contact-items {
    margin-bottom: 30px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: all var(--transition-standard);
}

.footer-contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(77, 3, 34, 0.15);
    transition: all var(--transition-standard);
}

.footer-contact-icon i {
    color: white;
    font-size: 20px;
}

.footer-contact-item:hover .footer-contact-icon {
    background: linear-gradient(135deg,
        var(--gold-accent),
        var(--gold-muted));
    transform: scale(1.05);
}

.footer-contact-text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--stone-gray);
}

.footer-contact-text p {
    margin: 0 0 5px 0;
}

.footer-contact-text a {
    color: var(--wine-burgundy-primary);
    text-decoration: none;
    transition: color var(--transition-standard);
}

.footer-contact-text a:hover {
    color: var(--gold-accent);
}

.footer-contact-text strong {
    font-weight: 600;
    color: var(--text-dark);
}

/* Footer Social Media */
.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social-icon {
    width: 45px;
    height: 45px;
    background: white;
    border: 2px solid var(--wine-burgundy-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--wine-burgundy-primary);
    text-decoration: none;
}

.footer-social-icon i {
    font-size: 20px;
    transition: color var(--transition-standard);
}

.footer-social-icon:hover {
    background: var(--wine-burgundy-primary);
    color: white;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(77, 3, 34, 0.25);
    text-decoration: none;
}

.footer-social-icon:hover i {
    color: white;
}

/* Footer Visit Info */
.footer-visit-info {
    margin-top: 10px;
}

.footer-hours-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-visit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(77, 3, 34, 0.15);
}

.footer-visit-icon i {
    color: white;
    font-size: 20px;
}

.footer-visit-text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--stone-gray);
}

.footer-visit-text strong {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.footer-visit-text p {
    margin: 0 0 3px 0;
}

/* Footer Bottom Section */
.footer-bottom-section {
    background: linear-gradient(135deg,
        var(--wine-burgundy-dark) 0%,
        var(--wine-burgundy-primary) 100%);
    border-top: 3px solid var(--gold-accent);
    color: white;
    padding: 40px 0 30px;
}

.footer-privacy-menu {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.footer-privacy-menu li {
    display: inline-block;
}

.footer-privacy-menu a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color var(--transition-standard);
    position: relative;
}

.footer-privacy-menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold-accent);
    transition: width var(--transition-standard);
}

.footer-privacy-menu a:hover {
    color: var(--gold-accent);
}

.footer-privacy-menu a:hover::before {
    width: 100%;
}

.footer-bottom-text {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Language Switcher */
.footer-language-switcher {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.language-flag {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all var(--transition-standard);
    opacity: 0.6;
}

.language-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.language-flag:hover,
.language-flag.active {
    border-color: var(--gold-accent);
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(205, 136, 53, 0.3);
}

/* Enhanced Go-to-Top Button */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg,
        var(--wine-burgundy-primary),
        var(--wine-burgundy-dark));
    border: 2px solid var(--gold-accent);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(77, 3, 34, 0.3);
}

.go-top.active {
    display: flex;
}

.go-top:hover {
    background: linear-gradient(135deg,
        var(--gold-accent),
        var(--gold-muted));
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(77, 3, 34, 0.4);
}

.go-top i {
    color: white;
    font-size: 20px;
}

.go-top i:first-child {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
    .footer-main-section {
        padding: 40px 0 20px;
    }

    .footer-column {
        margin-bottom: 35px;
    }

    .footer-brand-tagline {
        font-size: 18px;
    }

    .footer-section-title {
        font-size: 22px;
    }

    .footer-bottom-section {
        padding: 35px 0 25px;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 767px) {
    .footer-main-section {
        padding: 30px 0 15px;
    }

    .footer-column {
        margin-bottom: 35px;
        text-align: center;
    }

    .footer-section-title {
        font-size: 20px;
    }

    .footer-section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

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

    .footer-link {
        padding: 8px 0;
        font-size: 16px;
    }

    .footer-contact-item {
        justify-content: center;
        text-align: left;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-social-icon {
        width: 50px;
        height: 50px;
    }

    .footer-visit-info {
        display: flex;
        justify-content: center;
    }

    .footer-brand-tagline {
        font-size: 18px;
        text-align: center;
    }

    .language-flag {
        width: 44px;
        height: 44px;
    }

    .footer-bottom-section .row > div {
        text-align: center !important;
        margin-bottom: 15px;
    }

    .footer-bottom-section .row > div:last-child {
        margin-bottom: 0;
    }

    .footer-privacy-menu ul {
        flex-direction: column;
        gap: 12px;
    }

    .footer-bottom-section {
        padding: 30px 0 20px;
    }

    .go-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .go-top i {
        font-size: 18px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .footer-link {
        padding: 12px 0;
    }

    .footer-social-icon {
        margin: 10px 8px;
    }

    .footer-contact-item {
        padding: 10px 0;
    }
}

/* Very Small Screens */
@media (max-width: 375px) {
    .footer-section-title {
        font-size: 18px;
    }

    .footer-brand-tagline {
        font-size: 20px;
    }

    .footer-contact-icon,
    .footer-visit-icon {
        width: 45px;
        height: 45px;
    }

    .footer-contact-icon i,
    .footer-visit-icon i {
        font-size: 18px;
    }
}

/* ============================================
   END FOOTER REDESIGN STYLES
   ============================================ */

/* ============================================
   PAGE TITLE BANNER - BREADCRUMB ONLY
   Remove title duplication, keep only breadcrumbs
   ============================================ */

/* Hide the page title in banner (keep breadcrumbs only) */
.page-title-area h2,
.page-title-area h1 {
    display: none;
}

/* Reduce banner height for breadcrumb-only layout */
.page-title-area {
    padding: 30px 0 !important;
    min-height: 120px !important;
}

/* Center breadcrumbs */
.page-title-area .page-title-content {
    text-align: center;
}

.page-title-area .page-title-content ul {
    justify-content: center;
    margin: 0;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .page-title-area {
        padding: 20px 0 !important;
        min-height: 80px !important;
    }

    .page-title-area .page-title-content ul li {
        font-size: 13px;
    }

    .page-title-area .page-title-content ul li a {
        font-size: 13px;
    }
}

/* Section H1 styling (main page headings) */
.section-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .section-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-title h1 {
        font-size: 30px;
    }
}

/* ============================================
   END PAGE TITLE BANNER STYLES
   ============================================ */

