
/* 
   POLISH-COMPONENTS.
CSS
   Component-specific
 styles for the theme
   
   NOTE: Global varia
bles, reset, and body
 styles are in base.c
ss
   This file contains
 only component/engin
e styles
*/

/* --- ENGINE STYLES 
(from Nagłówek Strony
.html) --- */
#stage-liquid-system 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: n
one;
    overflow: hidden;
}

#echo-text-layer {
    position: absolut
e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: tran
sform;
    z-index: 0;
}

.echo-word {
    position: absolut
e;
    font-family: var(
--font-mono);
    color: var(--acce
nt);
    font-size: 11px;
    letter-spacing: 2
px;
    text-transform: u
ppercase;
    opacity: 0.6;
    white-space: nowr
ap;
    font-weight: 700;
    mix-blend-mode: c
olor-dodge;
}

.echo-word.large {
    font-family: var(
--font-head);
    font-size: 6vh;
    opacity: 0.12;
    color: #fff;
    mix-blend-mode: o
verlay;
    z-index: -1;
}
    z-index: 9999;
    display: none;
    /* Hidden on desk
top */
    align-items: cent
er;
    gap: 10px;
    padding: 15px 25p
x;
    background: var(-
-accent);
    color: #1C222E;
    border-radius: 50
px;
    text-decoration: 
none;
    font-family: var(
--font-head);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1
px;
    text-transform: u
ppercase;
    box-shadow: 0 4px
 20px rgba(198, 123, 
92, 0.4);
    transition: all 0
.3s ease;
}

.floating-contact svg
 {
    width: 20px;
    height: 20px;
}

.floating-contact:hov
er {
    transform: transl
ateY(-3px);
    box-shadow: 0 8px
 30px rgba(198, 123, 
92, 0.5);
}

.floating-contact-tex
t {
    display: inline;
}

/* Mobile - show butt
on with icon only */
@media (max-width: 76
8px) {
    .floating-contact
 {
        display: flex
;
        /* Show on mo
bile */
        padding: 15px
;
        bottom: 20px;
        right: 20px;
    }

    .floating-contact
-text {
        display: none
;
    }

    .floating-contact
 svg {
        width: 24px;
        height: 24px;
    }
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background: var(-
-accent);
    position: fixed;
    border-radius: 50
%;
    z-index: 20002;
    pointer-events: n
one;
    display: none;
    transform: transl
ate(-50%, -50%);
}

.cursor-outline {
    width: 40px;
    height: 40px;
    border: 1px solid
 rgba(232, 224, 213, 
0.5);
    position: fixed;
    border-radius: 50
%;
    z-index: 20001;
    pointer-events: n
one;
    transition: width
 0.2s, height 0.2s;
    display: none;
    transform: transl
ate(-50%, -50%);
}

@media (pointer: fine
) {

    .cursor-dot,
    .cursor-outline {
        display: bloc
k;
    }
}

body.hover-active .cu
rsor-outline {
    width: 80px;
    height: 80px;
    background-color:
 rgba(198, 123, 92, 0
.1);
    border-color: var
(--accent);
    mix-blend-mode: e
xclusion;
}

@media (max-width: 10
24px) {
    .nav-center.deskt
op-only {
        display: none
;
    }

    .mobile-only {
        display: flex
;
    }

    .cta-button {
        display: none
;
    }

    .brand-nav {
        padding: 0 20
px;
        height: 80px;
    }

    html,
    body,
    a,
    button {
        cursor: auto 
!important;
    }

    #canvas-container
 {
        background-co
lor: var(--bg-color);
    }

    .hidden-html-laye
r {
        display: none
;
    }

    #echo-text-layer 
{
        display: none
;
    }
}

/* --- FOOTER (Stopka
 Strony.html) --- */
.footer-section {
    position: relativ
e;
    z-index: 10;
    padding: 100px 5v
w 50px 5vw;
    background: trans
parent !important;
    background-color:
 transparent !importa
nt;
    border-top: 1px s
olid var(--line-color
);
    width: 100%;
    overflow: hidden;
}

.footer-cta-wrapper {
    text-align: cente
r;
    margin-bottom: 12
0px;
    cursor: default;
}

.cta-label {
    font-family: var(
--font-body);
    color: var(--seco
ndary);
    letter-spacing: 0
.2em;
    margin-bottom: 20
px;
    font-size: 14px;
}

.cta-huge-text {
    font-family: var(
--font-head);
    font-size: clamp(
3.5rem, 12vw, 15rem);
    line-height: 0.85
;
    margin: 0;
}

.word-1 {
    color: transparen
t;
    -webkit-text-stro
ke: 1.5px var(--text-
main);
    opacity: 0.5;
    transition: opaci
ty 0.4s ease;
}

.word-2 {
    color: var(--acce
nt);
    display: block;
    transform: transl
ateY(-10px);
}

.footer-cta-wrapper:h
over .word-1 {
    opacity: 1;
}

.footer-bottom {
    display: grid;
    grid-template-col
umns: 1.5fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 80
px;
}

.col-header {
    font-family: var(
--font-head);
    color: var(--text
-main);
    margin-bottom: 20
px;
    font-size: 1.2rem
;
}

.footer-col p,
.footer-col a {
    font-family: var(
--font-body);
    color: var(--seco
ndary);
    text-decoration: 
none;
    line-height: 1.8;
    transition: color
 0.3s ease;
    display: block;
    font-size: 14px;
}

.footer-col a:hover {
    color: var(--acce
nt);
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qr-box {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 1px solid
 var(--accent);
    margin-bottom: 30
px;
    filter: grayscale
(100%);
    transition: filte
r 0.3s ease;
}

.qr-box:hover {
    filter: grayscale
(0%);
}

.qr-img {
    width: 100%;
    height: 100%;
}

.magnetic-btn {
    display: inline-b
lock;
    padding: 15px 30p
x;
    border: 1px solid
 var(--text-main);
    border-radius: 50
px;
    position: relativ
e;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer;
}

.btn-text {
    position: relativ
e;
    z-index: 2;
    font-family: var(
--font-head);
    font-weight: 700;
    color: var(--text
-main);
    font-size: 12px;
    letter-spacing: 1
px;
}

.btn-fill {
    position: absolut
e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:
 var(--text-main);
    transform: scaleX
(0);
    transform-origin:
 left;
    transition: trans
form 0.4s;
    z-index: 1;
}

.magnetic-btn:hover .
btn-fill {
    transform: scaleX
(1);
}

.magnetic-btn:hover .
btn-text {
    color: var(--bg-c
olor);
}

.footer-legal {
    display: flex;
    justify-content: 
space-between;
    padding-top: 40px
;
    border-top: 1px s
olid rgba(255, 255, 2
55, 0.05);
    font-size: 12px;
    color: rgba(255, 
255, 255, 0.2);
    font-family: var(
--font-body);
}

/* --- RESPONSIVE RES
ET --- */
@media (max-width: 10
24px) {
    .manifesto-grid {
        grid-template
-columns: 1fr;
        gap: 40px;
    }

    .manifesto-visual
 {
        height: 400px
;
    }

    .coords-display {
        display: none
;
    }

    .location-hud-top
 {
        top: 18%;
    }

    .st-grid {
        grid-template
-columns: 1fr;
    }

    .caps-grid {
        grid-template
-columns: 1fr 1fr;
    }

    .styles-grid {
        grid-template
-columns: 1fr;
        gap: 40px;
    }

    .style-card {
        height: 50vh;
    }

    .card-details {
        opacity: 1;
        transform: tr
anslateY(0);
    }

    .style-video {
        opacity: 0.6;
    }

    .contact-split-se
ction {
        grid-template
-columns: 1fr;
        padding-top: 
100px;
    }

    .contact-info-col
 {
        border-right:
 none;
        border-bottom
: 1px solid var(--lin
e-color);
        padding-botto
m: 60px;
        margin-bottom
: 60px;
    }

    .info-sticky-cont
ent {
        position: sta
tic;
    }

    .mad-libs-form {
        font-size: 1.
6rem;
    }

    .inline-input,
    .custom-select-co
ntainer {
        min-width: 10
0%;
        width: 100%;
    }

    #f-nip {
        max-width: 10
0% !important;
        margin-top: 1
0px;
    }
}

@media (max-width: 76
8px) {
    .hero-visual-wrap
per {
        width: 100vw;
        height: 100vw
;
    }

    .line-1 {
        -webkit-text-
stroke: 1px var(--tex
t-main);
        transform: no
ne;
    }

    .line-2 {
        transform: no
ne;
    }

    .portfolio-sectio
n {
        height: auto;
        overflow: vis
ible;
    }

    .gallery-wrapper 
{
        flex-directio
n: column;
        width: 100%;
        height: auto;
        gap: 80px;
        padding: 100p
x 20px;
    }

    .gallery-item {
        width: 100%;
        height: 60vh;
    }

    .item-number {
        font-size: 30
vw;
        top: -5%;
        left: 0;
    }

    .card-image-wrapp
er {
        border-top-le
ft-radius: 80px;
        border-bottom
-right-radius: 80px;
    }

    .card-content {
        left: 20px;
        bottom: 20px;
        mix-blend-mod
e: normal;
        text-shadow: 
0 2px 10px rgba(0, 0,
 0, 0.5);
    }

    .footer-bottom {
        grid-template
-columns: 1fr;
        gap: 40px;
    }

    .cta-huge-text {
        font-size: 4r
em;
    }

    .qr-box {
        display: none
;
    }

    .spec-row {
        width: 100%;
        justify-conte
nt: space-between;
        gap: 20px;
    }

    .val {
        font-size: 1.
2rem;
    }

    .section-header-r
ow {
        flex-directio
n: column;
        align-items: 
flex-start;
        gap: 10px;
    }

    .section-sub {
        text-align: l
eft;
    }

    .step-idx {
        font-size: 2r
em;
        width: 60px;
    }

    .body-inner {
        padding-left:
 0;
    }

    .tech-list {
        grid-template
-columns: 1fr;
    }

    .caps-grid {
        grid-template
-columns: 1fr;
    }
}



