/* ActiveNordic — fitness catalog (affiliate) */
html.site-gymnordic {
    --ink: #0d1218;
    --muted: #5b6570;
    --paper: #f3f5f8;
    --paper-2: #e8edf2;
    --white: #ffffff;
    --sage: #071422;
    --sage-d: #05101c;
    --sand: #e8c547;
    --mist: #e8edf2;
    --brass: #123056;
    --brass-d: #071422;
    --line: rgba(7, 20, 34, .1);
    --shadow: 0 12px 32px rgba(7, 20, 34, .08);
    --display: "Space Grotesk", "Source Sans 3", system-ui, sans-serif;
    --sans: "Source Sans 3", system-ui, sans-serif;
    --radius: 6px;
    --space-section: clamp(3.4rem, 6vw, 5rem);
    --gym-volt: #e8c547;
    --gym-night: #071422;
    --gym-navy: #0b2344;
    --pad: clamp(1.1rem, 4vw, 2.8rem);
    --edge: var(--pad);
    --ok: #1f6b45;
    --prose: 36rem;
}
html.site-gymnordic body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-weight: 450;
    letter-spacing: -.01em;
    line-height: 1.62;
    font-size: 1.02rem;
}
html.site-gymnordic h1,
html.site-gymnordic h2,
html.site-gymnordic h3 {
    font-family: var(--display);
    text-transform: none;
    letter-spacing: -.035em;
    font-weight: 650;
    color: var(--ink);
    line-height: 1.08;
}
html.site-gymnordic h1 { font-size: clamp(2.35rem, 5vw, 4.1rem); font-weight: 700; }
html.site-gymnordic h2 { font-size: clamp(1.65rem, 2.5vw, 2.2rem); }
html.site-gymnordic .lead {
    max-width: var(--prose);
    color: var(--muted);
    font-weight: 450;
    line-height: 1.55;
}

html.site-gymnordic .gym-pills {
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    z-index: 40;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: .5rem var(--edge) .65rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

html.site-gymnordic .gym-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
html.site-gymnordic .gym-logo-word {
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink);
}

html.site-gymnordic .bar {
    background: var(--gym-night);
    color: rgba(242, 240, 235, .78);
    font-size: .76rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem var(--edge);
}
html.site-gymnordic .bar p,
html.site-gymnordic .bar a { color: inherit; }
html.site-gymnordic .bar a:hover { color: var(--gym-volt); }
html.site-gymnordic .bar-links a { color: var(--gym-volt); }
html.site-gymnordic .bar-login {
    color: #fff;
    font-weight: 600;
}
html.site-gymnordic .bar-login:hover { color: #fff; }

html.site-gymnordic .site-header {
    overflow: visible;
}
html.site-gymnordic .masthead {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1.05rem var(--edge);
}
html.site-gymnordic .masthead-aside { display: none; }
html.site-gymnordic .logo { justify-self: start; }
html.site-gymnordic .masthead-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    width: min(100%, 38rem);
    justify-self: end;
}
html.site-gymnordic .search-wrap { flex: 1 1 14rem; min-width: 0; }
html.site-gymnordic .search {
    border: 0;
    border-radius: 2px;
    background: #e7e4dc;
}
html.site-gymnordic .search:focus-within { background: #fff; }
html.site-gymnordic .masthead .search { width: 100%; }
html.site-gymnordic .masthead-icon {
    width: 2.4rem; height: 2.4rem;
    border-radius: 2px;
    border: 0;
    background: transparent;
}
html.site-gymnordic .masthead-icon:hover { background: var(--gym-night); color: var(--gym-volt); }

@media (min-width: 1081px) {
    html.site-gymnordic .nav { display: none; }
}

html.site-gymnordic .nav { border-top: 0; }
html.site-gymnordic .nav-inner,
html.site-gymnordic .nav-links {
    min-height: 3.25rem;
    align-items: center;
}
html.site-gymnordic .nav-links > a,
html.site-gymnordic .nav-item > .nav-parent {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
    padding: 1.05rem .9rem;
    line-height: 1.25;
}
html.site-gymnordic .nav-links > a.is-active::after,
html.site-gymnordic .nav-item.is-current > .nav-parent::after {
    background: var(--gym-night);
    height: 1px;
}

html.site-gymnordic .btn {
    border-radius: 2px;
    font-weight: 650;
    letter-spacing: .015em;
    text-transform: none;
    font-size: .9rem;
    padding: .88rem 1.4rem;
    min-height: 2.75rem;
}
html.site-gymnordic .btn-sand {
    background: var(--gym-night);
    color: #fff;
    border-color: var(--gym-night);
}
html.site-gymnordic .btn-sand:hover { background: #1c2c26; }
html.site-gymnordic .btn-mist { background: transparent; color: var(--ink); border: 1px solid var(--line); }
html.site-gymnordic .btn-mist:hover { background: var(--gym-night); color: #fff; border-color: var(--gym-night); }
html.site-gymnordic .gym-hero .btn-sand {
    background: #fff;
    color: var(--gym-night);
    border-color: #fff;
}
html.site-gymnordic .gym-hero .btn-sand:hover { background: var(--gym-volt); border-color: var(--gym-volt); }
html.site-gymnordic .gym-hero .btn-mist { color: #fff; border-color: rgba(255,255,255,.55); }
html.site-gymnordic .gym-hero .btn-mist:hover { background: #fff; color: var(--gym-night); border-color: #fff; }
html.site-gymnordic .btn-dark { background: var(--gym-night); color: #fff; border-color: var(--gym-night); }
html.site-gymnordic .btn-ghost { border-radius: 2px; border-color: var(--line); }

/* —— Hero —— */
html.site-gymnordic .gym-hero {
    position: relative;
    min-height: min(84vh, 780px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--gym-night);
    overflow: hidden;
    text-align: center;
}
html.site-gymnordic .gym-hero img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
html.site-gymnordic .gym-hero::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(11,17,15,.28) 0%, rgba(11,17,15,.52) 48%, rgba(11,17,15,.78) 100%),
        linear-gradient(90deg, rgba(11,17,15,.35) 0%, rgba(11,17,15,.12) 50%, rgba(11,17,15,.35) 100%);
}
html.site-gymnordic .gym-hero-copy {
    position: relative; z-index: 1;
    margin: 0 auto;
    padding: clamp(2.4rem, 7vw, 5.2rem) var(--edge);
    max-width: min(54rem, 92vw);
    width: 100%;
    text-align: center;
}
html.site-gymnordic .gym-hero h1 {
    color: #fff;
    margin: 0 auto .95rem;
    max-width: 18ch;
}
html.site-gymnordic .gym-hero .gym-hero-lede,
html.site-gymnordic .gym-hero p {
    margin: 0 auto 1.7rem;
    color: rgba(255,255,255,.88);
    font-size: 1.12rem;
    max-width: 46ch;
    font-weight: 450;
    line-height: 1.6;
}
html.site-gymnordic .gym-kicker {
    display: inline-block;
    margin: 0 0 .9rem;
    padding: 0;
    background: none;
    color: var(--gym-volt);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    border-radius: 0;
}
html.site-gymnordic .gym-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin: 0;
    justify-content: center;
}
html.site-gymnordic .gym-kicker {
    text-align: center;
}

/* —— Lookbook —— */
html.site-gymnordic .gym-lookbook {
    display: grid;
    grid-template-columns: 1.28fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    min-height: min(62vh, 640px);
    background: var(--line);
}
html.site-gymnordic .gym-story {
    position: relative;
    min-height: 0;
    overflow: hidden;
    color: #fff;
    background: var(--gym-night);
}
html.site-gymnordic .gym-story-lg { grid-row: 1 / span 2; }
html.site-gymnordic .gym-story img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}
html.site-gymnordic .gym-story:hover img { transform: scale(1.04); }
html.site-gymnordic .gym-story::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 28%, rgba(11,17,15,.82) 100%);
}
html.site-gymnordic .gym-story span {
    position: absolute; z-index: 1; left: 1.45rem; bottom: 1.35rem; right: 1.45rem;
    display: grid; gap: .25rem;
}
html.site-gymnordic .gym-story em {
    font-style: normal;
    font-size: .68rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--gym-volt);
    font-weight: 700;
}
html.site-gymnordic .gym-story strong {
    font-family: var(--display);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    letter-spacing: -.03em;
    font-weight: 650;
}

/* —— Trust —— */
html.site-gymnordic .trust {
    background: transparent;
    margin: 0;
    padding: 1.55rem var(--edge);
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    gap: 1.6rem;
    align-items: start;
}
html.site-gymnordic .trust > div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: .75rem;
    row-gap: .15rem;
    align-items: start;
}
html.site-gymnordic .trust-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    grid-row: 1 / span 2;
    color: var(--gym-night);
    opacity: .78;
}
html.site-gymnordic .trust-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}
html.site-gymnordic .trust strong {
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    grid-column: 2;
}
html.site-gymnordic .trust span {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.4;
    grid-column: 2;
}

/* —— Sections —— */
html.site-gymnordic .section { padding: var(--space-section) var(--edge); }
html.site-gymnordic .section-head {
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 1rem;
}
html.site-gymnordic .section-head h2 { margin: 0; }
html.site-gymnordic .section-head a {
    border: 0;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ink);
}
html.site-gymnordic .section-head a:hover { color: var(--muted); }
html.site-gymnordic .section-lead {
    margin: .65rem 0 0;
    max-width: var(--prose);
    color: var(--muted);
    font-size: 1.02rem;
}

html.site-gymnordic .cat-grid.visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}
html.site-gymnordic .cat-tile.visual {
    border-radius: 0;
    background: var(--gym-night);
}
html.site-gymnordic .cat-tile.visual img {
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}
html.site-gymnordic .cat-tile.visual.cat-dir-wide img {
    aspect-ratio: 21 / 9;
    min-height: 240px;
}
html.site-gymnordic .cat-tile.visual:hover img { transform: scale(1.04); }
html.site-gymnordic .cat-label {
    padding: 1.2rem 1.15rem;
    background: linear-gradient(transparent, rgba(11,17,15,.82));
}
html.site-gymnordic .cat-label strong {
    font-family: var(--display);
    font-size: 1.18rem;
    letter-spacing: -.025em;
    font-weight: 650;
}
html.site-gymnordic .cat-label small {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .68rem;
    -webkit-line-clamp: 1;
}

/* —— Product cards —— */
html.site-gymnordic .product-grid { gap: 1.75rem 1.2rem; }
html.site-gymnordic .card {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
html.site-gymnordic .card-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    flex: 0 0 auto;
}
html.site-gymnordic .card-media img,
html.site-gymnordic .card-media .card-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transform: none;
    background: transparent;
    /* Hvid studio-baggrund i JPG/PNG blandes ind i kortets hvide felt */
    mix-blend-mode: multiply;
}
html.site-gymnordic .gallery-stage {
    position: relative;
    /* Høje produkter (homegym) skal kunne ses hele — mere højde end kvadrat */
    aspect-ratio: 3 / 4;
    width: 100%;
    max-height: min(40rem, 78vh);
    background: var(--paper);
    border-radius: 0;
    overflow: hidden;
}
html.site-gymnordic .gallery-photo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0;
}
html.site-gymnordic .gallery-photo img,
html.site-gymnordic .gallery-stage > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
    mix-blend-mode: multiply;
}
html.site-gymnordic .gallery-thumbs button {
    background: var(--paper);
    overflow: hidden;
}
html.site-gymnordic .gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    mix-blend-mode: multiply;
}
html.site-gymnordic .card-media::after {
    content: "Se produkt";
    position: absolute; left: .7rem; right: .7rem; bottom: .7rem;
    z-index: 2;
    display: grid; place-items: center;
    height: 2.6rem;
    background: var(--gym-night);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(.3rem);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
    pointer-events: none;
}
html.site-gymnordic .card:hover .card-media::after,
html.site-gymnordic .card:focus-within .card-media::after {
    opacity: 1;
    transform: none;
}
html.site-gymnordic .card:hover .card-media::after { background: #1c2c26; }
html.site-gymnordic .card-actions { display: none; }
html.site-gymnordic .card:hover .card-media img { transform: none; }
html.site-gymnordic .card-media.has-hover:hover:has(.card-hover.is-ready) > img:first-of-type,
html.site-gymnordic .card-media.has-hover:focus-visible:has(.card-hover.is-ready) > img:first-of-type {
    opacity: 0;
}
html.site-gymnordic .card-media.has-hover:hover .card-hover.is-ready,
html.site-gymnordic .card-media.has-hover:focus-visible .card-hover.is-ready {
    opacity: 1;
    z-index: 1;
}

html.site-gymnordic .badge-sale { background: var(--gym-night); color: #fff; border-radius: 0; }
html.site-gymnordic .card-brand { color: var(--muted); letter-spacing: .14em; font-size: .68rem; }
html.site-gymnordic .card-body { padding: .95rem 0 0; }
html.site-gymnordic .card-body h3 {
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 650;
    letter-spacing: -.02em;
}

html.site-gymnordic .catalog-hero {
    background: var(--gym-night);
    color: #fff;
    padding: 4.2rem var(--edge) 3.2rem;
}
html.site-gymnordic .catalog-hero h1 { color: #fff; }
html.site-gymnordic .catalog-hero .lead { color: rgba(255,255,255,.72); max-width: 34rem; }

/* Banner-sider (kontakt, om os, legal, m.fl.): global h1 er sort — her skal de være hvide */
html.site-gymnordic .page-banner,
html.site-gymnordic .page-banner-copy {
    color: #fff;
}
html.site-gymnordic .page-banner h1,
html.site-gymnordic .page-banner-copy h1,
html.site-gymnordic .page-banner .page-banner-copy h1 {
    color: #fff;
}
html.site-gymnordic .page-banner-copy p,
html.site-gymnordic .page-banner .lead {
    color: rgba(255, 255, 255, .88);
}


html.site-gymnordic .product-page { padding: 2rem var(--edge) 4rem; }
html.site-gymnordic .product-layout { gap: 2.4rem 3.2rem; }
html.site-gymnordic .gallery-photo { border-radius: 0; background: transparent; }
html.site-gymnordic .product-brand {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .72rem;
    color: var(--muted);
}
html.site-gymnordic .product-info h1 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); }
html.site-gymnordic .price-row.large strong { font-family: var(--display); font-size: 1.45rem; }
html.site-gymnordic .product-cta-row { gap: .55rem; }
html.site-gymnordic .product-cta-row .btn-xl { min-height: 3.1rem; }
html.site-gymnordic .fineprint { color: var(--muted); }

/* —— How + FAQ (full width like Træningszoner) —— */
html.site-gymnordic .gym-kicker-plain {
    margin: 0 0 .55rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
}

html.site-gymnordic .gym-how {
    background: transparent;
    border: 0;
    max-width: none;
    margin: 0;
    width: auto;
}
html.site-gymnordic .gym-how .section-head {
    margin-bottom: 2rem;
}
html.site-gymnordic .gym-how .section-lead {
    max-width: 40rem;
}

html.site-gymnordic .gym-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}
html.site-gymnordic .gym-step {
    display: flex;
    flex-direction: column;
    gap: .95rem;
    margin: 0;
    padding: 1.85rem 1.7rem 1.75rem;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
}
html.site-gymnordic .gym-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.75rem;
}
html.site-gymnordic .gym-step-ico {
    width: 2.75rem;
    height: 2.75rem;
    color: var(--ink);
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--paper);
    flex: 0 0 auto;
}
html.site-gymnordic .gym-step-ico svg {
    width: 1.55rem;
    height: 1.55rem;
    display: block;
}
html.site-gymnordic .gym-step-num {
    font-family: var(--display);
    font-size: .95rem;
    font-weight: 650;
    letter-spacing: .1em;
    color: var(--muted);
    line-height: 1;
}
html.site-gymnordic .gym-step h3 {
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.2;
    min-height: 0;
}
html.site-gymnordic .gym-step p {
    margin: 0;
    color: var(--muted);
    font-size: .98rem;
    line-height: 1.55;
    max-width: 34ch;
}
html.site-gymnordic .gym-steps-num,
html.site-gymnordic .gym-step-extra { display: none; }

/* —— FAQ (same width rhythm as Træningszoner / How) —— */
html.site-gymnordic .gym-faq {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: none;
    margin: 0;
    width: auto;
}
html.site-gymnordic .gym-faq .section-head {
    margin-bottom: 2rem;
}
html.site-gymnordic .gym-faq .section-lead {
    max-width: 40rem;
}
html.site-gymnordic .gym-faq-layout { display: contents; }
html.site-gymnordic .gym-faq-head { display: none; }
html.site-gymnordic .gym-faq-panel {
    border: 1px solid var(--line);
    background: var(--line);
}
html.site-gymnordic .gym-faq-list {
    display: grid;
    gap: 1px;
    margin: 0;
    border: 0;
    background: var(--line);
}
html.site-gymnordic .gym-faq-item {
    border: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
html.site-gymnordic .gym-faq-item[open] {
    background: #fff;
}
html.site-gymnordic .gym-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 1.5rem;
    min-height: 4rem;
    transition: background .15s ease;
}
html.site-gymnordic .gym-faq-item summary:hover {
    background: var(--paper);
}
html.site-gymnordic .gym-faq-item[open] summary {
    background: var(--paper);
}
html.site-gymnordic .gym-faq-item summary::-webkit-details-marker { display: none; }
html.site-gymnordic .gym-faq-q {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 1.1rem;
    align-items: center;
    min-width: 0;
}
html.site-gymnordic .gym-faq-index {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    font-family: var(--display);
    font-size: .88rem;
    font-weight: 650;
    letter-spacing: .08em;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
}
html.site-gymnordic .gym-faq-item[open] .gym-faq-index {
    background: var(--gym-night);
    border-color: var(--gym-night);
    color: var(--gym-volt);
}
html.site-gymnordic .gym-faq-item h3 {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 650;
    line-height: 1.3;
    pointer-events: none;
}
html.site-gymnordic .gym-faq-toggle {
    position: relative;
    width: 1.55rem;
    height: 1.55rem;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    background: #fff;
}
html.site-gymnordic .gym-faq-toggle::before,
html.site-gymnordic .gym-faq-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--ink);
    transform: translate(-50%, -50%);
}
html.site-gymnordic .gym-faq-toggle::before {
    width: .65rem;
    height: 1.5px;
}
html.site-gymnordic .gym-faq-toggle::after {
    width: 1.5px;
    height: .65rem;
    transition: opacity .15s ease, transform .15s ease;
}
html.site-gymnordic .gym-faq-item[open] .gym-faq-toggle {
    background: var(--gym-night);
    border-color: var(--gym-night);
}
html.site-gymnordic .gym-faq-item[open] .gym-faq-toggle::before,
html.site-gymnordic .gym-faq-item[open] .gym-faq-toggle::after {
    background: #fff;
}
html.site-gymnordic .gym-faq-item[open] .gym-faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}
html.site-gymnordic .gym-faq-item summary::after { display: none !important; }
html.site-gymnordic .gym-faq-ico { display: none !important; }
html.site-gymnordic .gym-faq-a {
    padding: 0 1.5rem 1.45rem 5.35rem;
    background: var(--paper);
}
html.site-gymnordic .gym-faq-a p,
html.site-gymnordic .gym-faq-item p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 52rem;
    padding: 0;
}
html.site-gymnordic .gym-faq-contact,
html.site-gymnordic .gym-faq-points,
html.site-gymnordic .gym-faq-intro,
html.site-gymnordic .gym-sec-head { display: none; }

/* —— Newsletter —— */
html.site-gymnordic .newsletter {
    background: var(--gym-night);
    color: #fff;
    margin: 0;
    border: 0;
    border-radius: 0;
}
html.site-gymnordic .newsletter-split {
    min-height: 0;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}
html.site-gymnordic .newsletter-visual { min-height: 100%; }
html.site-gymnordic .newsletter-visual img { min-height: 100%; height: 100%; object-fit: cover; }
html.site-gymnordic .newsletter-panel {
    background: var(--gym-night);
    padding: 3.2rem var(--edge) 3.2rem 2.4rem;
    justify-content: center;
}
html.site-gymnordic .newsletter-copy { max-width: 28rem; }
html.site-gymnordic .newsletter h2 { color: #fff; }
html.site-gymnordic .newsletter-copy > p { color: rgba(255,255,255,.72); }
html.site-gymnordic .newsletter-form label { color: rgba(255,255,255,.7); }
html.site-gymnordic .newsletter-form input {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
    border-radius: 0;
    padding-left: 0;
}
html.site-gymnordic .newsletter-form select {
    background: #fff;
    color: #0c100e;
    border: 0;
    border-radius: 2px;
    padding: .75rem .85rem;
    margin-top: .35rem;
    width: 100%;
    appearance: auto;
    -webkit-appearance: menulist;
}
html.site-gymnordic .newsletter-form select option {
    color: #0c100e;
    background: #fff;
}
html.site-gymnordic .newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
html.site-gymnordic .newsletter-privacy {
    color: rgba(255,255,255,.55);
    margin-top: 1.85rem;
    padding-top: .35rem;
    line-height: 1.55;
}
html.site-gymnordic .newsletter-privacy a { color: var(--gym-volt); }
html.site-gymnordic .newsletter-submit {
    background: #fff;
    color: var(--gym-night);
    border: 0;
    margin-top: .55rem;
    width: auto;
}

/* —— Footer —— */
html.site-gymnordic .gym-footer {
    background: #0b110f;
    color: #fff;
    padding: 3.8rem var(--edge) 1.5rem;
}
html.site-gymnordic .gym-footer,
html.site-gymnordic .gym-footer p,
html.site-gymnordic .gym-footer li,
html.site-gymnordic .gym-footer span,
html.site-gymnordic .gym-footer .muted,
html.site-gymnordic .gym-footer .footer-note,
html.site-gymnordic .gym-footer .footer-bottom,
html.site-gymnordic .gym-footer .footer-contact,
html.site-gymnordic .gym-footer .footer-contact span {
    color: #fff;
}
html.site-gymnordic .gym-footer .gym-logo-word { color: #fff; letter-spacing: .18em; }
html.site-gymnordic .gym-footer .footer-heading {
    color: #fff;
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7rem;
    font-weight: 700;
}
html.site-gymnordic .gym-footer a { color: #fff; }
html.site-gymnordic .gym-footer a:hover { color: var(--gym-volt); }
html.site-gymnordic .gym-footer .footer-cta {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
}
html.site-gymnordic .gym-footer .footer-cta:hover { background: var(--gym-volt); color: var(--gym-night); border-color: var(--gym-volt); }
html.site-gymnordic .gym-footer .footer-bottom {
    border-top-color: rgba(255,255,255,.14);
    color: #fff;
}

html.site-gymnordic .empty {
    padding: 3.4rem 0;
    text-align: left;
    background: transparent;
    border: 0;
    color: var(--muted);
}
html.site-gymnordic .gym-empty-cta { justify-content: flex-start; }

@media (max-width: 1100px) {
    html.site-gymnordic .cat-grid.visual { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    html.site-gymnordic .gym-sec-head-row { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
    html.site-gymnordic .trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: visible;
        margin: 0;
        padding: 1.4rem var(--edge);
        gap: 1.2rem 1.5rem;
    }
    html.site-gymnordic .trust > div {
        flex: none; width: auto; min-width: 0;
        text-align: left;
        background: transparent; border: 0; padding: 0; border-radius: 0;
    }
    html.site-gymnordic .gym-faq-a { padding: 0 1rem 1.2rem; }
    html.site-gymnordic .gym-faq-item summary { padding: 1.15rem 1rem; }
    html.site-gymnordic .gym-steps { grid-template-columns: 1fr; }
    html.site-gymnordic .gym-step { padding: 1.5rem 1.35rem; }
    html.site-gymnordic .gym-step p { max-width: none; }
    html.site-gymnordic .newsletter-split { grid-template-columns: 1fr; }
    html.site-gymnordic .newsletter-visual { display: none; }
    html.site-gymnordic .newsletter-panel { padding: 2.5rem var(--edge); }
    html.site-gymnordic .gym-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    html.site-gymnordic .masthead {
        grid-template-columns: 1fr auto;
        padding: .85rem var(--edge);
    }
    html.site-gymnordic .masthead-tools { width: auto; display: flex; }
    html.site-gymnordic .masthead .search-wrap { display: none !important; }
    html.site-gymnordic .gym-hero { min-height: min(74vh, 560px); }
    html.site-gymnordic .gym-lookbook { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
    html.site-gymnordic .gym-story-lg { grid-row: auto; }
    html.site-gymnordic .gym-story { min-height: 240px; }
    html.site-gymnordic .card-media::after { display: none; }
}
@media (max-width: 720px) {
    html.site-gymnordic .bar { font-size: .68rem; letter-spacing: .06em; }
    html.site-gymnordic .gym-logo-word { font-size: 1.05rem; }
    html.site-gymnordic .menu-btn-label { display: none; }
    html.site-gymnordic .gym-hero { min-height: 78vh; }
    html.site-gymnordic .gym-hero-copy { padding: 2.2rem var(--edge); max-width: 100%; }
    html.site-gymnordic .gym-hero h1 { font-size: clamp(2.05rem, 10.5vw, 2.7rem); max-width: 16ch; }
    html.site-gymnordic .gym-hero .gym-hero-lede,
    html.site-gymnordic .gym-hero p { font-size: 1rem; max-width: 34ch; }
    html.site-gymnordic .gym-hero .btn { width: auto; min-width: min(100%, 16rem); }
    html.site-gymnordic .gym-hero .hero-actions { flex-direction: column; align-items: center; }
    html.site-gymnordic .gym-faq-a { padding: 0 1.2rem 1.25rem; }
    html.site-gymnordic .gym-faq-q { grid-template-columns: 2rem minmax(0, 1fr); gap: .75rem; }
    html.site-gymnordic .section { padding: 3.4rem var(--edge); }
    html.site-gymnordic .cat-tile.visual img { height: auto; aspect-ratio: 16 / 10; }
    html.site-gymnordic .cat-tile.visual.cat-dir-wide img { aspect-ratio: 16 / 9; min-height: 0; }
    html.site-gymnordic .gym-footer { padding: 2.5rem var(--edge) 1.2rem; }
    html.site-gymnordic .gym-footer .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
    html.site-gymnordic .gym-footer .footer-cat-list { grid-template-columns: 1fr 1fr; }
    html.site-gymnordic .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* FAQ mobile: question text sits more centered */
@media (max-width: 720px) {
    html.site-gymnordic .gym-faq-item summary {
        padding: 1.15rem 1rem;
        gap: .85rem;
    }
    html.site-gymnordic .gym-faq-q {
        grid-template-columns: 2.35rem minmax(0, 1fr);
        gap: .85rem;
        width: 100%;
    }
    html.site-gymnordic .gym-faq-index {
        width: 2.35rem;
        height: 2.35rem;
        font-size: .8rem;
    }
    html.site-gymnordic .gym-faq-item h3 {
        text-align: center;
        padding-inline: .35rem .5rem;
        font-size: 1.02rem;
    }
    html.site-gymnordic .gym-faq-a {
        padding: 0 1rem 1.2rem;
        text-align: left;
    }
}

@media (max-width: 420px) {
    html.site-gymnordic .trust,
    html.site-gymnordic .cat-grid.visual,
    html.site-gymnordic .product-grid,
    html.site-gymnordic .gym-footer .footer-cat-list { grid-template-columns: 1fr; }
}


/* —— Account auth —— */
html.site-gymnordic .acct-auth-aside {
    background: var(--gym-night);
    color: rgba(255,255,255,.86);
}
html.site-gymnordic .acct-auth-aside h1,
html.site-gymnordic .acct-auth-aside h2,
html.site-gymnordic .acct-auth-aside h3,
html.site-gymnordic .acct-auth-aside .acct-mark,
html.site-gymnordic .acct-auth-aside > p,
html.site-gymnordic .acct-auth-aside strong {
    color: #fff;
}
html.site-gymnordic .acct-mark {
    color: var(--gym-volt);
    opacity: 1;
    letter-spacing: .16em;
}
html.site-gymnordic .acct-auth-aside h1 {
    color: #fff !important;
    max-width: 14ch;
    font-size: clamp(2.1rem, 3.6vw, 3.1rem);
}
html.site-gymnordic .acct-auth-aside > p {
    color: rgba(255,255,255,.82);
    opacity: 1;
    max-width: 32rem;
    font-size: 1.05rem;
    line-height: 1.55;
}
html.site-gymnordic .acct-steps {
    gap: .55rem;
    max-width: 30rem;
}
html.site-gymnordic .acct-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .85rem;
    align-items: start;
    padding: .95rem 1rem;
    border-radius: 2px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.82);
}
html.site-gymnordic .acct-steps strong { color: #fff; display: inline; }
html.site-gymnordic .acct-step-ico {
    width: 1.45rem;
    height: 1.45rem;
    color: var(--gym-volt);
    margin-top: .1rem;
}
html.site-gymnordic .acct-step-ico svg { width: 100%; height: 100%; display: block; }
html.site-gymnordic .acct-auth-main {
    background: var(--paper);
}
html.site-gymnordic .acct-card {
    border-radius: 2px;
    border-color: var(--line);
    box-shadow: none;
    padding: 2rem 1.85rem 1.95rem;
    max-width: 28rem;
    justify-self: center;
    width: 100%;
}
html.site-gymnordic .acct-kicker {
    color: var(--muted);
    letter-spacing: .14em;
}
html.site-gymnordic .acct-card > h2 {
    font-family: var(--display);
    letter-spacing: -.03em;
}
html.site-gymnordic .acct-form input[type="text"],
html.site-gymnordic .acct-form input[type="email"],
html.site-gymnordic .acct-form input[type="password"],
html.site-gymnordic .acct-form input[type="tel"],
html.site-gymnordic .acct-fields input[type="text"],
html.site-gymnordic .acct-fields input[type="email"],
html.site-gymnordic .acct-fields input[type="password"],
html.site-gymnordic .acct-fields input[type="tel"] {
    border-radius: 2px;
    background: #fff;
}
html.site-gymnordic .acct-form input:focus,
html.site-gymnordic .acct-fields input:focus {
    border-color: var(--gym-night);
    box-shadow: 0 0 0 3px rgba(16, 24, 22, .12);
}
html.site-gymnordic .acct-pass-toggle { color: var(--gym-night); }
html.site-gymnordic .acct-switch a { color: var(--ink); font-weight: 650; }


html.site-gymnordic .acct-cart-row {
    border-radius: 0;
    background: #fff;
    border-color: var(--line);
}
html.site-gymnordic .acct-cart-remove {
    border-radius: 0;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
}
html.site-gymnordic .acct-cart-remove:hover,
html.site-gymnordic .acct-cart-remove:focus-visible {
    background: var(--gym-night);
    border-color: var(--gym-night);
    color: #fff;
}


html.site-gymnordic .contact-form,
html.site-gymnordic .contact-side-card,
html.site-gymnordic .contact-alert {
    border-radius: 0;
}
html.site-gymnordic .contact-field input,
html.site-gymnordic .contact-field textarea {
    border-radius: 0;
    background: #fff;
}
html.site-gymnordic .contact-form-actions .btn-dark {
    min-width: 10rem;
}


html.site-gymnordic .blog-hero {
    background: var(--gym-night);
}
html.site-gymnordic .blog-hero h1,
html.site-gymnordic .blog-hero .lead,
html.site-gymnordic .blog-hero .blog-kicker {
    color: #fff;
}
html.site-gymnordic .blog-hero .lead { color: rgba(255,255,255,.78); }
html.site-gymnordic .blog-hero-sub { color: rgba(255,255,255,.55); }
html.site-gymnordic .blog-page .post-feature,
html.site-gymnordic .blog-page .post-card,
html.site-gymnordic .article-rail-card,
html.site-gymnordic .blog-note,
html.site-gymnordic .blog-empty {
    border-radius: 0;
}
html.site-gymnordic .post-more {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
}

/* blog: wider on desktop, 3 per row (max 3 posts) */
html.site-gymnordic .blog-page {
    max-width: min(96rem, 100%);
    padding-left: var(--edge);
    padding-right: var(--edge);
}
html.site-gymnordic .blog-page .post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.site-gymnordic .related-posts .post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
html.site-gymnordic .blog-hero-inner {
    max-width: min(52rem, 100%);
}
html.site-gymnordic .article-post {
    max-width: min(96rem, 100%);
}
html.site-gymnordic .article-layout {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
    gap: 2.4rem 3rem;
}
html.site-gymnordic .article-body.prose,
html.site-gymnordic .article-body {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: none;
}
html.site-gymnordic .article-eeat {
    margin: 2.2rem 0 0;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper);
}
html.site-gymnordic .article-eeat h2 {
    margin: 0 0 .45rem;
    font-size: 1.02rem;
}
html.site-gymnordic .article-eeat p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.55;
}


/* blog mobile polish */
@media (max-width: 1080px) {
    html.site-gymnordic .blog-page .post-grid,
    html.site-gymnordic .related-posts .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem 1rem;
    }
    html.site-gymnordic .article-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    html.site-gymnordic .article-rail {
        position: static;
    }
}
@media (max-width: 720px) {
    html.site-gymnordic .blog-page .post-grid,
    html.site-gymnordic .related-posts .post-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
    html.site-gymnordic .blog-page {
        padding: 1.25rem var(--edge) 2.5rem;
    }
    html.site-gymnordic .blog-hero {
        padding: 1.6rem var(--edge) 1.4rem;
    }
    html.site-gymnordic .blog-hero h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
        line-height: 1.2;
    }
    html.site-gymnordic .blog-hero .lead {
        font-size: 1rem;
        line-height: 1.55;
    }
    html.site-gymnordic .article-post {
        padding: 1rem var(--edge) 2rem;
        max-width: 100%;
    }
    html.site-gymnordic .article-hero h1 {
        font-size: clamp(1.45rem, 6.5vw, 1.85rem);
        line-height: 1.22;
    }
    html.site-gymnordic .article-hero .lead {
        font-size: 1.02rem;
        line-height: 1.55;
    }
    html.site-gymnordic .article-cover {
        border-radius: 10px;
        aspect-ratio: 16 / 10;
    }
    html.site-gymnordic .article-body.prose,
    html.site-gymnordic .article-body {
        font-size: 1.04rem;
        line-height: 1.7;
    }
    html.site-gymnordic .article-body h2 {
        font-size: 1.18rem;
        margin: 1.45rem 0 .55rem;
    }
    html.site-gymnordic .article-body .seo-table-wrap,
    html.site-gymnordic .seo-table-wrap {
        margin: 0 0 1.1rem;
        border-radius: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    html.site-gymnordic .article-body .faq-item summary {
        padding: .85rem .2rem;
        min-height: 44px;
    }
    html.site-gymnordic .article-eeat {
        padding: 1rem;
        margin-top: 1.5rem;
    }
    html.site-gymnordic .article-rail-card {
        padding: 1rem 1.05rem;
    }
    html.site-gymnordic .post-card .post-body {
        padding: .95rem .95rem 1.05rem;
    }
    html.site-gymnordic .post-card h2,
    html.site-gymnordic .post-card h3 {
        font-size: 1.08rem;
        line-height: 1.3;
    }
}

/* —— Fitness retail overlay (affiliate catalog) —— */
html.site-gymnordic .site-header {
    background: var(--gym-night);
    border-bottom: 0;
    color: #fff;
    overflow: visible;
}
html.site-gymnordic .bar {
    background: #05101c;
    color: rgba(255,255,255,.72);
    letter-spacing: .04em;
}
html.site-gymnordic .bar-links a { color: var(--gym-volt); }
html.site-gymnordic .bar-login { color: #fff; }
html.site-gymnordic .masthead { padding: .85rem var(--edge); }
html.site-gymnordic .logo-mark,
html.site-gymnordic .logo-thin,
html.site-gymnordic .logo-heavy,
html.site-gymnordic .gym-logo-word {
    color: #fff;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}
html.site-gymnordic .search {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-radius: 999px;
}
html.site-gymnordic .search input,
html.site-gymnordic .search input::placeholder { color: rgba(255,255,255,.78); }
html.site-gymnordic .search:focus-within { background: #fff; }
html.site-gymnordic .search:focus-within input,
html.site-gymnordic .search:focus-within input::placeholder { color: var(--ink); }
html.site-gymnordic .masthead-icon {
    color: #fff;
    border-radius: 999px;
}
html.site-gymnordic .masthead-icon:hover {
    background: var(--gym-volt);
    color: var(--gym-night);
}
html.site-gymnordic .menu-btn { color: #fff; }

html.site-gymnordic .gym-pills > a,
html.site-gymnordic .gym-pill-item {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
}
html.site-gymnordic .gym-pill-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
html.site-gymnordic .gym-pills > a,
html.site-gymnordic .gym-pill-item > a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
    width: 100%;
    padding: .35rem .12rem .4rem;
    color: var(--ink);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
}
html.site-gymnordic .gym-pills > a svg,
html.site-gymnordic .gym-pill-item > a svg {
    width: 3.15rem;
    height: 3.15rem;
    padding: .72rem;
    box-sizing: border-box;
    border-radius: 10px;
    color: var(--gym-navy);
    background: #e8edf2;
    box-shadow: 0 0 0 1px rgba(7, 20, 34, .1);
}
html.site-gymnordic .gym-pill-photo {
    display: block;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 10px;
    overflow: hidden;
    background: #e8edf2;
    box-shadow: 0 0 0 1px rgba(7, 20, 34, .1);
}
html.site-gymnordic .gym-pill-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(1.08) contrast(1.06) saturate(1.08);
}
html.site-gymnordic .gym-pills > a:hover,
html.site-gymnordic .gym-pills > a.is-active,
html.site-gymnordic .gym-pill-item > a:hover,
html.site-gymnordic .gym-pill-item > a.is-active,
html.site-gymnordic .gym-pill-item:hover > a,
html.site-gymnordic .gym-pill-item:focus-within > a,
html.site-gymnordic .gym-pill-item.is-open > a {
    background: transparent;
    color: var(--gym-night);
}
html.site-gymnordic .gym-pills > a:hover svg,
html.site-gymnordic .gym-pills > a.is-active svg,
html.site-gymnordic .gym-pill-item > a:hover svg,
html.site-gymnordic .gym-pill-item > a.is-active svg { color: var(--gym-night); }
html.site-gymnordic .gym-pills > a:hover .gym-pill-photo,
html.site-gymnordic .gym-pills > a.is-active .gym-pill-photo,
html.site-gymnordic .gym-pills > a:hover svg,
html.site-gymnordic .gym-pills > a.is-active svg,
html.site-gymnordic .gym-pill-item > a:hover .gym-pill-photo,
html.site-gymnordic .gym-pill-item > a.is-active .gym-pill-photo,
html.site-gymnordic .gym-pill-item:hover > a .gym-pill-photo,
html.site-gymnordic .gym-pill-item:focus-within > a .gym-pill-photo,
html.site-gymnordic .gym-pill-item.is-open > a .gym-pill-photo,
html.site-gymnordic .gym-pill-item > a:hover svg,
html.site-gymnordic .gym-pill-item > a.is-active svg {
    box-shadow: 0 0 0 3px var(--gym-volt);
}

html.site-gymnordic .gym-pill-sub {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    transform: none;
    min-width: 14.5rem;
    width: max-content;
    max-width: min(22rem, calc(100vw - 2rem));
    padding: .4rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(7, 20, 34, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 80;
}
html.site-gymnordic .gym-pill-sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 12px;
}
html.site-gymnordic .gym-pill-item:hover > .gym-pill-sub,
html.site-gymnordic .gym-pill-item:focus-within > .gym-pill-sub,
html.site-gymnordic .gym-pill-item.is-open > .gym-pill-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
html.site-gymnordic .gym-pill-sub a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .65rem;
    width: 100%;
    min-width: 0;
    padding: .55rem .65rem;
    color: var(--ink);
    font-size: .86rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
}
html.site-gymnordic .gym-pill-sub a:hover,
html.site-gymnordic .gym-pill-sub a.is-active {
    background: #f3f5f7;
    color: var(--gym-night);
}
html.site-gymnordic .gym-pill-sub-all {
    margin-bottom: .15rem;
    border-bottom: 1px solid var(--line);
    border-radius: 8px 8px 0 0;
    color: var(--gym-navy);
}
html.site-gymnordic .gym-pill-sub-photo {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 7px;
    overflow: hidden;
    flex-shrink: 0;
    background: #e8edf2;
}
html.site-gymnordic .gym-pill-sub-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html.site-gymnordic .gym-hero {
    min-height: min(78vh, 720px);
    justify-content: center;
    align-items: center;
    text-align: center;
}
html.site-gymnordic .gym-hero::after {
    background:
        linear-gradient(180deg, rgba(7,20,34,.22) 0%, rgba(7,20,34,.42) 40%, rgba(7,20,34,.8) 100%),
        linear-gradient(90deg, rgba(7,20,34,.28) 0%, rgba(7,20,34,.16) 50%, rgba(7,20,34,.28) 100%);
}
html.site-gymnordic .gym-hero-copy {
    text-align: center;
    margin: 0 auto;
    max-width: min(46rem, 92vw);
    padding: clamp(2.2rem, 6vw, 4.5rem) var(--edge) 3.2rem;
}
html.site-gymnordic .gym-hero h1 {
    margin: 0 auto .85rem;
    max-width: 18ch;
    font-size: clamp(2.2rem, 5.2vw, 4rem);
}
html.site-gymnordic .gym-hero .gym-hero-lede,
html.site-gymnordic .gym-hero p {
    margin: 0 auto 1.45rem;
    text-align: center;
}
html.site-gymnordic .gym-hero .hero-actions { justify-content: center; }
html.site-gymnordic .gym-hero .btn {
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .78rem;
}
html.site-gymnordic .gym-hero .btn-sand {
    background: var(--gym-volt);
    color: var(--gym-night);
    border-color: var(--gym-volt);
}
html.site-gymnordic .gym-hero .btn-sand:hover {
    background: #fff;
    border-color: #fff;
    color: var(--gym-night);
}

html.site-gymnordic .btn-sand { border-radius: 999px; }
html.site-gymnordic .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
html.site-gymnordic .cat-tile.visual {
    border-radius: 10px;
    overflow: hidden;
}

html.site-gymnordic .site-footer.gym-footer {
    background: var(--gym-night);
    color: rgba(255,255,255,.78);
}
html.site-gymnordic .gym-footer .logo-mark,
html.site-gymnordic .gym-footer .logo-heavy,
html.site-gymnordic .gym-footer .logo-thin { color: #fff; }
html.site-gymnordic .gym-footer .footer-cta {
    background: var(--gym-volt);
    color: var(--gym-night);
    border-color: var(--gym-volt);
    border-radius: 999px;
}

html.site-gymnordic .page-hero {
    padding: 2.4rem var(--edge) 1.6rem;
}
html.site-gymnordic .page-hero h1 { color: var(--gym-night); }

/* Katalog-hero er mørk — overstyrer både global h1 og .page-hero h1 */
html.site-gymnordic .catalog-hero,
html.site-gymnordic .page-hero.catalog-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #071422 0%, #123056 70%, #0b2344 100%);
    color: #fff;
    padding: 2.8rem var(--edge) 2.2rem;
    border-bottom: 3px solid var(--gym-volt);
}
html.site-gymnordic .catalog-hero.has-cover {
    min-height: 18.5rem;
    display: flex;
    align-items: flex-end;
    padding: 4rem var(--edge) 2.6rem;
}
html.site-gymnordic .catalog-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    z-index: 0;
    filter: saturate(1.05) contrast(1.04);
}
html.site-gymnordic .catalog-hero.has-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 20, 34, .62) 0%, rgba(7, 20, 34, .28) 52%, rgba(7, 20, 34, .18) 100%),
        linear-gradient(180deg, rgba(7, 20, 34, .08) 0%, rgba(7, 20, 34, .42) 100%);
    pointer-events: none;
}
html.site-gymnordic .catalog-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 46rem;
}
html.site-gymnordic .catalog-hero h1,
html.site-gymnordic .page-hero.catalog-hero h1 {
    color: #fff;
    text-shadow: 0 1px 12px rgba(7, 20, 34, .35);
}
html.site-gymnordic .catalog-hero .lead,
html.site-gymnordic .page-hero.catalog-hero .lead,
html.site-gymnordic .catalog-hero-seo p {
    color: rgba(255, 255, 255, .9);
}
html.site-gymnordic .seo-guide {
    background: #fff;
    border-top: 1px solid var(--line);
}
html.site-gymnordic .seo-guide h2 { color: var(--gym-night); }
html.site-gymnordic .cat-dir-head h2 a { color: var(--gym-night); }
html.site-gymnordic .page-banner {
    min-height: 280px;
}
html.site-gymnordic .page-banner::after {
    background: linear-gradient(180deg, rgba(7,20,34,.42) 0%, rgba(7,20,34,.78) 55%, rgba(7,20,34,.92) 100%);
}
html.site-gymnordic .page-banner-copy h1,
html.site-gymnordic .page-banner h1 {
    color: #fff;
    text-shadow: 0 2px 16px rgba(7, 20, 34, .45);
}
html.site-gymnordic .page-banner-copy p,
html.site-gymnordic .page-banner .lead {
    color: rgba(255, 255, 255, .92);
}
html.site-gymnordic .about-stats,
html.site-gymnordic .icon-grid article,
html.site-gymnordic .material-grid figure {
    border-radius: 10px;
}
html.site-gymnordic .cta-band {
    background: var(--gym-night);
    color: #fff;
}
html.site-gymnordic .cta-band h2,
html.site-gymnordic .cta-band p,
html.site-gymnordic .cta-band .lead {
    color: #fff;
}
html.site-gymnordic .cta-band .btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
}
html.site-gymnordic .product-cta .btn,
html.site-gymnordic .btn-sand {
    background: var(--gym-volt);
    color: var(--gym-night);
    border-color: var(--gym-volt);
}
html.site-gymnordic .gym-hero .btn-sand {
    background: var(--gym-volt);
    color: var(--gym-night);
    border-color: var(--gym-volt);
}
html.site-gymnordic .gym-hero .btn-mist {
    color: #fff;
    border-color: rgba(255, 255, 255, .75);
}
html.site-gymnordic .blog-intro h1 { color: var(--gym-night); }
html.site-gymnordic .contact-kicker,
html.site-gymnordic .partner-kicker,
html.site-gymnordic .acct-kicker,
html.site-gymnordic .blog-kicker {
    color: var(--gym-navy);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
}

/* Logo: behold stakket Active/Nordic, men uden sammenfaldende bogstaver */
html.site-gymnordic .logo-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    line-height: 1;
    color: #fff;
}
html.site-gymnordic .logo-thin,
html.site-gymnordic .logo-heavy {
    display: flex;
    font-family: var(--display);
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: .12em;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
html.site-gymnordic .logo-thin {
    justify-content: space-between;
    font-weight: 600;
}
html.site-gymnordic .logo-thin span {
    display: block;
}
html.site-gymnordic .logo-heavy {
    display: block;
    margin-top: .12em;
    letter-spacing: .1em;
}

/* Mørkere overlay på hero, så hvid tekst holder på lyse fotos */
html.site-gymnordic .gym-hero::after {
    background:
        linear-gradient(180deg, rgba(7,20,34,.24) 0%, rgba(7,20,34,.48) 42%, rgba(7,20,34,.84) 100%);
}
html.site-gymnordic .gym-hero h1,
html.site-gymnordic .gym-hero .gym-hero-lede,
html.site-gymnordic .gym-hero p {
    color: #fff;
    text-shadow: 0 2px 18px rgba(7, 20, 34, .55);
}
html.site-gymnordic .gym-kicker {
    color: var(--gym-volt);
}

html.site-gymnordic .gym-story::after {
    background: linear-gradient(180deg, rgba(7,20,34,.12) 20%, rgba(7,20,34,.88) 100%);
}
html.site-gymnordic .cat-tile.visual::after {
    background: linear-gradient(transparent, rgba(7,20,34,.86));
}

html.site-gymnordic {
    --muted: #3e4752;
}
html.site-gymnordic .lead,
html.site-gymnordic .section-lead,
html.site-gymnordic .fineprint,
html.site-gymnordic .card-brand {
    color: #3e4752;
}

html.site-gymnordic .gym-footer .muted {
    color: rgba(255, 255, 255, .84);
}

html.site-gymnordic .search-overlay-bar {
    background: var(--gym-night);
    color: #fff;
}
html.site-gymnordic .search-overlay-form {
    background: #fff;
    color: var(--ink);
}
html.site-gymnordic .gym-pills > a > span:last-child,
html.site-gymnordic .gym-pill-item > a > span:last-child {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    min-height: 2.3em;
}

@media (min-width: 1081px) {
    html.site-gymnordic .gym-pills { overflow: visible; }
}

@media (max-width: 1080px) {
    html.site-gymnordic .gym-pills {
        justify-content: flex-start;
        gap: 0;
    }
    html.site-gymnordic .gym-pills > a,
    html.site-gymnordic .gym-pill-item {
        flex: 0 0 5.5rem;
        width: 5.5rem;
        min-width: 5.5rem;
    }
}

@media (max-width: 800px) {
    html.site-gymnordic .gym-hero { min-height: min(72vh, 560px); }
}

