body.neb-content-page-body {
    margin: 0;
    background: var(--neb-paper);
}

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

body.neb-content-page-body #content,
body.neb-content-page-body .site-main,
body.neb-content-page-body .page-content,
body.neb-content-page-body .entry-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.neb-content-page {
    min-height: 100vh;
    overflow: hidden;
    background: var(--neb-paper);
    color: var(--neb-ink);
    font-family: var(--neb-serif);
}

.neb-content-page * {
    box-sizing: border-box;
}

.neb-content-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 74px;
    background: rgba(30, 36, 32, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

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

.neb-content-header a {
    color: rgba(255, 253, 247, .88);
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .26em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

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

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

.neb-content-brand span {
    position: relative;
}

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

.neb-content-hero {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding: 130px 24px 86px;
    background:
        linear-gradient(rgba(20, 24, 20, .38), rgba(20, 24, 20, .64)),
        var(--neb-page-hero) center / cover;
    color: var(--neb-white);
    text-align: center;
}

.neb-content-hero div {
    width: min(920px, 100%);
}

.neb-content-kicker,
.neb-content-eyebrow {
    margin: 0 0 16px;
    color: var(--neb-gold-soft, #d8c49f);
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.neb-content-hero h1 {
    margin: 0;
    font-size: clamp(68px, 10vw, 132px);
    font-weight: 500;
    line-height: .86;
}

.neb-content-hero p:last-child {
    width: min(700px, 100%);
    margin: 30px auto 0;
    color: rgba(255, 253, 247, .86);
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.32;
}

.neb-content-wrap {
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0 120px;
}

.neb-content-block {
    display: grid;
    grid-template-columns: minmax(250px, .44fr) minmax(0, 1fr);
    gap: 72px;
    padding: 68px 0;
    border-bottom: 1px solid rgba(38, 49, 40, .14);
}

.neb-content-block:first-child {
    padding-top: 0;
}

.neb-content-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.neb-content-block h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 500;
    line-height: .96;
}

.neb-content-eyebrow {
    grid-column: 1;
    margin-bottom: -54px;
    color: var(--neb-gold);
}

.neb-content-block p:not(.neb-content-eyebrow) {
    grid-column: 2;
    margin: 0 0 22px;
    color: var(--neb-muted);
    font-size: 21px;
    line-height: 1.72;
}

.neb-content-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .neb-content-header {
        height: auto;
        min-height: 68px;
        padding: 10px 0;
    }

    .neb-content-header nav {
        width: calc(100% - 28px);
        grid-template-columns: 1fr 92px 1fr;
        gap: 8px;
    }

    .neb-content-header a:not(.neb-content-brand) {
        font-size: 9px;
        letter-spacing: .14em;
    }

    .neb-content-header a:first-child,
    .neb-content-header a:nth-child(2) {
        display: none;
    }

    .neb-content-brand {
        grid-column: 2;
        width: 92px;
        font-size: 34px !important;
    }

    .neb-content-hero {
        min-height: 64vh;
        padding-top: 108px;
    }

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

    .neb-content-wrap {
        width: min(100% - 34px, 680px);
        padding: 66px 0 86px;
    }

    .neb-content-block {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 54px 0;
    }

    .neb-content-eyebrow,
    .neb-content-block h2,
    .neb-content-block p:not(.neb-content-eyebrow) {
        grid-column: 1;
    }

    .neb-content-eyebrow {
        margin-bottom: 0;
    }

    .neb-content-block p:not(.neb-content-eyebrow) {
        font-size: 19px;
    }
}

.neb-content-page .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-content-page .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-content-page .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-decoration: none;
    text-transform: uppercase;
}

.neb-content-page .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) !important;
    font-size: 39px !important;
    font-weight: 600 !important;
    letter-spacing: -.08em !important;
    text-transform: none !important;
}

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

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

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

.neb-story-page {
    background: var(--neb-paper);
}

.neb-story-intro,
.neb-story-people,
.neb-story-closing {
    width: min(1120px, calc(100% - 56px));
    margin: 0 auto;
}

.neb-story-intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
    align-items: end;
    gap: 82px;
    padding: 112px 0 96px;
}

.neb-story-intro__copy .neb-content-eyebrow,
.neb-story-heading .neb-content-eyebrow,
.neb-story-band .neb-content-eyebrow,
.neb-story-cards .neb-content-eyebrow,
.neb-story-closing .neb-content-eyebrow {
    margin: 0 0 18px;
}

.neb-story-intro h2,
.neb-story-band h2,
.neb-story-heading h2,
.neb-story-closing h2 {
    margin: 0;
    color: var(--neb-ink);
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 500;
    line-height: .94;
}

.neb-story-intro p:not(.neb-content-eyebrow),
.neb-story-band p:not(.neb-content-eyebrow),
.neb-story-heading p:not(.neb-content-eyebrow),
.neb-story-closing p {
    color: var(--neb-muted);
    font-size: 21px;
    line-height: 1.72;
}

.neb-story-intro__copy p:not(.neb-content-eyebrow) {
    width: min(640px, 100%);
}

.neb-story-photo {
    margin: 0;
}

.neb-story-photo img,
.neb-story-band img,
.neb-story-cards img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.neb-story-photo--tall img {
    height: min(640px, 72vh);
}

.neb-story-photo figcaption {
    margin-top: 18px;
    color: var(--neb-gold);
    font-family: var(--neb-serif);
    font-size: 20px;
    font-style: italic;
}

.neb-nebbiolo-page .neb-story-intro,
.neb-philosophy-page .neb-story-intro {
    grid-template-columns: minmax(0, .88fr) minmax(360px, .64fr);
    align-items: center;
    gap: 96px;
    padding-top: 126px;
}

.neb-nebbiolo-page .neb-story-intro__copy,
.neb-philosophy-page .neb-story-intro__copy {
    position: relative;
    padding-left: 34px;
}

.neb-nebbiolo-page .neb-story-intro__copy::before,
.neb-philosophy-page .neb-story-intro__copy::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: linear-gradient(rgba(182, 138, 83, 0), rgba(182, 138, 83, .72), rgba(182, 138, 83, 0));
}

.neb-nebbiolo-page .neb-story-photo,
.neb-philosophy-page .neb-story-photo {
    position: relative;
    padding: 18px;
    background: rgba(255, 253, 247, .64);
    border: 1px solid rgba(38, 49, 40, .12);
    box-shadow: 0 26px 70px rgba(31, 42, 34, .12);
}

.neb-nebbiolo-page .neb-story-photo::before,
.neb-philosophy-page .neb-story-photo::before {
    position: absolute;
    top: -18px;
    right: 28px;
    color: var(--neb-gold);
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .34em;
}

.neb-nebbiolo-page .neb-story-photo::before {
    content: "SIMUN";
}

.neb-philosophy-page .neb-story-photo::before {
    content: "FILOSOFIA";
}

.neb-nebbiolo-page .neb-story-photo--tall img,
.neb-philosophy-page .neb-story-photo--tall img {
    height: min(620px, 66vh);
}

.neb-nebbiolo-signature {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(640px, 100%);
    margin-top: 38px;
    border-top: 1px solid rgba(38, 49, 40, .14);
    border-bottom: 1px solid rgba(38, 49, 40, .14);
}

.neb-nebbiolo-signature span {
    display: flex;
    min-height: 82px;
    flex-direction: column;
    justify-content: center;
    padding: 16px 18px 14px;
    color: var(--neb-muted);
    font-family: var(--neb-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.neb-nebbiolo-signature span + span {
    border-left: 1px solid rgba(38, 49, 40, .14);
}

.neb-nebbiolo-signature strong {
    display: block;
    margin-bottom: 6px;
    color: var(--neb-ink);
    font-family: var(--neb-serif);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.neb-story-band {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
    align-items: center;
    gap: 76px;
    padding: 104px max(28px, calc((100vw - 1120px) / 2));
    background: var(--neb-green);
    color: var(--neb-white);
}

.neb-story-band figure {
    margin: 0;
    transform: rotate(-2deg);
    box-shadow: 0 28px 72px rgba(7, 12, 8, .34);
}

.neb-story-band img {
    aspect-ratio: 4 / 5;
    border: 12px solid var(--neb-paper);
}

.neb-story-band h2,
.neb-story-band p:not(.neb-content-eyebrow) {
    color: var(--neb-white);
}

.neb-story-band p:not(.neb-content-eyebrow) {
    color: rgba(255, 253, 247, .78);
}

.neb-story-people {
    padding: 110px 0 128px;
}

.neb-story-heading {
    width: min(820px, 100%);
    margin-bottom: 54px;
}

.neb-story-heading p:not(.neb-content-eyebrow) {
    width: min(760px, 100%);
    margin-top: 20px;
}

.neb-story-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.neb-story-cards article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 253, 247, .64);
    border: 1px solid rgba(38, 49, 40, .12);
    padding: 18px 18px 28px;
    overflow: hidden;
}

.neb-story-cards img {
    aspect-ratio: 4 / 3.35;
    height: clamp(268px, 20vw, 320px);
    margin-bottom: 28px;
    object-fit: cover;
}

.neb-story-cards h3 {
    margin: 0 0 16px;
    color: var(--neb-ink);
    font-size: clamp(28px, 2.4vw, 34px);
    font-weight: 500;
    line-height: 1;
}

.neb-story-cards p:not(.neb-content-eyebrow) {
    margin: 0;
    color: var(--neb-muted);
    font-size: 17px;
    line-height: 1.62;
}

.neb-story-closing {
    display: grid;
    grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
    gap: 86px;
    padding: 76px 0 128px;
    border-top: 1px solid rgba(38, 49, 40, .14);
}

.neb-story-closing p:first-child {
    margin-top: 0;
}

.neb-story-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 18px;
    padding: 0 28px;
    background: var(--neb-gold);
    color: #101810;
    font-family: var(--neb-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .24em;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .neb-content-page .neb-premium-header {
        height: 66px;
        min-height: 0;
        padding: 0;
    }

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

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

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

    .neb-story-intro,
    .neb-story-band,
    .neb-story-people,
    .neb-story-closing {
        width: min(100% - 34px, 680px);
    }

    .neb-story-intro,
    .neb-story-band,
    .neb-story-closing,
    .neb-story-cards {
        grid-template-columns: 1fr;
    }

    .neb-story-intro {
        gap: 42px;
        padding: 74px 0 72px;
    }

    .neb-story-band {
        width: 100%;
        gap: 42px;
        padding: 70px 17px;
    }

    .neb-story-band > * {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .neb-story-people {
        padding: 74px 0 70px;
    }

    .neb-story-closing {
        gap: 22px;
        padding-bottom: 88px;
    }

    .neb-story-intro h2,
    .neb-story-band h2,
    .neb-story-heading h2,
    .neb-story-closing h2 {
        font-size: 52px;
    }

    .neb-story-intro p:not(.neb-content-eyebrow),
    .neb-story-band p:not(.neb-content-eyebrow),
    .neb-story-heading p:not(.neb-content-eyebrow),
    .neb-story-closing p {
        font-size: 19px;
    }

    .neb-story-photo--tall img,
    .neb-story-band img {
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .neb-nebbiolo-page .neb-story-intro,
    .neb-philosophy-page .neb-story-intro {
        gap: 46px;
        padding-top: 78px;
    }

    .neb-nebbiolo-page .neb-story-intro__copy,
    .neb-philosophy-page .neb-story-intro__copy {
        padding-left: 0;
    }

    .neb-nebbiolo-page .neb-story-intro__copy::before,
    .neb-philosophy-page .neb-story-intro__copy::before {
        display: none;
    }

    .neb-nebbiolo-page .neb-story-photo,
    .neb-philosophy-page .neb-story-photo {
        padding: 12px;
    }

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

    .neb-nebbiolo-signature span {
        min-height: 68px;
        padding-inline: 0;
    }

    .neb-nebbiolo-signature span + span {
        border-top: 1px solid rgba(38, 49, 40, .14);
        border-left: 0;
    }

    .neb-story-cards img {
        height: 280px;
        aspect-ratio: auto;
    }
}
