@font-face {
    font-family: 'RingsideExtraWide';
    src: url('fonts/RingsideExtraWide-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Robinson';
    src: url('fonts/Robinson-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    background: #FFFFFF;
    color: #2E2515;
}

body {
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

/* ── Header ─────────────────────────────────────────────────
   Design canvas: 1440 × 5608 px (PDF 1:1)
   Header band: 0–180 px
   Berrys Creek line 1 top: y=44, x=50
   BELLVALE logo: 360 × 51, centered, top y=50
*/

.site-header {
    position: relative;
    width: 100%;
    height: 130px;
}

.header-location {
    position: absolute;
    top: 50px;
    left: 50px;
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #3C2C10;
    margin: 0;
}

.header-logo {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    line-height: 0;
}

.header-logo img {
    display: block;
    width: 360px;
    height: 51px;
}

/* ── Hero ───────────────────────────────────────────────── */

.hero-wrap {
    position: relative;
    overflow: visible;
}

.hero {
    width: 100%;
    margin: 0;
    line-height: 0;
    overflow: hidden;
    max-height: 85vh;
}

.hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-established {
    position: absolute;
    bottom: -100px;
    left: 50px;
    transform: translateY(50%);
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #3C2C10;
    white-space: nowrap;
    pointer-events: none;
}

.hero-established-mobile {
    display: none;
}

.hero-year {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(120px, 20vw, 350px);
    line-height: 1;
    color: #3C2C10;
    white-space: nowrap;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.intro-body {
    margin-top: calc(clamp(60px, 10vw, 145px) + 130px);
    margin-bottom: 80px;
    text-align: center;
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(13px, calc((100vw - 96px) / 36), 36px);
    line-height: 1.2;
    color: #3C2C10;
    padding: 0 48px;
    white-space: nowrap;
}

.intro-body-mobile {
    display: none;
}

.winery-figure {
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
    padding: 0 48px;
}

.winery-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.body-text-light {
    margin-top: 200px;
    text-align: center;
    font-weight: 500;
    font-size: clamp(11px, calc((100vw - 48px) / 38), 30px);
    line-height: 1.2;
    color: #3C2C10;
    white-space: nowrap;
}

.body-text-light-mobile {
    display: none;
}

.winery-figure + .body-text-light {
    margin-top: 100px;
}

.hectares {
    margin-top: 200px;
    text-align: center;
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(120px, 20vw, 350px);
    line-height: 1;
    color: #3C2C10;
    mix-blend-mode: multiply;
}

.pull-quote {
    margin: 200px auto 0;
    text-align: center;
    padding: 0 48px;
}

.pull-quote blockquote {
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, calc((100vw - 64px) / 20), 40px);
    line-height: 1.2;
    color: #3C2C10;
    white-space: nowrap;
}

.pull-quote figcaption {
    margin-top: 24px;
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3C2C10;
}

.pull-quote figcaption::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #3C2C10;
    margin: 0 auto 24px;
}

.coming-soon {
    margin-top: 200px;
    text-align: center;
    padding: 0 48px;
}

.coming-soon-heading {
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(13px, calc((100vw - 64px) / 32), 28px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3C2C10;
    margin: 0;
}

.coming-soon-heading::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #3C2C10;
    margin: 20px auto 0;
}

.coming-soon-body {
    margin-top: 24px;
    text-align: center;
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: clamp(13px, calc((100vw - 64px) / 32), 28px);
    line-height: 1.4;
    color: #3C2C10;
    white-space: nowrap;
}

.coming-soon-body a {
    color: inherit;
    text-decoration: underline;
}

.coming-soon-body-mobile {
    display: none;
}

.bottle-figure {
    margin: 170px auto 100px;
    position: relative;
    height: 320px;
    padding: 0 48px;
}

.bottle-figure img {
    width: 320px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    clip-path: inset(0 3px 0 0);
}

.cta-wrap {
    margin-top: 80px;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background: #3C2C10;
    color: #FFFFFF;
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    padding: 22px 36px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #2E2515;
}

.site-footer {
    margin-top: 200px;
    padding: 0 50px 0;
}

.footer-newsletter {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 200px;
}

.footer-copy {
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #3C2C10;
    margin-bottom: 16px;
    text-align: left;
}

.footer-form {
    display: flex;
    align-items: stretch;
}

.footer-form input[type="email"] {
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    color: #3C2C10;
    padding: 14px 18px;
    border: 1px solid #3C2C10;
    background: #FFFFFF;
    width: 280px;
    outline: none;
}

.footer-form input[type="email"]::placeholder {
    color: #3C2C10;
    opacity: 0.6;
}

.footer-form button {
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    background: #3C2C10;
    padding: 0 26px;
    border: 1px solid #3C2C10;
    cursor: pointer;
}

.footer-form button:hover {
    background: #2E2515;
}

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

.footer-rule {
    border: 0;
    border-top: 1px solid #3C2C10;
    margin: 0;
}

.acknowledgement {
    text-align: center;
    padding: 90px 48px;
}

.acknowledgement-heading {
    font-family: 'RingsideExtraWide', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3C2C10;
    margin: 0;
}

.acknowledgement-heading::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #3C2C10;
    margin: 20px auto 0;
}

.acknowledgement-body {
    margin-top: 24px;
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: clamp(11px, calc((100vw - 64px) / 64), 18px);
    line-height: 1.5;
    color: #3C2C10;
    white-space: nowrap;
}

.acknowledgement-body-mobile {
    display: none;
}

.footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    padding: 60px 0;
    font-family: 'Robinson', Georgia, serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #3C2C10;
}

.footer-col p {
    margin: 0 0 12px;
}

.footer-col p:last-child {
    margin-bottom: 0;
}

.footer-col-center {
    text-align: center;
}

.footer-col-center p {
    display: inline-block;
    text-align: left;
}

.footer-col-right {
    text-align: right;
}

.footer-col a {
    color: inherit;
    text-decoration: underline;
}

.footer-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Mobile ─────────────────────────────────────────────── */

@media (max-width: 768px) {
    /* Header */
    .site-header {
        height: auto;
        padding: 36px 20px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-logo {
        position: static;
        transform: none;
        order: 1;
        display: inline-block;
    }

    .header-logo img {
        width: min(60vw, 320px);
        height: auto;
    }

    .header-location {
        position: static;
        order: 2;
        margin-top: 18px;
        text-align: center;
        font-size: clamp(14px, 3.5vw, 24px);
        line-height: 1.2;
    }

    .header-location br {
        display: none;
    }

    /* Hero */
    .hero {
        max-height: none;
    }

    .hero-established {
        bottom: calc(-2px - 11vw);
        left: 20px;
        transform: none;
        font-size: clamp(13px, 3.4vw, 22px);
        line-height: 1.2;
        white-space: normal;
    }

    .hero-established-desktop {
        display: none;
    }

    .hero-established-mobile {
        display: inline;
    }

    .hero-year {
        bottom: -10px;
        right: 20px;
        left: auto;
        transform: translate(0, 50%);
        font-size: 22vw;
    }

    /* Intro body */
    .intro-body {
        margin-top: clamp(80px, 22vw, 200px);
        margin-bottom: clamp(40px, 10vw, 80px);
        font-size: clamp(11px, calc((100vw - 32px) / 27), 26px);
        padding: 0 16px;
    }

    .intro-body-desktop {
        display: none;
    }

    .intro-body-mobile {
        display: inline;
    }

    /* Winery image */
    .winery-figure {
        padding: 0 16px;
    }

    /* Body text — switch to mobile-specific breaks */
    .body-text-light {
        margin-top: clamp(80px, 18vw, 160px);
        padding: 0 24px;
        font-size: clamp(11px, calc((100vw - 48px) / 22), 30px);
    }

    .body-text-light-desktop {
        display: none;
    }

    .body-text-light-mobile {
        display: inline;
    }

    /* Big "19 ha" / "High Density" */
    .hectares {
        margin-top: clamp(80px, 18vw, 160px);
        font-size: clamp(50px, 16vw, 140px);
    }

    /* Coming soon */
    .coming-soon {
        margin-top: clamp(80px, 18vw, 160px);
        padding: 0 24px;
    }

    .coming-soon-heading {
        font-size: clamp(11px, calc((100vw - 48px) / 22), 28px);
    }

    .coming-soon-body {
        font-size: clamp(11px, calc((100vw - 48px) / 22), 28px);
    }

    .coming-soon-body-desktop {
        display: none;
    }

    .coming-soon-body-mobile {
        display: inline;
    }

    /* Bottle */
    .bottle-figure {
        height: clamp(70px, 20vw, 200px);
        margin: clamp(60px, 14vw, 170px) auto clamp(40px, 10vw, 100px);
        padding: 0 16px;
    }

    .bottle-figure img {
        width: clamp(70px, 20vw, 200px);
    }

    /* CTA */
    .cta-wrap {
        margin-top: clamp(32px, 8vw, 80px);
    }

    .btn-primary {
        font-size: clamp(14px, 3.2vw, 18px);
        padding: clamp(14px, 3vw, 22px) clamp(22px, 5vw, 36px);
    }

    /* Footer */
    .site-footer {
        margin-top: clamp(80px, 18vw, 200px);
        padding: 0 24px;
    }

    .footer-newsletter {
        padding-bottom: clamp(80px, 18vw, 200px);
    }

    .footer-copy {
        font-size: clamp(13px, 3vw, 18px);
    }

    .footer-form {
        flex-wrap: wrap;
    }

    .footer-form input[type="email"] {
        font-size: clamp(13px, 3vw, 18px);
        width: 100%;
        max-width: 280px;
    }

    .footer-form button {
        font-size: clamp(13px, 3vw, 18px);
    }

    /* Acknowledgement */
    .acknowledgement {
        padding: clamp(40px, 10vw, 90px) 24px;
    }

    .acknowledgement-heading {
        font-size: clamp(13px, 3vw, 18px);
    }

    .acknowledgement-body {
        font-size: clamp(11px, calc((100vw - 48px) / 22), 18px);
    }

    .acknowledgement-body-desktop {
        display: none;
    }

    .acknowledgement-body-mobile {
        display: inline;
    }

    /* Footer info — stack columns */
    .footer-info {
        grid-template-columns: 1fr;
        gap: 28px;
        font-size: clamp(13px, 3vw, 18px);
        padding: 32px 0;
        text-align: left;
    }

    .footer-col-center,
    .footer-col-right {
        text-align: left;
    }

    .footer-col-center p {
        display: block;
    }
}
