:root {
    --jcs-bg: #050909;
    --jcs-panel: #091212;
    --jcs-panel-2: #0c1716;
    --jcs-line: rgba(160, 215, 198, .24);
    --jcs-green: #43e5a4;
    --jcs-copy: #d5e3e1;
    --jcs-muted: #9cb5b4;
    --jcs-serif: "Cormorant Garamond", Georgia, serif;
}

.cg-jcs-social-page {
    background: var(--jcs-bg);
    color: var(--jcs-copy);
}

.cg-jcs-social-page main {
    overflow: hidden;
    background: var(--jcs-bg);
}

.cg-jcs-social-page .cg-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.cg-jcs-social-page h1,
.cg-jcs-social-page h2,
.cg-jcs-social-page h3,
.cg-jcs-social-page p {
    margin-top: 0;
}

.cg-jcs-social-page h1,
.cg-jcs-social-page h2,
.cg-jcs-social-page h3 {
    color: #f4f5f1;
    font-family: var(--jcs-serif);
}

.cg-jcs-social-page h1,
.cg-jcs-social-page h2 {
    font-weight: 500;
    letter-spacing: -.028em;
    line-height: .96;
}

.cg-jcs-social-page h1 em,
.cg-jcs-social-page h2 em {
    color: var(--jcs-green);
    font-style: italic;
    font-weight: 500;
}

.cg-jcs-social-page p {
    line-height: 1.62;
}

.cg-jcs-social-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jcs-eyebrow {
    margin-bottom: 12px;
    color: var(--jcs-green);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.jcs-section {
    padding: 76px 0;
    border-bottom: 1px solid rgba(160, 215, 198, .11);
}

.jcs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jcs-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    border: 1px solid var(--jcs-green);
    border-radius: 3px;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s, background .2s;
}

.jcs-btn:hover {
    transform: translateY(-2px);
}

.jcs-btn-primary {
    background: var(--jcs-green);
    color: #06100d;
}

.jcs-btn-primary:hover {
    color: #06100d;
}

.jcs-btn-secondary {
    background: rgba(3, 10, 9, .7);
}

.jcs-hero {
    position: relative;
    min-height: 620px;
    margin-inline: auto;
    border-bottom: 1px solid var(--jcs-line);
    isolation: isolate;
}

.jcs-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, #030808 0%, rgba(3, 8, 8, .96) 28%, rgba(3, 8, 8, .40) 57%, rgba(3, 8, 8, .03) 100%),
        linear-gradient(0deg, #050909 0%, transparent 25%),
        url('/assets/media/jersey_city__restaurant_social_content/jersey_city__restaurant_social_content__hero.webp') 70% center / cover no-repeat;
}

.jcs-hero-bg::after {
    position: absolute;
    inset: 0 0 0 55%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08));
    content: '';
    mix-blend-mode: screen;
    pointer-events: none;
}

.jcs-hero-inner {
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, 555px) 1fr;
    align-items: end;
    padding: 78px 0 22px;
}

.jcs-hero-copy {
    padding-top: 12px;
}

.jcs-hero h1 {
    max-width: 555px;
    margin-bottom: 20px;
    font-size: clamp(3.15rem, 4.35vw, 4.75rem);
}

.jcs-hero-lead {
    max-width: 510px;
    margin-bottom: 23px;
    color: #d1dcdc;
    font-size: .96rem;
}

.jcs-hero-lead strong {
    color: #f4f5f1;
}

.jcs-hero-benefits {
    display: grid;
    max-width: 810px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 29px;
}

.jcs-hero-benefits > div {
    display: flex;
    gap: 11px;
    padding: 0 20px;
    border-left: 1px solid var(--jcs-line);
    font-size: .72rem;
    line-height: 1.4;
}

.jcs-hero-benefits > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.jcs-hero-benefits svg {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    color: #f4f5f1;
    stroke-width: 1.6;
}

.jcs-hero-benefits strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: .76rem;
}

.jcs-why-grid {
    display: grid;
    grid-template-columns: .78fr 1.42fr;
    gap: 54px;
    align-items: end;
}

.jcs-why-intro h2 {
    margin-bottom: 15px;
    font-size: clamp(2.45rem, 3.3vw, 3.45rem);
}

.jcs-why-intro > p:last-child {
    margin-bottom: 0;
    color: var(--jcs-muted);
    font-size: .9rem;
}

.jcs-why-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.jcs-why-cards article {
    min-height: 213px;
    padding: 24px 18px;
    border: 1px solid var(--jcs-line);
    border-radius: 7px;
    background: linear-gradient(145deg, rgba(18, 61, 49, .18), rgba(7, 15, 14, .86));
}

.jcs-why-cards svg {
    width: 29px;
    height: 29px;
    margin-bottom: 17px;
    color: var(--jcs-green);
    stroke-width: 1.65;
}

.jcs-why-cards h3 {
    margin-bottom: 7px;
    font-size: 1.2rem;
    line-height: 1.05;
}

.jcs-why-cards p {
    margin-bottom: 0;
    color: var(--jcs-muted);
    font-size: .73rem;
    line-height: 1.48;
}

.jcs-monthly {
    background: #07100f;
}

.jcs-section-heading,
.jcs-pipeline-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 58px;
    align-items: end;
    margin-bottom: 24px;
}

.jcs-section-heading h2,
.jcs-pipeline-heading h2 {
    max-width: 720px;
    font-size: clamp(2.45rem, 3.45vw, 3.65rem);
}

.jcs-section-heading > p,
.jcs-pipeline-heading > p {
    margin-bottom: 0;
    color: var(--jcs-muted);
    font-size: .9rem;
}

.jcs-monthly-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.jcs-monthly-card {
    overflow: hidden;
    border: 1px solid var(--jcs-line);
    border-radius: 8px;
    background: linear-gradient(180deg, #0d1816, #08100f);
}

.jcs-monthly-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.75;
    object-fit: cover;
}

.jcs-monthly-card:nth-child(1) img { object-position: center 54%; }
.jcs-monthly-card:nth-child(2) img { object-position: center 55%; }
.jcs-monthly-card:nth-child(3) img { object-position: center 40%; }
.jcs-monthly-card:nth-child(4) img { object-position: center 52%; }
.jcs-monthly-card:nth-child(5) img { object-position: center 48%; }
.jcs-monthly-card:nth-child(6) img { object-position: center 46%; }

.jcs-monthly-card-body {
    display: grid;
    min-height: 130px;
    grid-template-columns: 28px 1fr;
    align-content: start;
    row-gap: 3px;
    padding: 16px 18px 18px;
}

.jcs-card-icon {
    grid-row: 1 / span 2;
    color: var(--jcs-green);
}

.jcs-card-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.65;
}

.jcs-monthly-card h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.08;
}

.jcs-monthly-card p {
    margin-bottom: 0;
    color: #a8c0bd;
    font-size: .76rem;
    line-height: 1.44;
}

.jcs-pipeline-section {
    padding: 48px 0;
    background: radial-gradient(circle at 50% 0, rgba(20, 88, 67, .16), transparent 46%);
}

.jcs-pipeline-layout {
    display: grid;
    grid-template-columns: 205px 1fr;
    gap: 36px;
    align-items: center;
}

.jcs-pipeline-intro p:last-child {
    margin: 0;
    color: var(--jcs-muted);
    font-size: .78rem;
    line-height: 1.48;
}

.jcs-pipeline-intro .jcs-eyebrow span {
    color: #f4f5f1;
}

.jcs-pipeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jcs-pipeline li {
    position: relative;
    padding: 0 13px;
    text-align: center;
}

.jcs-pipeline li:not(:last-child)::after {
    position: absolute;
    top: 12px;
    right: -13px;
    width: 26px;
    height: 28px;
    color: #f4f5f1;
    content: '→';
    font: 400 1.5rem/1 Arial, sans-serif;
    opacity: .85;
    transform: none;
}

.jcs-pipeline li > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin: 0 auto 12px;
    border: 1px solid var(--jcs-green);
    border-radius: 50%;
    background: #07100f;
    color: var(--jcs-green);
}

.jcs-pipeline svg {
    width: 25px;
    height: 25px;
    stroke-width: 1.6;
}

.jcs-pipeline strong {
    display: block;
    color: #f4f5f1;
    font-size: .73rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.jcs-flow {
    padding: 42px 0;
}

.jcs-flow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
}

.jcs-flow-intro {
    max-width: 720px;
}

.jcs-flow-intro h2 {
    margin-bottom: 8px;
    font-size: clamp(2rem, 2.5vw, 2.65rem);
}

.jcs-flow-intro > p:last-child {
    margin-bottom: 0;
    color: var(--jcs-muted);
    font-size: .88rem;
}

.jcs-content-mixes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.jcs-content-mixes article {
    padding: 8px;
    border: 1px solid var(--jcs-line);
    border-radius: 6px;
    background: rgba(7, 16, 15, .72);
}

.jcs-content-mixes h3 {
    margin-bottom: 6px;
    color: var(--jcs-green);
    font-family: inherit;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.jcs-content-mixes span {
    display: flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    padding: 6px 8px;
    border-top: 1px solid var(--jcs-line);
    border-right: 1px solid var(--jcs-line);
    border-bottom: 1px solid var(--jcs-line);
    border-left: 1px solid var(--jcs-line);
    border-radius: 4px;
    color: #e0e8e6;
    font-size: .74rem;
    line-height: 1.28;
}

.jcs-content-mixes span:first-of-type {
    margin-top: 0;
}

.jcs-content-mixes span svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: var(--jcs-green);
    stroke-width: 1.55;
}

.jcs-content-mixes span b {
    font-weight: 500;
}

.jcs-local {
    padding: 42px 0;
    background: linear-gradient(120deg, #06100e, #0a1915);
}

.jcs-local-layout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 36px;
    align-items: center;
}

.jcs-local h2 {
    margin-bottom: 9px;
    font-size: clamp(2rem, 2.5vw, 2.65rem);
}

.jcs-local-intro ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jcs-local-intro li {
    position: relative;
    padding-left: 18px;
    color: #c9d9d6;
    font-size: .7rem;
    line-height: 1.34;
}

.jcs-local-intro li::before {
    position: absolute;
    left: 0;
    color: var(--jcs-green);
    content: '✓';
}

.jcs-location-cards {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
}

.jcs-location-cards article {
    display: grid;
    min-height: 105px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 10px 6px;
    border: 1px solid var(--jcs-line);
    border-radius: 6px;
    background: rgba(5, 13, 12, .48);
    text-align: center;
}

.jcs-location-cards svg {
    width: 34px;
    height: 34px;
    color: var(--jcs-green);
    stroke-width: 1.6;
}

.jcs-location-cards h3 {
    margin: 0;
    font-size: .9rem;
    line-height: 1.05;
}

.jcs-local-nearby {
    margin: 8px 0 0;
    color: var(--jcs-muted);
    font-size: .66rem;
    text-align: center;
}

.jcs-final {
    position: relative;
    overflow: hidden;
    min-height: 455px;
    border-bottom: 1px solid var(--jcs-line);
    background: radial-gradient(circle at 50% 40%, rgba(23, 79, 61, .2), transparent 35%), #050909;
}

.jcs-final > img {
    position: absolute;
    bottom: 0;
    width: min(31vw, 445px);
    max-height: 88%;
    object-fit: contain;
    opacity: .82;
}

.jcs-final-left { left: clamp(18px, 5vw, 96px); }
.jcs-final-right { right: clamp(18px, 5vw, 96px); }

.jcs-final-inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 455px;
    align-content: center;
    padding: 62px 0 42px;
}

.jcs-final-copy {
    max-width: 660px;
    margin-inline: auto;
    text-align: center;
}

.jcs-final h2 {
    margin-bottom: 14px;
    font-size: clamp(2.55rem, 3.65vw, 3.9rem);
}

.jcs-final-copy > p:not(.jcs-eyebrow) {
    max-width: 560px;
    margin: 0 auto 19px;
    color: #cbdad7;
    font-size: .9rem;
}

.jcs-final .jcs-actions {
    justify-content: center;
}

.jcs-final-benefits {
    display: grid;
    max-width: 760px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 35px auto 0;
    padding-top: 15px;
    border-top: 1px solid var(--jcs-line);
}

.jcs-final-benefits span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border-left: 1px solid var(--jcs-line);
    color: #d9e5e3;
    font-size: .68rem;
}

.jcs-final-benefits span:first-child { border-left: 0; }

.jcs-final-benefits svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: var(--jcs-green);
    stroke-width: 1.6;
}

@media (min-width: 761px) {
    .jcs-hero {
        width: min(1280px, calc(100% - 48px));
    }
}

@media (max-width: 1050px) {
    .jcs-why-grid,
    .jcs-pipeline-layout,
    .jcs-flow-grid,
    .jcs-local-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .jcs-why-cards,
    .jcs-content-mixes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jcs-monthly-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jcs-pipeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 0;
    }

    .jcs-pipeline li:nth-child(3)::after { display: none; }

    .jcs-location-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cg-jcs-social-page .cg-container {
        width: min(100% - 32px, 560px);
    }

    .jcs-section {
        padding: 55px 0;
    }

    .jcs-pipeline-section,
    .jcs-flow,
    .jcs-local {
        padding: 44px 0;
    }

    .jcs-hero {
        min-height: auto;
    }

    .jcs-hero-bg {
        background:
            linear-gradient(90deg, rgba(3, 8, 8, .97) 0%, rgba(3, 8, 8, .73) 100%),
            linear-gradient(0deg, #050909 0%, transparent 42%),
            url('/assets/media/jersey_city__restaurant_social_content/jersey_city__restaurant_social_content__hero.webp') 61% center / cover no-repeat;
    }

    .jcs-hero-inner {
        display: block;
        min-height: auto;
        padding: 78px 0 22px;
    }

    .jcs-hero h1 {
        max-width: 520px;
        font-size: clamp(2.85rem, 12.5vw, 3.5rem);
    }

    .jcs-hero h1 span,
    .jcs-hero h1 em {
        display: block;
    }

    .jcs-hero-spacer {
        height: 145px;
    }

    .jcs-hero-benefits {
        grid-template-columns: 1fr;
        margin-top: 17px;
        border-top: 1px solid var(--jcs-line);
    }

    .jcs-hero-benefits > div,
    .jcs-hero-benefits > div:first-child {
        padding: 11px 0;
        border: 0;
        border-bottom: 1px solid var(--jcs-line);
    }

    .jcs-section-heading,
    .jcs-pipeline-heading {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .jcs-why-intro h2,
    .jcs-section-heading h2,
    .jcs-pipeline-heading h2,
    .jcs-flow-intro h2,
    .jcs-local h2 {
        font-size: clamp(2.35rem, 10vw, 3rem);
    }

    .jcs-why-cards,
    .jcs-monthly-grid,
    .jcs-content-mixes {
        grid-template-columns: 1fr;
    }

    .jcs-why-cards article {
        min-height: 0;
    }

    .jcs-monthly-card img {
        aspect-ratio: 1.42;
    }

    .jcs-monthly-card-body {
        min-height: 0;
    }

    .jcs-pipeline {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .jcs-pipeline li {
        display: grid;
        min-height: 70px;
        grid-template-columns: 56px 1fr;
        align-items: center;
        gap: 15px;
        padding: 8px 0;
        text-align: left;
    }

    .jcs-pipeline li > span {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .jcs-pipeline li:not(:last-child)::after,
    .jcs-pipeline li:nth-child(3)::after {
        display: block;
        top: auto;
        right: auto;
        bottom: -8px;
        left: 25px;
        width: 1px;
        height: 16px;
        border: 0;
        background: #f4f5f1;
        content: '';
        font-size: 0;
        opacity: 1;
        transform: none;
    }

    .jcs-pipeline strong {
        font-size: .77rem;
    }

    .jcs-location-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jcs-final {
        min-height: 560px;
    }

    .jcs-final > img {
        width: 47%;
        max-height: 42%;
        opacity: .42;
    }

    .jcs-final-inner {
        min-height: 560px;
        padding: 58px 0 35px;
    }

    .jcs-final h2 {
        font-size: clamp(2.25rem, 9.5vw, 2.85rem);
    }

    .jcs-final-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 0;
        margin-top: 30px;
    }

    .jcs-final-benefits span:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 430px) {
    .jcs-hero h1 {
        font-size: 2.95rem;
    }

    .jcs-actions {
        gap: 9px;
    }

    .jcs-btn {
        width: 100%;
        min-height: 47px;
        padding: 0 14px;
        font-size: .67rem;
    }

    .jcs-location-cards {
        grid-template-columns: 1fr;
    }
}
