*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* scroll-behavior removed — Lenis handles smooth scrolling */
}

:root{
    --White: #FBFAFF;
    --Black: #0D0916;
    --Light-purple: #8C5EF6;
    --Dark-purple: #562BBC;
    --Purple-box: #190C31;
    --Purple-box-hover: #210F43;
    --Client-purple:#1D162C;
    /* Pozadie — riadené mood switcherom; default reprodukuje súčasný vzhľad */
    --Background: radial-gradient(circle at 50% -80%, #23005496, #0e0f1200 50%), #0D0916;
    --SVG-fill: #FBFAFF;
    --Button: #FBFAFF;
    --Coming-soon: #562BBC;
}
 .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 45px;  
    height: 45px; 
    pointer-events: none; 
    transform: translate(-50%, -50%);
    z-index: 9999;
  }


  .custom-cursor img {
    width: 100%;
    height: 100%;
    display: block;
  }


::-webkit-scrollbar {
  width: 14px;
   border-radius: 50vmax;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--Purple-box-hover);
  opacity: 0.5;
    border-radius: 50vmax;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--Dark-purple);
  border-radius: 50vmax;
  transition: all 200ms ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--Light-purple);
  border-radius: 50vmax;
  transition: all 200ms ease;
    
}

body{
    font-family: 'FoundersGrotesk';
    overflow-x: hidden;
    background: var(--Background);
}

/* vlastný kurzor len pre myš/jemný pointer — touch zariadenia majú normálny pointer */
@media (hover: hover) and (pointer: fine) {
    body{
        cursor: none;
    }
}

a{
  text-decoration: none;
}
button p{
  font-weight: 500;
}
h1{
    font-size: clamp(64px, 10vw, 190px);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 0.8;
    text-transform: uppercase;
    color: var(--White);
}
h2{
  font-size: clamp(64px, 11vw, 200px);
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--White);
}
h3{
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 500;
  color: var(--White);
}
h4{
  font-size: clamp(34px, 5.5vw, 64px);
  font-weight: 500;
  color: var(--White);
}

h5{
  font-size: clamp(22px, 2.2vw, 44px);
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--White);
}

h6{
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--White);
}

p{
  font-size: clamp(1.05rem, 0.85rem + 0.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.8;
  color: var(--White);
}
.p-large{
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.4;
}

.p-medium{
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 1.4;
}
.p-xl{
  font-size: clamp(28px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.2;
}
.p-xxl{
  font-size: clamp(26px, 3.4vw, 54px);
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
button{
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  text-transform: uppercase;
}

.p-small{
  font-size: clamp(13px, 1.05vw, 17px);
}
.strong{
  font-weight: 500;
}
.center{
  text-align: center;
}
.center-sheet{
  justify-content: center;
  flex-direction: column;
}
.button_link{
  text-decoration: none;
  display: flex;
  text-transform: uppercase;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.arrow_button{
  width: 28px;
  height: auto;
}
.sheet-full{
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px 70px;
}

.sheet-flex{
  display: flex;
  height: max-content;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 120px 70px;
}
.mw-70{
  max-width: 70%;
}
.mw-80{
  max-width: 80%;
}

.mw-700{
  max-width: 700px;
}
.mw-600{
  max-width: 600px;
}
.mw-400{
  max-width: 400px;
}
.purple-text{
  color: var(--Light-purple);
}

.button-purple{
  display: flex;
  background-color: var(--Dark-purple);
  padding: 20px 40px;
  color: #FBFAFF;
  border: none;
  border-radius: 50vmax;
  margin-top: 48px;
  text-decoration: none;
  line-height: 1;
  justify-content: center;
  width: max-content;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.button-purple:hover{
  transform: scale(1.1);
}

.heading_box{
  padding: 16px 32px;
  border-radius: 50vmax;
  margin-bottom: 100px;
  border: 2px solid var(--White);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: max-content;
}
.heading_box p {
  line-height: normal;
  text-transform: uppercase;
}

.uppercase{
  text-transform: uppercase;
}
.cta_container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
}
/* LANDING */

.hero-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.hero-title{
  text-align: center;
}

.about-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.about-section .p-xxl{
  margin-left: auto;
  margin-right: auto;
  max-width: min(1640px, 94vw);
  font-family: 'Lemon', 'FoundersGrotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 11vw, 200px);
  line-height: 1.0;
  letter-spacing: 0.015em;
}

.benefit-row{
  display: flex;
  gap: 22px;
}

.benefit-box{
  height: 400px;
  width: 33%;
  display: flex;
  padding: 60px;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  background-color: var(--Purple-box);
  border: 1px solid transparent;
  justify-content: start;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 400ms ease, transform 400ms ease;
}
.benefit-box h5{
  font-weight: 600;
}
.benefit-box p{
  line-height: 1.35;
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
}
.benefit-box:hover{
  background-color: var(--Purple-box-hover);
  border-color: rgba(140, 94, 246, 0.6);
  box-shadow: 0 0 60px -10px rgba(140, 94, 246, 0.55);
  transform: translateY(-6px);
}
.benefit-section{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.benefit-icon{
 height: 60px;
 margin-bottom: 46px;
}

.section_5 .sheet-flex{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.services_container{
 display: flex;
 width: 100%;
 justify-content: center; 
 flex-direction: column;
 text-align: center;
 height: 400px;
 position: relative;
 transition: all 300ms ease;
}


.services_container h2{
  margin-bottom: 0px;
  line-height: normal;
}

.buttons_container{
  position: absolute;
  height: 400px;
  width: 100%;
  transition: all 500ms ease;
  transform: scale(0.95);
  padding: 30px;

}
.text_services{
  color: var(--White);
  transition: all 500ms ease;
}


.buttons_container:hover {
  transform: scale(1);
}

.services_container:hover h2.text_services {
  -webkit-text-stroke: 2px var(--White);
  color: transparent;
}

.buttons_container:hover .services_button {
  opacity: 1;

}
.services_button{
  display: flex;
  position: absolute;
  background-color: var(--Pill-bg, #8C5EF6);
  padding: 14px 36px;
  color: var(--Black);
  border: none;
  width: max-content;
  border-radius: 50vmax;
  line-height: 1;
  justify-content: center;
  transition: all 500ms ease;
  opacity: 0;
}
.services_button p{
  color: var(--Black);
}

.line_services{
  border: 1px solid var(--White);
  width: 90%;
}

/* Individuálne pozície pre každé tlačidlo */

/* Produkcia */
.services_container[data-section="produkcia"]  .services_button:nth-child(1) {
  top: 5%;
  left: 20%;
}

.services_container[data-section="produkcia"] .services_button:nth-child(2) {
  bottom: 10%;
  left: 30%;
}

.services_container[data-section="produkcia"] .services_button:nth-child(3) {
  top: 16%;
  left: 50%;
}

.services_container[data-section="produkcia"] .services_button:nth-child(4) {
  bottom: 10%;
  right: 0;
  left: 70%;
}


/* Branding */
.services_container[data-section="branding"]  .services_button:nth-child(1) {
  top: 20%;
  left: 30%;
}

.services_container[data-section="branding"] .services_button:nth-child(2) {
  bottom: 20%;
  left: 20%;
}

.services_container[data-section="branding"] .services_button:nth-child(3) {
  top: 10%;
  left: 60%;
}

.services_container[data-section="branding"] .services_button:nth-child(4) {
  bottom: 10%;
  right: 0;
  left: 50%;
}



/* Marketing */
.services_container[data-section="marketing"]  .services_button:nth-child(1) {
  top: 10%;
  left: 25%;
}

.services_container[data-section="marketing"] .services_button:nth-child(2) {
  bottom: 10%;
  left: 20%;
}

.services_container[data-section="marketing"] .services_button:nth-child(3) {
  top: 16%;
  left: 50%;
}

.services_container[data-section="marketing"] .services_button:nth-child(4) {
  bottom: 12%;
  right: 0;
  left: 70%;
}

.services_container[data-section="marketing"] .services_button:nth-child(5) {
  bottom: 16%;
  right: 0;
  left: 45%;
}



/* UI UX Dizajn */
.services_container[data-section="dizajn"]  .services_button:nth-child(1) {
  top: 5%;
  left: 20%;
}

.services_container[data-section="dizajn"] .services_button:nth-child(2) {
  bottom: 10%;
  left: 20%;
}

.services_container[data-section="dizajn"] .services_button:nth-child(3) {
  top: 16%;
  left: 50%;
}

.services_container[data-section="dizajn"] .services_button:nth-child(4) {
  bottom: 20%;
  right: 0;
  left: 50%;
}



/* Development */
.services_container[data-section="development"]  .services_button:nth-child(1) {
  top: 10%;
  left: 20%;
}

.services_container[data-section="development"] .services_button:nth-child(2) {
  bottom: 10%;
  left: 40%;
}

.services_container[data-section="development"] .services_button:nth-child(3) {
  top: 16%;
  left: 60%;
}


/* Proces */

.section_6 .sheet-flex{
  flex-direction: column;
  align-items: unset;
}
.proces_container{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 130px;


}
.heading_row_proces{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.arrow_down_proces{
  height: 140px;
  width: auto;
  margin: 100px 0px;
}

.section_7 .sheet-flex{
  flex-direction: column;
  gap: 200px;
}

.work_container{
  display: flex;
  width: 100%;
  gap: clamp(120px, 12vw, 180px);
  flex-direction: column;
  margin-top: clamp(80px, 8vw, 120px);
  overflow-x: clip;
}
.work-title{
  margin: 0;
}

/* Riadok práce — fotka + text, striedavo, vyvážené (bez veľkých medzier) */
.work_box,
.work_box-reverse{
  display: flex;
  align-items: center;
  gap: clamp(48px, 5vw, 88px);
  width: 100%;
}
.work_box-reverse{
  flex-direction: row-reverse;
}

.work_box img,
.work_box-reverse img{
  flex: 1 1 56%;
  min-width: 0;
  width: auto;
  max-width: none;
  height: clamp(340px, 36vw, 560px);
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.work_box_text{
  flex: 1 1 44%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 540px;
}
/* Väčší názov projektu + popis v sekcii Naša práca */
.work_box_text h4{
  font-size: clamp(2.1rem, 3.6vw, 3.4rem);
  line-height: 1.02;
  margin: 0;
}
.work_box_text p{
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.55;
  max-width: 100%;
}

.cta_img_work{
  width: 100%;
  height: 440px;
  background-color: var(--Dark-purple);
  border-radius: 10px;
}


/* ═══════════════════════════════════════════════════════════════════════════
   STATS — inverted accent section (light purple bg, dark text)
═══════════════════════════════════════════════════════════════════════════ */

.section_stats {
    background: var(--Light-purple);
    padding: 0;
}

.stats-wrap {
    padding: 100px 70px;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.stats-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.stats-label {
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(13, 9, 22, 0.45);
}

.stats-statement {
    font-size: clamp(22px, 2.8vw, 38px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--Black);
    text-align: right;
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.stats-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 48px 0;
    border-top: 1px solid rgba(13, 9, 22, 0.15);
}

.stats-num {
    font-size: clamp(64px, 8vw, 110px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--Black);
}

.stats-plus {
    font-size: 0.5em;
    vertical-align: super;
    font-weight: 600;
    opacity: 0.6;
}

.stats-desc {
    font-size: clamp(12px, 0.95vw, 15px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(13, 9, 22, 0.55);
}

.section_8 .sheet-flex{
  flex-direction: column;
}

.text-client-container{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
}
.headline-client{
  font-size: clamp(64px, 14vw, 220px);
  text-transform: uppercase;
  color: var(--White);
  word-wrap: none ;
  white-space: nowrap;
  opacity: 0.2;
}
.clients-logo-container{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 14px;
}

.client-logo{
  max-height:100px;
  height: auto;
  width: 60%;
  object-fit: contain;
  min-width: 100px;
  filter: var(--Logo-invert, none);
  transition: filter 0.6s ease;
  
}
.client-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 60px 40px;
}


/* LANDING */


/* CONTACT */

.section-contact .sheet-flex{
  flex-direction: column;

}
.heading_contact{
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
}

.contact_grid{
    display: grid;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 60px;
}

.gridbox_4 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.gridbox_5 {
    grid-column-start: 3;
    grid-row-start: 2;
}
   






/* CONTACT */

/* FOOTER */
footer .sheet-flex{
  flex-direction: column;
  padding-bottom: 0px;
}
footer a{
  text-decoration: none;
  transition: all 300ms ease;
}
footer a h5{
    transition: all 300ms ease;
}

footer a h5:hover{
  color: var(--Dark-purple);
  
}
.footer_row_1 {
  width: 100%;
}
.footer_row_2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 90px;
  width: 98%;
  margin-left: 0px;
  margin-right: auto;
}
.footer_row_2 h2{
  text-transform: none;
}
.footer_box{
  padding: 16px 28px;
  border-radius: 50vmax;
  margin-bottom: 20px;
  border: 2px solid var(--White);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: max-content;
}
.footer_box p {
  line-height: normal;
  font-size: clamp(14px, 1.1vw, 18px);
  text-transform: uppercase;

}

.caption_row_footer{
  display: flex;
  align-items: end;
  width: 95%;
  margin-left: 0px;
  margin-right: auto;
  justify-content: space-between;
}
.caption_box_1{
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.caption_footer{
  font-size: clamp(12px, 0.95vw, 15px);
}

.footer_logo_border{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  height: 270px;
  background-image: url(img/worq_logo.svg);
  background-position: 100% 142%;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;

}
.footer_logo{
  width: 100%;
  transform: translateY(-16%);
}
.line_footer{
  border: 1px solid var(--White);
  width: 100%;
  margin-bottom: 20px;
}

/* FOOTER */

/* HUMANE — condensed display font pre veľké headliny (bold) */
@font-face {
    font-family: 'Lemon';
    src: url('font/Lemon-Black.woff2') format('woff2'),
         url('font/Lemon-Black.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
/* Lemon Wide rez — na miešanie širších písmen v headlinoch (obal písmeno do <span class="w">) */
@font-face {
    font-family: 'LemonWide';
    src: url('font/Lemon-BoldWide.woff2') format('woff2'),
         url('font/Lemon-BoldWide.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
.w { font-family: 'LemonWide', 'Lemon', sans-serif; }

/* Headliny — HUMANE bold (condensed). Karty/medzititulky ostávajú FoundersGrotesk. */
.hero-display,
h1, h2,
.cta-display,
.headline-client,
.menu-list__main,
.title_form {
    font-family: 'Lemon', 'FoundersGrotesk', sans-serif;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: normal;
    /* ss01 = okrúhle alternate znaky (O, C, D, G, Q…) — štýlový look */
    font-feature-settings: "ss01" 1;
}
/* viacriadkový intro odsek potrebuje viac vzduchu */
.p-xxl { line-height: 1.15; }
/* zruší alternate na konkrétnom písmene — aby neboli dva okrúhle vedľa seba */
.noalt { font-feature-settings: "ss01" 0; }

@font-face {
    font-family: 'FoundersGrotesk';
    src: url('font/FoundersGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'FoundersGrotesk';
    src: url('font/FoundersGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'FoundersGrotesk';
    src: url('font/FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'FoundersGrotesk';
    src: url('font/FoundersGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'FoundersGrotesk';
    src: url('font/FoundersGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   INTRO OVERLAY
═══════════════════════════════════════════════════════════════════════════ */

#intro-overlay {
    position: fixed;
    inset: 0;
    background: var(--Background);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 0 0);
}

/* Logo WORQ. — jednotlivé tvary sa poskladajú (riadi GSAP). */
.intro-logo-svg {
    width: clamp(220px, 34vw, 440px);
    height: auto;
    overflow: visible;
}
.intro-p {
    fill: var(--White);
    will-change: transform, opacity;
}
.intro-p--dot {
    fill: var(--Light-purple);
}

/* Kým beží intro (body.loading), hero je skrytý — inak by prebliklo hotové
   hero počas odsúvania overlaya a potom by sa zanimovalo znova. GSAP mu po
   intre nastaví štart-stavy a animuje ho dnu. */
body.loading .hero-eyebrow,
body.loading .hd-line,
body.loading .hero-desc,
body.loading .hero-link {
    opacity: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SCROLL PROGRESS BAR
═══════════════════════════════════════════════════════════════════════════ */

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 9999;
    pointer-events: none;
}

.scroll-progress__bar {
    display: block;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--Light-purple);
}

/* ═══════════════════════════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════════════════════════ */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 70px;
    transition: padding 0.4s cubic-bezier(0.19,1,0.22,1),
                background 0.4s ease,
                backdrop-filter 0.4s ease;
    will-change: transform;
    /* start hidden for JS entrance animation */
    opacity: 0;
}

.nav--scrolled {
    background: rgba(13, 9, 22, 0.92);
    padding: 18px 70px;
    border-bottom: 1px solid rgba(140, 94, 246, 0.1);
}

.nav__logo {
    font-family: 'FoundersGrotesk', sans-serif;
    font-size: clamp(22px, 1.9vw, 32px);
    font-weight: 700;
    color: var(--White);
    text-decoration: none;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.nav__links {
    display: flex;
    gap: 44px;
    align-items: center;
    list-style: none;
}

.nav__link {
    font-family: 'FoundersGrotesk', sans-serif;
    font-size: clamp(13px, 1.05vw, 17px);
    font-weight: 400;
    color: var(--White);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.75;
    position: relative;
    transition: opacity 0.2s ease;
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--Light-purple);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.45s cubic-bezier(0.19,1,0.22,1);
}

.nav__link:hover {
    opacity: 1;
}

.nav__link:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.nav__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Dark-purple);
    padding: 12px 26px;
    color: var(--White);
    border-radius: 50vmax;
    text-decoration: none;
    font-family: 'FoundersGrotesk', sans-serif;
    font-size: clamp(12px, 0.95vw, 15px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background 0.3s ease;
    will-change: transform;
    flex-shrink: 0;
}

.nav__cta:hover {
    background-color: var(--Light-purple);
}

/* ───────────────────────────────────────────────────────────────────────
   HEADER (štýl prevzatý z loading.html / coming.css) + FULLSCREEN MENU
   ─────────────────────────────────────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    will-change: transform;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 40px;
}

.header__logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.header__left { flex: 1; display: flex; align-items: center; justify-content: flex-start; }

.header__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--White);
    font-weight: 600;
    text-transform: uppercase;
    font-size: clamp(16px, 1.4vw, 22px);
    text-decoration: none;
    line-height: 1;
}

.header__nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.header-link {
    color: var(--White);
    text-transform: uppercase;
    font-weight: 500;
    font-size: clamp(12px, 0.95vw, 15px);
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.header-link:hover { opacity: 0.6; }

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: 2px solid var(--Coming-soon);
    color: var(--Coming-soon);
    border-radius: 50vmax;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    font-size: clamp(0.875rem, 0.8068rem + 0.3636vw, 1.125rem);
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    transition: 200ms ease;
}
.header-cta:hover { transform: scale(1.05); }

.toggle-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid rgba(140, 94, 246, 0.55);
    background: rgba(140, 94, 246, 0.08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease, transform 0.25s ease;
}
.toggle-btn:hover { background: rgba(140, 94, 246, 0.18); transform: scale(1.05); }
.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 18px;
}
.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--White);
    transition: 0.3s;
}
/* otvorené menu → "=" sa zmení na "X" (cancel), ostáva v headeri */
.toggle-btn--open .hamburger-icon span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.toggle-btn--open .hamburger-icon span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
.mood-svg { width: 84px; height: auto; display: block; }
.mood-svg path { fill: var(--SVG-fill); }

.moodbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    color: var(--Coming-soon);
    border: 2px solid var(--Coming-soon);
    border-radius: 50vmax;
    text-decoration: none;
    line-height: 1;
    width: max-content;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.8068rem + 0.3636vw, 1.125rem);
    background: transparent;
    position: relative;
    transition: 200ms ease;
}
.moodbutton:hover { transform: scale(1.05); }

.cta_button {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: var(--Coming-soon);
    padding: 14px 30px;
    color: var(--Button);
    border: none;
    border-radius: 50vmax;
    text-decoration: none;
    line-height: 1;
    width: max-content;
    font-weight: 500;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 0.8068rem + 0.3636vw, 1.125rem);
    transition: 200ms ease;
}
.cta_button p { line-height: 1; }
.cta_button:hover { transform: scale(1.1); }

/* ── Dropdown menu panel ─────────────────────────────────────────────── */
body.menu-open { overflow: hidden; }

.menu-dropdown {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 24px 24px;
    background: rgba(8, 6, 16, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.menu-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* Glassy centrovaná karta */
.menu-dropdown__inner {
    position: relative;
    width: min(1120px, calc(100vw - 340px));
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    transform-origin: top center;
    display: flex;
    flex-direction: column;
    background: rgba(34, 24, 58, 0.45);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    backdrop-filter: blur(30px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    padding: clamp(80px, 9vh, 100px) clamp(26px, 3vw, 44px) clamp(26px, 3vw, 44px);
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
}
@media (max-width: 900px) {
    .menu-dropdown__inner { width: 100%; }
}

.menu-dropdown__bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: clamp(16px, 3vh, 32px);
}
.menu-close {
    position: absolute;
    top: clamp(20px, 2.6vh, 30px);
    right: clamp(20px, 2.6vw, 30px);
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: none;
    border: 1.5px solid rgba(140, 94, 246, 0.55);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.25s ease;
    z-index: 2;
}
.menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--White);
}
.menu-close span:nth-child(1) { transform: translate(-50%, -50%) translateY(-4px); }
.menu-close span:nth-child(2) { transform: translate(-50%, -50%) translateY(4px); }
.menu-close:hover { background: color-mix(in srgb, var(--White) 12%, transparent); }

.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(16px, 2.4vh, 34px) 0;
    border-bottom: 1px solid color-mix(in srgb, var(--White) 18%, transparent);
}
.menu-list__item:last-child {
    border-bottom: none;
}
.menu-list__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.menu-list__main {
    color: var(--White);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.95;
    font-size: clamp(36px, 5vw, 72px);
    transition: color 0.25s ease;
}
.menu-list__sub { display: none; }
.menu-list__arrow {
    color: var(--White);
    font-size: clamp(20px, 2vw, 30px);
    transition: transform 0.25s ease, color 0.25s ease;
}
.menu-list__item:hover .menu-list__main { color: var(--Light-purple); }
.menu-list__item:hover .menu-list__arrow {
    transform: translateX(8px);
    color: var(--Light-purple);
}

.menu-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: auto;
    padding-top: clamp(20px, 4vh, 40px);
}
.menu-contact__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    padding: clamp(16px, 2vw, 24px);
    border-radius: 18px;
    min-height: 96px;
    text-decoration: none;
    transition: transform 0.25s ease;
}
.menu-contact__card:hover { transform: translateY(-4px); }
.menu-contact__card--purple { background: var(--Dark-purple); color: var(--White); }
.menu-contact__card--light { background: var(--White); color: var(--Black); }
.menu-contact__label {
    text-transform: uppercase;
    font-size: clamp(11px, 0.9vw, 13px);
    opacity: 0.7;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
}
.menu-contact__link {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: clamp(16px, 1.8vw, 24px);
    margin: 0;
}
.menu-contact__icon {
    width: clamp(26px, 3vw, 42px);
    height: auto;
    flex-shrink: 0;
}
/* Text farba kariet musí prebiť globálne p{color:var(--White)} */
.menu-contact__card--purple .menu-contact__label,
.menu-contact__card--purple .menu-contact__link { color: var(--White); }
.menu-contact__card--light .menu-contact__label,
.menu-contact__card--light .menu-contact__link { color: var(--Black); }
/* Line-ikony nesmú byť vyplnené mood-switcher pravidlom svg path{fill} — vyššia špecificita + !important */
.menu-contact .menu-contact__icon path,
.menu-contact .menu-contact__icon rect,
.menu-contact .menu-contact__icon circle,
.menu-contact .menu-contact__icon line { fill: none !important; stroke: currentColor !important; }

@media (max-width: 768px) {
    .header__inner { padding: 18px 16px; }
    .moodbutton, .cta_button { padding: 12px 22px; }
    .mood-svg { width: 78px; }
    .header__title { display: none; }
    .header-link { display: none; }
    .menu-contact { grid-template-columns: 1fr; }
    /* Menu karta začína pod riadkom hlavičky (MOOD / logo / X), neprekrýva ju. */
    .menu-dropdown { align-items: flex-start; padding: 96px 20px 20px; }
    .menu-dropdown__inner {
        padding-top: clamp(24px, 3vh, 34px);
        max-height: calc(100vh - 116px);
    }

    /* Footer: socials pod hello, nie vedľa neho */
    .footer_row_2 {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 56px;
        width: 100%;
    }
    /* Footer logo: background-attachment:fixed sa na mobiloch nezobrazuje →
       prepneme na scroll a zobrazíme celé logo na spodku. */
    .footer_logo_border {
        background-attachment: scroll;
        background-position: center bottom;
        background-size: contain;
        height: clamp(90px, 28vw, 150px);
        margin-top: 24px;
    }
}
@media (max-width: 480px) {
    .header__inner { padding: 14px 14px; gap: 12px; }
    .moodbutton, .cta_button { padding: 10px 18px; }
    .mood-svg { width: 64px; }
    .menu-dropdown { padding: 88px 16px 16px; }
    .menu-dropdown__inner { max-height: calc(100vh - 104px); }
}

/* Burger (mobile) */
.nav__burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav__burger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--White);
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.3s ease;
    transform-origin: center;
}

.nav__burger--open span:first-child { transform: translateY(8px) rotate(45deg); }
.nav__burger--open span:last-child  { transform: translateY(-8px) rotate(-45deg); }

/* Mobile nav links panel */
@media (max-width: 900px) {
    .nav {
        padding: 22px 24px;
    }
    .nav--scrolled {
        padding: 16px 24px;
    }

    .nav__links {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(13, 9, 22, 0.97);
        backdrop-filter: blur(24px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 36px;
        z-index: 800;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .nav__links--open {
        pointer-events: all;
        opacity: 1;
    }

    .nav__link {
        font-size: clamp(26px, 5vw, 36px);
        opacity: 1;
    }

    .nav__cta {
        display: none;
    }

    .nav__burger {
        display: flex;
        position: relative;
        z-index: 1000;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO — WebGL canvas + scroll hint
═══════════════════════════════════════════════════════════════════════════ */

.section_1 {
    position: relative;
    overflow: hidden;
}


.hero-sheet {
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.5;
}

.scroll-hint__line {
    display: block;
    width: 1px;
    height: 48px;
    background: var(--White);
    animation: scrollPulse 1.8s ease-in-out infinite;
}

.scroll-hint__label {
    font-size: clamp(11px, 0.85vw, 13px);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

@keyframes scrollPulse {
    0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
    40%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
    60%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
    100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ANIMATION HELPERS — word masking
═══════════════════════════════════════════════════════════════════════════ */

.word-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.word {
    display: inline-block;
    will-change: transform, opacity, filter;
}

/* FOUC guard — pred rozdelením textu (SplitText) skry obsah */
.split-pending { opacity: 0; }

/* CTA section background  */
.section_cta {
    position: relative;
}

.section_cta .sheet-full {
    position: relative;
    z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════════════════
   REDUCED MOTION — disable all animations
═══════════════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
    #intro-overlay  { display: none !important; }
    .scroll-hint    { display: none; }
    .split-pending  { opacity: 1 !important; }
    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EDITORIAL REDESIGN — Hero
═══════════════════════════════════════════════════════════════════════════ */

.section_hero {
    min-height: 100vh;
    position: relative;
}

.hero-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 118px 70px 54px;
}

.hero-eyebrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: color-mix(in srgb, var(--White) 42%, transparent);
}

.hero-title-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-display {
    font-size: clamp(72px, 12.5vw, 185px);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: normal;
    color: var(--White);
    margin: 0;
    text-align: center;
}

.hd-line {
    display: block;
}

.hd-line--inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18em;
}

.hd-line--gap {
    padding-left: 0;
}

.hd-dot {
    color: var(--Light-purple);
}

/* ── Hero inline media pill ──────────────────────────────────────────────── */
.hero-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 0.75em;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    transform: rotate(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}

.hero-pill:hover {
    transform: rotate(0deg) scale(1.04);
}

.hero-pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-pill__tag {
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: clamp(8px, 0.9vw, 13px);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--White);
    background: rgba(13, 9, 22, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 4px 9px;
    border-radius: 100px;
    white-space: nowrap;
    pointer-events: none;
}

.hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.hero-desc {
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 400;
    letter-spacing: 0.1em;
    color: color-mix(in srgb, var(--White) 45%, transparent);
    text-transform: uppercase;
    line-height: 1.6;
}

.hero-link {
    font-size: clamp(13px, 1.05vw, 17px);
    font-weight: 500;
    color: var(--White);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(140, 94, 246, 0.45);
    padding-bottom: 3px;
    white-space: nowrap;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.hero-link:hover {
    color: var(--Light-purple);
    border-color: var(--Light-purple);
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION LABEL  (reusable small pill-less label)
═══════════════════════════════════════════════════════════════════════════ */

.section-label {
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--Light-purple);
    margin-bottom: 60px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   EDITORIAL SPLIT — big headline left, offset body right (digitalpresent-style)
═══════════════════════════════════════════════════════════════════════════ */

.editorial-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(24px, 5vw, 80px);
    align-items: start;
}
.editorial-split__head {
    font-weight: 500;
    line-height: 1.02;
    font-size: clamp(40px, 6.5vw, 110px);
    text-transform: none;
}
.editorial-split__body {
    align-self: end;
    max-width: 46ch;
}
.editorial-split__body p {
    font-size: clamp(1rem, 1.1vw, 1.375rem);
    line-height: 1.7;
}
.editorial-split__body p + p { margin-top: 1.25em; }
@media (max-width: 900px) {
    .editorial-split { grid-template-columns: 1fr; gap: 28px; }
    .editorial-split__body { align-self: start; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MANIFESTO
═══════════════════════════════════════════════════════════════════════════ */

.section_manifesto {
    padding: 0;
}

.manifesto-wrap {
    padding: 120px 70px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1400px;
}

.manifesto-text {
    font-size: clamp(28px, 3.6vw, 54px);
    font-weight: 400;
    line-height: 1.25;
    color: var(--White);
    max-width: 900px;
}

.manifesto-text em {
    font-style: normal;
    color: var(--Light-purple);
}

.manifesto-link {
    font-size: clamp(12px, 0.95vw, 15px);
    font-weight: 500;
    color: var(--White);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid rgba(140, 94, 246, 0.4);
    padding-bottom: 3px;
    width: fit-content;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.manifesto-link:hover {
    color: var(--Light-purple);
    border-color: var(--Light-purple);
}

/* ═══════════════════════════════════════════════════════════════════════════
   WHY US — cards
═══════════════════════════════════════════════════════════════════════════ */

.section_why {
    padding: 0;
}

.why-wrap {
    padding: 120px 70px;
}

.why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 64px;
}

.why-card {
    position: relative;
    background: var(--Purple-box);
    border: 1px solid rgba(140, 94, 246, 0.1);
    padding: 48px 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    overflow: hidden;
    transition: background 0.4s ease, border-color 0.4s ease;
}

.why-card:hover {
    background: var(--Purple-box-hover);
    border-color: rgba(140, 94, 246, 0.28);
}

.why-card__bg-icon {
    position: absolute;
    top: 32px;
    right: 32px;
    width: clamp(80px, 10vw, 120px);
    height: auto;
    opacity: 0.12;
    pointer-events: none;
    user-select: none;
    transition: opacity 0.4s ease;
    filter: invert(1);
}

.why-card:hover .why-card__bg-icon {
    opacity: 0.22;
}

.why-card__num {
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 500;
    color: rgba(140, 94, 246, 0.6);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.why-card__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-card__title {
    font-size: clamp(22px, 2.6vw, 36px);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--White);
    line-height: 1.0;
    letter-spacing: -0.02em;
    margin: 0;
}

.why-card__desc {
    font-size: clamp(13px, 1.05vw, 17px);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(251, 250, 255, 0.5);
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROCESS — accordion, big number left
═══════════════════════════════════════════════════════════════════════════ */

.section_process {
    padding: 0;
}

.process-wrap {
    padding: 120px 70px;
}

.process-accordion {
    margin-top: 16px;
}

.process-item {
    border-top: 1px solid rgba(251, 250, 255, 0.08);
}

.process-item:last-child {
    border-bottom: 1px solid rgba(251, 250, 255, 0.08);
}

.process-head {
    display: grid;
    grid-template-columns: clamp(120px, 16vw, 220px) 1fr auto;
    align-items: center;
    gap: 0 40px;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font-family: inherit;
}

.process-num {
    font-size: clamp(100px, 14vw, 190px);
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: -0.05em;
    color: rgba(251, 250, 255, 0.07);
    transition: color 0.4s ease;
    padding: 20px 0;
}

.process-item.is-open .process-num,
.process-head:hover .process-num {
    color: rgba(140, 94, 246, 0.25);
}

.process-title {
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: rgba(251, 250, 255, 0.45);
    line-height: 1;
    margin: 0;
    transition: color 0.4s ease;
}

.process-item.is-open .process-title,
.process-head:hover .process-title {
    color: var(--White);
}

.process-toggle {
    font-size: clamp(22px, 2vw, 32px);
    font-weight: 300;
    color: rgba(251, 250, 255, 0.3);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(251, 250, 255, 0.1);
    border-radius: 50%;
    line-height: 1;
    transition: border-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.process-item.is-open .process-toggle {
    color: var(--Light-purple);
    border-color: rgba(140, 94, 246, 0.4);
}

.process-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: clamp(120px, 16vw, 220px);
}

.process-item.is-open .process-body {
    grid-template-rows: 1fr;
}

.process-body-inner {
    overflow: hidden;
    padding-bottom: 0;
    transition: padding-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.process-item.is-open .process-body-inner {
    padding-bottom: 48px;
}

.process-desc {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 400;
    line-height: 1.55;
    color: color-mix(in srgb, var(--White) 60%, transparent);
    max-width: 640px;
    margin: 0 0 32px;
    padding-top: 8px;
}

.process-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-tag {
    font-size: clamp(11px, 0.85vw, 13px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: color-mix(in srgb, var(--White) 60%, transparent);
    background: rgba(140, 94, 246, 0.08);
    border: 1px solid rgba(140, 94, 246, 0.16);
    padding: 9px 18px;
    border-radius: 100px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.process-item.is-open .process-tag {
    background: rgba(140, 94, 246, 0.12);
    border-color: rgba(140, 94, 246, 0.28);
    color: rgba(251, 250, 255, 0.8);
}

/* ═══════════════════════════════════════════════════════════════════════════
   WORK — editorial list + hover image reveal
═══════════════════════════════════════════════════════════════════════════ */

.section_work {
    padding: 0;
}

.work-wrap {
    padding: 120px 70px;
}

.work-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
}

.work-all-link {
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 500;
    color: rgba(251, 250, 255, 0.45);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(140, 94, 246, 0.25);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}

.work-all-link:hover {
    color: var(--Light-purple);
    border-color: var(--Light-purple);
}

.work-list {
    width: 100%;
    margin-top: 0;
}

.work-rule {
    border: none;
    border-top: 1px solid rgba(251, 250, 255, 0.1);
    width: 100%;
    margin: 0;
    transition: border-color 0.4s ease;
}

.work-item {
    display: grid;
    grid-template-columns: 52px 1fr auto 36px;
    align-items: center;
    gap: 40px;
    padding: 28px 0;
    text-decoration: none;
    transition: padding-left 0.4s cubic-bezier(0.19,1,0.22,1);
    position: relative;
}

.work-item:hover {
    padding-left: 18px;
}

.work-item:hover + .work-rule,
.work-rule:has(+ .work-item:hover) {
    border-color: rgba(140, 94, 246, 0.3);
}

.work-item__num {
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 400;
    color: rgba(251, 250, 255, 0.25);
    letter-spacing: 0.08em;
    font-variant-numeric: tabular-nums;
}

.work-item__name {
    font-family: 'Lemon', 'FoundersGrotesk', sans-serif;
    font-size: clamp(28px, 4.5vw, 66px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: normal;
    font-feature-settings: "ss01" 1;
    color: var(--White);
    line-height: 1;
    transition: color 0.35s ease;
}

.work-item:hover .work-item__name {
    color: var(--Light-purple);
}

.work-item__tags {
    font-size: clamp(11px, 0.9vw, 14px);
    font-weight: 400;
    color: color-mix(in srgb, var(--White) 42%, transparent);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
}

.work-item__arrow {
    font-size: clamp(18px, 1.5vw, 24px);
    color: var(--Light-purple);
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.19,1,0.22,1);
}

.work-item:hover .work-item__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Hover image follower */
#work-hover-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 240px;
    pointer-events: none;
    z-index: 500;
    opacity: 0;
    transform: scale(0.88) rotate(-1.5deg);
    transition: opacity 0.38s cubic-bezier(0.19,1,0.22,1),
                transform 0.38s cubic-bezier(0.19,1,0.22,1);
    border-radius: 4px;
    overflow: hidden;
    will-change: transform;
}

#work-hover-img.visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

#work-hover-img__el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CTA — editorial full
═══════════════════════════════════════════════════════════════════════════ */

.section_cta {
    padding: 0;
}

.cta-wrap {
    padding: 120px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 60px;
    border-top: 1px solid rgba(251, 250, 255, 0.08);
}

.cta-display {
    font-size: clamp(64px, 9vw, 130px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 0.9;
    color: var(--White);
    margin: 0;
}

.cta-accent {
    color: var(--Light-purple);
}

.cta-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cta-sub {
    font-size: clamp(16px, 1.6vw, 22px);
    font-weight: 300;
    line-height: 1.55;
    color: rgba(251, 250, 255, 0.5);
    max-width: 520px;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — graduované odsadenie sekcií (.sheet-flex / .sheet-full)
═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
    .sheet-flex { padding: 96px 48px; }
    .sheet-full { padding: 0 48px; }
}

@media (max-width: 900px) {
    .sheet-flex { padding: 80px 32px; }
    .sheet-full { padding: 0 32px; }
}

@media (max-width: 768px) {
    .sheet-flex { padding: 64px 24px; }
    .sheet-full { padding: 0 24px; }
}

@media (max-width: 480px) {
    .sheet-flex { padding: 48px 18px; }
    .sheet-full { padding: 0 18px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE  (basic)
═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
    .hero-wrap,
    .manifesto-wrap,
    .why-wrap,
    .process-wrap,
    .work-wrap,
    .cta-wrap {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .hd-line--inline {
        flex-wrap: wrap;
        gap: 0.12em;
    }

    .hero-pill {
        height: 0.65em;
    }

    .why-cards {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .why-card {
        min-height: 240px;
    }

    .process-head {
        grid-template-columns: clamp(70px, 20vw, 110px) 1fr auto;
        gap: 0 20px;
    }

    .process-body {
        padding-left: clamp(70px, 20vw, 110px);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .stats-statement {
        text-align: left;
    }

    .work-item {
        grid-template-columns: 40px 1fr 30px;
        gap: 16px;
    }

    .work-item__tags {
        display: none;
    }

    .cta-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hero-wrap,
    .manifesto-wrap,
    .why-wrap,
    .process-wrap,
    .work-wrap,
    .cta-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-wrap {
        padding-top: 120px;
    }

    .stats-wrap {
        padding: 72px 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .headline-client {
        font-size: clamp(64px, 22vw, 200px);
    }

    .clients-logo-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .hero-wrap,
    .manifesto-wrap,
    .why-wrap,
    .process-wrap,
    .work-wrap,
    .cta-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .stats-wrap {
        padding: 56px 18px;
    }

    .clients-logo-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-box {
        padding: 32px 20px;
    }
}

/* Poistka proti horizontálnemu pretečeniu na malých zariadeniach */
@media (max-width: 480px) {
    img, video, svg, canvas {
        max-width: 100%;
    }
}

/* 3D grid je desktop showcase — na mobile skrytý (scrub je tam aj tak vypnutý) */
@media (max-width: 768px) {
    .content--spacing { display: none; }
    /* karty (prečo my + proces) sa na mobile stackujú */
    .benefit-row { flex-direction: column; gap: 16px; }
    .benefit-box { width: 100%; height: auto; min-height: 240px; padding: 40px 32px; }
    /* services: na mobile sa pilulky zjavia na TAP (hover nefunguje) */
    .buttons_container {
        position: static;
        height: auto;
        width: 100%;
        padding: 0;
        transform: none;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.45s ease;
    }
    .buttons_container .services_button { position: static; opacity: 1; }
    .services_container.is-active .buttons_container { max-height: 500px; opacity: 1; margin-top: 18px; }
    .services_container::after {
        content: 'Ťuknite pre viac +';
        display: block;
        font-size: 11px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--Light-purple);
        margin-top: 12px;
        transition: opacity 0.3s ease;
    }
    .services_container.is-active::after { opacity: 0; }
    /* 100vh sekcie netreba na mobile — menej prázdneho miesta */
    .sheet-full { height: auto; min-height: 60vh; padding-top: 100px; padding-bottom: 64px; }
    .services_container { height: auto; padding: 40px 0; }
    /* work boxy sa na mobile stackujú (obrázok hore, text dole) */
    .work_box, .work_box-reverse { flex-direction: column; gap: 24px; }
    .work_box img, .work_box-reverse img { width: 100%; max-width: 100%; height: 240px; }
    .work_box_text { width: 100%; }
    .work_container { gap: 72px; margin-top: 48px; }
}
/* na telefónoch odľahči header — LET'S WORQ je v menu */
@media (max-width: 768px) {
    .header-cta { display: none; }
    .header__inner { padding: 16px 16px; }
}
/* ── Hero — kreatívny upgrade: živé pozadie + inline video pills + CTA ──── */
.section_hero { overflow: hidden; background: radial-gradient(130% 90% at 50% -10%, color-mix(in srgb, var(--Dark-purple) 20%, transparent) 0%, transparent 55%); }
.hero-wrap { position: relative; z-index: 2; }

.hero-pill video { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-desc {
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--White) 68%, transparent);
  text-transform: none;
  line-height: 1.55;
  max-width: 460px;
}
.hero-lead { display: flex; flex-direction: column; align-items: center; gap: clamp(30px, 3.2vw, 52px); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
@media (max-width: 768px) {
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 26px; }
  .hero-actions { gap: 18px; }
}

/* ── Scrollbar — brand fialový (tenký) ──────────────────────────────────── */
html { scrollbar-width: thin; scrollbar-color: var(--Light-purple) transparent; scrollbar-gutter: stable; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: var(--Light-purple);
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover { background: var(--Dark-purple); background-clip: padding-box; }

/* ── Označenie textu (selection) — brand fialová ────────────────────────── */
::selection { background: var(--Light-purple); color: var(--White); }
::-moz-selection { background: var(--Light-purple); color: var(--White); }

/* Hero CTA — oba buttony rovnaká veľkosť/výška */
.hero-actions .button-purple,
.hero-actions .header-cta {
  margin: 0;
  height: 54px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

/* Hero podnadpis — nad buttonmi, uppercase, „predáva" hrubšie */
.hero-lead { gap: clamp(22px, 2.3vw, 38px); }
.hero-lead .hero-desc {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--White) 60%, transparent);
  max-width: 640px;
  margin-inline: auto;
}
.hero-lead .hero-desc strong { font-weight: 700; color: var(--White); }

/* Manifesto — alternate glyphy (ss01) ako v headlinoch */
.about-section .p-xxl { font-feature-settings: "ss01" 1; }
