:root {
    --ink: #0d0a08;
    --ink-soft: #16110d;
    --ivory: #bb954b;
    --ivory-deep: #bb954b;
    --gold: #bb954b;
    --gold-soft: rgba(187, 149, 75, 0.18);
    --wine: #4c101b;
    --olive: #39442a;
    --text: #bb954b;
    --text-muted: rgba(187, 149, 75, 0.74);
    --dark-text: #2f2316;
    --dark-muted: rgba(47, 35, 22, 0.7);
    --panel: rgba(0, 0, 0, 0.42);
    --card-bg: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.10));
    --card-border: 1px solid rgba(187, 149, 75, 0.28);
    --border: rgba(255, 255, 255, 0.08);
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
    --card-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
    --card-shadow-hover: 0 30px 64px rgba(0, 0, 0, 0.52);
    --hero-text-shadow:
        0 2px 0 rgba(0, 0, 0, 0.35),
        0 18px 55px rgba(0, 0, 0, 0.45);
    --radius: 10px;
    --radius-small: 8px;
    --max-width: 1240px;
    --luxury-card-border: 1px solid rgba(187, 149, 75, 0.16);
    --flag-background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 24' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='flag'%3E%3Cpath d='M0 12 C14 5 23 1 42 1 H258 C277 1 286 5 300 12 C286 19 277 23 258 23 H42 C23 23 14 19 0 12 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23flag)'%3E%3Crect width='100' height='24' fill='%23008c45'/%3E%3Crect x='100' width='100' height='24' fill='%23f4f5f0'/%3E%3Crect x='200' width='100' height='24' fill='%23cd212a'/%3E%3C/g%3E%3C/svg%3E");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Noto Sans SC", sans-serif;
    color: var(--text);
    background: #370111;
    /* background: #440115; */
    /* background: rgba(7, 6, 5, 0.96); */
}

main {
    background: #370111;
    /* background: rgba(7, 6, 5, 0.96); */
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 120px 120px;
    mix-blend-mode: soft-light;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

.page-shell {
    position: relative;
    overflow: clip;
}

.section-frame {
    width: min(var(--max-width), calc(100% - 40px));
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--ivory-deep);
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.eyebrow:empty {
    display: none;
}

.section-subtitle {
    margin: 0 0 18px;
    color: var(--gold);
    font-size: 1.15rem;
}

.section-subtitle:empty {
    display: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Cormorant Garamond", "Noto Serif SC", serif;
    font-weight: 600;
    letter-spacing: 0.03em;
}

p {
    margin: 0;
    line-height: 1.85;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: #370111;
    border-bottom: 1px solid rgba(187, 149, 75, 0.18);
}

.site-header__inner {
    width: min(var(--max-width), calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-lockup {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: max-content;
}

.brand-lockup__mark {
    font-family: "Cormorant Garamond", "Noto Serif SC", serif;
    font-size: 1.5rem;
    letter-spacing: 0.22em;
}

.brand-lockup__line {
    align-self: stretch;
    width: auto;
    height: 4px;
    background: var(--flag-background) center/100% 100% no-repeat;
    order: -1;
}

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.site-header__burger {
    display: none;
    width: 52px;
    height: 52px;
    padding: 0;
    border: var(--luxury-card-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ivory);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.site-header__burger-line {
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-nav,
.locale-switcher {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;

    /* Nav items gold border edit */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-nav a {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: color 180ms ease, opacity 180ms ease;

    /* Nav items gold border edit */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0.50rem 0.90rem;
    border: 1px solid rgba(212, 175, 55, 0.7);
    border-radius: 8px;

    background: transparent;
    color: inherit;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.02em;

    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}


/* Nav items gold border edit */
.site-nav a:hover,
.site-nav a:focus-visible {
    border-color: #d4af37;
    background-color: rgba(212, 175, 55, 0.07);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
    transform: translateY(-1px);
}


/* Nav items gold border edit */
.site-nav a:focus-visible {
    outline: none;
}

/*Add hyphen between menu items*/
/* .site-nav a:not(:last-child)::after {
    content: " -";
    margin: 0 0 0 0.6rem;
} */

.locale-switcher {
    gap: 10px;
}

.locale-switcher a {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(187, 149, 75, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1;
    overflow: hidden;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.locale-switcher img {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 999px;
    object-fit: cover;
}

.site-nav a:hover,
.locale-switcher a:hover,
.locale-switcher a.is-active {
    color: var(--ivory);
}

.locale-switcher a:hover,
.locale-switcher a.is-active {
    border-color: rgba(231, 199, 129, 0.68);
    background: rgba(187, 149, 75, 0.18);
    transform: translateY(-1px);
}

.hero {
    position: relative;
    min-height: calc(100vh - 89px);
    padding: 54px 0;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.65)),
        url("/media/hero-image.jpg") center/cover no-repeat;
}

.hero__content {
    width: min(var(--max-width), calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* @font-face {
  font-family: PKG-Roman-Capitals;
  src: url(fonts/demo-pkg-roman-capitals.otf);
} */

.hero__copy h1 {
    font-family: "PKG Roman Capitals", "Cormorant Garamond", "Noto Serif SC", serif;
    font-size: clamp(3.2rem, 10vw, 9rem);
    line-height: 1;
    margin-bottom: 60px;
    color: var(--gold);
    word-spacing: 0.14em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: var(--hero-text-shadow);
}

.hero__copy--centered {
    width: min(100%, 980px);
    max-width: 980px;
    text-align: center;
}

.hero__copy {
    filter:
        drop-shadow(0 2px 0 rgba(0, 0, 0, 0.35))
        drop-shadow(0 18px 55px rgba(0, 0, 0, 0.45));
}

.hero__copy .eyebrow {
    margin: 26px 0 0;
    font-size: clamp(0.82rem, 2vw, 1.8rem);
    line-height: 1.35;
    margin-bottom: 0px;
    letter-spacing: clamp(0.08em, 1.2vw, 0.28em);
    overflow-wrap: anywhere;
    text-shadow: var(--hero-text-shadow);
}

.hero__subtitle {
    margin-top: 10px;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    color: var(--gold);
    letter-spacing: 0.18em;
    text-shadow: var(--hero-text-shadow);
}

.hero__brand-line {
    margin-top: 14px;
    color: var(--gold);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: var(--hero-text-shadow);
}

.italy-line {
    width: 100%;
    max-width: 100%;
    height: 8px;
    margin: 28px auto 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    background: var(--flag-background) center/100% 100% no-repeat;
}

.italy-line > span {
    display: none;
}

.italy-line .g {
    width: 33.333%;
    background: #008c45;
}

.italy-line .w {
    width: 33.333%;
    background: #f4f5f0;
}

.italy-line .r {
    width: 33.333%;
    background: #cd212a;
}

.hero__description {
    max-width: 780px;
    margin: 28px auto 0;
    color: var(--text);
    font-size: 1.1rem;
    line-height: 1.9;
    text-shadow: var(--hero-text-shadow);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
    justify-content: center;
}

.hero__actions--hero {
    margin-top: 30px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid var(--border);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.84rem;
}

.button--solid {
    background: linear-gradient(135deg, var(--gold), #d7b27b);
    color: #1a130d;
    box-shadow: 0 14px 35px rgba(187, 149, 75, 0.24);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.02);
    color: var(--gold);
}

.why-section,
.site-footer {
    padding: 84px 0;
}

.why-section .section-frame,
.site-footer .section-frame {
    padding: 42px;
    border-radius: var(--radius);
    color: var(--text);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.why-section .section-frame {
    position: relative;
    overflow: hidden;
    background: var(--card-bg);
    border: var(--card-border);
}

.why-section .section-frame::before,
.site-footer__card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius) - 1px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.site-footer__overview p:empty {
    display: none;
}

/*FOOTER EDIT START*/
.site-footer__legal-block {
    text-align: left;
}

.site-footer__company-details {
    font: inherit;
    color: inherit;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 0.8rem;

    display: block;
    gap: 12px;
    padding: 14px 16px;
    border: var(--card-border);
    border-radius: 6px; /* optional */
    align-items: center;
    flex-wrap: wrap; /* optional for smaller screens */
}

.site-footer__company-details strong {
    display: block;
    font: inherit;
    font-weight: 600;
    color: inherit;
    margin-bottom: 0.25rem;
}

.site-footer__company-details span {
    display: block;
    font: inherit;
    color: inherit;
}

.site-footer__copyright {
    margin-top: 0;
}
/*FOOTER EDIT END*/

.why-section h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    margin-bottom: 18px;
}

.storia-section,
.collection-block {
    padding: 36px 0 84px;
}

.storia-bottles-frame {
    margin-top: 42px;
}

.storia-intro-card {
    padding: 34px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.storia-intro-card p {
    color: var(--text);
    font-size: 1.1rem;
    line-height: 1.9;
    text-align: justify;
    text-align-last: left;
}

.storia-section-heading {
    margin-top: 34px;
    margin-bottom: 34px;
    color: var(--gold);
    /* font-size: clamp(1.1rem, 2.2vw, 2rem); */
    font-size: clamp(1.8rem, 3vw, 4.4rem);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.storia-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 34px;
    align-items: stretch;
}

.storia-copy {
    padding: 34px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.storia-copy h2,
.collection-block h2 {
    /* font-size: clamp(1.8rem, 3vw, 4.4rem); */
    font-size: clamp(1.3rem, 2.5vw, 4rem);
}

.storia-bottles-heading {
    margin-bottom: 28px;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
}

.storia-bottles-heading h2 {
    font-size: clamp(1.8rem, 7vw, 4.4rem);
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.storia-bottles-heading p {
    margin-top: 8px;
    color: var(--gold);
    font-size: 1.15rem;
    letter-spacing: 0em;
    line-height: 1.4;
    text-transform: lowercase;
    /* word-spacing: -2px; */
}

.storia-bottles-heading p::first-letter {
    text-transform: uppercase;
}

.storia-copy p + p,
.collection-block__description,
.why-section__closing {
    margin-top: 18px;
}

.why-section__closing {
    margin-top: 30px;
}

.storia-caption {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 8px;
}

.storia-caption span {
    font-family: "Cormorant Garamond", "Noto Serif SC", serif;
    font-size: 1.5rem;
    color: var(--gold);
}

.storia-caption small {
    color: var(--text-muted);
}

.storia-caption small:empty {
    display: none;
}

.video-stage {
    position: relative;
    padding: 16px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.video-stage__media {
    position: relative;
    flex: 1;
    min-height: 480px;
}

.video-stage__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.video-stage video {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    border-radius: var(--radius);
}

.storia-caption--media {
    margin-top: 0;
    padding: 0 4px 4px;
    border-top: 0;
    text-align: center;
}

.collection-block__head {
    display: block;
    margin-bottom: 28px;
    text-align: left;
}

.collection-block__description {
    margin-top: 10px;
    color: var(--text-muted);
}

.collection-carousel {
    position: relative;
    padding: 0 72px;
}

.collection-carousel__viewport {
    overflow: hidden;
    margin: -44px -40px;
    padding: 44px 40px;
}

.collection-carousel__track {
    display: flex;
    gap: 52px;
    justify-content: flex-start;
    will-change: transform;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.collection-carousel__track.is-centered {
    justify-content: center;
}

.bottle-card {
    position: relative;
    flex: 0 0 calc((100% - 156px) / 4);
    min-height: 100%;
    padding: 24px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: 1px solid rgba(187, 149, 75, 0.28);
    box-shadow: var(--card-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.bottle-card:hover {
    transform: translateY(-8px);
    border-color: rgba(187, 149, 75, 0.4);
    box-shadow: var(--card-shadow-hover);
}

.bottle-card__details-hint {
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    padding: 6px 10px;
    border: 1px solid rgba(187, 149, 75, 0.34);
    border-radius: 999px;
    background: rgba(55, 1, 17, 0.72);
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.bottle-card__image-wrap {
    position: relative;
    z-index: 0;
    min-height: 360px;
    display: grid;
    place-items: center;
    padding: 16px 0 8px;
    background: transparent;
}

.bottle-card__image-wrap--storia {
    min-height: 280px;
    padding-top: 38px;
}

.bottle-card__image-wrap:not(.bottle-card__image-wrap--storia) img {
    max-height: 320px;
    object-fit: contain;
    filter:
        drop-shadow(0 0 0.3px rgba(244, 219, 156, 0.86))
        drop-shadow(0 0 1.6px rgba(187, 149, 75, 0.52))
        drop-shadow(0 20px 28px rgba(0, 0, 0, 0.52))
        drop-shadow(0 25px 42px rgba(0, 0, 0, 0.42));
}

.bottle-card__copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
}

.bottle-card__subtitle {
    color: var(--gold);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bottle-card__copy h3 {
    font-size: 2rem;
    color: var(--ivory);
}

.bottle-card__copy p {
    color: var(--text-muted);
}

.carousel-button {
    position: absolute;
    top: 50%;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--gold);
    font-size: 1.6rem;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 3;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-button:hover {
    background: rgba(187, 149, 75, 0.16);
    color: var(--ivory);
    transform: scale(1.02);
}

.carousel-button[disabled] {
    opacity: 0.24;
    cursor: default;
    pointer-events: none;
}

.carousel-button[hidden] {
    display: none;
}

.carousel-button--prev {
    left: 0;
}

.carousel-button--next {
    right: 0;
}

.why-grid {
    display: grid;
    gap: 34px;
    align-items: start;
}

.why-section__intro {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.why-section__intro h2 {
    text-transform: uppercase;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.why-list li {
    padding: 20px 22px;
    border-radius: var(--radius-small);
    /* background: var(--card-bg); */
    border: var(--card-border);
    color: var(--ivory);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.42);
    /* backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); */
}

.why-section__brand {
    text-align: center;
    text-transform: uppercase;
}

.why-section__brand h2 {
    margin-bottom: 8px;
    color: var(--gold);
}

.why-section__brand p {
    color: var(--gold);
    font-size: clamp(1.1rem, 2vw, 1.7rem);
    letter-spacing: 0.18em;
}

.site-footer {
    padding-top: 42px;
    padding-bottom: 0;
}

.site-footer__card {
    position: relative;
    overflow: hidden;
    background: var(--card-bg);
    border: var(--card-border);
    margin-bottom: 120px;
}

.site-footer__overview {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__overview p:last-child {
    color: var(--text-muted);
}

.site-footer__business-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
    font-style: normal;
}

.site-footer__business-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 20px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.035);
    border: var(--luxury-card-border);
}

.site-footer__business-item--email {
    grid-column: 1 / -1;
}

.site-footer__business-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.site-footer__business-heading svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--gold);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__business-heading span {
    color: var(--gold);
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.site-footer__business-item a,
.site-footer__business-item p {
    color: var(--ivory);
    font-size: 0.95rem;
    line-height: 1.55;
}

.site-footer__business-item a {
    width: fit-content;
    overflow-wrap: anywhere;
}

.site-footer__business-item a:hover {
    color: var(--gold);
}

.site-footer__business-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.site-footer__business-item--email .site-footer__business-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 18px;
}

.site-footer__business-links--stacked {
    gap: 10px;
}

.site-footer__info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.site-footer__info-card {
    padding: 22px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-footer__info-card h3,
.site-footer__cta-label {
    margin-bottom: 10px;
    color: var(--ivory);
    font-size: 1.35rem;
}

.site-footer__info-card p,
.site-footer__legal p,
.site-footer__cta p {
    color: var(--text-muted);
}

.site-footer__legal {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__legal-links,
.site-footer__nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer__legal-links a,
.site-footer__nav-links a {
    color: var(--ivory);
    font-size: 0.84rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer__action-row {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(1fr, 1fr) minmax(0, 0.7fr);
    gap: 24px;
    align-items: stretch;
    padding-top: 28px;
}

.site-footer__cta,
.site-footer__badges {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer__cta {
    padding: 26px 28px;
    text-align: center;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-footer__nav-links {
    align-content: center;
}

.site-footer__top-link-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-footer__top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: var(--luxury-card-border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--ivory);
    font-size: 1.5rem;
}

.site-footer__copyright {
    color: var(--text-muted);
    text-align: left;
}

.site-footer__bottom-bar {
    margin-top: 40px;
    background: #370111;
    border-top: 1px solid var(--gold);
}

.site-footer .site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 110px;
    box-shadow: none;
}

.site-footer__credit-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px 10px 12px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-footer__credit-card img {
    width: 70px;
    height: auto;
}

.site-footer__credit-card span {
    color: var(--text);
    font-size: 0.70rem;
    line-height: 1.50;
    font-weight: 500;
}

.product-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.product-modal[hidden] {
    display: none;
}

.product-modal__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(7, 6, 5, 0.72);
    backdrop-filter: blur(12px);
}

.product-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100% - 32px));
    margin: 48px auto;
    padding: 28px;
    border-radius: 14px;
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(18px) scale(0.98);
    opacity: 0;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

.product-modal.is-visible .product-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.product-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ivory);
    cursor: pointer;
    touch-action: manipulation;
}

.product-modal__grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.46fr) minmax(0, 0.54fr);
    gap: 28px;
    align-items: center;
}

.product-modal__media {
    padding: 28px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    min-height: 100%;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.product-modal__media img {
    max-height: 520px;
    object-fit: contain;
    filter:
        drop-shadow(0 0 0.8px rgba(244, 219, 156, 0.86))
        drop-shadow(0 0 1.6px rgba(187, 149, 75, 0.52))
        drop-shadow(0 24px 34px rgba(0, 0, 0, 0.44))
        drop-shadow(0 46px 62px rgba(0, 0, 0, 0.32));
}

.product-modal__content {
    display: grid;
    gap: 18px;
}

.product-modal__subtitle {
    color: var(--gold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.product-modal__content h3 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.product-modal__description {
    color: var(--text-muted);
}

.product-modal__panel,
.product-modal__notes > div {
    padding: 20px;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: var(--card-border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.product-modal__panel h4,
.product-modal__notes h4 {
    margin-bottom: 14px;
    color: var(--ivory);
    font-size: 1.2rem;
}

.product-modal__notes {
    display: grid;
    gap: 16px;
}

.product-facts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.product-facts li {
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-facts li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.product-facts span {
    color: var(--gold);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.product-facts strong {
    color: var(--ivory);
    font-weight: 500;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    .hero__content,
    .storia-grid,
    .collection-block__head,
    .product-modal__grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .site-footer__info-grid,
    .site-footer__business-details,
    .site-footer__action-row,
    .site-footer__legal {
        grid-template-columns: 1fr;
        display: grid;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 22px 0;
    }

    .site-footer__business-item--email,
    .site-footer__business-item--address {
        grid-column: auto;
    }

    .site-footer__business-item--email .site-footer__business-links {
        grid-template-columns: 1fr;
    }

    .bottle-card {
        flex-basis: calc((100% - 52px) / 2);
    }

    .site-header__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 14px 18px;
    }

    .site-header__burger {
        display: inline-flex;
    }

    .site-header__menu {
        display: none;
        width: 100%;
        order: 3;
        margin-top: 2px;
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        border: 1px solid rgba(187, 149, 75, 0.2);
        border-radius: var(--radius);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
            #370111;
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.32);
    }

    .site-header.is-menu-open .site-header__menu {
        display: flex;
    }

    .site-header.is-menu-open .site-header__burger-line:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    .site-header.is-menu-open .site-header__burger-line:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-menu-open .site-header__burger-line:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

    .site-nav,
    .locale-switcher {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .site-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;

        /* Nav items gold border edit */
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .site-nav a {
        min-height: 48px;
        padding: 12px 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(187, 149, 75, 0.18);
        border-radius: var(--radius-small);
        background: rgba(255, 255, 255, 0.045);
        text-align: center;
        overflow-wrap: anywhere;

        /* Nav items gold border edit */
        width: 100%;
        padding: 0.75rem 1rem;
    }

    /*Remove hyphen between menu items*/
    /* .site-nav a:not(:last-child)::after {
        content: "";
        margin: 0rem;
    } */

    .site-nav a:hover {
        border-color: rgba(231, 199, 129, 0.42);
        background: rgba(187, 149, 75, 0.12);
    }

    .locale-switcher {
        gap: 12px;
        padding-top: 14px;
        border-top: 1px solid rgba(187, 149, 75, 0.14);
    }
}

@media (max-width: 760px) {

    .hero {
        min-height: calc(100vh - 88px);
        padding: 48px 0;
    }

    .hero__panel,
    .why-section .section-frame,
    .site-footer .section-frame,
    .storia-copy {
        padding: 28px;
    }

    .collection-carousel {
        padding: 0;
    }

    .collection-carousel__viewport {
        margin: -34px -20px;
        padding: 34px 20px;
    }

    .carousel-button {
        display: none;
    }

    .bottle-card {
        flex-basis: 100%;
    }

    .why-list {
        grid-template-columns: 1fr;
    }

    .bottle-card__image-wrap {
        min-height: 300px;
    }

    .video-stage__media,
    .video-stage video {
        min-height: 320px;
    }

    .product-modal__dialog {
        margin: 18px auto;
        padding: 20px;
    }

    .site-footer__top-link-wrap {
        justify-content: flex-end;
    }

    .site-footer__credit-card {
        width: 100%;
        justify-content: flex-start;
    }

    .site-footer__business-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .site-header__inner {
        width: min(var(--max-width), calc(100% - 28px));
        padding: 14px 0;
    }

    .brand-lockup__mark {
        font-size: 1.26rem;
    }

    .site-header__burger {
        width: 46px;
        height: 46px;
    }

    .site-header__menu {
        padding: 12px;
        gap: 12px;
    }

    .site-nav {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .site-nav a {
        min-height: 44px;
        padding: 11px 12px;
        justify-content: flex-start;
        text-align: left;
    }
}
