:root{
  --green-500:#009964;
  --green-700:#00834D;
  --green-900:#004217;
  --blue-900:#213543;
  --black:#000000;
  --white:#FFFFFF;
  --gray-50:#F5F6F9;

  --radius-card:16px;
  --radius-pill:999px;

  --shadow-soft: 0 10px 30px rgba(0,0,0,.08);
  --border-soft: 1px solid rgba(33,53,67,.12);

  --container: 1200px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
a{color:inherit;text-decoration:none}
/* Ensure all large headings consistently use the hero font */
h1,h2,h3,.title,.job-title{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
img{max-width:100%;display:block}

.container{
  width: min(var(--container), calc(100% - 2rem));
  margin-inline:auto;
}

.skip-link{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.skip-link:focus{
  left:1rem;top:1rem;width:auto;height:auto;padding:.75rem 1rem;
  background:#fff;border:2px solid var(--green-500);border-radius:12px;z-index:9999;
}

.header{
  position: sticky; top:0; z-index:50;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.has-hero-video .header{
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0) 100%);
  border-bottom: 0;
}
.has-hero-video .header.is-solid{
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.nav{
  display:flex;align-items:center;justify-content:flex-start;
  padding:.5rem 0;
  gap:1rem;
}
.navlinks{
  margin-left: auto;
}
.brand{
  display:flex;align-items:center;gap:.75rem;
  font-weight:800; letter-spacing:.2px;
}
.logo{
  height:32px;
  width:auto;
  display:block;
}
.header .logo{
  filter: none;
}
.footer .logo{
  filter: none;
}
.navlinks{display:flex;align-items:center;gap:1.1rem}
.navlinks a{
  font-weight:400;
  color: rgba(15,31,40,.9);
  padding:.55rem .1rem;
  border-radius:0;
  border-bottom: 1px solid transparent;
}
.navlinks a:hover{
  background: transparent;
  color: #0f1f28;
  border-bottom-color: currentColor;
}
.navlinks a[aria-current="page"]{
  background: transparent;
  color: #0f1f28;
  border-bottom-color: currentColor;
}

.actions{display:flex;align-items:center;gap:.6rem}
.lang-switch,
.mobile-lang-switch{
  display:flex;
  align-items:center;
  gap:.35rem;
}
.lang-switch{
  padding:.2rem;
  border-radius:999px;
  background: rgba(33,53,67,.06);
  border: 1px solid rgba(33,53,67,.08);
}
.mobile-lang-switch{
  margin: .35rem .75rem .15rem;
  justify-content:flex-start;
}
.lang-btn{
  appearance:none;
  border: 0;
  background: transparent;
  color: rgba(15,31,40,.78);
  font-weight: 800;
  letter-spacing:.04em;
  border-radius:999px;
  padding:.45rem .7rem;
  line-height:1;
  cursor:pointer;
}
.lang-switch .lang-btn{
  min-width: 2.6rem;
  text-align:center;
}
.lang-btn.is-active,
.lang-btn[aria-pressed="true"]{
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(0,131,77,.16);
}
.header .actions .lang-switch{
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.header .actions .lang-btn{
  font-family: inherit;
  min-width: 0;
  padding: .55rem .1rem;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(15,31,40,.9);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.header .actions .lang-btn.is-active,
.header .actions .lang-btn[aria-pressed="true"]{
  background: transparent;
  box-shadow: none;
  color: rgba(15,31,40,.9);
}
.header .actions .lang-switch:not(.is-open) .lang-btn:not(.is-active):not([aria-pressed="true"]){
  display: none;
}
.header .actions .lang-switch.is-open .lang-btn:not(.is-active):not([aria-pressed="true"]){
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  z-index: 20;
  min-width: 100%;
  padding: .35rem .1rem .45rem;
  background: #ffffff;
}
.header .actions .lang-btn:hover{
  color: #0f1f28;
  border-bottom-color: currentColor;
}
.header .actions .lang-btn:focus-visible{
  border-bottom-color: currentColor;
}
.header .actions .lang-btn.is-active::after,
.header .actions .lang-btn[aria-pressed="true"]::after{
  content: "";
  display: inline-block;
  margin-left: .28rem;
  vertical-align: .16em;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid currentColor;
}
.mobile-drawer .lang-btn{
  color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}
.mobile-drawer .lang-btn.is-active,
.mobile-drawer .lang-btn[aria-pressed="true"]{
  background: rgba(255,255,255,.92);
  color: var(--green-700);
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.75rem 1.0rem;border-radius: var(--radius-pill);
  font-weight:700; border: 1px solid transparent;
  gap:.55rem;
  white-space:nowrap;
}
.btn-primary{
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(0,153,100,.22);
}
.btn-primary:hover{filter: brightness(.97)}
.btn-outline{
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.10);
  color: var(--white);
}
.btn-outline-dark{
  border-color: rgba(15,31,40,.25);
  background: transparent;
  color: #0f1f28;
}
.btn-outline-dark:hover{
  background: var(--green-700);
  border-color: var(--green-700);
  color: #ffffff;
}

.mobile-toggle{
  display:none;
  border: 1px solid rgba(15,31,40,.25);
  background: transparent;
  color: #0f1f28;
  border-radius: 14px;
  padding:.55rem .65rem;
}

.mobile-drawer{
  display:none;
  padding: .75rem 0 1rem;
  background: linear-gradient(90deg, var(--green-700), var(--green-500));
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.mobile-drawer a{
  display:block;
  padding:.75rem .75rem;
  border-radius:14px;
  font-weight:650;
  color: #ffffff;
  text-align: center;
}
.mobile-drawer .mobile-lang-switch{
  padding-top: .35rem;
  justify-content: flex-end;
}
.mobile-drawer a:hover{background: rgba(255,255,255,.12)}

.hero{
  position:relative;
  overflow:hidden;
  background: #ffffff;
  color: var(--blue-900);
}
.hero .container{
  padding: 4.2rem 0 3.2rem;
}
.hero.hero-banner .container{
  padding: 0;
  width: 100%;
  max-width: none;
}
.hero-banner-wrap{
  position: relative;
  height: 520px;
  overflow: hidden;
}
.hero-banner-img{
  width: 100vw;
  height: 100%;
  display: block;
  margin-left: calc(50% - 50vw);
  object-fit: cover;
}
.hero-banner-overlay{
  position: absolute;
  top: 26%;
  left: 6%;
  max-width: 420px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.hero-banner-overlay h1{
  margin:.4rem 0 .7rem;
  line-height:1.15;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing:-.2px;
}
.hero-banner-overlay p{
  margin: 0 0 1.1rem;
  color: rgba(0,0,0,.68);
  font-size: 1.05rem;
  max-width: 48ch;
}
.page-design{
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-design-wrap{
  position: relative;
  width: 100%;
  --cta1-x: 22%;
  --cta1-y: 18%;
  --cta2-x: 36%;
  --cta2-y: 18%;
}
.page-design-img{
  width: 100%;
  height: auto;
  display: block;
}
.design-cta{
  position: absolute;
  left: var(--cta1-x);
  top: var(--cta1-y);
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  background: var(--white);
  border: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.85);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.design-cta.cta-primary{
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: var(--white);
  border-color: transparent;
  left: var(--cta1-x);
  top: var(--cta1-y);
}
.design-cta.cta-secondary{
  left: var(--cta2-x);
  top: var(--cta2-y);
}
@media (max-width: 980px){
  .page-design-wrap{
    --cta1-x: 50%;
    --cta1-y: 16%;
    --cta2-x: 50%;
    --cta2-y: 22%;
  }
  .design-cta{
    width: 70%;
    max-width: 260px;
  }
}

.about-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items:center;
}
.about-hero-media{
  min-height: 360px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,.92) 20%, rgba(255,255,255,0) 55%),
    url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1400&q=60');
  background-size: cover;
  background-position:center;
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
}
.hero.hero-stats{
  background: #ffffff;
  color: var(--blue-900);
}
.hero.hero-cinema{
  position: relative;
  background: #000;
  color: #ffffff;
  min-height: 520px;
  display:flex;
  align-items:center;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:0;
}
.hero.hero-cinema::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
  z-index:1;
}
.hero-cinema .container{
  position: relative;
  z-index:2;
}
.hero-cinema .container{
  padding: 3.5rem 0;
}
.hero-cinema-content{
  max-width: 720px;
  margin-top: 20px;
}
.hero-cinema-content h1{
  color: #ffffff;
  font-size: clamp(2.5rem, 4.34vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0.5rem 0 1.4rem;
}
.btn-outline-light{
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.12);
  color: #ffffff;
}
.hero-stats-grid{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items:center;
  padding: 2rem 0;
  background: none;
}
.hero-stats-title .eyebrow{
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(33,53,67,.7);
  margin-bottom: .5rem;
}
.hero-stats-title h1{
  margin: 0;
  font-size: 18rem;
  line-height: .95;
  letter-spacing:-.8px;
}
.hero-stats-cards{
  display:grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 2.2rem 2.8rem;
  position: relative;
  z-index: 1;
}
.hero-stats-cards::before{
  content:"";
  position:absolute;
  inset: 0;
  background: url('assets/hero/map.svg') center/360px no-repeat;
  opacity: .4;
  pointer-events:none;
  z-index: 0;
}
.hero-stats-cards > *{
  position: relative;
  z-index: 1;
}
.stat-card{
  text-align:center;
}
.stat-num{
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--green-500);
}
.stat-label{
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing:.6px;
  font-size: .85rem;
  color: var(--green-700);
}
.stat-sub{
  margin-top:.25rem;
  color: rgba(33,53,67,.65);
  font-size: .92rem;
}

.glance-form{
  display:grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items:stretch;
}
.glance-form > div,
.glance-form > form{
  min-width: 0;
  display:flex;
  flex-direction: column;
}
.glance-form > div{
  order: 1;
}
.glance-form > form{
  order: 2;
}
.vedenie-intro{
  font-size:.85rem;
  color:rgba(33,53,67,.62);
  line-height:1.6;
  margin:.5rem 0 1.2rem;
  max-width:58ch;
}
.team-tiles{
  margin-top: 0;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 480px);
  max-width: 100%;
  padding: 0;
  flex: 1 1 auto;
}
.team-tile{
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 2 / 3;
  box-shadow: none;
  width: 100%;
  margin: 0;
  container-type: inline-size;
}

/* Overlay: meno + funkcia vľavo dole, fonty škálujú so šírkou dlaždice */
.team-tile-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2cqw;
  padding: 7cqw 7cqw 6cqw;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.7) 100%);
  pointer-events: none;
}
.team-tile-name{
  font-size: clamp(1rem, 8.5cqw, 1.75rem);
  font-weight: 600;
  line-height: 1.1;
}
.team-tile-role{
  font-size: clamp(.85rem, 6.2cqw, 1.3rem);
  font-weight: 400;
  line-height: 1.2;
  opacity: .85;
}
.team-tile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.team-overlay{
  position:absolute;
  inset:auto 0 0 0;
  display:flex;
  flex-direction:column;
  gap:.2rem;
  padding: 1rem 1rem .9rem;
  color:#ffffff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.65) 100%);
  align-items:flex-start;
}
.team-overlay .play{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.8);
  display:grid;
  place-items:center;
  font-size: .9rem;
  margin-bottom: .4rem;
}
.team-name{
    font-weight: 700;
    font-size: .75rem;
  }
.team-role{
    font-size: .63rem;
    color: rgba(255,255,255,.85);
  }
.contact-mini{
  display:grid;
  gap: .85rem;
  flex: 1 1 auto;
}
.contact-mini .btn{
  align-self:flex-start;
  padding: .5rem 1.1rem;
  font-size: .95rem;
  border-radius: 999px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  justify-self: start;
  width: fit-content;
  margin-top: auto;
}
.contact-mini .fields{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}
.contact-mini input,
.contact-mini select,
.contact-mini textarea{
  width: 100%;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .7rem 1rem;
  background: #f3f4f6;
  font-family: inherit;
  font-size: .95rem;
  color: #1f2937;
}
.contact-mini textarea{
  border-radius: 22px;
  resize: vertical;
  min-height: 180px;
  flex: 1 1 auto;
}
.contact-mini input::placeholder,
.contact-mini textarea::placeholder{
  color: #9aa3af;
}
.contact-mini select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #9aa3af 50%),
    linear-gradient(135deg, #9aa3af 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}
.contact-mini input:focus,
.contact-mini select:focus,
.contact-mini textarea:focus{
  outline: none;
  border-color: rgba(17, 24, 39, 0.18);
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
}
.consent{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-size: .9rem;
  color: rgba(0,0,0,.6);
  justify-content:flex-start;
  text-align:left;
  align-self:flex-start;
}

.clients-logos{
  overflow: hidden;
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
  padding: 1rem 0 .5rem;
}
.clients-logos-track{
  display:flex;
  align-items:center;
  gap: clamp(3rem, 4vw, 6rem);
  width: max-content;
  animation: logos-marquee 30s linear infinite;
}
.clients-logos img{
  height: clamp(90px, 9vw, 150px);
  max-height: none;
  width: auto;
  filter: saturate(1.05);
  opacity: .9;
  flex: 0 0 auto;
}
.clients-logos .logo-word,
.clients-logos .logo-badge{
  color: #ffffff;
  font-weight: 800;
  letter-spacing:.02em;
  font-size: 1.1rem;
}
.clients-logos .logo-badge{
  background: #ffffff;
  color: #0b1f3a;
  padding: .4rem .8rem;
  border-radius: 10px;
  font-weight: 900;
}
.clients-dark{
  background: #0f1f28;
  color: #ffffff;
  padding: 3.5rem 0 4rem;
}
.clients-header{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-bottom: 2.5rem;
  text-align: left;
}
.clients-dark .kicker{
  font-size: .85rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #ffffff;
}
.clients-dark h2{
  margin: .8rem 0 0;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.2;
  max-width: none;
  color: #ffffff !important;
}
.clients-dark .lead{
  color: rgba(255,255,255,.85) !important;
  max-width: none;
  max-width: 58ch;
  margin-inline: 0;
  text-align: left;
}
.clients-dark .clients-logos img{
  filter: brightness(0) invert(1);
  opacity: .92;
}
@keyframes logos-marquee{
  from{transform: translateX(0);}
  to{transform: translateX(-50%);}
}
@media (prefers-reduced-motion: reduce){
  .clients-logos-track{animation: none;}
}
.story-stack{
  display:grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2.5rem;
  align-items:start;
}
.story-stack .story-list{
  grid-column: 1 / 2;
}
.story-stack .story-visual{
  grid-column: 2 / 3;
  justify-self: center;
  align-self: center;
  max-width: 520px;
  width: 100%;
}
.story-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 420px;
  padding: 1.5rem;
  background: url("assets/logos/mapa transparent.svg") center / 95% auto no-repeat;
}
.stats-grid{
  width: min(520px, 100%);
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2.2rem;
  text-align:center;
}
.stat-value{
  font-size: clamp(2.3rem, 3.2vw, 3.2rem);
  font-weight: 800;
  color: var(--blue-900);
}
.stat:hover .stat-value{
  color: var(--green-700);
}
.stat:hover .stat-label{
  color: var(--green-700);
}
.stat{
  transition: transform .18s ease, color .18s ease;
}
.stat:hover{
  transform: scale(1.05);
}
.stat-label{
  margin-top: .25rem;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue-900);
  font-weight: 700;
}
.stat-note{
  margin-top: .35rem;
  color: rgba(0,0,0,.6);
  font-size: .9rem;
}
.story-list{
  position:relative;
  padding-left: 1.6rem;
}
.story-pillar{
  position:absolute;
  left: 0;
  top: .3rem;
  bottom: .3rem;
  width: 8px;
  border-radius: 999px;
  background: rgba(0,153,100,.18);
  overflow:hidden;
}
.story-pillar-fill{
  position:absolute;
  left:0; right:0; top:0;
  height: 0%;
  background: var(--green-500);
  transition: height .2s ease-out;
}
.story-item{
  padding: 1.4rem 0 1.6rem;
  border-bottom: 0;
}
.story-item:last-child{border-bottom:0}
.story-item .title{
  font-weight: 800;
  color: var(--blue-900);
}
.story-item p{
  margin:.25rem 0 0;
  color: rgba(0,0,0,.65);
}
.photo-stack{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
.photo-card{
  border-radius: 18px;
  min-height: 140px;
  background-size: cover;
  background-position:center;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}
.process{
  position:relative;
  display:grid;
  gap: 1.4rem;
  padding-left: 2rem;
}
.process-line{
  position:absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0,153,100,.25);
}
.process-step{
  display:grid;
  grid-template-columns: 24px 1fr;
  gap: 1rem;
  align-items:start;
}
.process-step .dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green-500);
  margin-top: .35rem;
}
.process-step .title{
  font-weight: 800;
  color: var(--blue-900);
}
.process-step p{
  margin:.25rem 0 0;
  color: rgba(0,0,0,.68);
}

.project-banner{
  margin: 0;
  background: var(--green-700);
}
.project-slider{
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.project-track{
  display:flex;
  width: 100%;
  transform: translateX(0);
  transition: transform .55s ease;
  will-change: transform;
}
.project-slide{
  flex: 0 0 100%;
  display:flex;
  min-height: 460px;
  margin: 0;
}
.project-slide-content{
  flex: 1 1 60%;
  padding: 2.6rem 2.4rem 3.8rem 0;
  display:flex;
  flex-direction:column;
  gap: 1rem;
}
.project-slide-image{
  flex: 0 0 40%;
  background-size: cover;
  background-position: center;
}
.project-slide .tag{
  align-self:flex-start;
  padding: .35rem .7rem;
  font-weight: 700;
  font-size: .85rem;
}
.project-slide h2{
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  font-weight: 600;
}
.project-slide p{
  margin: 0;
  color: inherit;
  opacity: .9;
  font-size: clamp(.8rem, 1vw, .95rem);
  line-height: 1.7;
}
.project-slide.theme-a{ background: var(--green-700); color: #fff; }
.project-slide.theme-b{ background: #d7f2e6; color: #2d2d2d; }
.project-slide.theme-c{ background: #f5f6f9; color: #2d2d2d; }
.project-slide.theme-a .tag{ background: rgba(255,255,255,.18); color:#fff; }
.project-slide.theme-b .tag,
.project-slide.theme-c .tag{ background: rgba(0,0,0,.06); color: #2d2d2d; }
.project-chips{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}
.project-chip{
  font-size:.62rem;
  font-weight:700;
  padding:.22rem .65rem;
  border-radius:999px;
  letter-spacing:.02em;
  white-space:nowrap;
  background:rgba(255,255,255,.18);
  color:#fff;
}
.theme-b .project-chip,
.theme-c .project-chip{
  background:rgba(33,53,67,.09);
  color:var(--blue-900);
}

.project-dots{
  position: absolute;
  left: 0.5em;
  bottom: 1.5rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  z-index: 2;
}
.project-dot{
  appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background .2s, transform .2s, width .2s;
}
.project-dot:hover{ background: rgba(255,255,255,.7); }
.project-dot.is-active{
  background: #fff;
  width: 22px;
  border-radius: 999px;
}
/* Theme-aware dots: when current slide is light, switch dots to dark */
.project-slider:has(.project-slide.theme-b.is-current) .project-dot,
.project-slider:has(.project-slide.theme-c.is-current) .project-dot{
  background: rgba(33,53,67,.4);
}
.project-slider:has(.project-slide.theme-b.is-current) .project-dot:hover,
.project-slider:has(.project-slide.theme-c.is-current) .project-dot:hover{
  background: rgba(33,53,67,.7);
}
.project-slider:has(.project-slide.theme-b.is-current) .project-dot.is-active,
.project-slider:has(.project-slide.theme-c.is-current) .project-dot.is-active{
  background: #213543;
}

@media (max-width: 980px){
  .about-hero{grid-template-columns: 1fr}
  .about-hero-media{min-height: 280px}
  .hero-stats-grid{grid-template-columns: 1fr}
  .hero-stats-cards{grid-template-columns: 1fr}
  .clients-map{grid-template-columns: 1fr}
  .story-stack{grid-template-columns: 1fr}
  .photo-stack{grid-template-columns: 1fr}
  .glance-form{grid-template-columns: 1fr}
  .contact-mini .fields{grid-template-columns: 1fr}
}
@media (max-width: 980px){
  .hero-banner-overlay{
    position: static;
    max-width: 100%;
    margin: 1rem;
  }
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items:center;
}
.kicker{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.35rem .75rem;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight:600;
  width: fit-content;
}
.hero-panel{
  padding: 1.8rem 0;
  max-width: 520px;
}
.hero-panel h1{
  margin:.8rem 0 .7rem;
  line-height:1.08;
  font-size: clamp(2.2rem, 4.4vw, 3.7rem);
  letter-spacing:-.5px;
}
.hero-panel p{
  margin: 0 0 1.3rem;
  color: rgba(0,0,0,.68);
  font-size: 1.05rem;
  max-width: 52ch;
}
.hero:not(.hero-banner) h1{
  margin:.8rem 0 .7rem;
  line-height:1.15;
  font-size: clamp(2.5rem, 4.34vw, 3.25rem);
  font-weight: 700;
  letter-spacing:-.2px;
}
.hero:not(.hero-banner) p{
  margin: 0 0 1.3rem;
  color: rgba(0,0,0,.68);
  font-size: 1.05rem;
  max-width: 52ch;
}
.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}

.hero-media{
  position:relative;
  min-height: 340px;
  border-radius: 24px;
  background: #f3f5f7;
  border: 0;
  box-shadow: 0 28px 70px rgba(0,0,0,.10);
  overflow:hidden;
}
.hero-media .mock-photo{
  position:absolute; inset: 0;
  border-radius: 0;
  background:
    url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1400&q=60');
  background-size: cover;
  background-position:center;
  filter: saturate(1.05);
}
.hero-media::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,.95) 20%, rgba(255,255,255,0) 55%);
  z-index:1;
}
.hero-media .mock-photo{z-index:0}
.stat-chips{
  position:absolute; left: 18px; bottom: 18px;
  display:flex; gap:.5rem; flex-wrap:wrap;
  z-index:2;
}
.chip{
  background: rgba(255,255,255,.92);
  color: rgba(0,0,0,.86);
  border-radius: var(--radius-pill);
  padding:.45rem .7rem;
  font-weight:700;
  font-size:.9rem;
  border: 1px solid rgba(33,53,67,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.section{padding: 4rem 0}
.section.alt{background: var(--gray-50)}
.banner-text{
  background: #ffffff;
  padding: 4.5rem 0;
}
.banner-text p{
  margin: 0;
  max-width: 92ch;
  color: rgba(0,0,0,.72);
  line-height: 1.7;
  font-size: 1rem;
}
.section.stats-band{
  background: #ffffff;
}
.section h2{
  margin:0 0 1.2rem;
  color: var(--blue-900);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height:1.15;
  letter-spacing:-.2px;
  font-weight: 600;
}
.section .lead{
  margin:0 0 2rem;
  color: rgba(0,0,0,.68);
  max-width: 75ch;
}

.grid{
  display:grid;
  gap: 1.1rem;
}
.grid.cols-4{grid-template-columns: repeat(4, 1fr)}
.grid.cols-3{grid-template-columns: repeat(3, 1fr)}
.grid.cols-2{grid-template-columns: repeat(2, 1fr)}

.expertise-cloud{
  position:relative;
  display:block;
  width: 560px;
  height: 560px;
  margin: 0 auto;
}
.expertise-cloud .pill{
  position:absolute;
  background: rgba(0,153,100,.10);
  color: var(--green-700);
  border: 1px solid rgba(0,153,100,.18);
  width: 160px;
  height: 160px;
  padding: 1rem;
  border-radius: 50%;
  font-weight: 800;
  text-align:center;
  display:grid;
  place-items:center;
  line-height:1.2;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.expertise-cloud .pill:nth-child(1){top: 0; left: 50%; transform: translateX(-50%);}
.expertise-cloud .pill:nth-child(2){top: 150px; right: 0;}
.expertise-cloud .pill:nth-child(3){bottom: 30px; right: 90px;}
.expertise-cloud .pill:nth-child(4){bottom: 30px; left: 90px;}
.expertise-cloud .pill:nth-child(5){top: 150px; left: 0;}
.expertise-center{
  position:absolute;
  inset: 0;
  display:grid;
  place-items:center;
  pointer-events:none;
  font-weight: 850;
  color: var(--blue-900);
  text-align:center;
}
.expertise-cloud::before{
  content:"";
  position:absolute;
  inset: 52px;
  border-radius: 50%;
  border: 1px dashed rgba(0,153,100,.15);
}

.impact-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items:start;
}
.impact-map{
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  justify-self:end;
  max-width: 520px;
}
.impact-map img{
  width:100%;
  height:auto;
  display:block;
}
.impact-cards{
  margin-top: .5rem;
}

.blob-grid{
  display:grid;
  gap: 1.4rem;
  grid-template-columns: repeat(4, 1fr);
}
.blob-card{
  position:relative;
  min-height: auto;
  padding: .6rem 1rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:.15rem;
  overflow:hidden;
  text-align:center;
}
.blob-card .stat{
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 900;
  line-height:1;
  letter-spacing:-.5px;
  color: var(--green-500);
}
.blob-card .label{
  font-weight: 850;
  font-size: 1rem;
  letter-spacing:.4px;
  text-transform: uppercase;
  color: var(--green-700);
}
.blob-card .meta{
  color: rgba(33,53,67,.65);
  font-size: .95rem;
}

.card{
  background: var(--white);
  border-radius: var(--radius-card);
  border: var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
}
.card .title{
  font-weight:800;
  margin:.15rem 0 .35rem;
  color: var(--blue-900);
}
.card p{margin:.25rem 0 0;color: rgba(0,0,0,.7)}
.card.small{padding:1rem}
.card.hover:hover{transform: translateY(-2px); transition: .15s ease; box-shadow: 0 14px 40px rgba(0,0,0,.10)}

.logo-strip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 2.2rem;
  padding: 1.2rem 0 .2rem;
  flex-wrap:wrap;
}
.logo-strip img{
  height: 80px;
  width: 140px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-strip img:hover{
  filter: grayscale(0%);
  opacity: 1;
}
.logo-dots{
  display:flex;
  justify-content:center;
  gap:.45rem;
  margin-top: 1.1rem;
  align-items:center;
  flex-wrap:nowrap;
}
.logo-dots .dot{
  width:6px;height:6px;border-radius:999px;
  background: rgba(0,0,0,.35);
  position: relative;
}
.logo-dots .dot.active{
  width:14px;height:14px;
  background: transparent;
  border: 1px solid rgba(0,0,0,.45);
}
.logo-dots .dot.active::after{
  content:"";
  position:absolute;
  inset: 4px;
  border-radius:50%;
  background: rgba(0,0,0,.7);
}

.icon-badge{
  width:44px;height:44px;border-radius: 14px;
  background: rgba(0,153,100,.10);
  border: 1px solid rgba(0,153,100,.18);
  display:grid;place-items:center;
  margin-bottom:.75rem;
}
.icon-badge svg{width:22px;height:22px;fill: var(--green-700)}

.jobs{display:grid; gap:1rem;}
.job-card{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:1rem 1.1rem;
  border-radius: 18px;
  border: var(--border-soft);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}
.job-left{display:flex;flex-direction:column;gap:.25rem}
.job-title{font-weight:850;color: var(--blue-900)}
.tags{display:flex; gap:.45rem; flex-wrap:wrap}
.tag{
  font-size:.82rem;
  padding:.25rem .55rem;
  border-radius: var(--radius-pill);
  background: rgba(33,53,67,.06);
  border: 1px solid rgba(33,53,67,.08);
  color: rgba(0,0,0,.72);
  font-weight:650;
}
.tag.green{background: rgba(0,153,100,.10); border-color: rgba(0,153,100,.18);}

.quote-band{
  padding: 3.5rem 0;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: var(--white);
}
.quote-band .quote{
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  font-weight: 850;
  line-height:1.2;
  margin:0;
}
.quote-band .sub{
  margin:.7rem 0 0;
  color: rgba(255,255,255,.9);
  max-width: 70ch;
}

/* ================================================================
   COMPETENCIES – expandable cards on dark background
   ================================================================ */
.competencies-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible;
  margin-bottom:0;
}
.comp-item{
  background:#0f1f28;
  padding:1.4rem 1.5rem 1.2rem 0;
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.comp-item-icon{
  width:38px;height:38px;border-radius:9px;
  background:rgba(0,153,100,.18);color:var(--green-500);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:.3rem;flex-shrink:0;
}
.comp-item-icon svg{width:18px;height:18px}
.comp-item h3{
  font-size:.92rem;font-weight:700;line-height:1.3;
  color:#fff;margin:0;
}
.comp-item-desc{
  font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.7;
}
@media(max-width:900px){
  .competencies-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .competencies-grid{grid-template-columns:1fr}
  .comp-item{padding:1.1rem 1.1rem 1rem 0}
}

/* ================================================================
   TECHNOLOGY LOGOS – static two-row grid (light bg)
   ================================================================ */
.tech-logos{
  width:100%;
  padding:1.2rem 0 .4rem;
}
.tech-logos-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:2rem 2.8rem;
  margin-bottom:1.6rem;
}
.tech-logos-row:last-child{margin-bottom:0}
.tech-logos img{
  height:100px;
  width:auto;
  max-width:200px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.6;
  transition:filter .25s,opacity .25s;
  flex:0 0 auto;
}
.tech-logos img.tech-logo-vue{
  height: 80px;
}
@media (hover: hover){
  .tech-logos img:hover{
    filter:grayscale(0%);
    opacity:1;
  }
}
@media(max-width:720px){
  .tech-logos-row{gap:1.8rem 1.6rem}
  .tech-logos img{height:90px;max-width:180px}
  .tech-logos img.tech-logo-vue{height:74px}
}
@media(max-width:520px){
  .tech-logos-row{gap:1.6rem 1.4rem}
  .tech-logos img{height:80px;max-width:160px}
  .tech-logos img.tech-logo-vue{height:66px}
}
@media(max-width:380px){
  .tech-logos-row{gap:1.4rem 1.2rem}
  .tech-logos img{height:70px;max-width:140px}
  .tech-logos img.tech-logo-vue{height:58px}
}

/* Collapsed state: ukáže iba prvé 2 riadky — na všetkých viewportoch */
.tech-logos:not(.is-expanded) .tech-logos-row{
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
/* Fade-out gradient na spodku collapsed pre vizuálny náznak že je tu viac */
.tech-logos:not(.is-expanded) .tech-logos-row::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
  pointer-events: none;
}
.tech-logos-toggle{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem auto 0;
  padding: .7rem 1.5rem;
  background: transparent;
  color: var(--green-700);
  border: 1px solid var(--green-700);
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
  width: fit-content;
}
.tech-logos-toggle:hover,
.tech-logos-toggle:focus-visible{
  background: var(--green-700);
  color: #fff;
}
@media (max-width: 720px){
  .tech-logos:not(.is-expanded) .tech-logos-row{ max-height: 220px; }
}
@media (max-width: 520px){
  .tech-logos:not(.is-expanded) .tech-logos-row{ max-height: 200px; }
}
@media (max-width: 380px){
  .tech-logos:not(.is-expanded) .tech-logos-row{ max-height: 180px; }
}

/* Contact form on dark background */
.clients-dark .contact-mini input,
.clients-dark .contact-mini select,
.clients-dark .contact-mini textarea{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.15);
  color: #fff;
}
.clients-dark .contact-mini input::placeholder,
.clients-dark .contact-mini textarea::placeholder{
  color: rgba(255,255,255,.45);
}
.clients-dark .contact-mini select{
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.5) 50%),
    linear-gradient(135deg, rgba(255,255,255,.5) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.08);
}
.clients-dark .contact-mini select option{
  background: #0f1f28;
  color: #fff;
}
.clients-dark .contact-mini input:focus,
.clients-dark .contact-mini select:focus,
.clients-dark .contact-mini textarea:focus{
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(0,153,100,.2);
}
.clients-dark .vedenie-intro{
  color: rgba(255,255,255,.6);
}

.footer{
  background: #f5f6f8;
  color: var(--blue-900);
  padding: 3rem 0 2rem;
}
.footer a{color: var(--blue-900)}
.footer a:hover{color: var(--green-700)}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 1.5rem;
}
@media (max-width: 760px){
  .footer-grid{
    grid-template-columns: 1fr;
    gap: 1.6rem;
    text-align: center;
  }
  .footer-grid > :first-child{
    order: 1;
    margin-top: .5rem;
  }
  .footer-grid .brand,
  .footer-grid .footer-social{
    justify-content: center;
  }
  .footer .small{
    margin-top: .65rem;
  }
}
.footer h3{margin:0 0 .75rem;font-size:1.05rem}
.footer p{margin:.25rem 0 0;color: rgba(33,53,67,.65)}
.footer .small{margin-top:1.5rem;color: rgba(33,53,67,.45);font-size:.9rem}

.filters{
  display:flex;gap:.65rem;flex-wrap:wrap;align-items:center;
  margin-bottom:1rem;
}
.select{
  appearance:none;
  padding:.65rem .9rem;
  border-radius: var(--radius-pill);
  border: var(--border-soft);
  background: var(--white);
  font-weight:650;
  color: rgba(0,0,0,.82);
}

.sticky-apply{
  position: fixed;
  left: 0; right:0; bottom: 0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-top: var(--border-soft);
  padding: .75rem 0;
  z-index: 60;
  display:none;
}
.sticky-apply .bar{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
}
.sticky-apply strong{color: var(--blue-900)}
.sticky-apply .muted{color: rgba(0,0,0,.6); font-weight:600}

@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr;}
  .hero-media{min-height: 300px}
  .grid.cols-4{grid-template-columns: repeat(2,1fr)}
  .grid.cols-3{grid-template-columns: repeat(2,1fr)}
  .blob-grid{grid-template-columns: repeat(2,1fr)}
  .impact-grid{grid-template-columns: 1fr}
  .expertise-cloud{
    width:auto;
    height:auto;
    display:grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .expertise-cloud::before{display:none}
  .expertise-cloud .pill{
    position:static;
    transform:none;
    margin: 0 auto;
  }
  .expertise-center{
    position:static;
    margin-top: .5rem;
  }
}
@media (max-width: 760px){
  .navlinks, .actions .btn-outline-dark{display:none}
  .mobile-toggle{display:inline-flex}
  .actions{margin-left:auto}
  /* .mobile-drawer display is controlled by JS to avoid flash */
  .grid.cols-2{grid-template-columns: 1fr}
  .grid.cols-3{grid-template-columns: 1fr}
  .grid.cols-4{grid-template-columns: 1fr}
  .blob-grid{grid-template-columns: 1fr}
  .job-card{flex-direction:column;align-items:flex-start}
  .sticky-apply{display:block}
}

/* ============================================================
   Contact form — status, loading, honeypot
   ============================================================ */

/* Hide honeypot visually and from layout */
.hp-field{
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  tab-index: -1;
}

/* Field wrapper keeps error messages in flow */
.field-wrap{
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

/* Cloudflare Turnstile container */
.form-captcha{
  margin: .5rem 0 .25rem;
  min-height: 65px;
}

/* Form status message */
.form-status{
  display: none;
  padding: .75rem 1rem;
  border-radius: 12px;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.4;
}
.form-status.is-success{
  display: block;
  background: rgba(0, 153, 100, .12);
  color: #00693c;
  border: 1px solid rgba(0, 153, 100, .25);
}
.form-status.is-error{
  display: block;
  background: rgba(200, 30, 30, .08);
  color: #b91c1c;
  border: 1px solid rgba(200, 30, 30, .18);
}

/* Submit button loading state */
.btn-spinner{
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(15,31,40,.25);
  border-top-color: #0f1f28;
  border-radius: 50%;
  animation: spin .7s linear infinite;
  flex-shrink: 0;
}
.contact-mini.is-loading .btn-spinner{ display: inline-block; }
.contact-mini.is-loading .btn-text{ opacity: .5; }
.contact-mini.is-loading button[type="submit"]{ pointer-events: none; }

@keyframes spin{
  to{ transform: rotate(360deg); }
}

/* Input invalid highlight (after first submit attempt) */
.contact-mini.was-submitted input:invalid,
.contact-mini.was-submitted textarea:invalid,
.contact-mini.was-submitted input[aria-invalid="true"],
.contact-mini.was-submitted textarea[aria-invalid="true"]{
  border-color: rgba(200, 30, 30, .45);
  background: rgba(200, 30, 30, .04);
}

/* Technology logo strip — correct sizing for standalone logos */
.logo-strip img{
  height: 64px;
  width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.65;
}
.logo-strip img:hover{
  filter: grayscale(0%);
  opacity: 1;
}

/* Hero actions buttons */
.hero-actions{
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: .5rem;
}
.btn-outline-light{
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.12);
  color: #ffffff;
}
.btn-outline-light:hover{
  background: rgba(255,255,255,.22);
}

/* ── Footer social icons ─────────────────────────────────── */
.footer-social{
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
}
.footer-social-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef0f5;
  border: 0;
  color: rgba(33,53,67,.62);
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.footer-social-link:hover{
  background: #e2e6ed;
  color: rgba(33,53,67,.82);
  transform: translateY(-1px);
}

/* ── Responsive overrides ────────────────────────────────── */

/* When viewport drops below container max — slider stretches to right edge */
@media (max-width: 1200px){
  .project-slider{
    width: calc(100% - 1rem);
    margin-left: 1rem;
    margin-right: 0;
  }
}

/* Tablet: 761px – 980px */
@media (max-width: 980px){
  .project-slide{
    min-height: 380px;
  }
  .project-slide-content{
    flex: 1 1 55%;
    padding: 2.2rem 1.8rem 3.4rem 0;
  }
  .project-slide-image{
    flex: 0 0 45%;
  }
}

/* Mobile: ≤ 760px */
@media (max-width: 760px){

  /* Sections */
  .section{ padding: 2.5rem 0; }
  .banner-text{ padding: 2.5rem 0; }
  .clients-dark{ padding: 2.5rem 0 3rem; }

  /* Hero */
  .hero.hero-cinema{ min-height: 400px; }
  .hero-cinema .container{ padding: 2rem 0; }
  .hero-cinema-content h1{
    font-size: clamp(1.95rem, 7.5vw, 2.7rem);
    margin-bottom: 1rem;
  }
  .hero-actions{ gap: .5rem; }
  .hero-actions .btn{ padding: .65rem .9rem; font-size: .92rem; }

  /* Project slider: hide image, full-width text */
  .project-slide{
    min-height: 0;
  }
  .project-slide-image{ display: none; }
  .project-slide-content{
    flex: 1 1 100%;
    padding: 2.2rem 1.25rem 3rem 0;
  }
  .project-dots{
    left: 0;
    right: 0;
    bottom: 1.1rem;
    justify-content: center;
  }

  /* Team: 2 columns on mobile too (just 2 people) */
  .team-tiles{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-tile{ min-height: 170px; }

  /* Stats */
  .stats-grid{ gap: 1.2rem 1.4rem; }
  .stat-value{ font-size: clamp(2rem, 7vw, 2.6rem); }

  /* Contact form */
  .glance-form{ gap: 2rem; }

  /* Story */
  .story-stack{
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .story-stack .story-list,
  .story-stack .story-visual{
    grid-column: auto;
    width: 100%;
    max-width: 100%;
  }
  .story-visual{
    min-height: 260px;
    padding: 1rem 0;
    background-size: contain;
    background-position: center top;
  }
  .stats-grid{
    width: 100%;
    gap: 1rem 1.2rem;
  }
  .story-list{
    padding-left: 1rem;
  }

  /* Client logos */
  .clients-logos img{ height: clamp(72px, 18vw, 110px); }
  .clients-logos-track{ gap: 2.5rem; }

  /* Footer */
  .footer{ padding: 2.5rem 0 1.5rem; }

  .story-item{ padding: 1rem 0 1.2rem; }

  /* General spacing */
  .section h2{ font-size: clamp(1.4rem, 5vw, 1.9rem); }
  .section .lead{ font-size: .95rem; }
  .banner-text p{ font-size: .95rem; }
}
