@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 300; font-display: swap; src: url('/assets/global/fonts/outfit-v15-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/global/fonts/outfit-v15-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/global/fonts/outfit-v15-latin-700.woff2') format('woff2'); }

.page-ink {--ink-black: #1A1A1A; --ink-white: #FFFFFF; --sage: #9DB8A8;  background-color: var(--ink-white); color: var(--ink-black); font-family: 'Outfit', sans-serif; position: relative; overflow-x: hidden; }
.page-ink *:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }
main { position: relative; z-index: 1; }
#navbar-placeholder { position: relative; z-index: 2000; }
#footer-placeholder { position: relative; z-index: 2; background: white; }

.page-ink::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-image: radial-gradient(rgba(0,0,0,0.2) 1.5px, transparent 0); background-size: 24px 24px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 0%, transparent 100%); mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 0%, transparent 100%); pointer-events: none; }

.ink-hero-split { display: grid; grid-template-columns: 1fr; height: 90vh; align-items: center; padding: 0 5%; gap: 50px; justify-items: center}
.hero-visual { position: relative; height: 65vh; background: white; border: 3px solid var(--ink-black); box-shadow: 20px 20px 0px rgba(0,0,0,1); }
.hero-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ink-logo-wrapper { width: 100%; max-width: 700px;}
.ink-logo-hero { width: 100%; height: auto; }
.ink-genre-tag { display: inline-block; background: var(--ink-black); color: white; padding: 8px 15px; font-size: 0.75rem; letter-spacing: 4px; margin-top: 15px; font-weight: 900; }


.ink-dual-info { display: flex; border-top: 3px solid var(--ink-black); border-bottom: 3px solid var(--ink-black); }
.dual-col { flex: 1; padding: 100px 8%; position: relative; }
.dual-col.fashion { background-color: var(--ink-white); }
.dual-col.action { background-color: var(--ink-black); color: white; }
.sage-line { width: 40px; height: 4px; background: var(--sage); margin-bottom: 25px; }
.dual-col h2 { font-family: var(--alice); font-size: 2.8rem; margin-bottom: 20px; }

.ink-char-feature { padding: 120px 5% 100px; }
.char-container { display: flex; align-items: center; justify-content: center; gap: 80px; max-width: 1200px; margin: 0 auto; }
.ink-char-feature.reverse .char-container { flex-direction: row-reverse; }

.card-scene {
    width: 300px;
    flex-shrink: 0;
    perspective: 1200px;
    cursor: pointer;
    position: relative;
    outline: none;
    --tilt: 6deg;
}
.ink-char-feature.reverse .card-scene {
    --tilt: -6deg;
}

.card-shadow {
    position: absolute; inset: 0;
    transform: translate(25px, 25px);
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 0; pointer-events: none;
}
.card-shadow-body {
    width: 100%; height: 100%;
    background: var(--ink-black); border: 3px solid var(--ink-black);
    transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
                background 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
                border-color 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
                filter 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.comp-card {
    width: 100%; height: 560px;
    position: relative; z-index: 1;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.card-face {
    position: absolute; inset: 0;
    background: var(--ink-white); padding: 15px;
    border: 3px solid var(--ink-black);
    backface-visibility: hidden; 
    -webkit-backface-visibility: hidden;
    display: flex; flex-direction: column;
    transition: border-color 0.4s ease-in-out;
    outline: 1px solid transparent; 
    box-shadow: 0 0 1px transparent;
}

.card-front { transform: rotateY(0deg); }
.card-back { transform: rotateY(180deg); }

.comp-img-box { flex: 1; overflow: hidden; border: 2px solid #eee; background: #f5f5f5; position: relative; }

.comp-img-box img { 
    width: 100%; height: 100%; 
    object-fit: cover; object-position: top center; 
    display: block; 
}


.comp-label { text-align: center; text-transform: uppercase; padding: 15px 0 4px; border-top: 2px solid var(--ink-black); font-size: 0.7rem; font-weight: 800; margin-top: 10px; letter-spacing: 2px; color: var(--ink-black); }

.char-text { max-width: 500px; background: white; padding: 20px; border: 1px solid rgba(0,0,0,0.05); }
.char-text h2 { font-family: var(--alice); font-size: 3.2rem; margin: 15px 0; line-height: 1; }
.char-text p { line-height: 1.6; opacity: 0.75; margin-top: 15px; }
.sage-tag { text-transform: uppercase; color: var(--sage); font-weight: bold; letter-spacing: 4px; font-size: 0.8rem; }

@media (hover: hover) {
    .card-scene:hover .card-face, .card-scene:focus-visible .card-face { border-color: var(--sage); }
    .card-scene:not(.is-flipped):hover .comp-card, 
    .card-scene:not(.is-flipped):focus-visible .comp-card { transform: rotateY(var(--tilt)); }
    .card-scene.is-flipped:hover .comp-card,
    .card-scene.is-flipped:focus-visible .comp-card { transform: rotateY(calc(180deg + var(--tilt))); }
}

.card-scene.is-flipped .comp-card { transform: rotateY(180deg); }
.card-scene.is-flipped .card-shadow { transform: translate(32px, 32px) scale(1.03); }
.card-scene.is-flipped .card-shadow-body {
    transform: rotateY(180deg); background: rgba(26, 26, 26, 0.9); border-color: transparent; filter: blur(2px);
}

.dual-gallery { padding: 100px 5%; padding-bottom: 10px; text-align: center; }
.comparison-row { display: flex; gap: 30px; max-width: 1200px; margin: 40px auto; }
.gallery-item { flex: 1; position: relative; height: 550px; background: white; border: 3px solid var(--ink-black); box-shadow: 15px 15px 0px rgba(0,0,0,0.1); overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.img-caption { position: absolute; bottom: 0; left: 0; width: 100%; background: var(--ink-black); color: white; padding: 10px; font-size: 0.7rem; font-weight: bold; letter-spacing: 3px; }

.ink-play-cta { padding: 10px 5% 100px; text-align: center; background-color: transparent; }
.ink-play-cta h2 { font-weight: 900; font-size: 2rem; letter-spacing: 2px; color: var(--ink-black); margin-bottom: 40px; }
.ink-cta-group { display: flex; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; }

.btn-play-ink {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    top: 0; left: 0;
    margin: 0;
    border: 2px solid var(--ink-black);
    box-shadow: 6px 6px 0px rgba(0,0,0,1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: none !important;
    will-change: auto !important;
    transition: top 0.15s ease-out,
                left 0.15s ease-out,
                box-shadow 0.15s ease-out,
                background-color 0.15s ease-out,
                color 0.15s ease-out;
}

.btn-play-ink::after {
    content: '';
    position: absolute;
    top: -15px; right: -15px; bottom: -15px; left: -15px;
    z-index: -1;
}

.btn-play-ink span {
    position: relative;
    z-index: 1;
    transform: none !important;
}

.btn-play-ink.dark { background-color: var(--ink-black); color: var(--ink-white); }
.btn-play-ink.light { background-color: var(--ink-white); color: var(--ink-black); }

.btn-play-ink:hover {
    top: -2px;
    left: -2px;
    box-shadow: 8px 8px 0px var(--sage);
}

.btn-play-ink:active {
    top: 4px !important;
    left: 4px !important;
    box-shadow: 2px 2px 0px var(--ink-black) !important;
    transition: top 0.05s ease, left 0.05s ease, box-shadow 0.05s ease;
}

.btn-play-ink:focus-visible {
    outline: 3px solid var(--sage);
    outline-offset: 4px;
}


.ink-share-section { background: var(--ink-white); padding: 50px 20px; text-align: center; position: relative; z-index: 2; border-top: 1px solid rgba(26,26,26,0.08); }
.ink-share-row { display: flex; align-items: center; max-width: 320px; margin: 0 auto; position: relative; }
.ink-share-line { flex: 1; height: 2px; background: var(--ink-black); transition: transform 0.7s cubic-bezier(0.25, 1, 0.3, 1), background-color 0.7s cubic-bezier(0.25, 1, 0.3, 1); will-change: transform; }
.ink-share-line:first-child { transform-origin: left center; }
.ink-share-line:last-child { transform-origin: right center; }
.btn-share-ink { background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px; outline: none; position: relative; }
.btn-share-ink::after { content: ''; position: absolute; top: -10px; right: -10px; bottom: -10px; left: -10px; }
.btn-share-ink:focus-visible { border-radius: 4px; box-shadow: 0 0 0 2px var(--sage); }
.btn-share-ink .share-text { font-weight: 900; font-size: 0.65rem; text-transform: uppercase; color: var(--ink-black); letter-spacing: 0.3em; transition: color 0.7s cubic-bezier(0.25, 1, 0.3, 1); -webkit-font-smoothing: antialiased; }
.btn-share-ink svg { transition: stroke 0.7s cubic-bezier(0.25, 1, 0.3, 1); }
.btn-share-ink:active .share-text { color: var(--sage); }
.btn-share-ink:active svg { stroke: var(--sage); }
@media (hover: hover) {
    .ink-share-section:has(.btn-share-ink:hover) .ink-share-line { transform: scaleX(0.7); background: var(--sage); }
    .btn-share-ink:hover .share-text { color: var(--sage); }
    .btn-share-ink:hover svg { stroke: var(--sage); }
}

.ink-world-navigation { background-color: var(--ink-black); padding: 60px 5%; color: var(--ink-white); border-top: 3px solid var(--ink-black); }
.ink-nav-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.ink-nav-link { text-decoration: none; color: inherit; display: inline-block; transition: color 0.3s ease; }
.ink-nav-link:hover .ink-nav-title { color: var(--sage); }
.ink-nav-link:active .ink-nav-title { opacity: 0.4; transition: opacity 0.1s ease; }
.ink-nav-label { font-size: 0.6rem; letter-spacing: 3px; color: var(--sage); display: block; margin-bottom: 8px; font-weight: 700; }
.ink-nav-title { font-family: var(--alice); font-size: 1.1rem; line-height: 1.3; display: flex; align-items: center; gap: 12px; transition: color 0.3s ease; }
.ink-nav-prev { text-align: left;  }
.ink-nav-center { text-align: center; }
.ink-nav-next { text-align: right; justify-self: end; visibility: hidden; }
.ink-arrow { 
    font-size: 1.5rem; 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                color 0.3s ease; 
}

.ink-nav-prev:hover .ink-arrow { 
    transform: translate3d(-10px, 0, 0); 
    color: var(--sage); 
}

.ink-nav-next:hover .ink-arrow { 
    transform: translate3d(10px, 0, 0); 
    color: var(--sage); 
}
.ink-hub-link { font-family: var(--alice); font-size: 0.9rem; color: white; text-decoration: none; letter-spacing: 2px; position: relative; padding-bottom: 6px; opacity: 0.7; transition: opacity 0.3s; }
.ink-hub-link::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 15px; height: 1px; background-color: var(--sage); transition: all 0.4s ease; transform: translateX(-50%); }
.ink-hub-link:hover { opacity: 1; }
.ink-hub-link:hover::after { width: 100%; }
.ink-hub-link:active { opacity: 0.35; transition: opacity 0.1s ease; }


@media (max-width: 900px) {
    .page-ink::before { background-size: 18px 18px; opacity: 0.4; }

    .ink-hero-split {
        grid-template-columns: 1fr;
        height: auto;
        padding: 40px 5%;
        gap: 30px;
    }
    .hero-visual {
        height: 300px;
        order: 2;
        box-shadow: 10px 10px 0px var(--ink-black);
    }
   
    .hero-text-side { order: 1; text-align: center; }

    .ink-dual-info { flex-direction: column; }
    .dual-col { padding: 60px 10%; text-align: center; }

    .char-container { flex-direction: column !important; gap: 40px; }
    
    .card-scene { width: 100%; max-width: 300px; }
    
    .card-shadow { transform: translate(15px, 15px); }
    .card-scene.is-flipped .card-shadow { transform: translate(20px, 20px) scale(1.03); }
    
    .char-text { text-align: center; padding: 0; border: none; }
    .char-text h2 { font-size: 2.2rem; }

    .comparison-row { flex-direction: column; }
    .gallery-item { height: 300px; }
    .ink-char-feature { padding: 40px 5% 40px; }
    .ink-play-cta { padding: 10px 5% 100px; }
    .ink-cta-group { flex-direction: column; align-items: center; }



    .ink-nav-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 45px;
    }
    .ink-nav-next,
    .ink-nav-prev { justify-self: center; text-align: center; }
    .ink-nav-next .ink-nav-title,
    .ink-nav-prev,
    .ink-nav-title { justify-content: center; }
    .ink-nav-center {
        order: 3;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 20px;
    }
    .ink-nav-next {
      display: none;
    }
}