/* Fake Pilot GMUNK direction — local Ghost preview */

body[data-design="gmunk"] {
    --gm-bg: #111;
    --gm-u: clamp(11px, 1.1165vw, 20px);
    --gm-inset: 7.82vw;
    --gm-pitch: 21.67vw;
    --gm-gap: clamp(30px, 4.6vw, 68px);
    --gm-contexta-tracking: -.04em;
    background: var(--gm-bg);
}

body[data-design="gmunk"] .viewport,
body[data-design="gmunk"] .site-content {
    background: var(--gm-bg);
}

body[data-design="gmunk"] .gh-head {
    height: auto;
    padding: calc(6.5 * var(--gm-u)) 4vw calc(2.75 * var(--gm-u)) var(--gm-inset);
    background: var(--gm-bg) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"].home-template .gh-head {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1000;
    background: transparent !important;
    background-color: transparent !important;
}

body[data-design="gmunk"]:has(.page-info) .gh-head {
    position: relative;
    inset: auto;
    z-index: 1000;
    border: 0;
    background: #111 !important;
    background-color: #111 !important;
}

body[data-design="gmunk"] .gh-head .inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

body[data-design="gmunk"] .gh-head-inner {
    display: grid;
    grid-template-columns: calc(2 * var(--gm-pitch)) max-content max-content;
    column-gap: 0;
    height: auto;
}

body[data-design="gmunk"] .gh-head-brand {
    grid-column: 1;
}

body[data-design="gmunk"] .gh-head-logo {
    display: inline-flex !important;
}

body[data-design="gmunk"] .gh-head-logo img {
    max-height: clamp(26px, 2.24vw, 34px);
    margin-top: 0;
}

body[data-design="gmunk"] .gh-head-menu {
    grid-column: 2;
    justify-self: start;
    margin: 0 !important;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav {
    display: flex;
    gap: var(--gm-gap);
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav li {
    display: block !important;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

body[data-design="gmunk"] .gh-head-menu,
body[data-design="gmunk"] .gh-head-menu .fp-nav {
    opacity: 1 !important;
    visibility: visible !important;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav a,
body[data-design="gmunk"] .gh-head-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(19px, 1.5vw, 23px) !important;
    font-weight: 400 !important;
    letter-spacing: normal;
    text-transform: none;
    opacity: .92;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav a:hover,
body[data-design="gmunk"] .gh-head-button:hover {
    opacity: .55;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav a {
    position: relative;
}

body[data-design="gmunk"] .gh-head-menu .fp-nav a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: #fff;
    content: "";
}

body[data-design="gmunk"] .gh-head-actions {
    grid-column: 3;
    justify-self: start;
    display: flex;
    gap: var(--gm-gap);
    padding-left: var(--gm-gap);
    border: 0;
}

body[data-design="gmunk"] .gh-head-members {
    display: flex;
}

body[data-design="gmunk"] .gh-head-actions .gh-search {
    order: 2;
    width: clamp(18px, 1.6vw, 23px);
    height: clamp(18px, 1.6vw, 23px);
    color: rgba(255,255,255,.78);
}

body[data-design="gmunk"] .gh-head-actions .gh-search svg {
    width: 100%;
    height: 100%;
}

body[data-design="gmunk"] .home-landing {
    background: #000;
}

body[data-design="gmunk"] .home-hero {
    display: block;
    min-height: 112svh;
    overflow: clip;
    background: var(--gm-bg);
}

body[data-design="gmunk"] .home-hero:not(#home-featured-bfc) {
    margin-bottom: 5px;
}

body[data-design="gmunk"] .fp-shop-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
}

body[data-design="gmunk"] .fp-shop-intro {
    padding-top: max(4.8vmin,36px);
}

body[data-design="gmunk"] .fp-shop-toolbar .fp-shop-badge {
    width: 100%;
}

body[data-design="gmunk"] .fp-shop-toolbar .fp-shop-sort {
    justify-self: end;
    margin-left: 0;
}

body[data-design="gmunk"] .home-hero-stage {
    position: sticky;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    overflow: hidden;
}

body[data-design="gmunk"] .home-hero-video {
    opacity: 1;
}

body[data-design="gmunk"] .home-hero:not(.home-hero--second) .home-hero-media {
    overflow: hidden;
}

body[data-design="gmunk"] .home-hero-vimeo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 200svh);
    height: max(100%, 50vw);
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

body[data-design="gmunk"] .home-hero-scrim {
    display: block;
    background: rgba(0,0,0,.14);
}

body[data-design="gmunk"] .home-hero:not(.home-hero--second) .home-hero-scrim {
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 24%, rgba(0,0,0,0) 52%);
}

body[data-design="gmunk"] .home-hero-copy {
    position: absolute;
    inset: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(160px,1fr) minmax(0,2fr);
    grid-template-rows: auto auto;
    align-items: end;
    align-content: end;
    height: 100svh;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 4vw max(8svh,64px) var(--gm-inset);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"] .home-hero-title {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    max-width: none;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-family: "Contexta", sans-serif;
    font-size: calc(2.8 * var(--gm-u));
    font-weight: 700;
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.15;
    text-transform: none;
    transform: none;
    white-space: nowrap;
}

body[data-design="gmunk"] .home-hero-excerpt {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    display: block;
    max-width: 48ch;
    margin: calc(.8 * var(--gm-u)) 0 0;
    overflow: visible;
    color: rgba(255,255,255,.9);
    font-size: var(--gm-u);
    line-height: 1.48;
    -webkit-line-clamp: unset;
}

body[data-design="gmunk"] .home-hero-cta {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    margin: calc(1.05 * var(--gm-u)) 0 0;
    min-height: calc(2.7 * var(--gm-u));
    padding: calc(.55 * var(--gm-u)) calc(1.35 * var(--gm-u));
    border: 0;
    border-radius: 999px;
    background: #8ecfff;
    color: #0d0e0f;
    opacity: 1;
    font-family: "Contexta", sans-serif;
    font-size: calc(1.05 * var(--gm-u));
    font-weight: 700;
    letter-spacing: -.025em;
    text-transform: none;
    transform: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

body[data-design="gmunk"] .home-hero-cta:hover {
    background: #b7e6ff;
    transform: translateY(-3px);
}

body[data-design="gmunk"] .home-hero-scroll {
    top: calc(100svh - max(2.8vmin,22px) - 40px);
    left: 50%;
    right: auto;
    bottom: auto;
    opacity: .4;
}

body[data-design="gmunk"] .home-hero--second {
    min-height: 0;
    aspect-ratio: 2 / 1;
}

body[data-design="gmunk"] .home-hero--second .home-hero-stage {
    position: absolute;
    inset: 0;
    height: 100%;
}

body[data-design="gmunk"] .home-hero--second .home-hero-copy {
    height: 100%;
}

body[data-design="gmunk"] .home-hero--second .home-hero-scroll {
    top: auto;
    bottom: max(2.8vmin,22px);
}

body[data-design="gmunk"] .fp-home-sections {
    background: var(--gm-bg);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"] .fp-index-section,
body[data-design="gmunk"] .fp-studio-section,
body[data-design="gmunk"] .fp-kitchen-section,
body[data-design="gmunk"] .fp-shop-section,
body[data-design="gmunk"] .fp-membership-section,
body[data-design="gmunk"] .fp-hire-section {
    padding: max(8vmin,72px) 4vw max(9vmin,88px) var(--gm-inset);
    border-top: 1px solid rgba(255,255,255,.16);
}

body[data-design="gmunk"] .fp-section-heading {
    display: grid;
    grid-template-columns: calc(2 * var(--gm-pitch)) minmax(0,1fr) auto;
    align-items: end;
    margin-bottom: calc(3.2 * var(--gm-u));
}

body[data-design="gmunk"] .fp-eyebrow {
    margin: 0 0 calc(.8 * var(--gm-u));
    color: rgba(255,255,255,.5);
    font-size: calc(.9 * var(--gm-u));
    line-height: 1.3;
}

body[data-design="gmunk"] .fp-eyebrow::after {
    content: " ––";
}

body[data-design="gmunk"] .fp-section-heading .fp-eyebrow {
    grid-column: 1 / -1;
}

body[data-design="gmunk"] .fp-section-heading h2,
body[data-design="gmunk"] .fp-studio-copy h2,
body[data-design="gmunk"] .fp-membership-intro h2 {
    margin: 0;
    color: #fff;
    font-size: calc(2.8 * var(--gm-u));
    font-weight: 700;
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.08;
}

body[data-design="gmunk"] .fp-section-link,
body[data-design="gmunk"] .fp-studio-copy > a {
    color: #fff;
    font-size: var(--gm-u);
    text-decoration: none;
}

body[data-design="gmunk"] .fp-work-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: calc(3 * var(--gm-u)) calc(1.5 * var(--gm-u));
}

body[data-design="gmunk"] .fp-work-card {
    color: #fff;
    text-decoration: none;
}

body[data-design="gmunk"] .fp-work-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #090909;
    filter: saturate(.92);
    transition: filter 180ms ease, transform 300ms ease;
}

body[data-design="gmunk"] .fp-work-card:hover img {
    filter: saturate(1.15);
    transform: scale(.992);
}

body[data-design="gmunk"] .fp-work-card--view-all {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: calc(1.4 * var(--gm-u));
    font-weight: 700;
}

body[data-design="gmunk"] .fp-work-card--view-all b {
    display: inline-block;
    margin-left: .25em;
    transition: transform 180ms ease;
}

body[data-design="gmunk"] .fp-work-card--view-all:hover b {
    transform: translateX(.25em);
}

body[data-design="gmunk"] .fp-work-meta {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 1rem;
    padding-top: calc(.8 * var(--gm-u));
    font-size: calc(.9 * var(--gm-u));
    line-height: 1.3;
}

body[data-design="gmunk"] .fp-work-meta strong {
    font-weight: 700;
}

body[data-design="gmunk"] .fp-work-meta em {
    color: rgba(255,255,255,.45);
    font-style: normal;
    text-align: right;
}

body[data-design="gmunk"] .fp-studio-section {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: clamp(560px,62vw,860px);
    overflow: hidden;
    background: #050607 url("../images/studio-client-logos-space-v2.png") center / cover no-repeat;
}

body[data-design="gmunk"] .fp-studio-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.72) 27%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.02) 100%);
}

body[data-design="gmunk"] .fp-studio-copy {
    position: relative;
    z-index: 2;
    width: min(42vw,620px);
}

body[data-design="gmunk"] .fp-studio-visual {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}

body[data-design="gmunk"] .fp-studio-visual p {
    position: absolute;
    top: max(8vmin,72px);
    left: var(--gm-inset);
    margin: 0;
    color: #fff;
    font-size: var(--gm-u);
}

body[data-design="gmunk"] .fp-studio-copy > p,
body[data-design="gmunk"] .fp-membership-intro > p:not(.fp-eyebrow) {
    max-width: 34em;
    margin: calc(1.5 * var(--gm-u)) 0;
    color: rgba(255,255,255,.7);
    font-size: var(--gm-u);
    line-height: 1.55;
}

body[data-design="gmunk"] .fp-kitchen-list {
    margin-top: calc(2.5 * var(--gm-u));
    border-top: 1px solid rgba(255,255,255,.16);
}

body[data-design="gmunk"] .fp-kitchen-list a {
    display: grid;
    grid-template-columns: var(--gm-pitch) minmax(0,1fr) auto;
    align-items: center;
    min-height: calc(4.5 * var(--gm-u));
    border-bottom: 1px solid rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
}

body[data-design="gmunk"] .fp-kitchen-list time {
    color: rgba(255,255,255,.45);
    font-size: calc(.85 * var(--gm-u));
    font-style: normal;
}

body[data-design="gmunk"] .fp-paywall-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: calc(1.2 * var(--gm-u));
    margin-top: -8px;
    padding-top: 8px;
}

body[data-design="gmunk"] .fp-paywall-card {
    position: relative;
    display: flex;
    min-height: clamp(330px,30vw,470px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: #111314;
    color: #fff;
    text-decoration: none;
    transition: border-color 180ms ease, transform 220ms ease;
}

body[data-design="gmunk"] .fp-paywall-card:hover {
    border-color: rgba(240,76,12,.8);
    transform: translateY(-3px);
}

body[data-design="gmunk"] .fp-paywall-media,
body[data-design="gmunk"] .fp-paywall-media::after {
    position: absolute;
    inset: 0;
}

body[data-design="gmunk"] .fp-paywall-media::after {
    content: "";
    background: linear-gradient(180deg,rgba(5,7,8,.08) 25%,rgba(5,7,8,.9) 100%);
}

body[data-design="gmunk"] .fp-paywall-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(11px) saturate(.75);
    transform: scale(1.08);
    transition: filter 240ms ease, transform 400ms ease;
}

body[data-design="gmunk"] .fp-paywall-card:hover .fp-paywall-media img {
    filter: blur(7px) saturate(.9);
    transform: scale(1.11);
}

body[data-design="gmunk"] .fp-paywall-lock {
    position: absolute;
    z-index: 2;
    top: calc(1.1 * var(--gm-u));
    left: calc(1.1 * var(--gm-u));
    padding: calc(.38 * var(--gm-u)) calc(.68 * var(--gm-u));
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(8,10,11,.36);
    backdrop-filter: blur(10px);
    font-size: calc(.66 * var(--gm-u));
    letter-spacing: .1em;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-paywall-center-lock {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: calc(2.35 * var(--gm-u));
    height: calc(2.35 * var(--gm-u));
    place-items: center;
    color: rgba(255,255,255,.82);
    transform: translate(-50%,-50%);
}

body[data-design="gmunk"] .fp-paywall-center-lock svg {
    width: calc(2.2 * var(--gm-u));
    height: calc(2.2 * var(--gm-u));
}

body[data-design="gmunk"] .fp-paywall-copy {
    position: relative;
    z-index: 2;
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    gap: calc(.5 * var(--gm-u));
    width: 100%;
    padding: calc(1.25 * var(--gm-u));
}

body[data-design="gmunk"] .fp-paywall-copy strong {
    font-family: "Contexta", sans-serif;
    font-size: calc(1.35 * var(--gm-u));
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.05;
}

body[data-design="gmunk"] .fp-paywall-copy em {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255,255,255,.68);
    font-size: calc(.75 * var(--gm-u));
    font-style: normal;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body[data-design="gmunk"] .fp-kitchen-list strong {
    font-size: calc(1.2 * var(--gm-u));
}

body[data-design="gmunk"] .fp-shop-section .fp-section-heading h2 a {
    color: inherit;
    text-decoration: none;
}

body[data-design="gmunk"] .fp-shop-section .fp-section-heading h2 a:hover {
    color: #fff;
    opacity: .55;
}

body[data-design="gmunk"] .fp-home-font-viewport {
    overflow: hidden;
    margin-top: -8px;
    padding-top: 8px;
}

body[data-design="gmunk"] .fp-home-font-track {
    display: flex;
    width: 100%;
    transition: transform 800ms cubic-bezier(.4, 0, .2, 1);
}

body[data-design="gmunk"] .fp-home-font-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(1.2 * var(--gm-u));
    min-width: 0;
}

body[data-design="gmunk"] .fp-home-font-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: #17191a;
    color: #fff;
    text-decoration: none;
    transition: border-color 180ms ease, transform 220ms ease;
}

body[data-design="gmunk"] .fp-home-font-card:hover {
    border-color: rgba(240,76,12,.8);
    transform: translateY(-3px);
}

body[data-design="gmunk"] .fp-home-font-card.is-free {
    border-color: rgba(86,184,112,.46);
    background: rgba(86,184,112,.055);
}

body[data-design="gmunk"] .fp-home-font-card.is-free .fp-home-font-preview {
    background: #1e2b24;
}

body[data-design="gmunk"] .fp-home-font-card.is-free:hover {
    border-color: rgba(86,184,112,.72);
}

body[data-design="gmunk"] .fp-home-font-preview {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 188px;
    padding: 12px 4px;
    overflow: hidden;
    background: #202324;
    line-height: 1;
    white-space: nowrap;
}

body[data-design="gmunk"] .fp-home-font-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: calc(1 * var(--gm-u));
    border-top: 1px solid rgba(255,255,255,.1);
}

body[data-design="gmunk"] .fp-home-font-meta strong {
    min-width: 0;
    overflow: hidden;
    font-family: "Contexta", sans-serif;
    font-size: calc(1.05 * var(--gm-u));
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-design="gmunk"] .fp-home-font-meta em {
    flex: none;
    color: #f04c0c;
    font-size: calc(.72 * var(--gm-u));
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-home-font-meta em.is-free {
    color: #3db86a;
}

@media (prefers-reduced-motion: reduce) {
    body[data-design="gmunk"] .fp-home-font-track {
        transition: none;
    }
}

body[data-design="gmunk"] .fp-home-shop-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: calc(1.2 * var(--gm-u));
}

body[data-design="gmunk"] .fp-home-shop-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(330px,31vw,490px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background: #17191a;
    color: #fff;
    text-decoration: none;
    transition: border-color 180ms ease, transform 220ms ease;
}

body[data-design="gmunk"] .fp-home-shop-card:hover {
    border-color: rgba(240,76,12,.8);
    transform: translateY(-3px);
}

body[data-design="gmunk"] .fp-home-shop-number {
    position: absolute;
    z-index: 2;
    top: calc(1.2 * var(--gm-u));
    right: calc(1.2 * var(--gm-u));
    color: rgba(255,255,255,.42);
    font-size: calc(.72 * var(--gm-u));
    letter-spacing: .12em;
}

body[data-design="gmunk"] .fp-home-shop-preview {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: calc(2 * var(--gm-u));
    background: #202324;
    color: rgba(255,255,255,.88);
    font-size: clamp(88px,10vw,164px);
    line-height: .8;
    white-space: nowrap;
}

body[data-design="gmunk"] .fp-home-shop-preview--brainreactor {
    font-family: "Elastica", sans-serif;
    letter-spacing: -.04em;
}

body[data-design="gmunk"] .fp-home-shop-preview--contexta {
    font-family: "Contexta", sans-serif;
    letter-spacing: -.06em;
}

body[data-design="gmunk"] .fp-home-shop-preview--redux {
    font-family: "Elastica", sans-serif;
    font-size: clamp(64px, 7vw, 120px);
    letter-spacing: -.04em;
}

body[data-design="gmunk"] .fp-home-shop-details {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: calc(.35 * var(--gm-u)) var(--gm-u);
    padding: calc(1.2 * var(--gm-u));
    border-top: 1px solid rgba(255,255,255,.1);
}

body[data-design="gmunk"] .fp-home-shop-details strong {
    font-family: "Contexta", sans-serif;
    font-size: calc(1.15 * var(--gm-u));
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.1;
}

body[data-design="gmunk"] .fp-home-shop-details b {
    color: #f04c0c;
    font-size: calc(1.05 * var(--gm-u));
}

body[data-design="gmunk"] .fp-home-shop-details em {
    grid-column: 1 / -1;
    color: rgba(255,255,255,.45);
    font-size: calc(.72 * var(--gm-u));
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-home-shop-card--all {
    justify-content: space-between;
    padding: calc(1.6 * var(--gm-u));
    background: #101213;
}

body[data-design="gmunk"] .fp-home-shop-card--all strong {
    font-family: "Contexta", sans-serif;
    font-size: clamp(40px,4.2vw,68px);
    letter-spacing: var(--gm-contexta-tracking);
    line-height: .9;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-home-shop-card--all span {
    color: rgba(255,255,255,.58);
    font-size: calc(.78 * var(--gm-u));
    letter-spacing: .12em;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-membership-section {
    display: block;
}

body[data-design="gmunk"] .fp-membership-intro {
    max-width: 320px;
    margin-bottom: calc(3.5 * var(--gm-u));
}

body[data-design="gmunk"] .fp-membership-options {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: calc(1.5 * var(--gm-u));
    width: min(100%,1240px);
}

body[data-design="gmunk"] .fp-membership-card {
    display: flex;
    flex-direction: column;
    min-height: 305px;
    padding: calc(1.8 * var(--gm-u));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: calc(1.1 * var(--gm-u));
    background: rgba(255,255,255,.01);
}

body[data-design="gmunk"] .fp-membership-card--featured {
    border-color: rgba(240,76,12,.48);
    background: rgba(240,76,12,.055);
}

body[data-design="gmunk"] .fp-membership-card--free {
    border-color: rgba(86,184,112,.46);
    background: rgba(86,184,112,.055);
}

body[data-design="gmunk"] .fp-membership-card--coming-soon {
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
    background: rgba(255,255,255,.015);
}

body[data-design="gmunk"] .fp-membership-ribbon {
    position: absolute;
    top: calc(2.7 * var(--gm-u));
    right: calc(-5.1 * var(--gm-u));
    width: calc(15 * var(--gm-u));
    padding: calc(.45 * var(--gm-u)) 0;
    background: #f04c0c;
    color: #0d0e0f;
    font-size: calc(.68 * var(--gm-u));
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    text-indent: calc(-1.6 * var(--gm-u));
    text-transform: uppercase;
    transform: rotate(45deg);
}

body[data-design="gmunk"] .fp-membership-coming-soon-copy {
    max-width: 24ch;
    margin: calc(.85 * var(--gm-u)) 0 0;
    color: rgba(255,255,255,.5);
    font-size: calc(.82 * var(--gm-u));
    line-height: 1.5;
}

body[data-design="gmunk"] .fp-membership-card-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--gm-u);
}

body[data-design="gmunk"] .fp-membership-options h3 {
    margin: 0;
    color: #fff;
    font-family: "Contexta", sans-serif;
    font-size: calc(1.35 * var(--gm-u));
    letter-spacing: var(--gm-contexta-tracking);
}

body[data-design="gmunk"] .fp-membership-card-heading span {
    color: #f04c0c;
    font-size: calc(.68 * var(--gm-u));
    letter-spacing: .11em;
    text-transform: uppercase;
}

body[data-design="gmunk"] .fp-membership-options .fp-membership-price {
    min-height: 0;
    margin: calc(.45 * var(--gm-u)) 0 calc(1.5 * var(--gm-u));
    color: rgba(255,255,255,.5);
    font-size: calc(.82 * var(--gm-u));
}

body[data-design="gmunk"] .fp-membership-options ul {
    margin: 0 0 calc(1.8 * var(--gm-u));
    padding: 0;
    list-style: none;
}

body[data-design="gmunk"] .fp-membership-options li {
    position: relative;
    margin: 0 0 calc(.75 * var(--gm-u));
    padding-left: calc(1.5 * var(--gm-u));
    color: rgba(255,255,255,.66);
    font-size: calc(.82 * var(--gm-u));
    line-height: 1.45;
}

body[data-design="gmunk"] .fp-membership-options li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: #f04c0c;
}

body[data-design="gmunk"] .fp-membership-card--free li::before {
    color: #56b870;
}

body[data-design="gmunk"] .fp-membership-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(2.7 * var(--gm-u));
    margin-top: auto;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    color: #fff;
    font-family: "Contexta", sans-serif;
    font-size: calc(.86 * var(--gm-u));
    letter-spacing: -.025em;
    text-decoration: none;
}

body[data-design="gmunk"] .fp-membership-card--featured > a {
    border-color: #f04c0c;
    background: #f04c0c;
    color: #0d0e0f;
}

body[data-design="gmunk"] .fp-membership-card--free > a {
    border-color: #56b870;
    background: #56b870;
    color: #0d0e0f;
}

body[data-design="gmunk"] .fp-hire-section h2 {
    max-width: 18ch;
    margin: calc(1.5 * var(--gm-u)) 0 0;
    font-size: calc(3.5 * var(--gm-u));
    line-height: 1.05;
}

body[data-design="gmunk"] .fp-hire-section h2 a {
    color: #fff;
    text-decoration: none;
}

/* Info */
body[data-design="gmunk"] .page-info {
    background: #111;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"] .info-hero {
    padding: max(10vmin,96px) 4vw max(7vmin,64px) var(--gm-inset);
}

body[data-design="gmunk"] .info-title {
    margin: 0;
    color: #fff;
    font-size: clamp(72px,12vw,190px);
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: .85;
}

body[data-design="gmunk"] .info-section {
    display: block;
    padding: max(7vmin,64px) 4vw max(9vmin,88px) var(--gm-inset);
    border-top: 1px solid rgba(255,255,255,.16);
}

body[data-design="gmunk"] .info-section > h2 {
    max-width: 900px;
    margin: 0 auto calc(3 * var(--gm-u));
    color: #fff;
    font-size: calc(1.8 * var(--gm-u));
    line-height: 1.2;
    text-align: left;
}

body[data-design="gmunk"] .info-section-content {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

body[data-design="gmunk"] .info-section-content,
body[data-design="gmunk"] .info-section-content p,
body[data-design="gmunk"] .info-section-content li {
    color: rgba(255,255,255,.78);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--gm-u);
    line-height: 1.6;
}

body[data-design="gmunk"] .info-section-content h2:first-child {
    display: none;
}

body[data-design="gmunk"] .info-section-content h3 {
    margin: 3em 0 1em;
    color: #fff;
    font-size: calc(1.4 * var(--gm-u));
}

body[data-design="gmunk"] .info-section-content :is(p,h2,h3,h4,h5,h6,blockquote,figcaption) {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

body[data-design="gmunk"] .info-section-content :is(ul,ol) {
    padding-left: 1.4em;
    text-align: left;
    list-style-position: outside;
}

body[data-design="gmunk"] .info-section-content a {
    color: #fff;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

body[data-design="gmunk"] .info-section-content figure {
    margin: 0 0 calc(2.5 * var(--gm-u));
}

body[data-design="gmunk"] .info-section-content img {
    width: 100%;
}

body[data-design="gmunk"] .info-section-content figcaption {
    color: rgba(255,255,255,.45);
}

body[data-design="gmunk"] .info-section-content hr {
    margin: calc(3 * var(--gm-u)) 0;
    border-color: rgba(255,255,255,.16);
}

/* GMUNK-inspired editorial information layout */
body[data-design="gmunk"] #about {
    padding: 0;
    border-top: 0;
    overflow: clip;
}

body[data-design="gmunk"] #about > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body[data-design="gmunk"] #about .info-section-content {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(70px,9vw,140px) 0 clamp(40px,5vw,72px);
}

body[data-design="gmunk"] #about .info-scroll {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0 0 clamp(64px,8vw,120px);
    color: rgba(255,255,255,.92);
}

body[data-design="gmunk"] #about .info-section-content::before {
    display: none;
}

body[data-design="gmunk"] #about .info-section-content > p {
    width: 100%;
    margin: 0 0 2.1em;
    color: rgba(255,255,255,.88);
    font-size: clamp(19px,1.65vw,26px);
    line-height: 1.46;
}

body[data-design="gmunk"] #about .info-section-content > figure {
    display: none;
}

@media (min-width: 901px) {
    body[data-design="gmunk"] #about .info-section-content {
        display: block;
        columns: 2;
        column-gap: clamp(56px,7vw,104px);
    }

    body[data-design="gmunk"] #about .info-section-content > p:not(:nth-of-type(3)) {
        break-inside: avoid;
    }

    body[data-design="gmunk"] #about .info-section-content > p:nth-of-type(3) strong:first-of-type {
        display: block;
        break-before: column;
    }

    body[data-design="gmunk"] #about .info-section-content > p:nth-of-type(3) strong:first-of-type + br {
        display: none;
    }
}

body[data-design="gmunk"] #about .info-section-content > p strong {
    color: #fff;
}

body[data-design="gmunk"] #about .info-section-content > figure:first-of-type {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: clamp(300px,36svh,480px);
    margin: 0;
    overflow: hidden;
    background: #080808;
}

body[data-design="gmunk"] #about .info-section-content > figure:first-of-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: contrast(1.07);
}

body[data-design="gmunk"] #about .info-section-content > figure:first-of-type figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 28px 32px;
    background: linear-gradient(transparent,rgba(0,0,0,.72));
    color: rgba(255,255,255,.72);
}

body[data-design="gmunk"] #about .info-section-content > figure:last-of-type {
    position: sticky;
    top: 0;
    grid-column: 2;
    grid-row: 2 / span 6;
    width: 100%;
    height: 100svh;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    align-self: start;
}

body[data-design="gmunk"] #about .info-section-content > figure:last-of-type img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

body[data-design="gmunk"] #about .info-section-content > figure:last-of-type figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 28px 32px;
    background: linear-gradient(transparent,rgba(0,0,0,.72));
    color: rgba(255,255,255,.72);
}

body[data-design="gmunk"] #credentials {
    display: grid;
    grid-template-columns: minmax(220px,1fr) minmax(0,2.15fr);
    gap: clamp(60px,9vw,150px);
    padding-top: clamp(90px,11vw,180px);
    padding-bottom: clamp(100px,14vw,220px);
}

body[data-design="gmunk"] #credentials .info-credentials-side {
    position: sticky;
    top: 48px;
    margin: 0;
    align-self: start;
}

body[data-design="gmunk"] #credentials .info-credentials-side h2 {
    margin: 0 0 calc(2 * var(--gm-u));
    color: #f04c0c;
    font-size: calc(2.8 * var(--gm-u));
    font-weight: 700;
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.08;
}

body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-link {
    display: grid;
    grid-template-columns: auto auto minmax(0,1fr);
    width: max-content;
    max-width: 100%;
    gap: calc(.65 * var(--gm-u));
}

body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-icon,
body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-arrow {
    color: rgba(255,255,255,.55);
}

body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-icon {
    width: calc(1.45 * var(--gm-u));
    height: calc(1.45 * var(--gm-u));
}

body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-arrow {
    font-size: calc(1.45 * var(--gm-u));
}

body[data-design="gmunk"] #credentials .info-credentials-side .info-inquiries-link a {
    color: #fff;
    font-size: calc(1.45 * var(--gm-u));
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

body[data-design="gmunk"] #credentials .info-section-content {
    max-width: none;
    margin: 0;
}

body[data-design="gmunk"] #credentials .info-section-content > p:first-child {
    max-width: 28ch;
    margin: 0 0 clamp(80px,9vw,140px);
    color: #fff;
    font-size: clamp(24px,2.6vw,42px);
    line-height: 1.25;
}

body[data-design="gmunk"] #credentials .info-section-content > h2 {
    display: block;
    margin: clamp(70px,8vw,125px) 0 calc(1.5 * var(--gm-u));
    padding-bottom: calc(.7 * var(--gm-u));
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: calc(2.8 * var(--gm-u));
    line-height: 1.08;
}

body[data-design="gmunk"] #credentials .info-section-content > h2:first-of-type {
    margin-top: 0;
}

body[data-design="gmunk"] #credentials .info-section-content ul {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 clamp(28px,4vw,64px);
    margin-top: calc(2 * var(--gm-u));
    padding: 0;
    list-style: none;
}

body[data-design="gmunk"] #credentials .info-section-content li {
    padding: .75em 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

body[data-design="gmunk"] #credentials .info-section-content > ul + p {
    display: none;
}

body[data-design="gmunk"] #credentials .info-section-content hr {
    margin: clamp(70px,8vw,125px) 0 0;
    border-color: rgba(255,255,255,.16);
}

body[data-design="gmunk"] #credentials .info-section-content > p:nth-last-child(-n+2) {
    display: none;
}

body[data-design="gmunk"] .info-section--inquiries {
    padding-top: clamp(90px,11vw,180px);
    padding-bottom: clamp(100px,12vw,190px);
}

body[data-design="gmunk"] .info-section--inquiries > h2,
body[data-design="gmunk"] .info-section--inquiries .info-section-content {
    max-width: 1100px;
}

body[data-design="gmunk"] .info-section--inquiries > h2 {
    font-size: calc(2.8 * var(--gm-u));
    letter-spacing: var(--gm-contexta-tracking);
}

body[data-design="gmunk"] .info-section--inquiries .info-section-content a {
    font-size: calc(2.8 * var(--gm-u));
    font-weight: 700;
    text-decoration: none;
}

body[data-design="gmunk"] .info-inquiries-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(.8 * var(--gm-u));
    margin: 0;
}

body[data-design="gmunk"] .info-inquiries-icon {
    display: inline-flex;
    width: calc(1.8 * var(--gm-u));
    height: calc(1.8 * var(--gm-u));
    color: #f04c0c;
}

body[data-design="gmunk"] .info-inquiries-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body[data-design="gmunk"] .info-inquiries-arrow {
    color: #f04c0c;
    font-size: calc(1.8 * var(--gm-u));
    line-height: 1;
}

/* Footer */
body[data-design="gmunk"] .site-footer {
    margin-top: 0;
    padding: calc(2 * var(--gm-u)) max(16px,1.6vw);
    border-top: 1px solid rgba(255,255,255,.16);
    background: #111;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"] .site-footer .inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #8c8c8c;
    font-size: var(--gm-u);
}

body[data-design="gmunk"] .fp-footer-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    align-items: center;
    gap: calc(.8 * var(--gm-u)) calc(1.5 * var(--gm-u));
}

body[data-design="gmunk"] .fp-footer-copy,
body[data-design="gmunk"] .fp-footer-note {
    margin: 0;
}

body[data-design="gmunk"] .fp-footer-mail,
body[data-design="gmunk"] .fp-footer-links a {
    color: #e7e7e7;
    text-decoration: none;
}

body[data-design="gmunk"] .fp-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1em;
}

body[data-design="gmunk"] .fp-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(.72 * var(--gm-u));
    margin: 0;
    padding: 0;
    list-style: none;
}

body[data-design="gmunk"] .fp-footer-social li {
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 0;
}

body[data-design="gmunk"] .fp-footer-social a {
    display: block;
    width: calc(1.05 * var(--gm-u));
    height: calc(1.05 * var(--gm-u));
    color: rgba(255,255,255,.55);
    transition: color 150ms ease, transform 150ms ease;
}

body[data-design="gmunk"] .fp-footer-social a:hover {
    color: #fff;
    transform: translateY(-1px);
}

body[data-design="gmunk"] .fp-footer-social svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    body[data-design="gmunk"] {
        --gm-inset: 6vw;
    }

    body[data-design="gmunk"] .gh-head {
        padding: 36px 6vw 24px;
    }

    body[data-design="gmunk"] .gh-head-inner {
        grid-template-columns: 1fr;
    }

    body[data-design="gmunk"] .gh-head-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    body[data-design="gmunk"] .gh-burger {
        display: block;
        flex-shrink: 0;
        margin-left: 16px;
    }

    body[data-design="gmunk"] .gh-burger::before,
    body[data-design="gmunk"] .gh-burger::after {
        background-color: #fff;
    }

    body[data-design="gmunk"] .gh-head-menu,
    body[data-design="gmunk"] .gh-head-actions {
        display: none;
    }

    body[data-design="gmunk"].gh-head-open .gh-head {
        background: #111 !important;
        background-color: #111 !important;
    }

    body[data-design="gmunk"].gh-head-open .gh-head-menu,
    body[data-design="gmunk"].gh-head-open .gh-head-actions {
        display: flex;
        grid-column: 1 / -1;
        justify-self: stretch;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 24px 0 0;
    }

    body[data-design="gmunk"].gh-head-open .gh-head-actions {
        flex-direction: column;
        gap: 16px;
    }

    body[data-design="gmunk"].gh-head-open .gh-head-inner {
        display: grid;
    }

    body[data-design="gmunk"].gh-head-open .gh-head-menu .fp-nav {
        flex-direction: column;
        gap: 16px;
    }

    body[data-design="gmunk"] .fp-work-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    body[data-design="gmunk"] .fp-studio-copy {
        width: min(78vw,620px);
    }

    body[data-design="gmunk"] .info-section {
        grid-template-columns: 1fr;
        gap: calc(3 * var(--gm-u));
    }

    body[data-design="gmunk"] #about .info-section-content {
        grid-template-columns: 1fr;
    }

    body[data-design="gmunk"] #about .info-section-content::before,
    body[data-design="gmunk"] #about .info-section-content > p {
        grid-column: 1;
        width: min(88%,640px);
    }

    body[data-design="gmunk"] #about .info-section-content > figure:first-of-type {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        height: clamp(280px,40svh,440px);
    }

    body[data-design="gmunk"] #about .info-section-content > figure:last-of-type {
        position: relative;
        top: auto;
        grid-column: 1;
        grid-row: auto;
        height: 72svh;
        min-height: 0;
        margin-top: calc(3 * var(--gm-u));
    }

    body[data-design="gmunk"] #credentials {
        grid-template-columns: 1fr;
        gap: calc(4 * var(--gm-u));
    }

    body[data-design="gmunk"] #credentials .info-credentials-side {
        position: static;
    }

    body[data-design="gmunk"] .fp-home-shop-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    body[data-design="gmunk"] .fp-paywall-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="gmunk"] .fp-home-shop-card--all {
        grid-column: 1 / -1;
        min-height: 230px;
    }

    body[data-design="gmunk"] .fp-membership-options {
        grid-template-columns: 1fr;
        width: 100%;
    }

    body[data-design="gmunk"] .fp-footer-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 600px) {
    body[data-design="gmunk"] .home-hero--second {
        min-height: 76svh;
        aspect-ratio: auto;
    }

    body[data-design="gmunk"] .home-hero-copy {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 6vw 64px;
    }

    body[data-design="gmunk"] .home-hero-title,
    body[data-design="gmunk"] .home-hero-excerpt {
        grid-column: 1;
        grid-row: auto;
    }

    body[data-design="gmunk"] .home-hero-title {
        transform: none;
        white-space: normal;
    }

    body[data-design="gmunk"] .fp-index-section,
    body[data-design="gmunk"] .fp-studio-section,
    body[data-design="gmunk"] .fp-kitchen-section,
    body[data-design="gmunk"] .fp-shop-section,
    body[data-design="gmunk"] .fp-membership-section,
    body[data-design="gmunk"] .fp-hire-section,
    body[data-design="gmunk"] .info-section {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    body[data-design="gmunk"] .fp-section-heading,
    body[data-design="gmunk"] .fp-work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-design="gmunk"] .fp-home-font-page {
        grid-template-columns: 1fr;
    }

    body[data-design="gmunk"] .fp-home-shop-grid,
    body[data-design="gmunk"] .fp-membership-options {
        grid-template-columns: 1fr;
    }

    body[data-design="gmunk"] .fp-home-shop-card--all {
        grid-column: auto;
        min-height: 260px;
    }

    body[data-design="gmunk"] .fp-section-link {
        margin-top: 18px;
    }

    body[data-design="gmunk"] .fp-kitchen-list a {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding: 18px 0;
    }

    body[data-design="gmunk"] .fp-kitchen-list time {
        grid-column: 1 / -1;
    }

    body[data-design="gmunk"] .fp-membership-card {
        min-height: 290px;
    }

    body[data-design="gmunk"] .fp-footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Join the ride — same cards as Membership on the homepage */
body[data-design="gmunk"] .fp-signup-popup {
    align-items: safe center;
    overflow: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body[data-design="gmunk"] .fp-signup-popup-backdrop {
    background: rgba(0,0,0,.72);
}

body[data-design="gmunk"] .fp-signup-popup-dialog {
    max-height: none;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: calc(1.1 * var(--gm-u));
    box-shadow: 0 24px 80px rgba(0,0,0,.55);
}

body[data-design="gmunk"] .fp-signup-popup-media-copy {
    gap: calc(.7 * var(--gm-u));
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.28) 46%, rgba(0,0,0,0) 72%);
}

body[data-design="gmunk"] .fp-signup-popup-headline {
    color: rgba(255,255,255,.92);
    font-family: "Contexta", sans-serif;
    font-size: clamp(34px, 3.6vw, 52px);
    font-weight: 700;
    letter-spacing: var(--gm-contexta-tracking);
    line-height: 1.05;
}

body[data-design="gmunk"] .fp-signup-popup-lede {
    max-width: 28ch;
    color: rgba(255,255,255,.9);
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.48;
}

body[data-design="gmunk"] .fp-signup-popup-panel {
    gap: 12px;
    padding: 48px 16px 16px;
    background: #111;
}

body[data-design="gmunk"] .fp-signup-popup-close {
    top: 10px;
    right: 12px;
    color: #fff;
    opacity: .7;
}

body[data-design="gmunk"] .fp-signup-popup-close:hover {
    color: #fff;
    opacity: .55;
}

body[data-design="gmunk"] .fp-tier {
    padding: 16px 16px 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: calc(1.1 * var(--gm-u));
    background: rgba(255,255,255,.01);
}

body[data-design="gmunk"] .fp-tier:first-of-type,
body[data-design="gmunk"] .fp-tier--free {
    padding-top: 16px;
    padding-right: 16px;
    border-color: rgba(86,184,112,.46);
    background: rgba(86,184,112,.055);
}

body[data-design="gmunk"] .fp-tier + .fp-tier,
body[data-design="gmunk"] .fp-tier--copilot {
    border-top-width: 1px;
    border-color: rgba(240,76,12,.48);
    background: rgba(240,76,12,.055);
}

body[data-design="gmunk"] .fp-tier-label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
}

body[data-design="gmunk"] .fp-tier--free .fp-tier-label {
    color: #56b870;
}

body[data-design="gmunk"] .fp-tier--copilot .fp-tier-label {
    color: #f04c0c;
}

body[data-design="gmunk"] .fp-tier-title {
    margin: 0 0 12px;
    font-family: "Contexta", sans-serif;
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 700;
    letter-spacing: var(--gm-contexta-tracking);
}

body[data-design="gmunk"] .fp-tier-list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.66);
}

body[data-design="gmunk"] .fp-tier-list li {
    position: relative;
    padding-left: 16px;
}

body[data-design="gmunk"] .fp-tier-list li + li {
    margin-top: 8px;
}

body[data-design="gmunk"] .fp-tier-list li::before {
    content: "+";
    position: absolute;
    left: 0;
}

body[data-design="gmunk"] .fp-tier--free .fp-tier-list li::before {
    color: #56b870;
}

body[data-design="gmunk"] .fp-tier--copilot .fp-tier-list li::before {
    color: #f04c0c;
}

body[data-design="gmunk"] .fp-signup-popup-label {
    font-size: 11px;
    letter-spacing: .11em;
    color: rgba(255,255,255,.5);
}

body[data-design="gmunk"] .fp-signup-popup-input {
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0;
    background: #0d0e0f;
    font-size: 15px;
    padding: 11px 12px;
}

body[data-design="gmunk"] .fp-signup-popup-input:focus {
    outline: 1px solid #56b870;
    outline-offset: 1px;
}

body[data-design="gmunk"] .fp-signup-popup-submit,
body[data-design="gmunk"] .fp-tier-cta {
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: "Contexta", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.025em;
}

body[data-design="gmunk"] .fp-signup-popup-submit {
    border: 0;
    background: #56b870;
    color: #0d0e0f;
}

body[data-design="gmunk"] .fp-signup-popup-submit:hover {
    border-color: transparent;
    background: #6bc882;
}

body[data-design="gmunk"] .fp-tier-cta {
    background: #f04c0c;
    color: #0d0e0f;
}

body[data-design="gmunk"] .fp-tier-cta:hover {
    background: #ff5a18;
}

body[data-design="gmunk"] .fp-signup-popup-signin {
    margin: 2px 0 0;
    font-size: 13px;
}

body[data-design="gmunk"] .fp-signup-popup-signin a:hover {
    opacity: .55;
}

@media (max-width: 820px) {
    body[data-design="gmunk"] .fp-signup-popup-headline {
        font-size: 32px;
    }
}
