/* Shared visual fallback for products that combine a star map and a city map. */
.sp-combo-visual {
    position: relative;
    display: block;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 16%, rgba(210, 171, 95, 0.16), transparent 30%),
        radial-gradient(circle at 84% 82%, rgba(77, 130, 139, 0.16), transparent 34%),
        linear-gradient(145deg, #eef1f2 0%, #f8f6f1 50%, #e7eef0 100%);
}

.sp-combo-visual--hero {
    min-height: 520px;
    border-radius: 20px;
}

.sp-combo-artwork {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    width: 64%;
    height: 82%;
    overflow: hidden;
    background: #fff;
    border: 8px solid #f8f7f3;
    box-shadow:
        0 22px 55px rgba(28, 39, 53, 0.22),
        0 0 0 1px rgba(32, 40, 56, 0.09);
    transform: translate(-50%, -50%) rotate(-1.8deg);
}

.sp-combo-artwork-top,
.sp-combo-artwork-bottom {
    position: relative;
    display: block;
    flex: 1 1 50%;
    min-height: 0;
    overflow: hidden;
}

.sp-combo-artwork-top {
    background:
        radial-gradient(circle at 14% 25%, rgba(255, 255, 255, 0.94) 0 1px, transparent 1.8px),
        radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.86) 0 1.2px, transparent 2px),
        radial-gradient(circle at 38% 69%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.7px),
        radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.92) 0 1.1px, transparent 1.9px),
        linear-gradient(145deg, #151e31 0%, #28364d 58%, #17283a 100%);
    background-size: 59px 59px, 77px 77px, 89px 89px, 67px 67px, auto;
}

.sp-combo-artwork-bottom {
    background:
        radial-gradient(circle at 70% 22%, rgba(206, 172, 100, 0.14), transparent 27%),
        linear-gradient(160deg, #f6f2e9 0%, #eef2ef 100%);
}

.sp-combo-layer-label {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 10px;
    color: #fff;
    background: rgba(11, 19, 33, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.sp-combo-layer-label--city {
    color: #35525a;
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(54, 84, 91, 0.13);
}

.sp-combo-constellation,
.sp-combo-streets {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.sp-combo-constellation path {
    fill: none;
    stroke: rgba(222, 190, 121, 0.64);
    stroke-width: 1.6;
}

.sp-combo-constellation circle {
    fill: #f5dfaa;
    filter: drop-shadow(0 0 4px rgba(245, 223, 170, 0.8));
}

.sp-combo-streets path {
    fill: none;
    stroke: rgba(55, 91, 99, 0.35);
    stroke-width: 2.4;
}

.sp-combo-streets path:nth-child(3),
.sp-combo-streets path:nth-child(4) {
    stroke-width: 1.3;
    stroke: rgba(55, 91, 99, 0.22);
}

.sp-combo-map-pin {
    position: absolute;
    z-index: 3;
    top: 54%;
    left: 55%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: #a56d4d;
    border: 5px solid rgba(255, 255, 255, 0.88);
    border-radius: 50% 50% 50% 8px;
    box-shadow: 0 7px 18px rgba(92, 53, 36, 0.24);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-combo-map-pin i {
    font-size: 9px;
    transform: rotate(45deg);
}

.sp-combo-join {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sp-combo-join span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: #aa774f;
    border: 6px solid #f9f7f2;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(48, 42, 35, 0.2);
}

.sp-combo-join i {
    font-size: 12px;
}

.sp-combo-artwork-caption {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    color: #38434d;
    background: rgba(255, 255, 255, 0.93);
    border-top: 1px solid rgba(32, 40, 56, 0.08);
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sp-combo-artwork-caption i {
    width: 3px;
    height: 3px;
    background: #aa774f;
    border-radius: 50%;
}

.sp-combo-photo-option {
    position: absolute;
    z-index: 7;
    right: 7%;
    bottom: 9%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 8px 12px;
    color: #2c3d46;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(48, 70, 77, 0.12);
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(32, 40, 56, 0.14);
    transform: rotate(2deg);
}

.sp-combo-photo-option > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #4e747a;
    border-radius: 9px;
    font-size: 12px;
}

.sp-combo-photo-option span,
.sp-combo-photo-option strong,
.sp-combo-photo-option small {
    display: block;
}

.sp-combo-photo-option strong {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 850;
}

.sp-combo-photo-option small {
    margin-top: 2px;
    color: #6d787e;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;
}

.smcp-product-img > .sp-combo-visual,
.csm-img > .sp-combo-visual,
.smcp-related-media > .sp-combo-visual,
.spv2-gallery-stage > .sp-combo-visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
}

.smcp-product-img > .smcp-related-media-fallback {
    position: absolute;
    inset: 0;
}

.sp-combo-visual--card .sp-combo-artwork {
    width: 72%;
    height: 82%;
    border-width: 6px;
}

.sp-combo-visual--card .sp-combo-layer-label {
    top: 9px;
    left: 9px;
    min-height: 22px;
    padding: 0 7px;
    font-size: 7px;
}

.sp-combo-visual--card .sp-combo-artwork-caption {
    min-height: 29px;
    font-size: 7px;
}

.sp-combo-visual--card .sp-combo-photo-option {
    right: 5%;
    bottom: 7%;
    min-height: 38px;
    padding: 6px 8px;
}

.sp-combo-visual--card .sp-combo-photo-option > i {
    width: 24px;
    height: 24px;
    font-size: 10px;
}

.sp-combo-visual--related {
    min-height: 0;
}

.sp-combo-visual--related .sp-combo-artwork {
    width: 48%;
    height: 86%;
    border-width: 5px;
}

.sp-combo-visual--related .sp-combo-layer-label,
.sp-combo-visual--related .sp-combo-photo-option,
.sp-combo-visual--related .sp-combo-artwork-caption {
    display: none;
}

/* Combo landing page. */
.star-map-combo-page {
    --combo-ink: #202838;
    --combo-map: #426a71;
    --combo-map-soft: #eaf1f0;
    --combo-warm: #a8774e;
}

.star-map-combo-page .smcp-hero {
    background:
        radial-gradient(circle at 12% 15%, rgba(168, 119, 78, 0.09), transparent 31%),
        radial-gradient(circle at 88% 78%, rgba(66, 106, 113, 0.1), transparent 32%),
        linear-gradient(180deg, #f8f7f4 0%, #fff 100%);
}

.star-map-combo-page .smcp-hero-visual {
    background: transparent;
    box-shadow: 0 22px 60px rgba(32, 40, 56, 0.12);
}

.smco-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    padding: 8px 12px;
    color: #375e66;
    background: rgba(234, 241, 240, 0.82);
    border: 1px solid rgba(66, 106, 113, 0.13);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.smco-hero-label i:first-child {
    color: #9b7a35;
}

.smco-hero-label i:last-child {
    color: #4d737a;
}

.smco-story {
    padding: 68px 0;
    background: #f7f6f3;
}

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

.smco-story-card {
    position: relative;
    min-height: 220px;
    padding: 25px 23px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 9px 26px rgba(32, 40, 56, 0.05);
}

.smco-story-card--joined {
    color: #fff;
    background: linear-gradient(145deg, #26354a 0%, #34565e 100%);
    border-color: transparent;
}

.smco-story-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    color: #9b7a35;
    background: #f5f0e5;
    border-radius: 12px;
    font-size: 17px;
}

.smco-story-card--map .smco-story-icon {
    color: #426a71;
    background: #eaf1f0;
}

.smco-story-card--joined .smco-story-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.smco-story-card h3 {
    margin: 0 0 9px;
    color: #202838;
    font-size: 20px;
    line-height: 1.22;
    font-weight: 850;
}

.smco-story-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.55;
}

.smco-story-card--joined h3,
.smco-story-card--joined p {
    color: #fff;
}

.smco-story-card--joined p {
    color: rgba(255, 255, 255, 0.76);
}

.smco-catalog-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #f6f1e8, #eef3f2);
    border: 1px solid rgba(69, 96, 103, 0.1);
    border-radius: 15px;
}

.smco-catalog-intro strong,
.smco-catalog-intro span {
    display: block;
}

.smco-catalog-intro strong {
    margin-bottom: 4px;
    color: #202838;
    font-size: 16px;
}

.smco-catalog-intro span {
    color: #606978;
    font-size: 13px;
    line-height: 1.45;
}

.smco-catalog-intro-badges {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.smco-catalog-intro-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    color: #365860;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(66, 106, 113, 0.12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.star-map-combo-page .smcp-product-card {
    border-color: rgba(66, 106, 113, 0.15);
    box-shadow: 0 12px 32px rgba(31, 54, 61, 0.08);
}

.star-map-combo-page .smcp-product-card:hover {
    border-color: rgba(66, 106, 113, 0.33);
}

.smco-card-type {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
}

.smco-card-type span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 0 8px;
    color: #4a5a62;
    background: #f3f6f5;
    border: 1px solid rgba(66, 106, 113, 0.1);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.smco-photo-section {
    padding: 68px 0;
    background: #f7f6f3;
}

.smco-photo-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 34px;
    padding: 32px;
    background: #fff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(32, 40, 56, 0.055);
}

.smco-photo-copy h2 {
    margin: 0 0 12px;
    color: #202838;
    font-size: 32px;
    line-height: 1.17;
    font-weight: 850;
}

.smco-photo-copy > p {
    margin: 0;
    color: #606978;
    font-size: 15px;
    line-height: 1.58;
}

.smco-photo-note .sp-photo-service-note {
    width: 100%;
    margin: 0;
}

.smco-occasions {
    padding: 68px 0;
    background: #fff;
}

.smco-occasion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.smco-occasion-card {
    min-height: 185px;
    padding: 22px 20px;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
}

.smco-occasion-card i {
    margin-bottom: 17px;
    color: #9b7a35;
    font-size: 20px;
}

.smco-occasion-card strong {
    display: block;
    margin-bottom: 7px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.smco-occasion-card span {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.5;
}

.smco-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    background: #f7f6f3;
    border: 1px dashed rgba(66, 106, 113, 0.28);
    border-radius: 16px;
}

.smco-empty i {
    display: block;
    margin-bottom: 12px;
    color: #426a71;
    font-size: 28px;
}

.smco-empty strong,
.smco-empty span {
    display: block;
}

.smco-empty strong {
    margin-bottom: 7px;
    color: #202838;
    font-size: 18px;
}

.smco-empty span {
    color: #606978;
    font-size: 14px;
    line-height: 1.5;
}

.smcp-related-card--combo .smcp-related-media {
    background: #edf2f1;
}

@media (max-width: 991.98px) {
    .sp-combo-visual--hero {
        min-height: 470px;
    }

    .smco-story-grid,
    .smco-occasion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .smco-photo-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .sp-combo-visual--hero {
        min-height: 410px;
        border-radius: 16px;
    }

    .sp-combo-artwork {
        width: 68%;
        height: 84%;
    }

    .star-map-combo-page .smcp-hero-content {
        text-align: left;
    }

    .star-map-combo-page .smcp-hero-actions {
        justify-content: flex-start;
    }

    .smco-story,
    .smco-photo-section,
    .smco-occasions {
        padding: 48px 0;
    }

    .smco-story-grid,
    .smco-occasion-grid {
        grid-template-columns: 1fr;
    }

    .smco-story-card,
    .smco-occasion-card {
        min-height: 0;
    }

    .smco-catalog-intro {
        display: block;
    }

    .smco-catalog-intro-badges {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .smco-photo-wrap {
        padding: 22px 18px;
    }

    .smco-photo-copy h2 {
        font-size: 27px;
    }
}

@media (max-width: 479.98px) {
    .sp-combo-visual--hero {
        min-height: 350px;
    }

    .sp-combo-artwork {
        width: 72%;
        border-width: 6px;
    }

    .sp-combo-layer-label {
        top: 10px;
        left: 10px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 7px;
    }

    .sp-combo-photo-option {
        right: 4%;
        bottom: 5%;
    }

    .smco-hero-label {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-combo-visual *,
    .star-map-combo-page * {
        scroll-behavior: auto !important;
    }
}
