@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --wine: #683f39;
    --cream: #e0ccbe;
    --blue: #3f95af;
    --ink: #171514;
    --paper: #f5eee5;
    --line: rgba(104, 63, 57, .24);
    --serif: 'Fraunces', Georgia, serif;
    --sans: 'Manrope', Arial, sans-serif;
    --mono: 'DM Mono', monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6
}

body:has(.lightbox.open) {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px
}

.site-header {
    height: 92px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, .32)
}

.brand {
    width: 178px;
    display: block
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1)
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .03em
}

.main-nav a {
    transition: opacity .25s
}

.main-nav a:hover {
    opacity: .65
}

.nav-cta {
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 10px 16px
}

.nav-cta span,
.button span {
    margin-left: 15px;
    font-size: 1.1rem
}

.menu-toggle {
    display: none;
    background: none;
    border: 0
}

.hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 8vw 100px;
    overflow: hidden;
    background: var(--wine)
}

.hero-image {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 13, 11, .9) 0%, rgba(20, 13, 11, .36) 50%, rgba(20, 13, 11, .22)), url('Assets/bca-tonel0004_easy-resize.com.jpg') center/cover;
    transform: scale(1.03);
    animation: heroIn 1.5s ease-out both
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 650px
}

.eyebrow {
    font-family: var(--mono);
    font-size: .67rem;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--wine);
    margin: 0 0 20px
}

.eyebrow.light {
    color: var(--cream)
}

h1,
h2 {
    font-family: var(--serif);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.035em;
    margin: 0
}

h1 {
    font-size: clamp(4.7rem, 10vw, 9.6rem);
    max-width: 780px
}

h1 em,
h2 em {
    color: var(--cream);
    font-style: italic
}

.hero-subtitle {
    font-family: var(--serif);
    font-size: 1.27rem;
    line-height: 1.35;
    max-width: 350px;
    margin: 30px 0
}

.button {
    display: inline-flex;
    align-items: center;
    padding: 14px 18px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em
}

.button-light {
    border: 1px solid rgba(255, 255, 255, .7);
    color: white
}

.button-light:hover {
    background: #fff;
    color: var(--wine)
}

.mosaic-section {
    background-color: var(--paper)
}

.intro {
    padding-bottom: 120px
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 9vw;
    padding-top: 112px
}

.intro-mark {
    font: 500 1.2rem var(--mono);
    color: var(--wine);
    letter-spacing: .04em
}

.intro-mark span {
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .12em
}

.intro-copy {
    max-width: 700px
}

.intro-copy h2 {
    font-size: clamp(3rem, 6vw, 6.5rem);
    color: var(--wine);
    max-width: 740px
}

.intro-copy>p:not(.quote):not(.quote-credit) {
    font-size: 1.05rem;
    max-width: 580px;
    margin-top: 40px
}

.quote {
    font: italic 2rem/1.16 var(--serif);
    color: var(--wine);
    max-width: 600px;
    margin: 54px 0 8px
}

.quote-credit {
    font: .65rem var(--mono);
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--wine);
    margin: 0
}

.timeline-section {
    padding: 125px 0 145px;
    background: var(--paper)
}

.section-heading h2 {
    font-size: clamp(3rem, 5.4vw, 6rem);
    max-width: 680px;
    color: var(--wine)
}

.timeline {
    margin-top: 85px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line)
}

.timeline-item {
    padding: 30px 30px 0 0;
    border-right: 1px solid var(--line);
    min-height: 240px
}

.timeline-item+.timeline-item {
    padding-left: 25px
}

.timeline-item:last-child {
    border: 0
}

.timeline-item>span {
    font: .65rem var(--mono);
    color: var(--blue)
}

.timeline-item b {
    font: 600 1.35rem var(--serif);
    display: block;
    color: var(--wine);
    margin: 35px 0 10px
}

.timeline-item p {
    font-size: .86rem;
    max-width: 220px;
    margin: 0
}

.timeline-item.active b {
    color: var(--blue)
}

.feature {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 140px;
    gap: 9vw;
    align-items: center
}

.feature-photo {
    height: 500px;
    position: relative
}

.feature-photo:after {
    content: '';
    position: absolute;
    inset: 20px -20px -20px 20px;
    border: 1px solid var(--blue);
    z-index: 0
}

.feature-photo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-copy h2 {
    font-size: clamp(3rem, 5vw, 5.2rem);
    color: var(--wine)
}

.feature-copy>p:not(.eyebrow) {
    max-width: 450px;
    margin-top: 35px
}

.feature-note {
    display: flex;
    gap: 15px;
    margin-top: 38px;
    color: var(--blue);
    font: italic 1.5rem/1.2 var(--serif)
}

.feature-note span {
    font-size: 4rem;
    line-height: .5
}

.feature-note p {
    margin: 0
}

.characters {
    background: var(--wine);
    color: #fff;
    padding-top: 120px
}

.characters-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 8vw
}

.characters h2 {
    font-size: clamp(3.8rem, 7vw, 7.5rem)
}

.characters-copy {
    padding-top: 50px;
    max-width: 430px;
    color: var(--cream);
    font-size: 1.05rem
}

.character-strip {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    height: 390px;
    margin-top: 100px
}

.character-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75)
}

.gallery-section {
    padding-top: 135px;
    padding-bottom: 145px
}

.gallery-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px
}

.gallery-tip {
    font: .63rem var(--mono);
    line-height: 1.4;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--blue)
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr;
    grid-template-rows: 280px 220px;
    gap: 18px
}

.gallery-card {
    border: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: var(--wine);
    cursor: zoom-in
}

.gallery-card.large {
    grid-row: span 2
}

.gallery-card.tall {
    grid-row: span 2
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease, filter .6s
}

.gallery-card:hover img {
    transform: scale(1.05);
    filter: brightness(.7)
}

.gallery-card span {
    position: absolute;
    bottom: 17px;
    left: 18px;
    color: #fff;
    font: .62rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: 0;
    transition: opacity .3s
}

.gallery-card:hover span {
    opacity: 1
}

.visit {
    padding: 130px 0 150px;
    border-top: 12px solid var(--blue)
}

.visit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw
}

.visit h2 {
    font-size: clamp(4rem, 7vw, 8rem);
    color: var(--wine)
}

.visit-details {
    padding-top: 35px
}

.address {
    font: 600 1.5rem/1.3 var(--serif);
    color: var(--wine)
}

.visit-copy {
    max-width: 350px;
    margin: 35px 0;
    font-size: .95rem
}

.visit-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px
}

.visit-links a,
.instagram {
    border-bottom: 1px solid var(--wine);
    font: .72rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    padding-bottom: 4px
}

.visit-links span,
.instagram span {
    margin-left: 15px
}

.instagram {
    display: inline-block;
    margin-top: 55px;
    color: var(--blue);
    border-color: var(--blue)
}

.site-footer {
    padding: 45px 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ink);
    color: var(--cream);
    font: .62rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .1em
}

.site-footer img {
    width: 140px;
    filter: brightness(0) invert(1)
}

.site-footer p {
    margin: 0
}

.site-footer a {
    color: var(--blue)
}

.lightbox {
    position: fixed;
    z-index: 20;
    inset: 0;
    background: rgba(23, 21, 20, .94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px
}

.lightbox.open {
    display: flex
}

.lightbox img {
    max-width: min(100%, 1000px);
    max-height: 90vh;
    object-fit: contain
}

.lightbox-close {
    position: absolute;
    right: 35px;
    top: 20px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 3rem;
    font-weight: 200;
    cursor: pointer
}

@keyframes heroIn {
    from {
        transform: scale(1.12);
        opacity: .5
    }

    to {
        transform: scale(1.03);
        opacity: 1
    }
}

@media(max-width:760px) {
    .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .site-header {
        height: 75px;
        padding: 0 24px
    }

    .brand {
        width: 145px
    }

    .menu-toggle {
        display: block;
        position: relative;
        width: 34px;
        height: 30px;
        z-index: 6
    }

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 1px;
        background: #fff;
        margin: 7px 0;
        transition: transform .3s
    }

    .menu-toggle.open span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .menu-toggle.open span:last-child {
        transform: translateY(-4px) rotate(-45deg)
    }

    .main-nav {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: var(--wine);
        padding: 20px 24px 25px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .main-nav.open {
        display: flex
    }

    .nav-cta {
        margin-top: 8px
    }

    .hero {
        min-height: 690px;
        padding: 0 24px 75px
    }

    .hero-image {
        background-position: 62% center
    }

    .intro {
        padding-bottom: 75px
    }

    .intro-grid {
        display: block;
        padding-top: 65px
    }

    .intro-mark {
        margin-bottom: 45px
    }

    .intro-copy h2 {
        font-size: 3.35rem
    }

    .intro-copy>p:not(.quote):not(.quote-credit) {
        font-size: .94rem;
        margin-top: 30px
    }

    .quote {
        font-size: 1.7rem;
        margin-top: 42px
    }

    .timeline-section {
        padding: 80px 0
    }

    .timeline {
        display: block;
        margin-top: 50px
    }

    .timeline-item,
    .timeline-item+.timeline-item {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 23px 0;
        min-height: 0;
        display: grid;
        grid-template-columns: 40px 1fr
    }

    .timeline-item b {
        margin: 0 0 6px
    }

    .timeline-item p {
        max-width: 100%;
        font-size: .82rem
    }

    .feature {
        display: flex;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 90px;
        gap: 60px
    }

    .feature-photo {
        height: 350px;
        width: calc(100% - 20px);
        align-self: flex-start
    }

    .feature-copy h2 {
        font-size: 3.2rem
    }

    .characters {
        padding-top: 80px
    }

    .characters-grid {
        display: block
    }

    .characters-copy {
        padding-top: 40px;
        font-size: .9rem
    }

    .character-strip {
        height: 170px;
        margin-top: 65px;
        grid-template-columns: 1.4fr 1fr 1fr
    }

    .gallery-section {
        padding-top: 85px;
        padding-bottom: 90px
    }

    .gallery-heading {
        display: block;
        margin-bottom: 30px
    }

    .gallery-heading h2 {
        font-size: 3.2rem
    }

    .gallery-tip {
        text-align: left;
        margin-top: 25px
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 180px 180px;
        gap: 10px
    }

    .gallery-card.large {
        grid-row: span 2
    }

    .gallery-card.tall {
        grid-row: span 2
    }

    .gallery-card span {
        opacity: 1;
        font-size: .52rem;
        left: 10px;
        bottom: 9px
    }

    .visit {
        padding: 80px 0 95px
    }

    .visit-grid {
        display: block
    }

    .visit h2 {
        font-size: 4.7rem
    }

    .visit-details {
        padding-top: 55px
    }

    .address {
        font-size: 1.3rem
    }

    .site-footer {
        padding: 35px 24px;
        display: grid;
        gap: 18px
    }

    .site-footer img {
        width: 125px
    }

    .site-footer p {
        font-size: .55rem
    }

    .site-footer a {
        justify-self: start
    }

    .lightbox {
        padding: 25px
    }

    .lightbox-close {
        right: 15px;
        font-size: 2.5rem
    }
}