@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.navbar-brand-image {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
}

.topbar {
    position: fixed;
    width: 100%;
    z-index: 1030;
    top: 0;
    left: 0;
    background-color: #000 !important;
}

.topbar,
.navbar,
.navbar .nav-link {
    font-family: "Montserrat", sans-serif;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 2.4rem;
    margin-top: 0;
    background-color: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.navbar.fixed-top {
    position: fixed;
}

body.hide-topbar .topbar {
    transform: translateY(-100%);
}

body.hide-topbar .navbar {
    top: 0;
}

.topbar,
.navbar {
    transition: transform 0.25s ease, top 0.25s ease, background-color 0.25s ease;
}

.topbar-location-mobile {
    display: none;
}

.navbar-toggler {
    border: 0 !important;
    border-radius: 14px;
    padding: 0.55rem 0.7rem;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.05rem;
    background-image: none !important;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: top 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.navbar-toggler-icon::before {
    top: 0;
    box-shadow: 0 0.5rem 0 #ffffff;
}

.navbar-toggler-icon::after {
    top: calc(100% - 2px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85) !important;
}

.nav-link:hover {
    color: #ffffff !important;
}

a.nav-link {
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;    background-color: transparent;
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

a.nav-link:hover {
    color: #9b7f49 !important;
    background-color: transparent;
}

.hero {
    min-height: 100vh;
    background-image: url('../res/Foto\ principale.JPG');
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #e5c6a0;
    font-family: "Montserrat", sans-serif;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.95);
}

.hero .btn {
    padding: 0.9rem 2rem;
    font-weight: 600;
}

/* Animazioni per l'header */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInLeftSoft {
    from {
        opacity: 0;
        transform: translateX(-36px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatInUp {
    from {
        opacity: 0;
        transform: translateY(36px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #e5c6a0;
    animation: fadeIn 1s ease-out 0.2s both;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 700;
    letter-spacing: 0.2rem;
    animation: fadeInUp 1.2s ease-out 0.5s both;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.95);
    animation: fadeIn 1s ease-out 0.8s both;
}

.hero .btn {
    padding: 0.9rem 2rem;
    font-weight: 600;
    animation: scaleIn 0.8s ease-out 1.1s both;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

#chi-siamo {
    scroll-margin-top: 6rem;
}

.section-chi-siamo {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #f9f7f3;
}

.section-chi-siamo .col-lg-6:first-child {
    animation: fadeInLeftSoft 1s ease-out 0.2s both;
}

.section-chi-siamo .col-lg-6:last-child {
    animation: floatInUp 1s ease-out 0.45s both;
}

.section-chi-siamo h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.section-chi-siamo .lead {
    max-width: 40rem;
}

.chi-siamo-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    animation: fadeIn 1s ease-out 0.75s both;
}

.section-chi-siamo .chi-siamo-card {
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.section-chi-siamo .chi-siamo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08) !important;
}

/* Statistiche */
.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #9b7f49;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(30, 26, 23, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

/* Lista servizi */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    padding: 0.5rem 0;
    color: rgba(30, 26, 23, 0.8);
    border-bottom: 1px solid rgba(155, 127, 73, 0.1);
    display: flex;
    align-items: center;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li i {
    color: #9b7f49;
    width: 20px;
    text-align: center;
}

/* Value cards */
.value-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(155, 127, 73, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.value-icon {
    font-size: 2.5rem;
    color: #9b7f49;
}

.value-card h5 {
    font-family: "Montserrat", sans-serif;
    color: #1e1a17;
    margin-bottom: 1rem;
}

.value-card p {
    color: rgba(30, 26, 23, 0.75);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Maps section */
.maps-container {
    max-width: 800px;
    margin: 0 auto;
}

.maps-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(155, 127, 73, 0.08);
    overflow: hidden;
}

.maps-info {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f6f0 0%, #f0ebe0 100%);
    border-bottom: 1px solid rgba(155, 127, 73, 0.1);
}

.maps-address {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.maps-address i {
    color: #9b7f49;
    font-size: 1.5rem;
    margin-top: 0.2rem;
}

.maps-address strong {
    font-size: 1.2rem;
    color: #1e1a17;
    display: block;
    margin-bottom: 0.25rem;
}

.maps-address span {
    color: rgba(30, 26, 23, 0.7);
}

.maps-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.maps-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.maps-actions .btn:hover {
    transform: translateY(-2px);
}

.maps-embed {
    position: relative;
    width: 100%;
    height: 300px;
}

.maps-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .maps-info {
        padding: 1.5rem;
    }

    .maps-actions {
        flex-direction: column;
    }

    .maps-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

.section-recensioni {
    background: #f9f7f3;
}

#section-recensioni {
    scroll-margin-top: 8rem;
}

#orari {
    scroll-margin-top: 6rem;
}

#listino-prezzi {
    scroll-margin-top: 6rem;
}

#gallery-tagli {
    scroll-margin-top: 6rem;
}

.section-orari {
    padding: 7rem 0;
    background:
        radial-gradient(circle at top, rgba(229, 198, 160, 0.18), transparent 32%),
        linear-gradient(180deg, #111111 0%, #1c1c1c 100%);
    color: #ffffff;
}

.orari-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.orari-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.24rem;
    font-size: 0.82rem;
    color: #d9b786;
}

.section-orari h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
}

.orari-description {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.orari-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
}

.orario-card {
    min-height: 150px;
    border-radius: 26px;
    padding: 1.4rem 1rem;
    background: linear-gradient(180deg, #c8a66a 0%, #9b7f49 100%);
    color: #1e1508;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, border-color 0.28s ease;
}

.orario-card-closed {
    background: linear-gradient(180deg, #c74c4c 0%, #8f2323 100%);
    color: #fff3f3;
}

.orario-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.28);
    filter: brightness(1.05);
    border-color: rgba(255, 255, 255, 0.26);
}

.orario-day {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.orario-time {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
}

.section-gallery {
    padding: 7rem 0;
    background:
        linear-gradient(180deg, #f9f7f3 0%, #f2ece3 100%);
}

.gallery-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.gallery-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.24rem;
    font-size: 0.82rem;
    color: #9b7f49;
}

.section-gallery h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    color: #1e1a17;
}

.gallery-description {
    color: rgba(30, 26, 23, 0.72);
    line-height: 1.75;
}

.gallery-carousel {
    position: relative;
    width: 100%;
    max-width: calc(1200px + 2.5rem);
    margin: 2.5rem auto 0;
}

.gallery-carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.gallery-carousel-track {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 1rem 0;
    transition: transform 0.45s ease;
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 400px;
    min-width: 400px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    opacity: 0.4;
    filter: blur(2px);
    transform: scale(0.92);
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.gallery-slide.active {
    opacity: 1;
    filter: none;
    transform: scale(1.12);
}

.gallery-slide.prev,
.gallery-slide.next {
    opacity: 0.78;
    filter: blur(0.8px);
    transform: scale(0.98);
}

.gallery-card {
    width: 100%;
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(155, 127, 73, 0.14);
}

.gallery-card img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

.gallery-card-content {
    padding: 1.5rem 1.6rem 1.8rem;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    background: #111111;
    color: #ffffff;
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.16);
    transition: transform 0.25s ease, background-color 0.25s ease;
    z-index: 2;
}

.gallery-prev {
    left: 0.5rem;
}

.gallery-next {
    right: 0.5rem;
}

.gallery-arrow:hover {
    transform: translateY(-50%) scale(1.03);
    background: #9b7f49;
}

.gallery-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.gallery-carousel-dots button {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(30, 26, 23, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.gallery-carousel-dots button.active {
    background: #9b7f49;
    transform: scale(1.1);
}

@media (max-width: 991.98px) {
    .gallery-slide {
        flex: 0 0 240px;
        min-width: 240px;
    }

    .gallery-arrow {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .gallery-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }
    .gallery-carousel-track {
        gap: 0;
    }
}

.gallery-card-content {
    padding: 1.5rem 1.6rem 1.8rem;
}

.gallery-card-type {
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    font-size: 0.78rem;
    color: #9b7f49;
    margin-bottom: 0.5rem;
}

.gallery-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    color: #1e1a17;
    margin-bottom: 0.6rem;
}

.gallery-card p {
    color: rgba(30, 26, 23, 0.76);
    line-height: 1.7;
}

.carousel-arrow {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 0;
    background: #111111;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.16);
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.carousel-arrow:hover {
    transform: translateY(-3px);
    background: #9b7f49;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.carousel-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(30, 26, 23, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.carousel-dot.is-active,
.carousel-dot:hover {
    background: #9b7f49;
    transform: scale(1.08);
}

.section-listino {
    padding: 7rem 0;
    background: #f9f7f3;
}

.listino-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.listino-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.24rem;
    font-size: 0.82rem;
    color: #9b7f49;
}

.section-listino h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    color: #1e1a17;
}

.listino-description {
    color: rgba(30, 26, 23, 0.72);
    line-height: 1.75;
}

.listino-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.listino-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2rem;
    border: 1px solid rgba(155, 127, 73, 0.16);
    box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.06);
}

.listino-card-accent {
    background: linear-gradient(180deg, #1c1c1c 0%, #111111 100%);
    color: #fff8ee;
}

.listino-card-header {
    margin-bottom: 1.5rem;
}

.listino-category {
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    font-size: 0.8rem;
    color: #9b7f49;
}

.listino-card-accent .listino-category {
    color: #d9b786;
}

.listino-card h3 {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
}

.listino-items {
    display: grid;
    gap: 1rem;
}

.listino-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(30, 26, 23, 0.08);
}

.listino-card-accent .listino-item {
    border-bottom-color: rgba(255, 248, 238, 0.14);
}

.listino-service {
    font-size: 1rem;
    color: #2f2822;
}

.listino-card-accent .listino-service {
    color: rgba(255, 248, 238, 0.92);
}

.listino-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #9b7f49;
    white-space: nowrap;
}

.listino-card-accent .listino-price {
    color: #e5c6a0;
}

.listino-note {
    margin-top: 2rem;
    padding: 1.2rem 1.4rem;
    border-left: 4px solid #9b7f49;
    background: rgba(155, 127, 73, 0.08);
    border-radius: 0 18px 18px 0;
    color: rgba(30, 26, 23, 0.76);
}



.site-footer {
    background:
        radial-gradient(circle at top left, rgba(229, 198, 160, 0.14), transparent 28%),
        linear-gradient(180deg, #121212 0%, #090909 100%);
    color: #fff8ee;
    padding: 4.5rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand h3,
.footer-column h4 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem;
}

.footer-brand p,
.footer-column p,
.footer-bottom p {
    color: rgba(255, 248, 238, 0.74);
    line-height: 1.75;
}

.footer-logo {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.footer-column a {
    color: rgba(255, 248, 238, 0.82);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-column a:hover {
    color: #e5c6a0;
}

.footer-bottom {
    padding-top: 1.4rem;
    text-align: center;
}

.reviews-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: clamp(360px, 34vw, 460px);
}

.reviews-image {
    position: relative;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

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

.reviews-content {
    background: #9b7f49;
    color: #fff8ee;
    display: flex;
    align-items: center;
    min-height: 0;
}

.reviews-content-inner {
    width: min(520px, 100%);
    margin: 0 auto;
    padding: 2.25rem 2.5rem;
}

.reviews-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 248, 238, 0.78);
}

.reviews-content h2 {
    font-size: clamp(2rem, 3vw, 3.3rem);
    margin-bottom: 1.1rem;
    font-family: "Montserrat", sans-serif;
}

.reviews-divider {
    width: 8rem;
    height: 1px;
    background: rgba(255, 248, 238, 0.45);
    margin-bottom: 1.35rem;
}

.reviews-slider {
    position: relative;
    min-height: 0;
}

.review-card {
    display: none;
    position: relative;
    animation: fadeIn 0.45s ease;
}

.review-card.is-active {
    display: block;
}

.review-quote-mark {
    position: absolute;
    left: -0.4rem;
    top: -1.4rem;
    font-size: 6rem;
    line-height: 1;
    color: rgba(84, 59, 44, 0.22);
    font-family: Georgia, serif;
}

.review-text {
    position: relative;
    z-index: 1;
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 1.4rem;
}

.review-author {
    font-size: 1rem;
    color: #fff4df;
}

.reviews-dots {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

.review-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255, 248, 238, 0.35);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.review-dot.is-active,
.review-dot:hover {
    background: #ffffff;
    transform: scale(1.08);
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 238, 233, 0.98) 100%);
        border: 1px solid rgba(214, 206, 196, 0.85);
        border-radius: 0;
        box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }

    .navbar-nav {
        width: 100%;
        align-items: center;
        background: transparent;
    }

    .navbar-nav .nav-item,
    .navbar-nav > li {
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item + .nav-item,
    .navbar-nav > li + li {
        border-top: 1px solid rgba(30, 26, 23, 0.14);
    }

    .navbar-nav .nav-link {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        padding: 1.05rem 1rem;
        color: #1e1a17 !important;
        font-size: 0.98rem;
        letter-spacing: 0.18rem;
        text-transform: uppercase;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: #9b7f49 !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(216, 206, 191, 0.28) 100%);
    }

    .section-gallery {
        padding: 5rem 0;
    }

    .hair-carousel {
        grid-template-columns: 1fr;
    }

    .carousel-arrow {
        display: none;
    }

    .gallery-card img {
        height: 360px;
    }

    .section-orari {
        padding: 5rem 0;
    }

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

    .section-listino {
        padding: 5rem 0;
    }

    .listino-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .reviews-split {
        grid-template-columns: 1fr;
        height: auto;
    }

    .reviews-image {
        min-height: 260px;
        height: 260px;
    }

    .reviews-content-inner {
        padding: 2.5rem 1.5rem;
    }

    .reviews-slider {
        min-height: auto;
    }

    .review-text {
        font-size: 1.18rem;
    }
}

@media (max-width: 767.98px) {
    .hero {
        overflow: hidden;
    }

    .hero-content {
        padding: 3.5rem 0.9rem;
    }

    .hero-title {
        font-size: clamp(2.6rem, 12vw, 4rem);
        letter-spacing: 0.08rem;
        overflow-wrap: anywhere;
    }

    .hero-description {
        font-size: 1.02rem;
        line-height: 1.65;
    }

    .topbar .container {
        justify-content: center !important;
    }

    .topbar-left {
        display: none !important;
    }

    .topbar-right {
        width: 100%;
        justify-content: center;
    }

    .topbar-location-full {
        display: none;
    }

    .topbar-location-mobile {
        display: inline;
    }
}

@media (max-width: 575.98px) {

    .gallery-card img {
        height: 280px;
    }

    .orari-grid {
        grid-template-columns: 1fr;
    }

    .orario-card {
        min-height: 120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-subtitle,
    .hero-title,
    .hero-description,
    .hero .btn,
    .section-chi-siamo .col-lg-6:first-child,
    .section-chi-siamo .col-lg-6:last-child,
    .chi-siamo-card,
    .review-card {
        animation: none !important;
        transition: none !important;
    }
}
