/*
Theme Name: Graceful Gold Blog
Theme URI: https://optimathemes.com/graceful-gold-blog-theme/
Author: Aslam
Author URI: http://optimathemes.com/

/* ================= Compact Footer Variant ================= */
.footer-compact {
    padding: 40px 0 10px;
}

.footer-compact-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 38px;
}

@media (max-width:880px) {
    .footer-compact-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.footer-brand-block {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: Montserrat, sans-serif;
}

.footer-logo-text {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ca9b52;
}

.footer-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #333;
    letter-spacing: .3px;
}

.footer-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-inline-links a {
    display: inline-block;
    font: 600 12px/1 'Lato', sans-serif;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #111;
    padding: 6px 10px;
    border: 1px solid #dfd6c5;
    border-radius: 18px;
    background: #fff;
    transition: .25s ease;
}

.footer-inline-links a:hover,
.footer-inline-links a:focus {
    color: #ca9b52;
    border-color: #ca9b52;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.footer-social-min {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-social-min a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dfd6c5;
    color: #ca9b52;
    font-size: 16px;
    transition: .3s ease;
}

.footer-social-min a:hover,
.footer-social-min a:focus {
    border-color: #ca9b52;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    color: #b0853e;
}

.footer-mini-meta {
    border-top: 1px solid #e0ded8;
    margin-top: 25px;
    padding: 14px 0 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato', sans-serif;
    gap: 16px;
}

@media (max-width:640px) {
    .footer-mini-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-mini-copy {
    margin: 0;
    font-size: 12px;
    color: #333;
    letter-spacing: .6px;
}

.footer-mini-piva {
    background: #f4f1ec;
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid #dfd6c5;
    color: #555;
}

.footer-mini-dev {
    margin: 0;
}

.footer-mini-dev a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ca9b52;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #ca9b52;
    border-radius: 18px;
    background: #fff;
    transition: .25s ease;
}

.footer-mini-dev a:hover,
.footer-mini-dev a:focus {
    background: #ca9b52;
    color: #fff;
}


/*Description: Graceful Gold Blog is a stylish and versatile free WordPress theme designed for a wide range of blogs and websites, including fashion, lifestyle, travel, tech, health, fitness, beauty, food, news, and online magazines. With its fully responsive and Retina-ready design, this theme ensures a seamless and visually stunning experience across all devices. Featuring a clean, modern, and minimalistic layout, Graceful Gold Blog is both user-friendly and highly customizable. It is WooCommerce compatible, allowing you to create an online store effortlessly, and supports Right-to-Left (RTL) languages for greater accessibility. Additionally, it is SEO-optimized, ensuring better search engine rankings and improved visibility. Whether you're a blogger, entrepreneur, or business owner, Graceful Gold Blog provides the perfect foundation for building a professional and engaging website.
Template: graceful
Version: 1.0.5
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graceful-gold-blog
Tags: blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce
*/


/*
Customization of this theme starts here
*/

/* style.css */


/*--------------------------------------------------------------
Header Sections
--------------------------------------------------------------*/
body {
    background-color: #ffffff;
}

#site-menu {
    text-align: left;
}

.entry-header {
    min-height: 80px;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.entry-header .graceful-wrap-outer {
    width: 100%;
}

.entry-header .graceful-wrap-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.site-branding {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.site-branding a.logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.site-branding a.logo-img img {
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Responsive logo sizing */
@media screen and (max-width: 768px) {
    .site-branding a.logo-img img {
        max-height: 80px;
    }
}

@media screen and (max-width: 480px) {
    .site-branding a.logo-img img {
        max-height: 60px;
    }

    .entry-header {
        padding: 5px 0;
    }
}

.blog .post-title {
    font-size: 28px;
    line-height: 38px;
}

.blog article .post-meta {
    margin-bottom: 10px;
}

.blog .post-page-content {
    padding-top: 10px;
}

#main-navigation {
    background-color: #f4f1ec;
    border: none;
    text-align: center;
}

.site-menu-wrapper {
    margin: 0 auto;
}

#top-navigation {
    background-color: #ca9b52;
    color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

aside .graceful-widget h2,
.graceful-widget .widget-title {
    background: #ffffff;
    border: 1px solid #ca9b52;
    font-weight: 600;
}

aside .graceful-widget h2::after {
    border-top: 8px solid #ca9b52;
}

#graceful-post-slider {
    /* placeholder removed */
}


#graceful-post-slider .owl-stage-outer:after {
    background-color: #f2f2f2;
}

#graceful-post-slider .owl-nav {
    background-color: #f2f2f2;
}

.post-title {
    word-wrap: break-word;
}

.graceful-slider-title {
    width: 460px;
    word-wrap: break-word;
}

@media screen and (max-width: 480px) {
    .graceful-slider-title {
        width: 300px;
    }
}

.site-images {
    min-height: 245px;
    background: #f2f2f2;
}

#site-footer {
    background: #f4f1ec;
}

#site-footer .graceful-widget .widget-title {
    border: 1px solid #ca9b52;
    font-weight: 600;
    background: #ffffff;
    color: #ca9b52;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: visible;
    padding: 7px 5px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#site-footer .graceful-widget .widget-title::after {
    border-top: 8px solid #b9ad94;
}

.footer-widgets {
    border-bottom: 1px solid #a19376;
}

.single .post-date {
    color: #111111 !important;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.single .post-title-author {
    color: #111111 !important;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .content-column>li {
        width: 100%;
    }
}

/* Top Navigation
   ========================================================================== */

#top-navigation {
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e4e4e4;
}

#top-menu {
    display: inline-block;
}

#top-menu li {
    position: relative;
}

#top-menu li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 6px;
    font-size: 12px;
}

#top-menu ul li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    float: right;
}

#top-menu>li {
    display: inline-block;
    list-style: none;
}

#top-menu li a {
    display: block;
    position: relative;
    padding: 0 5px;
    margin-left: 5px;
    color: #ffffff;
}

#top-menu a:focus {
    outline: 3px dotted #000000 !important;
}

#top-menu li a:first-child {
    margin-left: 0;
}

#top-menu>li>a {
    display: block;
    text-decoration: none;
}

#top-menu>li:first-child>a {
    padding-left: 0px;
}

#top-menu>li:last-child>a {
    padding-right: 0px;
}

#top-menu ul ul {
    top: -1px;
    left: 100%;
}

#top-menu .sub-menu {
    position: absolute;
    left: -999em;
    z-index: 1101;
    width: 170px;
    text-align: left;
    border: 1px solid #e4e4e4;
    border-width: 1px;
    opacity: 0;
}

#top-menu .menu-item:hover>ul,
#top-menu .menu-item:focus-within>ul {
    left: 0;
    opacity: 1;
}

#top-menu .menu-item:hover ul ul,
#top-menu .menu-item:focus-within ul ul {
    left: 100%;
}

#top-menu .sub-menu a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#top-menu .sub-menu>li:last-of-type>a {
    border: none;
}

#top-menu .sub-menu li:first-child>.sub-menu {
    margin-top: -1px;
}

#top-menu .sub-menu>li>a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    margin: 0;
}

#top-menu li a {
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

#top-menu .sub-menu>li>a {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

#top-menu li a {
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}

#top-menu .sub-menu>li>a {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

#top-menu li a,
#main-menu li a {
    text-transform: uppercase;
}

#top-navigation>div {
    padding-left: 30px;
    padding-right: 30px;
}

.post-categories {
    background: #f4f1ec;
    border: 1px solid #dfd6c5;
}

.graceful-small-image-box {
    background-color: #f4f1ec;
}

.wp-block-search__button {
    background: #f2f2f2;
    border: 1px solid #dddddd;
}

#main-navigation #searchform #s {
    border: 1px solid #bdb29b;
}

#main-navigation #searchform #searchsubmit,
.close-graceful-search {
    background: #f2f2f2;
    border: 1px solid #dddddd;
}


#graceful-post-slider {
    padding-bottom: 40px;
    margin-top: 40px;
}

.widget_categories>ul>li {
    border-bottom: 1px solid #f2f2f2;
}

aside .wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #f2f2f2;
}

.wp-block-search__label {
    display: none;
}


/*--------------------------------------------------------------
Featured Boxes Sections
--------------------------------------------------------------*/

#featured-boxes {
    border-bottom: 1px solid #eee;
    background: #fff;
    margin-top: 40px;
}

#featured-boxes .wrapped-content {
    font-size: 0;
    text-align: center;
}

#featured-boxes .featured-box {
    position: relative;
    float: left;
}

#featured-boxes a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#featured-boxes .graceful-wrap-outer {
    padding: 12px;
}

#featured-boxes h4 {
    display: inline-block;
    padding: 11px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.50);
    color: #ffffff !important;
}

#featured-boxes .featured-box {
    width: calc((100% - 50px) /3);
    width: -webkit-calc((100% - 70px) /3);
    margin-right: 34px;
}

#featured-boxes .featured-box:last-child {
    margin-right: 0;
}


@media screen and (max-width: 768px) {
    .featured-box {
        display: block;
    }

    .main-navigation-search {
        right: 20px;
        top: 14px !important;
    }
}


@media screen and (max-width: 480px) {
    #featured-boxes .featured-box {
        width: 100%;
        margin-bottom: 34px;
    }

    #featured-boxes {
        padding: 20px !important;
    }
}


/* Media Query Min 768px
   ========================================================================== */
@media screen and (min-width: 768px) {
    .blog .post-page-content p {
        padding: 0 24px;
    }

    #main-navigation .wrapped-content {
        padding-left: 0;
    }

    .main-navigation-search {
        right: 0;
    }

    #main-navigation .navigation-socials {
        right: 35px;
    }

}



/*--------------------------------------------------------------
Posts Ticker
--------------------------------------------------------------*/
.graceful-latest {
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.graceful-latest .author-name {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.graceful-latest h4 {
    color: #030303;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 20px;
    overflow: visible;
    padding: 5px 5px 5px 0px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
}

.trending-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blinking-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-right: 8px;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.graceful-latest-posts-ticker {
    background: #fff;
    padding: 0;
}

/* Card Layout */
.graceful-latest .post-card {
    display: flex;
    overflow: hidden;
    background-color: #f4f1ec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 400px;
    /* Increased card height for taller image */
}

.graceful-latest .post-image {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    height: 400px;
    /* Matching taller height */
}

.graceful-latest .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graceful-latest .post-image .no-thumbnail {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.graceful-latest .post-content {
    flex: 0 0 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.graceful-latest .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.graceful-latest .post-author img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.graceful-latest .author-name {
    font-weight: 500;
    color: #333;
}

.graceful-latest .post-date {
    color: #111;
    margin-left: 10px;
    font-size: 16px;
}

.graceful-latest .post-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 auto 0;
}

.graceful-latest .post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.graceful-latest .post-title a:hover {
    color: #0077cc;
}

.graceful-latest .post-meta {
    margin-top: auto;
    color: #111;
    font-size: 16px;
}

.graceful-latest .separator {
    margin: 0 5px;
}

/* Navigation controls */
.graceful-latest-posts-ticker .owl-nav {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.graceful-latest-posts-ticker .owl-nav button {
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    color: #111 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.graceful-latest-posts-ticker .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}

.graceful-latest-posts-ticker .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}

.graceful-latest-posts-ticker .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}

.graceful-latest-posts-ticker .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.graceful-latest-posts-ticker .item {
    padding: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .post-card {
        height: 350px;
    }

    .post-image {
        height: 350px;
    }

    .post-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .post-card {
        flex-direction: column;
        height: auto;
    }

    .post-image {
        flex: 0 0 280px;
        height: 280px;
    }

    .post-content {
        flex: 1;
        padding: 15px;
    }

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

    .post-author {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .post-image {
        height: 220px;
    }
}


/*--------------------------------------------------------------
Slider Customization
--------------------------------------------------------------*/

#graceful-post-slider .owl-nav {
    align-items: unset;
    background-color: unset;
    height: unset;
    justify-content: unset;
    margin: unset;
    max-width: unset;
    text-align: unset;
    width: unset;
}

#graceful-post-slider .owl-nav button {
    display: unset;
}

#graceful-post-slider .owl-nav button:focus {
    box-shadow: unset;
    outline: unset;
}

#graceful-post-slider .owl-nav [class*=owl-]:hover {
    background: unset;
}

#graceful-post-slider .owl-dots {
    display: unset;
}

#graceful-post-slider .owl-stage-outer:after {
    background-color: unset;
    bottom: unset;
    content: unset;
    display: unset;
    height: unset;
    left: unset;
    position: unset;
    transform: unset;
    width: unset;
    z-index: unset;
}

#graceful-post-slider .owl-next {
    border-radius: unset;
    margin-left: unset;
    margin-top: unset;
    padding-left: unset;
    position: unset;
}

#graceful-post-slider .owl-next span {
    color: unset;
    font-size: unset;
}

#graceful-post-slider .owl-next::after {
    background: unset;
    border-radius: unset;
    content: unset;
    height: unset;
    position: unset;
    right: unset;
    top: unset;
    width: unset;
}

#graceful-post-slider .owl-prev {
    border-radius: unset;
    margin-right: unset;
    margin-top: unset;
    padding-right: unset;
    position: unset;
}

#graceful-post-slider .owl-prev span {
    color: unset;
    font-size: unset;
}

#graceful-post-slider .owl-prev::after {
    background: unset;
    border-radius: unset;
    content: unset;
    height: unset;
    position: unset;
    right: unset;
    top: unset;
    width: unset;
}


#graceful-post-slider {
    padding: 0 4px !important;
}

/* =========================================
   Landing Page Styles - Castello Gioielli (Ultra Modern)
   ========================================= */

.landing-page-wrapper {
    font-family: 'Lato', sans-serif;
    color: #333;
    overflow-x: hidden;
    background-color: #fff;
}

/* Shift wrapper up under transparent fixed header (initial state) */
.page-template-page-landing:not(.landing-header-offset) .landing-page-wrapper {
    margin-top: calc(-1 * var(--landing-header-height, 0px));
}

.landing-page-wrapper h1,
.landing-page-wrapper h2,
.landing-page-wrapper h3,
.landing-page-wrapper h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
}

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

/* --- Animations & Transitions --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes imageReveal {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-on-scroll.from-left {
    transform: translateX(-50px);
}

.reveal-on-scroll.from-left.is-visible {
    transform: translateX(0);
}

.reveal-on-scroll.from-right {
    transform: translateX(50px);
}

.reveal-on-scroll.from-right.is-visible {
    transform: translateX(0);
}

.delay-100 {
    transition-delay: 0.1s;
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-300 {
    transition-delay: 0.3s;
}

.stagger-up {
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
}

.stagger-up:nth-child(1) {
    animation-delay: 0.2s;
}

.stagger-up:nth-child(2) {
    animation-delay: 0.4s;
}

.stagger-up:nth-child(3) {
    animation-delay: 0.6s;
}

/* --- Buttons --- */
.btn-gold {
    display: inline-block;
    background-color: #ca9b52;
    color: #fff;
    padding: 16px 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #ca9b52;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-gold:hover::before {
    width: 100%;
}

.btn-gold:hover {
    color: #ca9b52;
    box-shadow: 0 10px 20px rgba(202, 155, 82, 0.3);
}

.btn-outline-gold {
    display: inline-block;
    background-color: transparent;
    color: #ca9b52;
    padding: 14px 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #ca9b52;
}

.btn-outline-gold:hover {
    background-color: #ca9b52;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(202, 155, 82, 0.2);
}

/* --- Hero Section --- */
.landing-hero {
    height: 100vh;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    /* Remove previous offset hack; we now shift wrapper up */
    margin-top: 0;

    /* ==========================================================
   Landing Page Transparent Header Behavior
   ----------------------------------------------------------
   - Header initially transparent over hero
   - After scroll past hero, becomes solid again
   ========================================================== */
    .page-template-page-landing #site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: transparent;
        box-shadow: none;
        z-index: 1000;
        transition: background-color .35s ease, backdrop-filter .35s ease, box-shadow .35s ease;
    }

    .page-template-page-landing #top-navigation,
    .page-template-page-landing #main-navigation {
        background: transparent;
        transition: background-color .35s ease;
    }

    .page-template-page-landing #site-header .entry-header,
    .page-template-page-landing #site-header .site-menu-wrapper,
    .page-template-page-landing #site-header .graceful-wrap-outer,
    .page-template-page-landing #site-header .graceful-wrap-inner {
        background: transparent !important;
    }

    .page-template-page-landing #site-header .entry-header a,
    .page-template-page-landing #site-header #top-menu>li>a,
    .page-template-page-landing #site-header #main-menu>li>a {
        transition: color .35s ease;
    }

    .page-template-page-landing #site-header.landing-header-solid {
        background: #f4f1ec;
        /* Original main navigation background */
        backdrop-filter: blur(6px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    }

    .page-template-page-landing #site-header.landing-header-solid #top-navigation {
        background: #ca9b52;
        /* Restore top bar color */
    }

    .page-template-page-landing #site-header.landing-header-solid #main-navigation {
        background: #f4f1ec;
    }

    /* Offset content after hero once header becomes solid */
    .page-template-page-landing.landing-header-offset .landing-page-wrapper {
        padding-top: var(--landing-header-height, 0px);
    }

    @media (max-width: 768px) {
        .page-template-page-landing #site-header.landing-header-solid {
            backdrop-filter: none;
        }
    }

    margin-top: -40px;

    /* Breakout Styles */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.landing-hero-bg {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    /* Taller for parallax */
    background: url('https://images.unsplash.com/photo-1584302179602-e4c3d3fd629d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    z-index: 0;
    will-change: transform;
}

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

.landing-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 30px;
    z-index: 2;
    pointer-events: none;
    /* content floats over parallax */
}

.landing-hero-content>* {
    pointer-events: auto;
}

/* Override previous state-based transforms */
.page-template-page-landing:not(.landing-header-offset) .landing-hero .landing-hero-content,
.page-template-page-landing.landing-header-offset .landing-hero .landing-hero-content {
    transform: translate(-50%, -50%) !important;
}

.landing-logo-hero {
    max-width: 220px;
    margin-bottom: 30px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.landing-title {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.landing-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 3px;
    opacity: 0.9;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* --- Intro Section --- */
.landing-intro {
    /* Center vertically like hero */
    min-height: calc(100vh - var(--landing-header-height, 0px));
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    position: relative;

}

.landing-icon-divider {
    width: 120px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .landing-icon-divider {
        width: 90px;
    }
}

.rotating-icon {
    animation: rotate 10s linear infinite;
}

.intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #ca9b52;
}

.intro-text p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.9;
    color: #555;
    font-weight: 300;
}

/* --- Collections Section --- */
.landing-collections {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #ca9b52;
}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.collection-item {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 2px;
}

.collection-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.collection-image-wrapper {
    overflow: hidden;
    height: 300px;
}

.collection-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-item:hover .collection-image {
    transform: scale(1.1);
}

.collection-content {
    padding: 30px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
}

.collection-content h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.collection-content p {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
    font-style: italic;
}

/* --- Craftsmanship Section --- */
.landing-craftsmanship {
    padding: 120px 0;
    background-color: #fff;
    overflow: hidden;
}

.flex-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.craft-image {
    flex: 1;
    position: relative;
}

.image-reveal-mask {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    max-height: 340px; /* Ridotta altezza verticale */
}

/* Assicura che l'immagine riempia la maschera ridotta senza deformarsi */
.image-reveal-mask img {
    height: 100%;
    object-fit: cover;
}

.craft-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.craft-image:hover img {
    transform: scale(1.03);
}

.craft-text {
    flex: 1;
}

.craft-text h3 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #333;
}

.craft-text p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 40px;
}

/* --- Footer CTA --- */
.landing-footer-cta {
    padding: 100px 0;
    background-color: #f4f1ec;
    text-align: center;
    border-top: 1px solid #e0ded8;
    position: relative;
}

.landing-logo-footer {
    max-width: 180px;
    margin-bottom: 30px;
}

.landing-footer-cta h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.landing-footer-cta p {
    margin-bottom: 50px;
    color: #666;
    font-size: 1.1rem;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
}

.contact-info span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info span i {
    color: #ca9b52;
    font-size: 1.2rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #ca9b52;
    border-radius: 50%;
    color: #ca9b52;
    margin: 0 8px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    background: #fff;
}

.social-links a:hover {
    background-color: #ca9b52;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(202, 155, 82, 0.3);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .landing-title {
        font-size: 3rem;
    }

    .flex-container {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .landing-title {
        font-size: 2.2rem;
    }

    .landing-subtitle {
        font-size: 1rem;
    }

    .flex-container {
        flex-direction: column;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }

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

    /* Disable fixed bg on mobile for performance */
}

/* Hide empty main-content container on landing page */
.page-template-page-landing .main-content {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Sticky header for landing page */
.page-template-page-landing #site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


#graceful-post-slider .slide-item {
    height: 480px;
}

#graceful-post-slider {
    padding-bottom: 15px;
}

#graceful-post-slider .slider-item:first-child {
    display: block;
}

#graceful-post-slider .slide-item {
    background-size: cover;
    background-position: center;
}

#graceful-post-slider .owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    display: block;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

#graceful-post-slider .owl-nav button {
    background: rgba(255, 255, 255, 0.6);
    border: none;
    font-size: 60px !important;
    pointer-events: all;
    color: #777 !important;
    cursor: pointer;
    padding: 6px 8px 15px 10px !important;
}

#graceful-post-slider .owl-nav button:hover {
    color: #000 !important;
}

#graceful-post-slider .owl-nav [class*=owl-]:hover {
    background: rgba(255, 255, 255, 0.7);
}

#graceful-post-slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}

#graceful-post-slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
}

#graceful-post-slider .owl-dots {
    margin-top: -32px;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fbfbfb;
}


#graceful-post-slider .graceful-wrap-inner {
    vertical-align: bottom;
}

#graceful-post-slider.wrapped-content img {
    width: 100%;
}

#graceful-post-slider.wrapped-content .slider-item-bg {
    height: 540px;
}

.slider-item {
    display: none;
    position: relative;
}

.slider-item-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

.graceful-slider-info {
    display: inline-block;
    max-width: 840px;
    padding: 40px;
}

.slider-categories {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.graceful-slider-title {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 44px;
    margin-bottom: 25px;
}

.graceful-slider-read-more a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0 25px;
    text-transform: uppercase;
}

#graceful-post-slider .owl-dots {
    display: block !important;
    padding: 0 !important;
}

@media screen and (max-width: 480px) {
    #graceful-post-slider .owl-nav {
        display: none;
    }

    .graceful-slider-info {
        padding: 10px;
    }

    .graceful-slider-title {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 31px;
        margin-bottom: 25px;
    }

    #graceful-post-slider .slide-item {
        height: 240px;
    }
}


@media screen and (max-width: 1200px) {
    #graceful-post-slider.wrapped-content {
        padding-bottom: 12px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}


/* Shine Effect on post images */
.site-images a {
    position: relative;
}

.site-images a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.site-images a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}



/*--------------------------------------------------------------
Home Blog List Layout Customization
--------------------------------------------------------------*/
.blog .content-column article {
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.blog .post-image-col {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;

}

.blog .post-image-col .site-images {
    height: 400px;
}

.blog .site-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog .site-images .no-thumbnail {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.blog .post-content-col {
    flex: 0 0 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.blog .content-column li {
    margin-bottom: 50px;
}

.blog .post-header {
    text-align: unset;
}

.blog .post-title {
    font-size: 28px;
    font-weight: bolder;
    line-height: 36px;
}

.blog .post-page-content {
    padding-top: 0;
}

.blog .post-page-content p {
    padding: 0px;
    margin: 0px;
}

.blog .continue-read {
    text-align: left;
    margin: 5px 0 30px;
    padding: 0;
}

.blog .continue-read a {
    line-height: 34px;
}


/* Responsive adjustments */
@media (max-width: 992px) {
    .blog .content-column article {
        height: 350px;
    }

    .blog .post-image-col .site-images {
        height: 350px;
    }

    .blog .post-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .blog .content-column article {
        flex-direction: column;
        height: auto;
    }

    .blog .post-image-col .site-images {
        flex: 0 0 280px;
        height: 280px;
    }

    .blog .post-content-col {
        flex: 1;
        padding: 15px;
    }

    .blog .post-title {
        font-size: 23px;
    }

    .blog .post-author {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .blog .graceful-latest .post-card {
        height: 430px;
    }

    .blog .post-image-col .site-images {
        height: 220px;
    }
}

.navigation-search-button {
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.main-navigation-search {
    top: 7px;
}

.navigation-search-button i {
    color: #ffffff !important;
}

.continue-read a {
    background: #ffffff;
    border: 1px solid #ca9b52;
    color: #ca9b52 !important;
    text-decoration: none;
}

#main-navigation #searchform #searchsubmit,
.close-graceful-search {
    background: #f4f1ec;
    border: 1px solid #ca9b52;
}

.graceful-latest-articles {
    margin-bottom: 30px;
    margin-top: 70px;
    border: 1px solid #ca9b52;
    padding: 0 10px;
    text-align: center;
    font-size: 28px;
}

.archive .post-content-col {
    margin-top: 20px;
}



.main-content.wrapped-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width: 1180px) {
    .main-content.wrapped-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.content-post .post-footer {
    padding: 3px 0 !important;
}

.graceful-gold-category-title {
    margin-bottom: 30px;
    margin-top: 1px;
    border: 1px solid #ca9b52;
    padding: 0 10px;
    text-align: center;
    font-size: 28px;
}

/* aggiungo single_add_to_cart_button button alt dorato */
.single_add_to_cart_button.button.alt {
    background-color: #ca9b52 !important;
    border-color: #b19f6a !important;
    color: #ffffff !important;
}

/* stesso con button product_type_simple add_to_cart_button ajax_add_to_cart testo antracite hover fondo dorato*/
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link {
    background-color: #ca9b52 !important;
    border: 1px solid #b19f6a !important;
    color: #333333 !important;
    border-radius: 4px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus,
.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:focus {
    color: #b19f6a !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}


/* span class onsale sfondo dorato, stessa cosa per div class wc-block-grid__product-onsale */

.woocommerce span.onsale {
    background-color: #d4af37;
    color: #ffffff;
}

/* === Landing Header Transparency Overrides (final pass) === */
.page-template-page-landing #site-header,
.page-template-page-landing #top-navigation,
.page-template-page-landing #main-navigation,
.page-template-page-landing #site-header .entry-header,
.page-template-page-landing #site-header .wrapped-content,
.page-template-page-landing #site-header .graceful-wrap-outer,
.page-template-page-landing #site-header .graceful-wrap-inner,
.page-template-page-landing #site-header .site-menu-wrapper {
    background: transparent !important;
    background-color: transparent !important;
}

.page-template-page-landing #site-header {
    box-shadow: none !important;
}

/* Initial transparent link/icon colours */
.page-template-page-landing #site-header:not(.landing-header-solid) #top-menu>li>a,
.page-template-page-landing #site-header:not(.landing-header-solid) #site-menu>li>a,
.page-template-page-landing #site-header:not(.landing-header-solid) .account-icon-link,
.page-template-page-landing #site-header:not(.landing-header-solid) .wpmenucart-contents,
.page-template-page-landing #site-header:not(.landing-header-solid) .navigation-search-button,
.page-template-page-landing #site-header:not(.landing-header-solid) .navigation-search-button i {
    color: #ffffff !important;
}

.page-template-page-landing #site-header:not(.landing-header-solid) .account-icon-circle {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

.page-template-page-landing #site-header:not(.landing-header-solid) #site-menu .sub-menu,
.page-template-page-landing #site-header:not(.landing-header-solid) #top-menu .sub-menu {
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(6px);
}

/* Solid state restore */
.page-template-page-landing #site-header.landing-header-solid {
    background: #f4f1ec !important;
}

.page-template-page-landing #site-header.landing-header-solid #top-navigation {
    background: #ca9b52 !important;
}

.page-template-page-landing #site-header.landing-header-solid #main-navigation,
.page-template-page-landing #site-header.landing-header-solid .wrapped-content,
.page-template-page-landing #site-header.landing-header-solid .site-menu-wrapper {
    background: #f4f1ec !important;
}

.page-template-page-landing #site-header.landing-header-solid #site-menu>li>a,
.page-template-page-landing #site-header.landing-header-solid #top-menu>li>a,
.page-template-page-landing #site-header.landing-header-solid .account-icon-link,
.page-template-page-landing #site-header.landing-header-solid .wpmenucart-contents {
    color: #222 !important;
}

.page-template-page-landing #site-header.landing-header-solid .account-icon-circle {
    background: #ffffff !important;
    border: 1px solid #ca9b52 !important;
}

/* Ensure logo image background stays transparent */
.page-template-page-landing #site-header .logo-img img {
    background: transparent !important;
}

/* Raise stacking above hero */
.page-template-page-landing #site-header {
    z-index: 1500;
}

/* === Hero centering adjustments relative to transparent header === */
.page-template-page-landing:not(.landing-header-offset) .landing-hero {
    /* Add top padding equal to header height so content appears centered in visible area */
    padding-top: var(--landing-header-height, 0px);
}

.page-template-page-landing.landing-header-offset .landing-hero {
    padding-top: 0;
    /* When header becomes solid, remove extra spacing */
}

/* Fine centering of inner content: shift up half header height for optical center */
.page-template-page-landing:not(.landing-header-offset) .landing-hero .landing-hero-content {
    transform: translateY(calc(var(--landing-header-height, 0px) / -2));
    transition: transform .4s ease;
}

.page-template-page-landing.landing-header-offset .landing-hero .landing-hero-content {
    transform: none;
}

/* --- Layout Fixes --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.landing-page-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* --- New Pages Shared Styles --- */
.section-padding {
    padding: 100px 0;
}

.bg-light {
    background-color: #f9f9f9;
}

.bg-white {
    background-color: #ffffff;
}

.small-hero {
    height: 60vh !important;
    min-height: 400px;
}

.small-hero .landing-hero-content {
    top: 50%;
    transform: translateY(-50%);
}

.section-title-left {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #333;
    position: relative;
}

.section-title-left::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ca9b52;
    margin-top: 15px;
}

.col-half {
    flex: 1;
    padding: 20px;
}

.reverse-mobile {
    flex-direction: row;
}

/* --- Chi Siamo Styles --- */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.value-item {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.value-item:hover {
    transform: translateY(-10px);
}

.value-icon {
    font-size: 3rem;
    color: #ca9b52;
    margin-bottom: 20px;
}

.value-item h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Dove Siamo / Contatti Styles --- */
.contact-details-block {
    margin-top: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-item i {
    font-size: 1.5rem;
    color: #ca9b52;
    margin-top: 5px;
}

.contact-item h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.map-container {
    height: 450px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.shadow-box {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.graceful-contact-form .form-group {
    margin-bottom: 20px;
}

.graceful-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.graceful-contact-form input,
.graceful-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.graceful-contact-form input:focus,
.graceful-contact-form textarea:focus {
    border-color: #ca9b52;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(202, 155, 82, 0.1);
}

.info-box-gold {
    background: #ca9b52;
    padding: 40px;
    color: #fff;
    border-radius: 4px;
}

.info-box-gold h3 {
    color: #fff;
    margin-bottom: 20px;
}

.info-box-gold p {
    color: rgba(255, 255, 255, 0.9);
}

.contact-list-styled {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.contact-list-styled li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.contact-list-styled .icon {
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.social-links-big a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links-big a:hover {
    background: #fff;
    color: #ca9b52;
    transform: translateY(-3px);
}

/* --- Legal Pages Styles --- */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
}

.legal-content h3 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.legal-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
}

/* --- Responsive Adjustments for New Pages --- */
@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }

    .col-half {
        padding: 0 0 40px 0;
    }

    .small-hero {
        height: 50vh !important;
    }

    .section-title-left {
        font-size: 2rem;
    }
}

.page-title-standard {
    font-size: 3rem;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    padding-bottom: 20px;
}

.page-title-standard::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ca9b52;
    margin: 15px auto 0;
}

/* --- Hide Main Content for Custom Page Templates --- */
.page-template-page-landing .main-content,
.page-template-page-chi-siamo .main-content,
.page-template-page-dove-siamo .main-content,
.page-template-page-contatti .main-content,
.page-template-page-termini-condizioni .main-content,
.page-template-page-privacy-policy .main-content {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: none !important;
}

/* --- Spacing Fixes for Standard Pages --- */
.landing-page-wrapper .section-padding:first-child {
    padding-top: 40px;
}

.page-title-standard {
    margin-top: 0;
    margin-bottom: 30px;
}