/* ==========================================
   SHOP3 STYLES v4 
   ========================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Syne Mono', Georgia, 'Times New Roman', serif;
}

body {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    align-items: stretch;
    background-color: #003060;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0ibGlub1VuaWZvcm1lIiB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogICAgICA8IS0tIFRleHR1cmEgZGUgbGlubzogdXJkaW1icmUgKGhvcml6b250YWwpIC0tPgogICAgICA8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC42IDAuMDQiIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0idXJkaW1icmUiLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCAgMCAxIDAgMCAwICAwIDAgMSAwIDAgIDAgMCAwIDAuMTIgMCIgcmVzdWx0PSJoaWxvSCIvPgogICAgICA8IS0tIFRleHR1cmEgZGUgbGlubzogdHJhbWEgKHZlcnRpY2FsKSAtLT4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDQgMC42IiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9InRyYW1hIi8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAwLjEyIDAiIHJlc3VsdD0iaGlsb1YiLz4KICAgICAgPCEtLSBNZXpjbGFyIGFtYmFzIGRpcmVjY2lvbmVzIC0tPgogICAgICA8ZmVCbGVuZCBtb2RlPSJtdWx0aXBseSIgaW49ImhpbG9IIiBpbjI9ImhpbG9WIiByZXN1bHQ9InRlaWRvIi8+CiAgICAgIDwhLS0gR3Jhbm8gZmlubyB1bmlmb3JtZSAtLT4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuNSAwLjUiIG51bU9jdGF2ZXM9IjEiIHJlc3VsdD0iZ3Jhbm8iLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCAgMCAxIDAgMCAwICAwIDAgMSAwIDAgIDAgMCAwIDAuMDYgMCIgcmVzdWx0PSJncmFub1N1YXZlIi8+CiAgICAgIDwhLS0gTWV6Y2xhciB0ZWppZG8gKyBncmFubyAtLT4KICAgICAgPGZlQmxlbmQgbW9kZT0ibXVsdGlwbHkiIGluPSJ0ZWppZG8iIGluMj0iZ3Jhbm9TdWF2ZSIgcmVzdWx0PSJ0ZXh0dXJhRmluYWwiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8IS0tIENvbG9yIGJhc2UgcGxhbm8gIzAwMzA2MCAtLT4KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjMDAzMDYwIi8+CiAgPCEtLSBUZXh0dXJhIGRlIGxpbm8gdW5pZm9ybWUgYXBsaWNhZGEgdW5hIHNvbGEgdmV6IC0tPgogIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNsaW5vVW5pZm9ybWUpIi8+Cjwvc3ZnPg==');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fffff0;
}

.js-activo body {
  visibility: visible;
  
}

.bloqueo-no-js {
  visibility: visible;
}

.bloqueo-no-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  color: #333;
  background: #fff;
  text-align: center;
  padding: 2rem;
  opacity: 1;
  pointer-events: auto;
}

main {
    flex: 1;
}

.main-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.brand-logo {
    font-family: 'Grandstander', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #b87333;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.brand-suffix {
    font-size: 0.8em;      
    font-weight: 400;      
    opacity: 1;           
    vertical-align: 0.1em; 
}

.brand-logo:hover {
    color: #60a5fa;
}

.nav-btn {
    display: inline-block;
    background-color: #0D7671;
    color: #fffff0;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #0D7671;
    transition: all 0.3s ease;
    font-size: 1rem;
    padding: 0.6em 1.4em;
    white-space: nowrap;
}

.nav-btn:hover {
    background-color: transparent;
    color: #0D7671;
}

.main-header {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.header-box {
    width: 100vw;
    max-width: 90%;
}

.header-box h1 {
    font-family: 'Clash Display', sans-serif;
    font-size: 2.5rem;
    color: #fffff0;
    font-weight: 200;
    margin-bottom: 15px;
}

.header-box h2 {
    font-size: 1.8rem;
    color: #fffff0;
    line-height: 1.4;
    margin-bottom: 15px;
}

.header-box p {
    font-size: 1.4rem;
    color: #fffff0;
    line-height: 1.6;
}

.header-box p:last-child {
    margin-top: 2.5rem; 
}

.products-section {
    width: 100%;
    max-width: 1100px;
    margin: 3.5rem auto;
    padding: 0 1.5rem;
}

.section-title {
    text-align: center;
    color: #fffff0;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    text-align: center;
    color: #fffff0;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
}
.serie-description {
    font-family: Inter Tight;
    text-align: center;
    color: #fffff0;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
}

.shop3-cards-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.card-separator {
    text-align: center;
    color: rgba(255, 255, 240, 0.50);
    font-size: 1.2rem;
    letter-spacing: 0.8rem;
    padding: 2.5rem 0;
    user-select: none;
    pointer-events: none;
}

.shop3-product-card {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: column;
    max-height: none;
    backdrop-filter: none;
}

.shop3-product-card * {
    font-family: 'Inter Tight', sans-serif;
}


.card-layout {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    align-items: stretch;
    min-height: 0;
}

.card-layout.image-right {
    grid-template-columns: 60% 40%;
}

.card-protected {
    position: relative;
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 150px;
    max-height: 280px;
    overflow: hidden;
    border-radius: 8px;
    --spy-x: 50%;
    --spy-y: 50%;
}

.card-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    /* sepia and copper filter*/
    filter: sepia(60%) saturate(180%) hue-rotate(-30deg) contrast(1.1) brightness(0.95);
    transition: filter 0.4s ease, transform 0.3s ease;
}

.card-protected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0ibGlub1VuaWZvcm1lIiB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogICAgICA8IS0tIFRleHR1cmEgZGUgbGlubzogdXJkaW1icmUgKGhvcml6b250YWwpIC0tPgogICAgICA8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC42IDAuMDQiIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0idXJkaW1icmUiLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCAgMCAxIDAgMCAwICAwIDAgMSAwIDAgIDAgMCAwIDAuMTIgMCIgcmVzdWx0PSJoaWxvSCIvPgogICAgICA8IS0tIFRleHR1cmEgZGUgbGlubzogdHJhbWEgKHZlcnRpY2FsKSAtLT4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMDQgMC42IiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9InRyYW1hIi8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAwLjEyIDAiIHJlc3VsdD0iaGlsb1YiLz4KICAgICAgPCEtLSBNZXpjbGFyIGFtYmFzIGRpcmVjY2lvbmVzIC0tPgogICAgICA8ZmVCbGVuZCBtb2RlPSJtdWx0aXBseSIgaW49ImhpbG9IIiBpbjI9ImhpbG9WIiByZXN1bHQ9InRlaWRvIi8+CiAgICAgIDwhLS0gR3Jhbm8gZmlubyB1bmlmb3JtZSAtLT4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuNSAwLjUiIG51bU9jdGF2ZXM9IjEiIHJlc3VsdD0iZ3Jhbm8iLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCAgMCAxIDAgMCAwICAwIDAgMSAwIDAgIDAgMCAwIDAuMDYgMCIgcmVzdWx0PSJncmFub1N1YXZlIi8+CiAgICAgIDwhLS0gTWV6Y2xhciB0ZWppZG8gKyBncmFubyAtLT4KICAgICAgPGZlQmxlbmQgbW9kZT0ibXVsdGlwbHkiIGluPSJ0ZWppZG8iIGluMj0iZ3Jhbm9TdWF2ZSIgcmVzdWx0PSJ0ZXh0dXJhRmluYWwiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8IS0tIENvbG9yIGJhc2UgcGxhbm8gIzAwMzA2MCAtLT4KICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjMDAzMDYwIi8+CiAgPCEtLSBUZXh0dXJhIGRlIGxpbm8gdW5pZm9ybWUgYXBsaWNhZGEgdW5hIHNvbGEgdmV6IC0tPgogIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNsaW5vVW5pZm9ybWUpIi8+Cjwvc3ZnPg==');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    -webkit-mask-image: radial-gradient(
        circle 160px at var(--spy-x, 50%) var(--spy-y, 50%),
        transparent 0%,
        transparent 50%,
        black 70%,
        black 100%
    );
    mask-image: radial-gradient(
        circle 160px at var(--spy-x, 50%) var(--spy-y, 50%),
        transparent 0%,
        transparent 50%,
        black 70%,
        black 100%
    );
    opacity: 1;
    transition: -webkit-mask-image 0.15s ease, mask-image 0.15s ease;
}

.card-protected::after {
    content: 'De-Private... if you want ;)';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 240, 0.85);
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 6;
    opacity: 1;
    transition: opacity 0.3s ease, content 0.3s ease;
    white-space: nowrap;
}

.card-protected:hover::after {
    content: 'press and hold';
    opacity: 1;
}

@media (hover: none) and (pointer: coarse) {
    .card-protected::after {
        content: 'tap with 2 fingers to view';
        opacity: 1;
        font-size: 0.7rem;
        letter-spacing: 1.5px;
        background: rgba(0, 0, 0, 0.4);
        padding: 0.4rem 0.8rem;
        border-radius: 4px;
        backdrop-filter: blur(2px);
    }

    .card-protected.viewing::after {
        opacity: 0;
    }

    .card-protected::before {
        -webkit-mask-image: radial-gradient(
            circle 160px at var(--spy-x, 50%) var(--spy-y, 50%),
            transparent 0%,
            transparent 50%,
            black 70%,
            black 100%
        );
        mask-image: radial-gradient(
            circle 160px at var(--spy-x, 50%) var(--spy-y, 50%),
            transparent 0%,
            transparent 50%,
            black 70%,
            black 100%
        );
    }

    #art-viewer .viewer-container {
        height: 55vh;
        height: 55dvh;
    }
}

.card-protected:hover .card-img {
    transform: scale(1.02);
}

.card-protected:active .card-img {
    transform: scale(0.98);
}

.canvas-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    cursor: pointer;
}

.product-info {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    gap: 0.3rem;
}

.product-title {
    font-family: 'Syne Mono', monospace;
    font-size: 1.4rem;
    color: #fffff0;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.product-subtitle {
    font-family: 'Inter Tight';
    font-size: 0.8rem;
    color: #fffff0;
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.action-block {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.6rem;
}

.action-label {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 240, 0.55);
    line-height: 1.3;
    padding-left: 0.2rem;
    letter-spacing: 0.02em;
}

.payment-btn {
    width: 100%;
    padding: 0.55rem 1rem;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0px #000000;
    border-radius: 8px;
    background-color: #ff90e8;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-family: 'Inter Tight', sans-serif;
}

.payment-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000000;
}

.payment-btn:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px #000000;
}

.nft-badge {
    background: linear-gradient(135deg, #7B3FE4, #00D4FF);
    color: #ffffff;
    border-color: #000000;
    gap: 0.5rem;
}

.nft-badge:hover {
    filter: brightness(1.1);
}

.nft-icon {
    font-size: 1.1rem;
}

.nft-text {
    font-size: 0.95rem;
    font-weight: 600;
}

.etsy-btn {
    background-color: #F1641E;
    color: #ffffff;
}

.etsy-btn:hover {
    background-color: #d9550f;
}


.worldship-btn {
    background-color: #0D7671;
    color: #ffffff;
}

.worldship-btn:hover {
    background-color: #0ed2c8;
}

.product-unified {
    background: rgba(255, 255, 240, 0.06);
    border-top: 1px solid rgba(255, 255, 240, 0.1);
    padding: 1rem 2rem;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0 0 8px 8px;
}

.unified-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 240, 0.5);
    line-height: 1.5;
    text-align: left;
    font-family: 'Inter Tight', sans-serif;
}

.unified-text strong {
    color: rgba(255, 255, 240, 0.75);
}

#art-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(7, 3, 17, 0.96);
    backdrop-filter: blur(12px);
    display: none;
    z-index: 99999;
    align-items: flex-start;
    justify-content: center;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}

.viewer-container {
    position: relative;
    width: 65vw;
    height: 75vh;
    height: 75dvh;
    max-width: 1200px;
    margin: 20px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 4px solid #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    background-color: #000000;
    border-radius: 4px;
    overflow: hidden;
}

.viewer-image-layer {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: circle(0px at 0% 0%);
    transition: clip-path 0.04s linear;
}

.viewer-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

.viewer-watermark {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 3;
    font-family: sans-serif;
    pointer-events: none;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 26, 51, 0.95);
    z-index: 20000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(12px);
}

.modal-content {
    background: rgba(255, 255, 240, 0.98);
    border: 2px solid #003060;
    box-shadow: 4px 4px 0px #003060, 0 20px 60px rgba(0,0,0,0.4);
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    padding: 2rem;
    color: #070311;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    float: right;
    background: transparent;
    border: none;
    color: #003060;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #000000;
}

.modal-title {
    color: #003060;
    margin-bottom: 0.4rem;
    font-family: 'Clash Display', sans-serif;
    font-size: 1.3rem;
}

.modal-subtitle {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.2rem;
}

.currency-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.currency-tab {
    padding: 0.4rem 0.8rem;
    border: 2px solid #003060;
    box-shadow: 2px 2px 0px #003060;
    border-radius: 4px;
    background: #fffff0;
    color: #003060;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
}

.currency-tab:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0px #003060;
}

.currency-tab.active {
    background: #003060;
    color: #fffff0;
}

.currency-content {
    display: none;
}

.currency-content.active {
    display: block;
}

.bank-details, .crypto-options {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.bank-details p, .crypto-option p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.copy-field {
    font-family: 'Syne Mono', monospace;
    background: #e2e8f0;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 0.85rem;
}

.copy-btn {
    margin-left: 0.5rem;
    padding: 0.2rem 0.6rem;
    border: 2px solid #000000;
    box-shadow: 1px 1px 0px #000000;
    border-radius: 4px;
    background: #ff90e8;
    color: #000000;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter Tight', sans-serif;
}

.copy-btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 2px 2px 0px #000000;
}

.transfer-instructions, .crypto-instructions {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
}

.transfer-instructions ol, .crypto-instructions ol {
    padding-left: 1.2rem;
    margin-top: 0.5rem;
}

.transfer-instructions li, .crypto-instructions li {
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

.crypto-option {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.crypto-option:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.crypto-option h4 {
    color: #003060;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.wallet-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.series-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(184, 115, 51, 0.2);
}

.series-nav a {
    font-family: 'Syne Mono', monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #b87333;
    text-decoration: none;
    padding: 0.4rem 0.9rem;
    border: 1.5px solid #b87333;
    border-radius: 4px;
    background: transparent;
    transition: all 0.25s ease;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.series-nav a:hover {
    background: #b87333;
    color: #fffff0;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(184, 115, 51, 0.3);
}

.series-nav a:active {
    transform: translateY(0);
    box-shadow: none;
}

.footer-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-container h3,
.footer-container h4,
.footer-container p {
    margin: 0;
}

.main-footer {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    color: #000000;
    border-top: 4px solid #003060;
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    backdrop-filter: blur(8px);
}

.footer-container {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom {
    width: 100%;
    max-width: 1200px;
    margin: 3rem auto 0 auto;
    padding-top: 1.5rem;
    border-top: 2px solid #003060;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #475569;
}

.footer-logo {
    font-family: 'Grandstander', cursive;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #003060;
}

.footer-brand p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.footer-links h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 1rem;
    color: #003060;
    margin-bottom: 1rem;
}

.footer-links ul li {
    margin-bottom: 0.5rem;
}

.footer-links ul li a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links ul li a:hover {
    color: #003060;
}

.footer-social h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 1rem;
    color: #003060;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #003060;
    box-shadow: 2px 2px 0px #003060;
    border-radius: 4px;
    background: #ff90e8;
    color: #000000;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.social-icons a:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #003060;
}

@media (min-width: 992px) {
    .footer-container {
        grid-template-columns: 2fr 1fr 1fr 1.2fr;
        gap: 1.5rem;
    }
}

@media (max-width: 850px) {
    .card-layout,
    .card-layout.image-right {
        grid-template-columns: 40% 60%;
    }

    .card-layout.image-right {
        grid-template-columns: 60% 40%;
    }

    .card-protected {
        min-height: 180px;
        max-height: 260px;
    }

    .product-info {
        padding: 1rem 1.2rem;
    }

    .shop3-product-card {
        max-height: none;
    }

    .product-unified {
        padding: 1rem 1.2rem;
    }

    .viewer-container {
        width: 90vw;
        height: 70vh;
        height: 70dvh;
    }

    .card-separator {
        padding: 1.8rem 0;
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .brand-logo { font-size: 1.2rem; font-weight: 600; }
    .nav-btn { font-size: 0.9rem; padding: 0.5em 1em; }
    .main-header { height: 40vh; padding: 0 15px; }
    .main-header h1 { font-size: 1.8rem; line-height: 1; }
    .main-header h2 { font-size: 1.4rem; line-height: 1.3; }
    .main-header p { font-size: 1rem; }
    .products-section { margin: 2rem auto; padding: 0 1rem; }
    .section-title { font-size: 1.2rem; letter-spacing: 0; line-height: 1; margin-bottom: 1.5rem; font-weight: 400; }
    .product-title { font-size: 1.3rem; margin-bottom: 1rem; }

    .card-layout,
    .card-layout.image-right {
        grid-template-columns: 1fr;
    }

    .card-protected { 
        min-height: 200px; 
        max-height: 320px;
        aspect-ratio: 1 / 1;
    }
    .product-info { padding: 1.2rem 1rem; }
    .payment-btn { font-size: 0.9rem; padding: 0.6rem 1rem; }
    .action-label { font-size: 0.8rem; }
    .nft-text { font-size: 0.9rem; }
    .product-unified { padding: 0.8rem 1rem; }
    .modal-content { padding: 1.5rem; }
    .footer-container { grid-template-columns: repeat(2, 1fr); }
    .viewer-container { width: 90vw; height: 70vh; height: 70dvh; }
    .card-separator { padding: 1.5rem 0; font-size: 0.9rem; letter-spacing: 0.5rem; }
}

@media (max-width: 400px) {
    .brand-logo { font-size: 1rem; font-weight: 600; }
    .nav-btn { font-size: 0.9rem; padding: 0.5em 1em; }
    .main-header { height: 40vh; padding: 0 15px; }
    .main-header h1 { font-size: 1.4rem; line-height: 1; }
    .main-header h2 { font-size: 1rem; line-height: 1.2; }
    .main-header p { font-size: 1rem; line-height: 1; }
    .card-protected { min-height: 200px; max-height: 220px; }
    .product-info { padding: 1rem 0.8rem; }
    .payment-btn { font-size: 0.85rem; }
    .action-label { font-size: 0.75rem; }
    .product-title { font-size: 1.1rem; }
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.form-group label {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #003060;
}

.form-group input,
.form-group textarea {
    padding: 0.6rem 0.8rem;
    border: 2px solid #003060;
    border-radius: 6px;
    background: #fffff0;
    color: #070311;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: 2px 2px 0px #003060;
    transform: translate(-1px, -1px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(0, 48, 96, 0.4);
}

.contact-submit-btn {
    margin-top: 0.5rem;
    background-color: #0D7671;
    color: #ffffff;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0px #000000;
    border-radius: 8px;
    padding: 0.7rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter Tight', sans-serif;
    width: 100%;
}

.contact-submit-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000000;
    background-color: #0ed2c8;
}

.contact-submit-btn:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px #000000;
}

.contact-success {
    text-align: center;
    padding: 1.5rem;
    background: rgba(13, 118, 113, 0.1);
    border: 2px solid #0D7671;
    border-radius: 8px;
    margin-top: 1rem;
}

.contact-success p {
    color: #0D7671;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.worldship-btn {
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.worldship-btn:hover {
    cursor: pointer;
}

.product-description {
    font-family: 'Inter Tight', sans-serif;
    margin-bottom: 1rem;
    text-align: left;
}

.desc-line {
    font-size: 0.85rem;
    line-height: 1;
    color: rgba(255, 255, 240, 0.7);
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.desc-line:hover {
    background: rgba(255, 255, 240, 0.08);
    color: rgba(255, 255, 240, 0.95);
}

.desc-line::after {
    content: 'ⓘ';
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: rgba(255, 255, 240, 0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.desc-line:hover::after {
    opacity: 1;
}

.text-link {
    color: #ff90e8;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.text-link:hover {
    color: #ffb3f0;
}

.info-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease;
}

.info-link:hover {
    color: #93c5fd;
}

.info-tooltip {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 340px;
    max-width: 90vw;
    background: rgba(7, 3, 17, 0.98);
    border: 2px solid #60a5fa;
    border-radius: 8px;
    padding: 1rem;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(255, 255, 240, 0.9);
}

.info-tooltip.active {
    display: block;
    animation: tooltipFadeIn 0.2s ease;
}

@keyframes tooltipFadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.info-tooltip h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 0.9rem;
    color: #60a5fa;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.info-tooltip p {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 240, 0.8);
}

.info-tooltip .tooltip-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    color: rgba(255, 255, 240, 0.6);
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-tooltip .tooltip-close:hover {
    color: #fffff0;
}

.info-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.info-overlay.active {
    display: block;
}

@media (max-width: 600px) {
    .desc-line {
        font-size: 0.8rem;
        line-height: 1.5;
        padding: 0.25rem 0.4rem;
    }

    .info-tooltip {
        width: 280px;
        left: 50%;
        transform: translateX(-50%);
    }

    .info-tooltip.active {
        animation: tooltipFadeInMobile 0.2s ease;
    }

    @keyframes tooltipFadeInMobile {
        from { opacity: 0; transform: translateX(-50%) translateY(-5px); }
        to { opacity: 1; transform: translateX(-50%) translateY(0); }
    }
}

@media (max-width: 400px) {
    .desc-line {
        font-size: 0.75rem;
    }

    .info-tooltip {
        width: 260px;
    }
}

.contact-link {
    color: #ff90e8;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
    position: relative;
}

.contact-link:hover {
    color: #ffb3f0;
}

.desc-line:has(.contact-link) {
    cursor: default;
}

.desc-line:has(.contact-link):hover {
    background: transparent;
    color: rgba(255, 255, 240, 0.7);
}

.desc-line:has(.contact-link):hover::after {
    opacity: 0;
}

.desc-line .contact-link:hover {
    background: rgba(255, 255, 240, 0.08);
    border-radius: 2px;
    padding: 0 2px;
    margin: 0 -2px;
}

.digital-file-modal {
    max-width: 480px;
}

.digital-file-details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.digital-file-section {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 6px;
}

.digital-file-section h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 0.95rem;
    color: #003060;
    margin-bottom: 0.6rem;
    margin-top: 0;
}

.size-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
}

.size-list li {
    font-family: 'Syne Mono', monospace;
    font-size: 0.85rem;
    color: #003060;
    background: rgba(255, 255, 240, 0.8);
    padding: 0.35rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #003060;
    text-align: center;
}

.price-section {
    text-align: center;
    background: linear-gradient(135deg, #003060, #0D7671);
    border: none;
}

.price-section h4 {
    color: #fffff0;
    margin-bottom: 0.3rem;
}

.price-tag {
    font-family: 'Clash Display', sans-serif;
    font-size: 2rem;
    color: #fffff0;
    margin: 0;
    letter-spacing: 1px;
}

.wallet-label {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.wallet-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.wallet-field {
    font-size: 0.75rem;
    word-break: break-all;
    flex: 1;
    min-width: 200px;
}

.network-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.network-badge {
    font-size: 0.75rem;
    font-weight: 600;
    color: #003060;
    background: #fffff0;
    border: 1.5px solid #003060;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-family: 'Inter Tight', sans-serif;
}

.digital-file-instructions {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    line-height: 1.6;
}

.digital-file-instructions p {
    margin-bottom: 0.5rem;
    color: #475569;
}

.digital-file-instructions p:last-child {
    margin-bottom: 0;
}

.digital-file-instructions .highlight {
    color: #003060;
    font-weight: 600;
    border-left: 3px solid #0D7671;
    padding-left: 0.6rem;
    margin-top: 0.5rem;
}

.digital-file-support {
    background: rgba(13, 118, 113, 0.08);
    border: 1px solid rgba(13, 118, 113, 0.3);
    padding: 1rem;
    border-radius: 6px;
}

.digital-file-support h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 0.95rem;
    color: #0D7671;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.digital-file-support p {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.price-trigger {
    color: #ff90e8;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}
.price-trigger:hover {
    opacity: 1;
}

.price-hint {
    color: #ff90e8;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.desc-line.digital-file-trigger {
    cursor: pointer;
}

.desc-line.digital-file-trigger:hover .price-hint {
    color: #ffb3f0;
}

.contact-section {
    background: #003060;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxmaWx0ZXIgaWQ9InRleHR1cmFMaW5vIiB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjE1IDAuOTUiIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0icnVpZG9IaWxvcyIvPjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAwLjI1IDAiIHJlc3VsdD0iaGlsb3NTdWF2ZXMiLz48ZmVGbG9vZCBmbG9vZC1jb2xvcj0iI2I4NzMzMyIgcmVzdWx0PSJjb2xvckNvYnJlIi8+PGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW49ImhpbG9zU3VhdmVzIiBpbjI9ImNvbG9yQ29icmUiIHJlc3VsdD0idGV4dHVyYUNvbG9yIi8+PGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuOTUgMC4xNSIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJydWlkb0NydXplIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCAgMCAxIDAgMCAwICAwIDAgMSAwIDAgIDAgMCAwIDAuMjAgMCIgcmVzdWx0PSJjcnV6ZVN1YXZlIi8+PGZlQmxlbmQgbW9kZT0ibXVsdGlwbHkiIGluPSJ0ZXh0dXJhQ29sb3IiIGluMj0iY3J1emVTdWF2ZSIgcmVzdWx0PSJsaW5vRmluYWwiLz48L2ZpbHRlcj48cmFkaWFsR3JhZGllbnQgaWQ9ImRlZ3JhZGFkb0hlcm8iIGN4PSI1MCUiIGN5PSIzMCUiIHI9IjgwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iIzAwMzA2MCIvPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCN0ZXh0dXJhTGlubykiIG9wYWNpdHk9IjAuNSIvPjwvc3ZnPg==');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 4rem 1.5rem;
    border-top: 4px solid #b87333;
}

.contact-container {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 240, 0.98);
    border: 2px solid #003060;
    box-shadow: 4px 4px 0px #003060;
    border-radius: 8px;
    padding: 2.5rem;
}

.contact-title {
    font-family: 'Clash Display', sans-serif;
    font-size: 1.5rem;
    color: #003060;
    margin-bottom: 0.5rem;
    text-align: center;
}

.contact-subtitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form-integrated {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-form-integrated .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.contact-form-integrated label {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #003060;
}

.contact-form-integrated input,
.contact-form-integrated textarea {
    padding: 0.7rem 1rem;
    border: 2px solid #003060;
    border-radius: 6px;
    background: #fffff0;
    color: #070311;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.contact-form-integrated input:focus,
.contact-form-integrated textarea:focus {
    outline: none;
    box-shadow: 2px 2px 0px #003060;
    transform: translate(-1px, -1px);
}

.contact-form-integrated input::placeholder,
.contact-form-integrated textarea::placeholder {
    color: rgba(0, 48, 96, 0.4);
}

.contact-submit-btn {
    background-color: #0D7671;
    color: #fffff0;
    border: 2px solid #000000;
    box-shadow: 2px 2px 0px #000000;
    border-radius: 8px;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Inter Tight', sans-serif;
    margin-top: 0.5rem;
}

.contact-submit-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000000;
    background-color: #0ed2c8;
}

.contact-submit-btn:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0px #000000;
}

@media (max-width: 600px) {
    .contact-container {
        padding: 1.5rem;
    }
    .contact-title {
        font-size: 1.2rem;
    }
}