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

:root {
    --neb-paper: #f5f2ea;
    --neb-paper-soft: #ebe5d9;
    --neb-ink: #202621;
    --neb-muted: #6d685f;
    --neb-gold: #b68a53;
    --neb-green: #263128;
    --neb-white: #fffdf7;
    --neb-serif: "Cormorant Garamond", Georgia, serif;
    --neb-sans: "Montserrat", Arial, sans-serif;
}

body.home,
body.page-id-27 {
    margin: 0;
    background: var(--neb-paper);
}

body.page-id-27 .site-header,
body.page-id-27 .site-footer:not(.neb-site-footer),
body.page-id-27 header.site-header,
body.page-id-27 footer.site-footer:not(.neb-site-footer),
body.page-id-27 .page-header,
body.page-id-27 .entry-header {
    display: none !important;
}

body.page-id-27 #content,
body.page-id-27 .site-main,
body.page-id-27 .page-content,
body.page-id-27 .entry-content,
body.page-id-27 .elementor,
body.page-id-27 .elementor-section,
body.page-id-27 .elementor-container,
body.page-id-27 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.neb-premium-home {
    margin: 0;
    overflow: hidden;
    background: var(--neb-paper);
    color: var(--neb-ink);
    font-family: var(--neb-serif);
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
}

.neb-premium-home * {
    box-sizing: border-box;
}

.neb-premium-home::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(16, 22, 17, .72);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
}

.neb-premium-home.is-polaroid-zooming::before {
    opacity: 1;
    pointer-events: auto;
}

.neb-premium-home.is-polaroid-zooming .neb-video-polaroid.is-zoomed,
.neb-premium-home.is-polaroid-zooming .neb-founder-card.is-zoomed {
    z-index: 10020 !important;
}

.neb-premium-home img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neb-premium-home a {
    color: inherit;
    text-decoration: none;
}

.blimago-components-ready .neb-premium-home .neb-reveal {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    filter: blur(8px);
    transition:
        opacity .9s ease var(--neb-reveal-delay, 0ms),
        transform .9s cubic-bezier(.2, .7, .16, 1) var(--neb-reveal-delay, 0ms),
        filter .9s ease var(--neb-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.blimago-components-ready .neb-premium-home .neb-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.blimago-components-ready .neb-premium-home .neb-gallery-item.neb-reveal,
.blimago-components-ready .neb-premium-home .neb-photo.neb-reveal,
.blimago-components-ready .neb-premium-home .neb-video-stage.neb-reveal {
    transform: translate3d(0, 54px, 0) scale(.975);
}

.blimago-components-ready .neb-premium-home .neb-gallery-item.neb-reveal.is-visible,
.blimago-components-ready .neb-premium-home .neb-photo.neb-reveal.is-visible,
.blimago-components-ready .neb-premium-home .neb-video-stage.neb-reveal.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .blimago-components-ready .neb-premium-home .neb-reveal,
    .blimago-components-ready .neb-premium-home .neb-reveal.is-visible {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

.neb-premium-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 74px;
    background: rgba(30, 36, 32, .74);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

.neb-premium-nav {
    width: min(1280px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr 150px 1fr 1fr 1fr;
    align-items: center;
    gap: 18px;
}

.neb-premium-nav a {
    color: rgba(255, 253, 247, .88);
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .28em;
    text-align: center;
    text-transform: uppercase;
    transition: color .2s ease;
}

.neb-premium-nav a:hover {
    color: var(--neb-white);
}

.neb-premium-nav .neb-premium-brand {
    position: relative;
    width: 112px;
    height: 66px;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neb-white);
    font-family: var(--neb-serif);
    font-size: 39px;
    font-weight: 600;
    letter-spacing: -.08em;
    text-transform: none !important;
}

.neb-premium-nav .neb-premium-brand::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background: rgba(255, 253, 247, .62);
    transform: rotate(-42deg);
}

.neb-premium-nav .neb-premium-brand span {
    position: relative;
}

.neb-premium-nav .neb-premium-brand span + span {
    margin-left: -9px;
}

.neb-menu-toggle,
.neb-mobile-menu {
    display: none;
}

.neb-hero {
    position: relative;
    height: clamp(720px, 92vh, 1050px);
    min-height: 0;
    max-height: 1050px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(20, 24, 20, .28), rgba(20, 24, 20, .58)),
        url("/wp-content/uploads/2026/08/simun-vigna-panorama-v3.webp") center / cover;
}

.neb-hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 48% 35%, rgba(255, 255, 255, .08), transparent 26%),
        linear-gradient(to bottom, rgba(11, 15, 12, .2), transparent 30%, rgba(11, 15, 12, .48));
}

.neb-hero-copy {
    position: relative;
    width: min(720px, calc(100% - 48px));
    margin-top: 34px;
    color: var(--neb-white);
    text-align: center;
}

.neb-kicker,
.neb-eyebrow {
    margin: 0 0 12px;
    color: var(--neb-gold);
    font-family: var(--neb-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.neb-hero .neb-kicker {
    color: rgba(255, 253, 247, .86);
    font-weight: 700;
    text-shadow: 0 2px 18px rgba(7, 12, 8, .72);
}

.neb-hero h1,
.neb-premium-home h2 {
    margin: 0;
    color: inherit;
    font-family: var(--neb-serif);
    font-weight: 500;
    letter-spacing: 0;
}

.neb-hero h1 {
    font-size: clamp(58px, 8vw, 116px);
    line-height: .88;
}

.neb-hero p:last-child {
    width: min(560px, 100%);
    margin: 22px auto 0;
    color: rgba(255, 253, 247, .9);
    font-size: 24px;
    line-height: 1.34;
}

.neb-scroll-mark {
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 1px;
    height: 52px;
    background: rgba(255, 253, 247, .72);
    animation: nebHeroArrowFloat 2.4s ease-in-out infinite;
}

.neb-scroll-mark::after {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-right: 1px solid rgba(255, 253, 247, .72);
    border-bottom: 1px solid rgba(255, 253, 247, .72);
    transform: rotate(45deg);
}

@keyframes nebHeroArrowFloat {
    0%,
    100% {
        transform: translate3d(-50%, 0, 0);
    }

    50% {
        transform: translate3d(-50%, 12px, 0);
    }
}

.neb-curve {
    position: relative;
    z-index: 2;
    height: 130px;
    margin-top: -129px;
    pointer-events: none;
}

.neb-curve svg {
    display: block;
    width: 100%;
    height: 100%;
}

.neb-curve path {
    fill: var(--neb-paper);
}

.neb-text-marquee {
    position: relative;
    z-index: 3;
    width: 100vw;
    max-width: none;
    height: clamp(150px, 14vw, 230px);
    min-height: clamp(150px, 14vw, 230px);
    margin: -10px calc(50% - 50vw) -58px;
    overflow: hidden;
    background: var(--neb-paper);
    border: 0;
    pointer-events: none;
}

.neb-text-marquee::before,
.neb-text-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: min(18vw, 190px);
    height: 100%;
    pointer-events: none;
}

.neb-text-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--neb-paper), rgba(245, 242, 234, 0));
}

.neb-text-marquee::after {
    right: 0;
    background: linear-gradient(270deg, var(--neb-paper), rgba(245, 242, 234, 0));
}

.neb-text-marquee__track {
    position: absolute;
    top: 50%;
    left: -2vw;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: .2em;
    width: auto;
    min-width: max-content;
    max-width: none;
    white-space: nowrap;
    animation: nebPremiumTicker 48s linear infinite;
    will-change: transform;
}

.neb-text-marquee__track span {
    display: inline-block;
    flex: 0 0 auto;
    color: rgba(32, 38, 33, .055);
    font-family: var(--neb-serif);
    font-size: clamp(88px, 14vw, 210px);
    font-weight: 600;
    line-height: .82;
    letter-spacing: 0;
}

@keyframes nebPremiumTicker {
    from {
        transform: translate3d(0, -50%, 0);
    }

    to {
        transform: translate3d(-50%, -50%, 0);
    }
}

.neb-premium-home .neb-section {
    position: relative;
    z-index: 4;
    width: min(1120px, calc(100% - 56px));
    margin: 0 auto;
    padding: 0;
}

.neb-premium-home .neb-section + .neb-section {
    padding-top: 112px;
}

.neb-premium-home .neb-text-marquee + .neb-section {
    margin-top: -135px;
    padding-top: 0;
}

.neb-video-section {
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 110px max(28px, calc((100vw - 1120px) / 2)) 88px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 253, 247, .08), transparent 28%),
        linear-gradient(135deg, #344a34 0%, #263829 54%, #1f2c23 100%);
    color: var(--neb-white);
}

.neb-video-section::before {
    content: "";
    position: absolute;
    inset: 18px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(182, 138, 83, .45), transparent);
}

.neb-video-heading {
    position: relative;
    width: min(980px, 100%);
    margin: 0 auto 52px;
    text-align: center;
}

.neb-video-heading .neb-eyebrow {
    color: #b9c783;
}

.neb-video-heading h2 {
    font-family: var(--neb-serif);
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: 0;
    text-transform: none;
}

.neb-video-heading strong {
    display: inline-block;
    font-weight: 600;
}

.neb-video-stage {
    position: relative;
    width: min(1040px, 100%);
    margin: 0 auto;
}

.neb-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #050505;
    box-shadow: 0 34px 90px rgba(7, 12, 8, .34);
}

.neb-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #050505;
}

.neb-video-badge {
    position: absolute;
    top: -44px;
    right: -38px;
    width: 142px;
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 8px solid rgba(119, 142, 68, .95);
    border-radius: 50%;
    background: var(--neb-paper);
    color: var(--neb-green);
    box-shadow: 0 22px 42px rgba(7, 12, 8, .22);
    text-align: center;
}

.neb-video-badge span,
.neb-video-badge strong {
    display: block;
}

.neb-video-badge span {
    color: var(--neb-gold);
    font-family: var(--neb-serif);
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.neb-video-badge strong {
    margin-top: 0;
    font-family: var(--neb-sans);
    font-size: 22px;
    letter-spacing: .12em;
}

.neb-video-polaroid {
    position: absolute;
    left: -48px;
    bottom: -52px;
    width: 202px;
    margin: 0;
    padding: 12px 12px 20px;
    transform: rotate(-6deg);
    background: var(--neb-white);
    box-shadow: 0 24px 46px rgba(7, 12, 8, .24);
    cursor: zoom-in;
    transition: transform .28s ease, box-shadow .28s ease, width .28s ease;
}

.neb-video-polaroid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: .86;
    object-position: 50% 24%;
}

.neb-video-polaroid figcaption {
    margin-top: 11px;
    color: #253326;
    font-family: var(--neb-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.neb-founder-card {
    display: none;
}

.neb-video-polaroid.is-zoomed,
.neb-founder-card.is-zoomed {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    z-index: 10020;
    width: min(460px, calc(100vw - 42px));
    transform: translate(-50%, -50%) rotate(-2deg);
    cursor: zoom-out;
    box-shadow: 0 34px 90px rgba(7, 12, 8, .42);
}

.neb-video-polaroid.is-zoomed img,
.neb-video-polaroid.is-zoomed figcaption,
.neb-founder-card.is-zoomed img,
.neb-founder-card.is-zoomed figcaption {
    position: relative;
    z-index: 1;
}

.neb-video-section blockquote {
    width: min(780px, 100%);
    margin: 78px auto 0;
    color: rgba(255, 253, 247, .9);
    font-family: var(--neb-serif);
    font-size: clamp(28px, 3vw, 43px);
    font-style: italic;
    line-height: 1.35;
    text-align: center;
}

.neb-premium-home .neb-section-heading {
    width: min(720px, 100%);
    margin-bottom: 46px;
}

.neb-premium-home h2 {
    font-size: clamp(42px, 5vw, 70px);
    line-height: .96;
}

.neb-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .72fr);
    gap: 94px;
    align-items: start;
}

.neb-photo {
    margin: 0;
    overflow: hidden;
    background: var(--neb-paper-soft);
}

.neb-photo img,
.neb-gallery-item img,
.neb-video-polaroid img,
.neb-founder-card img {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin-top: -2px;
    margin-left: -2px;
}

.neb-photo-wide {
    aspect-ratio: 1.55;
    margin-top: 32px;
}

.neb-photo-portrait {
    aspect-ratio: .72;
}

.neb-intro-note {
    margin-top: -22px;
}

.neb-intro-note p,
.neb-gallery-caption,
.neb-side-copy p,
.neb-main-copy p,
.neb-wine-story p {
    color: var(--neb-muted);
}

.neb-intro-note p {
    margin: 24px 0 8px;
    font-size: 17px;
}

.neb-intro-note p:last-child {
    margin-bottom: 30px;
}

.neb-intro-note a {
    display: inline-block;
    margin-top: 8px;
    color: var(--neb-gold);
    font-family: var(--neb-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.neb-wine-focus {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .86fr) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
    padding-top: 54px;
}

.neb-bottle-card {
    min-height: 560px;
    display: grid;
    place-items: center;
}

.neb-bottle {
    position: relative;
    width: 128px;
    height: 430px;
    filter: drop-shadow(0 40px 36px rgba(25, 18, 14, .2));
}

.neb-bottle-neck {
    width: 42px;
    height: 112px;
    margin: 0 auto;
    border-radius: 19px 19px 6px 6px;
    background: linear-gradient(90deg, #080807, #343027 48%, #080807);
}

.neb-bottle-neck::before {
    content: "";
    display: block;
    width: 50px;
    height: 18px;
    margin-left: -4px;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(90deg, #917043, #efe1af, #8a683a);
}

.neb-bottle-body {
    width: 128px;
    height: 318px;
    margin-top: -6px;
    display: grid;
    place-items: center;
    border-radius: 50px 50px 24px 24px / 88px 88px 24px 24px;
    background: linear-gradient(90deg, #050505 0%, #26251f 34%, #0a0a09 68%, #050505 100%);
}

.neb-bottle-body span {
    width: 80px;
    height: 118px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 253, 247, .32);
    background: #1f344f;
    color: var(--neb-white);
    font-family: var(--neb-sans);
    font-size: 10px;
    letter-spacing: .22em;
}

.neb-wine-story {
    position: relative;
    z-index: 2;
}

.neb-wine-story h2 {
    font-size: clamp(52px, 7vw, 92px);
}

.neb-wine-story p {
    width: min(560px, 100%);
    margin: 26px 0 0;
    font-size: 20px;
}

.neb-grain-mark {
    position: absolute;
    left: 38%;
    top: 52%;
    color: rgba(32, 38, 33, .06);
    font-family: var(--neb-serif);
    font-size: 420px;
    font-weight: 600;
    line-height: .7;
    pointer-events: none;
}

.neb-gallery {
    padding-top: 74px;
}

.neb-compact {
    margin-bottom: 28px;
}

.neb-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.neb-gallery-item {
    margin: 0;
    overflow: hidden;
    aspect-ratio: .69;
}

.neb-gallery-caption {
    width: min(760px, 100%);
    margin: 28px auto 0;
    text-align: center;
    font-size: 16px;
}

.neb-philosophy {
    display: grid;
    grid-template-columns: minmax(220px, .54fr) minmax(0, 1fr);
    gap: 96px;
    align-items: start;
}

.neb-philosophy-small {
    aspect-ratio: .76;
    margin-bottom: 22px;
}

.neb-philosophy-large {
    aspect-ratio: 1.7;
    margin: 34px 0 22px;
}

.neb-main-copy p {
    width: min(670px, 100%);
    font-size: 19px;
}

.neb-premium-home .neb-project {
    padding-top: 58px;
    padding-bottom: 148px;
}

.neb-project .neb-section-heading {
    width: min(900px, 100%);
}

.neb-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    border-top: 1px solid rgba(37, 51, 38, .18);
    padding-top: 42px;
}

.neb-project-grid p {
    margin: 0;
    color: var(--neb-muted);
    font-size: 18px;
    line-height: 1.78;
}

.neb-reservation {
    width: 100%;
    margin: 18px 0 0;
    padding: 128px max(28px, calc((100vw - 1120px) / 2)) 132px;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
    gap: 72px;
    align-items: start;
    background: var(--neb-green);
    color: var(--neb-white);
}

.neb-reservation h2 {
    width: min(460px, 100%);
}

.neb-reservation-form .blimago-reservation-form {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.neb-reservation-form .blimago-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.neb-reservation-form .blimago-form-field,
.neb-reservation-form .blimago-form-consent {
    margin: 0;
}

.neb-reservation-form label {
    color: rgba(255, 253, 247, .74);
    font-family: var(--neb-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.neb-reservation-form .blimago-form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.neb-reservation-form .blimago-form-consent input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 1px 0 0;
    padding: 0;
    accent-color: var(--neb-gold);
}

.neb-reservation-form .blimago-form-consent span {
    display: block;
}

.neb-reservation-form .blimago-form-consent a {
    color: #e7c98d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.neb-reservation-form input,
.neb-reservation-form textarea,
.neb-reservation-form select {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(255, 253, 247, .2);
    border-radius: 0;
    background: rgba(255, 253, 247, .06);
    color: var(--neb-white);
    font-family: var(--neb-serif);
    font-size: 16px;
    padding: 0 16px;
    outline: none;
}

.neb-reservation-form textarea {
    padding-top: 14px;
}

.neb-reservation-form input::placeholder,
.neb-reservation-form textarea::placeholder {
    color: rgba(255, 253, 247, .48);
}

.neb-reservation-form .blimago-form-field--hidden {
    position: absolute;
    left: -9999px;
}

.neb-reservation-form button,
.neb-reservation-form .blimago-form-submit {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 0;
    background: var(--neb-gold);
    color: var(--neb-white);
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    cursor: pointer;
}

.neb-premium-home .neb-contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    padding-top: 76px;
    padding-bottom: 84px;
    text-align: center;
}

.neb-contacts div {
    display: grid;
    gap: 8px;
}

.neb-contacts strong {
    font-family: var(--neb-serif);
    font-size: 21px;
    font-weight: 600;
}

.neb-contacts span,
.neb-contacts a {
    color: var(--neb-muted);
    font-size: 16px;
}

.neb-site-footer {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(18, 22, 18, .18), rgba(18, 22, 18, .56)),
        url("/wp-content/uploads/2026/08/simun-vigna-panorama-v3.webp") center 72% / cover;
}

.neb-site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 116px;
    background: var(--neb-paper);
    clip-path: ellipse(58% 80% at 50% 0%);
}

.neb-footer-brand {
    position: relative;
    margin-top: 70px;
    color: var(--neb-white);
    font-family: var(--neb-serif);
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -.12em;
}

@media (max-width: 980px) {
    .neb-premium-header {
        height: 66px;
    }

    .neb-premium-nav {
        width: calc(100% - 28px);
        grid-template-columns: 1fr 96px 1fr;
    }

    .neb-premium-nav a:not(.neb-premium-brand) {
        display: none;
    }

    .neb-premium-nav .neb-premium-brand {
        grid-column: 2;
        width: 96px;
        font-size: 34px;
    }

    .neb-menu-toggle {
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 104;
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        gap: 0;
        padding: 0;
        border: 1px solid rgba(255, 253, 247, .18);
        border-radius: 50%;
        background: rgba(255, 253, 247, .06);
        color: var(--neb-white);
        transform: translateY(-50%);
        cursor: pointer;
        outline: none;
    }

    .neb-menu-toggle:hover,
    .neb-menu-toggle:focus,
    .neb-menu-toggle:focus-visible,
    .neb-menu-toggle:active,
    .neb-premium-home.is-menu-open .neb-menu-toggle {
        background: var(--neb-green) !important;
        border-color: rgba(182, 138, 83, .62) !important;
        color: var(--neb-white) !important;
        outline: none !important;
        box-shadow: 0 0 0 4px rgba(182, 138, 83, .18);
    }

    .neb-menu-toggle span {
        width: 18px;
        height: 1px;
        display: block;
        grid-area: 1 / 1;
        background: currentColor;
        transition: transform .24s ease, opacity .2s ease;
    }

    .neb-menu-toggle span:nth-child(1) {
        transform: translateY(-6px);
    }

    .neb-menu-toggle span:nth-child(3) {
        transform: translateY(6px);
    }

    .neb-premium-home.is-menu-open .neb-menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
    }

    .neb-premium-home.is-menu-open .neb-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .neb-premium-home.is-menu-open .neb-menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .neb-mobile-menu {
        position: fixed;
        inset: 66px 0 auto;
        z-index: 103;
        display: grid;
        gap: 0;
        padding: 18px 24px 24px;
        background: rgba(30, 36, 32, .96);
        border-bottom: 1px solid rgba(255, 253, 247, .14);
        box-shadow: 0 22px 60px rgba(9, 14, 10, .26);
        backdrop-filter: blur(16px);
        transform: translate3d(0, -18px, 0);
        opacity: 0;
        pointer-events: none;
        transition: transform .24s ease, opacity .24s ease;
    }

    .neb-mobile-menu[hidden] {
        display: grid !important;
    }

    .neb-premium-home.is-menu-open .neb-mobile-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto;
    }

    .neb-mobile-menu a {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 253, 247, .1);
        color: rgba(255, 253, 247, .9);
        font-family: var(--neb-sans);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .28em;
        text-align: center;
        text-transform: uppercase;
    }

    .neb-mobile-menu a:last-child {
        border-bottom: 0;
    }

    .neb-hero {
        height: min(86vh, 760px);
        min-height: 0;
    }

    .neb-hero p:last-child {
        font-size: 21px;
    }

    .neb-premium-home .neb-section {
        width: min(680px, calc(100% - 34px));
        padding: 78px 0;
    }

    .neb-premium-home .neb-text-marquee + .neb-section {
        margin-top: -135px;
        padding-top: 0;
    }

    .neb-text-marquee {
        height: 132px;
        min-height: 132px;
        margin-bottom: -34px;
    }

    .neb-text-marquee__track {
        animation-duration: 40s;
    }

    .neb-video-section {
        padding: 78px 24px 76px;
    }

    .neb-video-heading {
        margin-bottom: 36px;
    }

    .neb-video-heading h2 {
        font-size: 44px;
    }

    .neb-video-badge {
        top: -34px;
        right: -10px;
        width: 104px;
        height: 104px;
        border-width: 6px;
    }

    .neb-video-badge span {
        font-size: 18px;
    }

    .neb-video-badge strong {
        font-size: 16px;
    }

    .neb-video-polaroid {
        display: none;
    }

    .neb-founder-card {
        width: min(420px, 100%);
        margin: 44px auto 0;
        padding: 12px 12px 18px;
        display: grid;
        gap: 14px;
        background: var(--neb-white);
        box-shadow: 0 24px 54px rgba(7, 12, 8, .22);
        cursor: zoom-in;
        text-align: center;
    }

    .neb-founder-card img {
        width: 100%;
        aspect-ratio: 1 / .92;
        height: auto;
        object-fit: cover;
        object-position: 50% 24%;
    }

    .neb-founder-card figcaption {
        display: grid;
        gap: 5px;
        color: #253326;
    }

    .neb-founder-card strong {
        font-family: var(--neb-serif);
        font-size: 25px;
        font-weight: 600;
        line-height: 1;
    }

    .neb-founder-card span {
        width: min(300px, 100%);
        margin: 0 auto;
        color: var(--neb-muted);
        font-size: 16px;
        line-height: 1.35;
    }

    .neb-video-section blockquote {
        margin-top: 46px;
        font-size: 29px;
    }

    .neb-intro-grid,
    .neb-wine-focus,
    .neb-philosophy,
    .neb-project-grid,
    .neb-reservation,
    .neb-contacts {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .neb-intro-note {
        margin-top: 0;
    }

    .neb-photo-portrait {
        aspect-ratio: 1.15;
    }

    .neb-bottle-card {
        min-height: 360px;
    }

    .neb-bottle {
        transform: scale(.78);
    }

    .neb-grain-mark {
        left: 8%;
        top: 36%;
        font-size: 250px;
    }

    .neb-gallery-grid {
        grid-template-columns: 1fr;
    }

    .neb-gallery-item {
        aspect-ratio: 1.15;
    }

    .neb-premium-home .neb-project {
        padding-bottom: 74px;
    }

    .neb-reservation {
        padding: 82px 24px 88px;
    }

    .neb-premium-home .neb-contacts {
        padding-top: 54px;
        padding-bottom: 60px;
    }
}

@media (max-width: 560px) {
    .neb-premium-home {
        font-size: 17px;
    }

    .neb-hero h1 {
        font-size: 62px;
    }

    .neb-hero-copy {
        width: calc(100% - 30px);
    }

    .neb-premium-home h2,
    .neb-wine-story h2 {
        font-size: 44px;
    }

    .neb-video-heading h2 {
        font-size: 38px;
    }

    .neb-video-frame {
        aspect-ratio: 4 / 3;
    }

    .neb-founder-card {
        display: grid;
    }

    .neb-founder-card.is-zoomed {
        width: min(420px, calc(100vw - 38px));
    }

    .neb-video-section blockquote {
        margin-top: 40px;
    }

    .neb-reservation-form .blimago-form-grid {
        grid-template-columns: 1fr;
    }
}
