/* GP-reset: butikssidan */
body.skh-store-page-active { background: #f3f4f6 !important; }
body.skh-store-page-active .grid-container { max-width: none !important; padding: 0 !important; }
body.skh-store-page-active #primary        { width: 100% !important; max-width: none !important; padding: 0 !important; }
body.skh-store-page-active #content        { max-width: none !important; width: 100% !important; }
body.skh-store-page-active .site-content   { display: block !important; max-width: none !important; }
body.skh-store-page-active .content-area   { width: 100% !important; max-width: none !important; float: none !important; }
body.skh-store-page-active .site-main      { max-width: none !important; width: 100% !important; }
body.skh-store-page-active .inside-article { padding: 0 !important; max-width: none !important; overflow: visible !important; background: transparent !important; box-shadow: none !important; }
body.skh-store-page-active .entry-content  { max-width: none !important; width: 100% !important; padding: 0 !important; overflow: visible !important; background: transparent !important; box-shadow: none !important; }
body.skh-store-page-active .site-content,
body.skh-store-page-active .content-area,
body.skh-store-page-active .site-main,
body.skh-store-page-active #primary,
body.skh-store-page-active #content,
body.skh-store-page-active .wp-block-group,
body.skh-store-page-active .page-content   { background: transparent !important; box-shadow: none !important; border: none !important; }
body.skh-store-page-active h1.entry-title,
body.skh-store-page-active h1.page-title,
body.skh-store-page-active .page-header,
body.skh-store-page-active .entry-header   { display: none !important; }

/* Butikssidan layout & komponenter */
/* ─ Breakout: bryt ut ur GP:s smala entry-content ─ */
.skh-store-page {
    width: min(1240px, calc(100vw - 48px)) !important;
    max-width: none !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
    position: relative;
}

/* ─ Wrap ─ */
.skh-sp-wrap {
    width: 100%;
    padding: 0 32px 96px;
    box-sizing: border-box;
    font-family: 'DM Sans', -apple-system, sans-serif;
}

/* ─ Hero ─ */
.skh-sp-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 48px;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
}
.skh-sp-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.skh-sp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.15) 60%, transparent 100%);
    z-index: 1;
}
.skh-sp-hero-content {
    position: relative;
    z-index: 2;
    padding: 48px 48px 44px;
    width: 100%;
}
.skh-sp-hero-content h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.skh-sp-hero-content p {
    color: rgba(255,255,255,.88);
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.5;
}

/* ─ Om-sektion ─ */
.skh-sp-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
}
.skh-sp-about-text h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 400;
    color: #111827;
    margin: 0 0 16px;
    line-height: 1.25;
}
.skh-sp-about-text p {
    font-size: .95rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 16px;
}
.skh-sp-about-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.skh-sp-about-text ul li {
    padding: 5px 0 5px 22px;
    position: relative;
    font-size: .92rem;
    color: #374151;
    line-height: 1.5;
}
.skh-sp-about-text ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d92d2a;
    font-weight: 700;
    font-size: .8rem;
    top: 6px;
}
.skh-sp-about-text a { color: #d92d2a; font-weight: 600; text-decoration: none; }
.skh-sp-about-text a:hover { text-decoration: underline; }
.skh-sp-about-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.skh-sp-about-img img {
    width: 100%;
    height: auto;
    display: block;
}


/* ─ Galleri ─ */
.skh-sp-gallery-wrap { margin-bottom: 48px; }
.skh-sp-gallery-wrap h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #111827;
    margin: 0 0 20px;
}
.skh-sp-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.skh-sp-gallery a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    transition: transform .18s, box-shadow .18s;
    aspect-ratio: 4/3;
}
.skh-sp-gallery a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
}
.skh-sp-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
}

/* ─ SEO-textsektion ─ */
.skh-sp-seo {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.skh-sp-seo h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.35rem;
    font-weight: 400;
    color: #111827;
    margin: 0 0 16px;
}
.skh-sp-seo p {
    font-size: .93rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 14px;
}
.skh-sp-seo p:last-child { margin: 0; }
.skh-sp-seo a { color: #d92d2a; font-weight: 600; text-decoration: none; }
.skh-sp-seo a:hover { text-decoration: underline; }
.skh-sp-seo strong { color: #111827; }

/* ─ RC-bana-kort ─ */
.skh-sp-track {
    background: #111827;
    border-radius: 20px;
    padding: 28px 32px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}
.skh-sp-track-icon {
    width: 52px; height: 52px;
    background: rgba(255,255,255,.1);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.skh-sp-track-icon svg { color: #fff; }
.skh-sp-track-text h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 4px;
}
.skh-sp-track-text p { font-size: .88rem; color: #9ca3af; margin: 0 0 10px; }
.skh-sp-track-text a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 700;
    color: #d92d2a;
    text-decoration: none;
    background: rgba(217,45,42,.1);
    padding: 6px 14px;
    border-radius: 8px;
}
.skh-sp-track-text a:hover { background: rgba(217,45,42,.2); }

/* ─ Info + karta ─ */
.skh-sp-info-karta {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 24px;
    margin-bottom: 40px;
    align-items: start;
}
.skh-sp-info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
}
.skh-sp-info-card h3 {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}
.skh-sp-info-card h4 {
    font-size: .78rem;
    font-weight: 700;
    color: #374151;
    margin: 18px 0 6px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.skh-sp-info-card h4:first-of-type { margin-top: 0; }
.skh-sp-info-card p {
    font-size: .92rem;
    color: #4b5563;
    margin: 0 0 4px;
    line-height: 1.6;
}
.skh-sp-info-card a { color: #d92d2a; font-weight: 600; text-decoration: none; }
.skh-sp-info-card a:hover { text-decoration: underline; }
.skh-sp-map-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}
.skh-sp-map-card iframe { width: 100%; min-height: 380px; border: 0; display: block; }
.skh-sp-map-placeholder {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 12px; padding: 40px;
    color: #9ca3af; text-align: center; width: 100%;
}
.skh-sp-map-placeholder p { font-size: .85rem; margin: 0; line-height: 1.5; }
.skh-sp-map-placeholder a { color: #d92d2a; font-weight: 600; text-decoration: none; }

/* ─ CTA ─ */
.skh-sp-cta {
    background: #111827;
    border-radius: 20px;
    padding: 40px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-sizing: border-box;
}
.skh-sp-cta-text h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 6px;
}
.skh-sp-cta-text p { font-size: .9rem; color: #9ca3af; margin: 0; }
.skh-sp-cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
.skh-sp-btn {
    display: inline-flex; align-items: center;
    padding: 12px 22px; border-radius: 10px;
    font-size: .9rem; font-weight: 700;
    text-decoration: none; white-space: nowrap;
    transition: opacity .15s;
}
.skh-sp-btn:hover { opacity: .85; }
.skh-sp-btn-primary { background: #d92d2a; color: #fff; }
.skh-sp-btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }

/* ─ Lightbox ─ */
.skh-sp-lightbox {
    position: fixed; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.88);
    backdrop-filter: blur(4px);
    z-index: 99999; padding: 24px;
}
.skh-sp-lightbox[hidden] { display: none; }
.skh-sp-lightbox img {
    max-width: 95vw; max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    display: block;
}
.skh-sp-lb-close {
    position: absolute; top: 20px; right: 20px;
    font-size: 24px; font-weight: 700;
    color: #111827; background: #fff;
    border: 0; border-radius: 50%;
    width: 44px; height: 44px;
    cursor: pointer; line-height: 44px; text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
}

/* ─ Mobil ─ */
@media (max-width: 768px) {
    .skh-store-page {
        width: calc(100vw - 28px) !important;
    }
}
@media (max-width: 900px) {
    .skh-sp-wrap          { padding: 0 14px 64px; }
    .skh-sp-hero          { min-height: 300px; border-radius: 14px; }
    .skh-sp-hero-content  { padding: 28px 24px 28px; }
    .skh-sp-about         { grid-template-columns: 1fr; gap: 24px; }
    .skh-sp-gallery       { grid-template-columns: repeat(2, 1fr); }
    .skh-sp-info-karta    { grid-template-columns: 1fr; }
    .skh-sp-cta           { flex-direction: column; align-items: flex-start; padding: 28px 24px; gap: 20px; }
    .skh-sp-track         { flex-direction: column; align-items: flex-start; gap: 16px; }
    .skh-sp-seo           { padding: 24px 22px; }
    .skh-sp-info-banner   { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 540px) {
    .skh-sp-gallery { grid-template-columns: 1fr; }
}
