@charset "utf-8";

main{
    overflow: hidden;
}

.hero{
    position: relative;
    padding-top: 170px;
    background: linear-gradient(160deg, var(--cream) 0%, var(--cream_2) 55%, var(--cream_3) 100%);
    overflow: hidden;
}

.hero_text{
    position: relative;
}

.hero_text .sprig,
.contatti_text .sprig{
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    opacity: .9;
}

.hero h1,
.anime h2,
.enoteca h2,
.bottega_section h2,
.contatti h2{
    font-family: var(--font_serif);
    font-weight: 500;
}

.hero h1 em,
.anime h2 em,
.contatti h2 em{
    color: var(--olive);
}

.hero_sub,
.enoteca_sub,
.card p,
.info_grid .val,
.note{
    font-weight: 300;
}

.hero_intro,
.section_lead,
.section_copy,
.section_note,
.section_note_light,
.welcome_main p,
.welcome_card p,
.welcome_bottom p,
.contact_story p{
    font-weight: 300;
}

.hero_ctas{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero_info{
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ink_60);
}

.hero_info b{
    font-weight: 500;
    color: var(--ink);
}

.hero_intro{
    color: var(--olive);
}

.hero_media{
    position: relative;
}

.arch{
    overflow: hidden;
    border-radius: 999px 999px 0 0;
}

.arch img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_arch_echo{
    position: absolute;
    border: 1px solid rgba(109,114,86,.5);
    border-bottom: none;
    border-radius: 999px 999px 0 0;
    pointer-events: none;
}

.hero_arch_small{
    border: 9px solid var(--paper);
    box-shadow: 0 24px 60px rgba(43,42,36,.18);
}

.hero_caption,
.hero_rail,
.wines,
.cap{
    text-transform: uppercase;
}

.hero_caption,
.cap{
    text-align: center;
}

.hero_caption,
.hero_rail{
    color: var(--ink_60);
}

.welcome_story{
    padding-bottom: 90px;
}

.welcome_main{
    max-width: 980px;
}

.welcome_main p,
.welcome_card p,
.welcome_bottom p,
.section_lead,
.section_copy,
.contact_story p{
    line-height: 1.72;
}

.welcome_main p + p,
.welcome_bottom p + p,
.contact_story p + p{
    margin-top: 18px;
}

.welcome_main p{
    text-align: justify;
    text-align-last: left;
}

.welcome_grid{
    display: grid;
}

.welcome_card{
    background: rgba(255,255,255,.46);
    border: 1px solid rgba(109,114,86,.18);
}

.welcome_card h3{
    font-family: var(--font_serif);
    font-weight: 500;
}

.welcome_bottom{
    border-top: 1px solid rgba(109,114,86,.18);
}

.anime{
    background: linear-gradient(170deg, var(--cream_2) 0%, var(--cream_3) 100%);
}

.anime_inner{
    text-align: center;
}

.section_lead{
    margin-left: auto;
    margin-right: auto;
}

.cards{
    display: grid;
}

.card{
    text-align: center;
}

.card .ph{
    position: relative;
    overflow: hidden;
}

.card .ph img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.card:hover .ph img{
    transform: scale(1.05);
}

.card .ph::after{
    content: "";
    position: absolute;
    border: 1px solid rgba(109,114,86,.45);
    pointer-events: none;
}

.card .chip{
    display: inline-block;
    position: relative;
    background: var(--paper);
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(43,42,36,.1);
    text-transform: uppercase;
}

body.gallery_open{
    overflow: hidden;
}

.media_gallery_block,
.cucina_gallery_block{
    margin-top: 78px;
    text-align: left;
}

.gallery_head{
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.gallery_kicker{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--olive);
}

.aperitivi_gallery_wrap{
    position: relative;
    z-index: 2;
    padding-bottom: 122px;
}

.gallery_copy{
    line-height: 1.72;
}

.cucina_gallery{
    display: grid;
    grid-auto-flow: dense;
}

.gallery_item{
    display: block;
    position: relative;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
}

.gallery_item:focus-visible{
    outline: 2px solid var(--olive);
    outline-offset: 6px;
}

.gallery_frame{
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.56);
    box-shadow: 0 18px 46px rgba(43,42,36,.08);
}

.gallery_frame::after{
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(109,114,86,.18);
    border-radius: inherit;
    pointer-events: none;
}

.gallery_frame img,
.gallery_thumb_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.2,.7,.1,1), filter .45s ease;
}

.gallery_thumb_video{
    background: #0f0d0a;
    pointer-events: none;
}

.gallery_item:hover img,
.gallery_item:hover .gallery_thumb_video{
    transform: scale(1.06);
    filter: saturate(1.04);
}

.gallery_overlay{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 24px;
    color: var(--cream_text);
    background: linear-gradient(180deg, rgba(20,19,15,.02) 0%, rgba(20,19,15,.16) 36%, rgba(20,19,15,.84) 100%);
    opacity: 0;
    transition: opacity .35s ease;
}

.gallery_item:hover .gallery_overlay,
.gallery_item:focus-visible .gallery_overlay{
    opacity: 1;
}

.gallery_label{
    font-family: var(--font_serif);
    font-size: 32px;
    line-height: 1;
}

.gallery_action{
    font-size: 11px;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.gallery_badge{
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(24,22,16,.78);
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--cream_text);
}

.gallery_block_dark .gallery_kicker{
    color: #c9c4a9;
}

.gallery_block_dark .gallery_frame{
    background: rgba(251,247,238,.06);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.gallery_block_dark .gallery_frame::after{
    border-color: rgba(245,239,224,.12);
}

.gallery_lightbox{
    position: fixed;
    inset: 0;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

.gallery_lightbox.open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.gallery_backdrop{
    position: absolute;
    inset: 0;
    background: rgba(18,16,12,.8);
    backdrop-filter: blur(16px);
}

.gallery_panel{
    position: relative;
    height: 100%;
    padding: 38px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(.96) translateY(24px);
    transition: transform .4s cubic-bezier(.2,.7,.1,1);
}

.gallery_lightbox.open .gallery_panel{
    transform: none;
}

.gallery_stage{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 140px);
    max-width: 1080px;
    min-height: 68vh;
    margin: 0 auto;
    padding: 34px;
    border-radius: 34px;
    background: rgba(251,247,238,.08);
    border: 1px solid rgba(245,239,224,.14);
    box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.gallery_media_asset{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(68vh - 68px);
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

video.gallery_media_asset{
    background: #000;
}

.gallery_nav,
.gallery_close{
    position: absolute;
    border: 1px solid rgba(245,239,224,.18);
    background: rgba(251,247,238,.08);
    color: var(--cream_text);
    border-radius: 999px;
    cursor: pointer;
    transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.gallery_nav:hover,
.gallery_close:hover{
    background: rgba(251,247,238,.16);
    border-color: rgba(245,239,224,.44);
    transform: translateY(-2px);
}

.gallery_close{
    top: 28px;
    right: 32px;
    width: 52px;
    height: 52px;
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gallery_nav{
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    font-size: 28px;
    line-height: 1;
}

.gallery_prev{
    left: 34px;
}

.gallery_next{
    right: 34px;
}

.gallery_footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    width: calc(100% - 140px);
    max-width: 1080px;
    margin: 22px auto 0;
    padding: 0 6px;
}

.gallery_caption{
    font-family: var(--font_serif);
    font-size: 34px;
    line-height: 1.05;
    color: var(--cream_text);
}

.gallery_count{
    font-size: 11px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(245,239,224,.7);
}

.enoteca{
    position: relative;
    overflow: hidden;
    color: var(--cream_text);
}

.enoteca_bg,
.enoteca_shade,
.enoteca_shade2{
    position: absolute;
    inset: 0;
}

.enoteca_bg{
    background: url("../images/enoteca.jpg") center 38% / cover no-repeat #1a1914;
}

.enoteca_shade{
    background: linear-gradient(100deg, rgba(24,22,16,.95) 0%, rgba(24,22,16,.86) 38%, rgba(24,22,16,.6) 72%, rgba(24,22,16,.32) 100%);
}

.enoteca_shade2{
    background: linear-gradient(180deg, rgba(24,22,16,.35) 0%, rgba(24,22,16,0) 30%, rgba(24,22,16,0) 60%, rgba(24,22,16,.55) 100%);
}

.enoteca_inner{
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
}

.enoteca .eyebrow{
    color: #c9c4a9;
}

.enoteca .link_u{
    color: var(--cream_text);
}

.enoteca .link_u:hover{
    color: #cdc79f;
}

.enoteca h2 em{
    color: #cdc79f;
}

.enoteca_sub,
.wines,
.cap{
    color: rgba(245,239,224,.82);
}

.section_copy_light,
.section_note_light{
    color: rgba(245,239,224,.82);
}

.wines{
    letter-spacing: .26em;
}

.enoteca_aside{
    text-align: center;
}

.arch_card{
    position: relative;
    margin: auto;
    border: 9px solid #f3edde;
    border-radius: 999px 999px 0 0;
    overflow: hidden;
}

.arch_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 58%;
}

.bottega_section{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(143,136,172,.2), transparent 25%),
        linear-gradient(145deg, #f5edde 0%, #e9dcc6 100%);
}

.bottega_section::before{
    content: "BOTTEGA";
    position: absolute;
    right: -24px;
    top: -46px;
    font-family: var(--font_serif);
    font-size: 190px;
    line-height: 1;
    color: rgba(109,114,86,.07);
    pointer-events: none;
}

.bottega_header,
.bottega_layout,
.bottega_gallery_wrap{
    position: relative;
    z-index: 1;
}

.bottega_lead{
    font-family: var(--font_serif);
    font-style: italic;
    color: var(--olive_deep);
}

.bottega_layout{
    display: grid;
}

.bottega_copy h3{
    font-family: var(--font_serif);
    color: var(--ink);
}

.bottega_copy p{
    color: var(--ink_80);
}

.bottega_copy .bottega_claim{
    position: relative;
    color: var(--olive_deep);
    font-family: var(--font_serif);
    font-style: italic;
}

.bottega_copy .bottega_claim::before{
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-bottom: 14px;
    background: var(--lavender);
}

.bottega_media{
    display: grid;
    align-content: start;
}

.bottega_video{
    position: relative;
    width: 75%;
    justify-self: center;
    overflow: hidden;
    background: #2b2a24;
    box-shadow: 0 28px 55px rgba(43,42,36,.18);
}

.bottega_video video,
.bottega_video img{
    width: 100%;
    height: auto;
}

.bottega_video video,
.bottega_video img{
    display: block;
    background: #1e1d19;
}

.bottega_video figcaption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 24px;
    background: linear-gradient(transparent, rgba(22,21,17,.88));
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--cream_text);
    pointer-events: none;
}

.contatti{
    background: linear-gradient(160deg, var(--cream) 0%, var(--cream_2) 55%, var(--cream_3) 100%);
    overflow: hidden;
}

.contatti_inner{
    display: grid;
}

.media{
    position: relative;
    align-self: start;
}

.media::after{
    content: "";
    position: absolute;
    inset: -22px -22px 0;
    border: 1px solid rgba(109,114,86,.5);
    border-bottom: none;
    border-radius: 999px 999px 0 0;
    pointer-events: none;
}

.media img{
    object-position: 50% 68%;
}

.contatti_text{
    position: relative;
}

.contatti_text .sprig{
    top: -6px;
    width: 42px;
}

.contact_story{
    display: grid;
}

.info_grid{
    display: grid;
}

.info_grid .cell{
    border-top: 1.5px solid rgba(43,42,36,.25);
}

.info_grid .lbl{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--olive);
}

.opening_hours p{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(43,42,36,.12);
}

.opening_hours strong{
    font-weight: 500;
}

.opening_hours span{
    text-align: right;
}

.opening_hours small,
.contact_channel{
    font-size: 12px;
    letter-spacing: .08em;
    color: var(--ink_60);
}

.opening_hours small{
    display: block;
    margin-top: 10px;
}

.site_footer .contact_channel{
    color: rgba(245,239,224,.58);
}

.note{
    color: var(--ink_60);
}
