/* GENERATED FILE — DO NOT EDIT DIRECTLY.
   Logos Publicity — pages/home.css
   Edit assets/css/src/ (see src/README.md), then run: node scripts/build-css.mjs
   Asset version: 20260814-about3
*/

/* === from src/page-home.css === */
/**
 * homepage.css — Logos Publicity Limited
 *
 * Owns: #hero, #about (incl. velo slider), #services, #clients, #team.
 * Load order: tokens → reboot → layout → style (shared) → header → homepage.
 * Extracted About/velo base lives first; section overrides follow (win in cascade).
 */

/* ============================================================
   EXTRACTED from style.src.css — homepage-only About / velo / section-title
   Verified: #about, velo-slide, section-title, skills bars → index.html only
   ============================================================ */

#about {
  margin: 0;
  width: 100%;
  overflow: visible;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#about {
  font-family: "Montserrat",sans-serif;
  line-height: 1.5;
}

.about a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.velo-slides {
  z-index: 8;
  position: relative;
  height: 90vh;
  background-color: #111;
}
.velo-slides[data-velo-slider=on] {
  overflow: hidden;
}

.velo-slide {
  height: 90vh;
  z-index: 4;
}
@media (min-width: 54em) and (max-width: 65em) {
  .velo-slide {
    font-size: 80%;
  }
}
@media (min-width: 54em) and (min-height: 0) and (max-height: 45em) {
  .velo-slide {
    font-size: 70%;
  }
}
[data-velo-slider=on] .velo-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.velo-slide.is-active {
  z-index: 8;
  opacity: 1;
}
.velo-slide__bg {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #111;
  padding-right: 90px;    
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: transparent;
  overflow: hidden;
}
.velo-slide__bg:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: transparent;
}
.velo-slide__figure {
  z-index: 0;
  position: relative;    
  height: 75%;
  width: 50%;
  top: 0;
  left: 0;    
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease;
  float: right;   
  top: 7.5%;  
  /*background-size: 95%;*/    
}
.is-hovering .velo-slide__figure {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.velo-slide__vid-wrap {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.velo-slide__vid-wrap:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: #111;
}
.is-hovering .velo-slide__vid-wrap {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.velo-slide__vid {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.velo-slide__header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding: 6%;
}

.velo-slide--long .velo-slide__header {
  overflow: hidden;
}

.velo-slide--long .velo-slide__title {
  flex-shrink: 0;
}

.velo-slide--long .velo-slide__text {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.25rem;
}

@media (min-width: 866px) {
  .velo-slide--skills .velo-slide__header {
    overflow: hidden;
  }

  .velo-slide--skills .skills-bar-container {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    margin-top: 0.5rem;
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 36em;
    text-align: left;
  }

  .velo-slide--skills .skills-bar-container li {
    width: 100%;
    max-width: 36em;
    padding-left: 0;
    padding-right: 0;
  }
}

.velo-slide__meta {
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.5em 0 1em;
  opacity: 0.65;
}

.velo-slide__pretitle {
  color: #000;
  max-width: 22em;
}

@media (min-width: 54em) {
  .velo-slide__pretitle {
    margin-left: 7%;
  }
}
.velo-slide__title {
  font-family: "Montserrat", sans-serif;    
  margin-bottom: 0.1em;
  line-height: 1.3;
  color: #000;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 2em;
}

@media (min-width: 54em) {
  .velo-slide__title {
    font-size: 2.3em;
  }
}
@media (min-width: 65em) {
  .velo-slide__title {
    font-size: 2.5em;
  }
}
@media (min-width: 91em) {
  .velo-slide__title {
    font-size: 2.5em;
  }
}
.velo-slide__text {
  color: #000;
  max-width: 40em;
  display: block;
  margin: 0%;
  line-height: 1.6;
  font-size: 15px;
  text-align: justify;
}

/* About UX: improve readability without changing global typography */
#about .velo-slide__text {
  text-align: left;
}

/* About UX: subtle mobile swipe cue */
.velo-swipe-hint {
  display: none;
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}

@media (max-width: 865px) {
  .velo-swipe-hint {
    display: block;
  }
}

.velo-slide__btn {
  opacity: 0;
  flex-shrink: 0;
  margin-top: 0.75rem;
}

.velo-slide__btn > a {
  position: relative;
  display: inline-block;
}

.velo-slide__btn > a::before {
  content: "";
  position: absolute;
  inset: -8px -10px;
}
@media (min-width: 54em) {
  .velo-slide__text {
    font-size: 15px;
  }

  .velo-slide__btn {
    margin-left: 1vw;
  }
}
.is-active .velo-slide__btn {
  opacity: 1;
}
.velo-slide__btn > a > span {
  opacity: 0;
  overflow-y: hidden;
  transform: translate3d(0, 100%, 0);
}
.is-active .velo-slide__btn > a > span {
  opacity: 1;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease, opacity 0.8s ease;
}

.velo-slides[data-velo-theme=light] {
  background: transparent;
  /*border: 1em solid transparent;*/
}
.velo-slides[data-velo-theme=light] .velo-slide__bg {
  color: #c5cac5;
}

[data-velo-theme=dark] {
  background: #111;
}
[data-velo-theme=dark] .velo-slides__bg {
  background-color: #111;
  filter: grayscale(100%);
}

.oh  {
  display: block;
  overflow-y: hidden;
  padding: 0.02em 0;
}

.oh span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}

.is-active .oh span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}

.is-active .oh:nth-of-type(2n) span {
  transition-delay: 0.2s;
}


.velo-slides-nav {
  /* Bottom-centered control cluster — visible on desktop + mobile */
  position: absolute;
  z-index: 91;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35em;
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: 0.4rem 0.65rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
}

.velo-slides-nav__count {
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1;
  user-select: none;
  white-space: nowrap;
  margin: 0 0.15rem;
  padding: 0;
  border: 0;
}
.velo-slides-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.velo-slides-nav li:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35em;
  margin-bottom: 0;
}
.velo-slides-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.velo-slides-nav a::before {
  content: "";
  position: absolute;
  inset: -10px;
}
.velo-slides-nav a:hover {
  color: #000;
  transform: scale(1.05);
  transition: color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}
.velo-slides-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.velo-slides-nav i {
  font-size: 1.1rem;
  line-height: 1;
}
@media (min-width: 54em) {
  .velo-slides-nav i {
    font-size: 0.95rem;
  }
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ssicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-chev:before {
  content: "";
}

.icon-right-chev:before {
  content: "";
}

.icon-up-chev:before {
  content: "";
}

.icon-left-chev:before {
  content: "";
}

.icon-up-arrow:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

/*----------responsive velo slides---------*/

@media (min-width:1375px) and (max-width:1455px){
.velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 75%;
  width: 40%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease;
  float: right;
  top: 8%;
}
.velo-slide__text {
  color: #000;
  max-width: 40em;
  display: block;
  margin: 0%;
  line-height: 1.6;
  text-align: justify;
}   
}

@media (min-width:1200px) and (max-width:1375px){
 .velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 75%;
  width: 40%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease;
  float: right;
  top: 8%;
}   
}

@media (min-width:1000px) and (max-width:1200px){
 .velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 75%;
  width: 40%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease;
  float: right;
  top: 8%;
}    
}

@media (min-width:800px) and (max-width:1040px){
 .velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 75%;
  width: 40%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease;
  float: right;
  top: 8%;
} 
.velo-slide__text {
  color: #000;
  max-width: 30em;
  display: block;
  margin: 0%;
  line-height: 1.6;
  text-align: justify;
} 
}

@media (min-width:0px) and (max-width:865px){
.velo-slide__figure {
  display: block;
  width: 100%;
  float: none;
  top: 0;
  background-size: cover;
  background-position: center;
}
}

/*--------------------------------------------------------------
# Velo repair — mobile/tablet stacked panels
--------------------------------------------------------------*/
@media (max-width: 865px) {
  #about.about-section {
    padding-top: clamp(1.5rem, 4vw, 2.25rem);
    overflow: visible;
  }

  #about .section-title {
    margin: 0;
    padding-bottom: var(--section-heading-gap, 1.5rem);
    max-width: 100%;
  }

  #about .section-title h2 {
    font-size: var(--section-heading-size, clamp(3.5rem, 7vw, 6.875rem));
    line-height: 0.9;
    margin-bottom: 0;
  }

  #about .velo-slides {
    margin-top: 0;
    padding-top: 0;
    /* Content-driven height on mobile — not a fixed vh trap */
    height: auto;
    min-height: 0;
    max-height: none;
    background: #fff;
    overflow: visible;
  }

  .velo-slides[data-velo-theme=light] {
    background: #fff;
  }

  [data-velo-slider=on] .velo-slide {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  [data-velo-slider=on] .velo-slide.is-active {
    position: relative;
    inset: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 3;
  }

  .velo-slide__bg {
    position: relative;
    flex: 0 0 auto;
    height: auto;
    width: 100%;
    padding-right: 0;
    transform: none !important;
    overflow: hidden;
  }

  .velo-slide__bg::after {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
  }

  .velo-slide__figure {
    width: 100%;
    height: clamp(160px, 38vw, 220px);
    float: none;
    top: 0;
    transform: none !important;
  }

  .velo-slide__header {
    position: relative;
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
    z-index: 2;
    background: #fff;
    overflow: visible;
    padding: 1rem 1.25rem 1.5rem;
    justify-content: flex-start;
    transform: none !important;
  }

  .velo-slide__title {
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 0.35rem;
    flex-shrink: 0;
  }

  .velo-slide__meta {
    flex-shrink: 0;
    font-size: 0.62rem;
    margin: 0 0 0.65rem;
    opacity: 0.8;
    color: #333;
  }

  .velo-slide__text {
    flex: 0 0 auto;
    min-height: 0;
    max-width: none;
    max-height: none;
    font-size: 0.875rem;
    line-height: 1.55;
    text-align: left;
    overflow: visible;
    padding-right: 0;
  }

  .velo-slide--long .velo-slide__text {
    overflow: visible;
    max-height: none;
  }

  .velo-slide__btn {
    flex-shrink: 0;
    margin-top: 0.85rem;
    padding-top: 0;
    opacity: 1;
  }

  .velo-slide__btn > a > span {
    opacity: 1;
    transform: none;
  }

  .velo-slide__btn .btn-draw {
    margin-left: 0;
    color: #111;
  }

  .velo-slide__btn .btn-draw::before,
  .velo-slide__btn .btn-draw::after,
  .velo-slide__btn .btn-draw .btn-draw__text::before,
  .velo-slide__btn .btn-draw .btn-draw__text::after,
  .velo-slide__btn .btn-draw .btn-draw__text > span::before,
  .velo-slide__btn .btn-draw .btn-draw__text > span::after {
    display: none !important;
  }

  .velo-slide__btn .btn-draw .btn-draw__text {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.55rem 0;
    transform: none;
    border-bottom: 1px solid #111;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .velo-slide .skills-bar-container {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
    margin-top: 0.35rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    transform: none;
    padding-right: 0;
  }

  .velo-slide .skills-bar-container li {
    width: 100%;
    max-width: 100%;
    padding: 0.4rem 0;
    margin-bottom: 0.1rem;
  }

  .velo-slide .skills-bar-container li .progressbar-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding-right: 0;
  }

  .velo-slide .skills-bar-container li .progressbar-title p {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.78rem;
    line-height: 1.35;
    margin: 0;
    padding-right: 0.25rem;
  }

  .velo-slide .skills-bar-container li .progressbar-title .percent {
    position: static;
    flex: 0 0 auto;
    font-size: 0.68rem;
    line-height: 1.35;
    opacity: 0.55;
    white-space: nowrap;
  }

  .velo-slide .skills-bar-container li .bar-container {
    height: 2px;
    margin-top: 0.4rem;
    border-radius: 1px;
  }

  .velo-slide .skills-bar-container li .bar-container .progressbar {
    border-radius: 1px;
  }

  .velo-slides-nav {
    left: 50%;
    right: auto;
    bottom: 0.75rem;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    gap: 0.45rem;
    z-index: 10;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 999px;
    padding: 0.35rem 0.6rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .velo-slides-nav__list {
    margin: 0;
    padding: 0;
  }

  .velo-slides-nav__list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    margin: 0;
  }

  .velo-slides-nav__list li:first-child {
    margin-bottom: 0;
  }

  .velo-slides-nav__count {
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-right: 0.15rem;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 0.1rem;
    line-height: 1;
  }

  .velo-slides-nav a {
    box-shadow: none;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    line-height: 1;
  }

  .velo-slides-nav a.inactive {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }

  .velo-slides-nav i {
    font-size: 0.95rem;
    line-height: 1;
  }
}

/*--------------------------------------------------------------
# Skills TEST
--------------------------------------------------------------*/
/*.skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;  
  z-index: -10;    
}
*/
.skills-bar-container li {
  position: relative;
  display:block;    
  width: 670px;
  height: 100%;    
  padding: 5px;
  margin-bottom: 0px;    
}
.skills-bar-container li .progressbar-title {
  color: #000;
}
.skills-bar-container li .progressbar-title p {
  display: inline-block;
  line-height: 1.2;    
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
}
.skills-bar-container li .bar-container {
  background-color: gainsboro;
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 0px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* About skills: only animate bars when slide is active */
.velo-slide--skills .skills-bar-container li .bar-container .progressbar {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.velo-slide--skills.is-active .skills-bar-container li .bar-container .progressbar {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}
.skills-bar-container li .bar-container #progress-adv {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.skills-bar-container li .bar-container #progress-brand {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.skills-bar-container li .bar-container #progress-design {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.skills-bar-container li .bar-container #progress-pub-books {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.skills-bar-container li .bar-container #progress-media {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.skills-bar-container li .bar-container #progress-photo {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.skills-bar-container li .bar-container #progress-events {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.skills-bar-container li .bar-container #progress-web {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.progressred {
  background-color: #000;
}

.progressblue {
  background-color: #000;
}

.progresspurple {
  background-color: #000;
}

.progressorange {
  background-color: #000;
}

.progressgreen {
  background-color: #000;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-eve {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-eve {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-eve {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-eve {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*-----------skills container responsive----------*/

@media (min-width:1450px) and (max-width:1570px){
  .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 95%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}
.skills-bar-container li {
  position: relative;
  width: 570px;    
  padding: 5px;
  margin-bottom: 0px;
}        
}

@media (min-width:1042px) and (max-width:1370px){
  .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 520px;    
  padding: 5px;
  margin-bottom: 0px;
}  
}

@media (min-width:864px) and (max-width:1042px){
.skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 500px;    
  padding: 5px;
  margin-bottom: 0px;
}  
}

@media (min-width:720px) and (max-width:760px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 540px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:660px) and (max-width:720px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 560px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:630px) and (max-width:660px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 550px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:610px) and (max-width:630px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 535px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:580px) and (max-width:610px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 510px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:550px) and (max-width:580px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 485px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:530px) and (max-width:550px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 465px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:510px) and (max-width:530px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 450px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:490px) and (max-width:510px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 433px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:480px) and (max-width:490px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 420px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:460px) and (max-width:480px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 400px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:455px) and (max-width:460px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 380px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:410px) and (max-width:455px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 360px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}
@media (min-width:390px) and (max-width:410px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 340px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:14px;       
}    
}
@media (min-width:375px) and (max-width:390px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 330px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:14px;       
}    
}
@media (min-width:335px) and (max-width:375px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 280px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:14px;       
}    
}
@media (min-width:310px) and (max-width:335px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 270px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:14px;       
}    
}
@media (min-width:295px) and (max-width:310px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 260px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:12px;       
}    
}
@media (min-width:280px) and (max-width:295px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 240px;    
  padding: 5px;
  margin-bottom: 0px;
}
.progressbar-title{
  font-size:14px;       
}    
}
@media (min-width:270px) and (max-width:280px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 230px;    
  padding: 5px;
  margin-bottom: 0px;
} 
.progressbar-title{
  font-size:12px;       
}     
}
@media (min-width:238px) and (max-width:270px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 200px;    
  padding: 5px;
  margin-bottom: 0px;
}  
 .progressbar-title{
  font-size:12px;       
}    
}
@media (min-width:215px) and (max-width:238px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 190px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

@media (min-width:200px) and (max-width:215px){
 .skills-bar-container {
  margin-top:150px ;
  position: relative;
  width: 100%;
  min-width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
}

.skills-bar-container li {
  position: relative;
  width: 170px;    
  padding: 5px;
  margin-bottom: 0px;
}    
}

/* Velo slides — reset legacy skills-bar positioning (wins over breakpoint ladder) */
.velo-slide .skills-bar-container,
#about.about-section .velo-slide--skills .skills-bar-container {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
  max-width: 100%;
  list-style: none;
  text-align: left;
  align-self: stretch;
}

#about.about-section .velo-slide--skills .skills-bar-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.velo-slide .skills-bar-container li,
#about.about-section .velo-slide--skills .skills-bar-container li {
  width: 100%;
  max-width: 40em;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

#about.about-section .velo-slide__title,
#about.about-section .velo-slide--skills .progressbar-title,
#about.about-section .velo-slide--skills .progressbar-title p {
  text-align: left;
}

.velo-slide .skills-bar-container li .progressbar-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.velo-slide .skills-bar-container li .progressbar-title p {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
  margin: 0;
  padding-right: 0.35rem;
}

.velo-slide .skills-bar-container li .progressbar-title .percent {
  position: static;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.85em;
  opacity: 0.6;
}

.velo-slide .skills-bar-container li .bar-container {
  height: 2px;
  margin-top: 0.35rem;
  border-radius: 1px;
}

.velo-slide .skills-bar-container li .bar-container .progressbar {
  border-radius: 1px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 60px;
  overflow: hidden;
}

/* Nested sections — avoid double vertical padding (layout unchanged) */
#about .velo-slides,
#about .velo-slide,
#services .section-sliderrr {
  padding-top: 0;
}

.section-bg {
  background-color: whitesmoke;
}

/* Homepage section titles — one left edge (about / services / team / clients / contact)
   Avoid stacking: old margin-left + Bootstrap col padding + zeroed row gutters. */
:root {
  --section-title-inset: var(--section-inline, clamp(1.25rem, 3.5vw, 3rem));
}

.section-title {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-max, 1440px);
  padding: 0 var(--section-title-inset) var(--section-heading-gap, clamp(1.5rem, 3vw, 2.75rem));
}

.section-title .row {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

/* Kill Bootstrap col gutters inside titles — inset lives on .section-title only */
.section-title [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  flex: 0 0 100%;
}

.section-title h2 {
  font-size: var(--section-heading-size, clamp(3.5rem, 7vw, 6.875rem));
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0;
  color: #151515;
  opacity: 0.34;
  text-align: left;
}

#about.about-section .section-title {
  position: relative;
  z-index: 12;
  pointer-events: none;
}

#about.about-section .section-title h2 {
  margin-bottom: 0;
}

#about .velo-slides {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 865px) {
  #about .velo-slides {
    margin-top: 0;
    padding-top: 0;
  }
}

.section-title p {
  margin: var(--section-heading-gap, 1.5rem) 0 0;
  color: #000;
  z-index: 10;
  font-size: 15px;
  text-align: left;
}

/* === Homepage section overrides (cascade winners) === */

/* Tighter vertical rhythm — hero-adjacent gap stays modest */
.page-home {
  --space-section: clamp(2rem, 3.5vw, 3.25rem);
}

.page-home main > section {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  max-height: 100svh;
  padding-top: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hero #myVideo {
  position: relative;
  display: block;
  width: min(100%, calc(100svh * 16 / 9));
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(100svh, calc(100vw * 9 / 16));
  object-fit: contain;
  object-position: center;
  z-index: 1;
  flex: 0 0 auto;
}

#hero.hero--poster-only {
  background: #000 url("../../images/site/hero/greeting-poster.webp") center / cover no-repeat;
  min-height: min(56.25vw, 100svh);
  aspect-ratio: 16 / 9;
  max-height: 100svh;
}

#hero.hero--poster-only #myVideo {
  display: none;
}
#hero .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  z-index: 2;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

#hero .hero-sound-toggle {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 11;
  box-sizing: border-box;
  min-height: 2.75rem;
  min-width: 6.75rem;
  margin: 0;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

#hero .hero-sound-toggle .icon-svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  /* Override global icon baseline offset so flex centering stays true */
  line-height: 0;
}

#hero .hero-sound-toggle__label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
}

#hero .hero-sound-toggle.is-live {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.72);
}

#hero .hero-sound-toggle:hover,
#hero .hero-sound-toggle:focus-visible {
  background: rgba(0, 0, 0, 0.82);
  border-color: rgba(255, 255, 255, 0.65);
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  #hero .hero-sound-toggle {
    bottom: 1rem;
    right: 1rem;
    min-width: 0;
    padding: 0.5rem 0.75rem;
  }
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #7cc576;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #7cc576;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
# Services Section Container & Overrides
--------------------------------------------------------------*/
#services {
 background-color: #333;
 padding-top: var(--space-section, clamp(4rem, 7vw, 7rem));
 padding-bottom: var(--space-section, clamp(4rem, 7vw, 7rem));
 max-width: 100%;
 overflow-x: clip;
}

#services h2 {
 color: #fff;
 margin-top: 0;
}

#services .section-sliderrr {
  max-width: 100%;
}

#services .sliderrr {
  gap: 0;
  padding-bottom: 8px;
}

#about.about-section {
  --about-media-inset: clamp(1.25rem, 2.4vw, 2rem);
  --about-copy-gap: clamp(0.7rem, 1.2vw, 1rem);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-bottom: var(--space-section, clamp(2rem, 3.5vw, 3.25rem));
  background: #fff;
}

#about.about-section .section-title {
  margin-bottom: 0;
}

/* style.css hides .oh span until .is-active — keep active titles visible without waiting on Velocity */
#about.about-section .velo-slide.is-active .oh span {
  opacity: 1;
  transform: none;
  transition: none;
}

/*
 * Desktop velo bug: JS sets EVERY slide to opacity:1 and only translates .velo-slide__bg.
 * Inactive headers stay stacked in the same spot → text soup. Hide them.
 */
@media (min-width: 866px) {
  #about.about-section [data-velo-slider="on"] .velo-slide:not(.is-active) .velo-slide__header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  #about.about-section [data-velo-slider="on"] .velo-slide.is-active .velo-slide__header {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Keep hash targets fully laid out so nav jumps (#team, #clients, …) measure correctly */
#services,
#team,
#clients,
#contact,
#faq {
  content-visibility: visible;
}

#team .section-title {
  margin-bottom: 0;
}

/* Homepage contact title shares left-edge system; card body stays centered */
#contact.contact .section-title {
  text-align: left;
}

#contact.contact .section-title h2 {
  text-align: left;
  margin-bottom: 0;
}

#contact.contact .hero-container {
  max-width: var(--container-max, 1440px);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

#contact.contact {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

/*--------------------------------------------------------------
# FAQ — shared .service-faq styles in style.src.css → components.css
# Homepage uses tighter --space-section via .page-home on body.
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About slide copy rhythm (homepage only — scoped to #about)
--------------------------------------------------------------*/
#about.about-section .velo-slide__title {
  margin: 0 0 var(--about-copy-gap, 0.85rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

#about.about-section .velo-slide__title .oh {
  padding: 0;
}

#about.about-section .velo-slide__title .oh + .oh {
  margin-top: 0.1em;
}

#about.about-section .velo-slide__meta {
  margin: 0 0 var(--about-copy-gap, 0.85rem);
  line-height: 1.45;
  opacity: 0.72;
}

#about.about-section .velo-slide__text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.68;
  color: #333;
}

#about.about-section .velo-slide__btn {
  margin-top: 0.25rem;
}

#about.about-section .velo-slide--long .velo-slide__title {
  margin-bottom: var(--about-copy-gap, 0.85rem);
}

#about.about-section .velo-slide--long .velo-slide__text {
  margin-top: 0;
  margin-bottom: 0;
}

#about.about-section .velo-slide--skills .velo-slide__title {
  margin-bottom: var(--about-copy-gap, 0.85rem);
}

#about.about-section .velo-slide--skills .skills-bar-container {
  margin-top: 0.15rem;
}

@media (max-width: 865px) {
  #about.about-section .velo-slide__title {
    margin-bottom: 0.5rem;
    line-height: 1.24;
  }

  #about.about-section .velo-slide__meta {
    margin-bottom: 0.75rem;
  }

  #about.about-section .velo-slide__text {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.62;
  }
}

/* Milestone list — dots (styles lived in project-template.css; homepage no longer loads it) */
#about.about-section .milestones-bullet-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
}

#about.about-section .milestones-bullet-list li {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 1.05rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #444;
}

#about.about-section .milestones-bullet-list li:last-child {
  margin-bottom: 0;
}

#about.about-section .milestones-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}

@media (max-width: 865px) {
  #about.about-section .milestones-bullet-list li {
    font-size: 0.875rem;
    line-height: 1.55;
    margin-bottom: 0.6rem;
  }
}

/* Mission / Vision / Core Values — also lived in project-template.css */
#about.about-section .values-grid {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-top: 0.15rem;
  width: 100%;
}

#about.about-section .value-item h3 {
  margin: 0 0 0.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111;
}

#about.about-section .value-item p {
  margin: 0;
  max-width: 52ch;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #555;
}

#about.about-section .values-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
  width: 100%;
}

#about.about-section .values-list li {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  color: #444;
}

#about.about-section .values-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111;
}

@media (max-width: 865px) {
  #about.about-section .values-list {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  #about.about-section .value-item p,
  #about.about-section .values-list li {
    font-size: 0.875rem;
  }
}

#services .service-card__more {
    font-family: 'Montserrat';
    font-size: 13px;
    min-height: 44px;
    min-width: 130px;
    padding: 0 24px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    pointer-events: auto;
    transition: background-color .6s ease, color .6s ease;
}

#services .service-card__more:hover {
    background-color: #fff;
    color: #333;
}

@container serviceCard (inline-size >= 520px) {
  #services .service-card__more {
    font-size: clamp(.875rem, 2.2cqi, .95rem);
    min-width: 140px;
    padding-inline: clamp(24px, 4.5cqi, 40px);
  }
}

@media (max-width: 767.98px) {
  #services .service-card__more {
    min-width: 120px;
    padding-inline: 18px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  height: 100%;
  background-color: #333;
  padding-bottom: 60px;    
}

/* Clients inherits shared .section-title left edge; only colors differ */
#clients .section-title h2 {
  color: #fff;
}

#clients .section-title p {
  color: #fff;
  max-width: 36rem;
}

/* Client-name list lives in the accordion/slider panel — centered, full span */
#clients .clients-more-wrap {
  background: #fff;
  margin: 0;
  padding: 1.25rem var(--section-title-inset, clamp(1.25rem, 3.5vw, 3rem)) 1.5rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#clients .clients-more {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent!important;
}

.clients .owl-dot.active {
  background-color: transparent !important;
}

/*-------------SLIDER-------------*/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*-----slide track1-----*/
@-webkit-keyframes infinite {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}

@keyframes infinite {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}

/*----------clients slider-----------*/
#clients.clients {
  --client-slide-w: 200px;
  --client-slide-h: 84px;
  --client-logo-max-h: 56px;
  max-width: 100%;
  overflow-x: clip;
  padding: var(--space-section, clamp(4rem, 7vw, 7rem)) 0;
}

/* Full-bleed logo strips — match the accordion divider edge-to-edge */
#clients > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}

#clients .accordion {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  /* UA ul padding is left-only — that was the left-edge gap */
  padding: 0;
  list-style: none;
}

#clients .accordion > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#clients .submenu {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.clients .slider {
  background: white;
  height: var(--client-slide-h, 84px);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: none;
  contain: paint;
}
.clients .slider::before,.clients .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: var(--client-slide-h, 84px);
  position: absolute;
  width: 56px;
  z-index: 2;
  pointer-events: none;
}
.clients .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.clients .slider::before {
  left: 0;
  top: 0;
}
.clients .slider .slide-track {
  -webkit-animation: scroll 120s linear infinite;
          animation: scroll 120s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.clients .slider .slide-track1 {
  -webkit-animation: infinite 120s linear infinite;
          animation: infinite 120s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.clients .slider .slide {
  height: var(--client-slide-h, 84px);
  width: var(--client-slide-w, 200px);
  flex: 0 0 var(--client-slide-w, 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.clients .slider .slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: var(--client-logo-max-h, 56px);
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .clients .slider .slide-track,
  .clients .slider .slide-track1 {
    animation: none;
  }
}

.clients .list{
  background: white;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0;
  color: #000;
}

/*------------clients accordion-----------*/
.accordion {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0;
  list-style: none;
  background: #333;
  box-shadow: rgba(255, 255, 255, 0.60) 0px 1px 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Native button toggle (a11y) — reset UA chrome so layout matches baseline div.link */
.accordion button.link {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: inherit;
  box-sizing: border-box;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li .icon-svg {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-left: -20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #333;
  color: #fff;
  transition: transform 0.4s ease, color 0.4s ease, background-color 0.4s ease;
}

.accordion li.open .link {
  color: #fff;
}

.accordion li.open .icon-svg {
  color: #fff;
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}
.submenu li { border-bottom: 1px solid #fff; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #FFF;
  text-decoration: none;  
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
/*-------------SLIDER TEAM-------------*/
@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-255px * 9));
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-255px * 9));
  }
}

.team .scroll-animations-example .scrollsection {
  -webkit-animation: slide 15s alternate infinite;
          animation: slide 15s alternate infinite;
  width: calc(250px * 14);
}

.team .scroll-animations-example .scrollsection {
  height: 100%;
  width: 100%;
}

#team {
  background: #fff;
  padding-top: var(--space-section, clamp(4rem, 7vw, 7rem));
  padding-bottom: 0;
}

#team .containerrr {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: var(--container-max, 1440px);
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

#team .card, #team .team-card {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
  isolation: isolate;
}

#team .card img,
#team .team-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1);
  transform: none;
  transition: filter 0.35s ease;
}

#team .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  height: 42%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 16px 10px 18px;
  line-height: 1.2;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

#team .details .team-name, #team .details h2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(0.85rem, 1.1vw, 1.15rem);
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.2;
}

#team .details .team-role {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  margin: 4px auto 0;
  line-height: 1.35;
  max-width: 240px;
}

#team .card:hover img,
#team .card:focus-visible img,
#team .team-card:hover img,
#team .team-card:focus-visible img {
  filter: none;
}

#team .card:hover .details,
#team .card:focus-visible .details,
#team .team-card:hover .details,
#team .team-card:focus-visible .details {
  transform: translateY(0);
}

@media (hover: none) {
  #team .card.is-active img,
  #team .team-card.is-active img {
    filter: none;
  }

  #team .card.is-active .details,
  #team .team-card.is-active .details {
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  #team .containerrr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #team .containerrr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #team .containerrr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  #team .details .team-name, #team .details h2 {
    font-size: 15px;
  }

  #team .details .team-role {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Mobile Overrides (extracted from project-template.css)
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #services,
  #team,
  #clients,
  #contact,
  #faq {
    padding: var(--space-section, 4rem) 0;
  }

  #services h2 {
    margin-top: 0;
  }
}

/* P1 homepage cleanup — service "More" links: 44px min touch target @mobile (styling unchanged) */
@media (max-width: 768px) {
  #services #advv,
  #services #brandd,
  #services #designn,
  #services #pubb,
  #services #audioo,
  #services #eventss,
  #services #webb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/*--------------------------------------------------------------
# Homepage About Velo Slider Repair
--------------------------------------------------------------*/
@media (min-width: 866px) {
  /* Tighten About so controls stay in the first viewport */
  #about.about-section .velo-slides,
  #about.about-section .velo-slide {
    height: min(70vh, 680px);
  }

  #about.about-section .velo-slides {
    position: relative;
    width: 100%;
    max-width: var(--container-max, 1440px);
    margin-inline: auto;
    overflow: hidden;
  }

  /*
   * Balanced 50/50 inside the inner column: copy left, photo right.
   * JS still animates the full-width .velo-slide__bg — keep that element intact.
   */
  #about.about-section .velo-slide__bg {
    padding-right: 0;
    overflow: hidden;
  }

  #about.about-section .velo-slide__figure {
    float: none;
    position: absolute;
    top: var(--about-media-inset);
    right: var(--about-media-inset);
    bottom: var(--about-media-inset);
    left: calc(50% + (var(--about-media-inset) / 2));
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
  }

  #about.about-section .velo-slide__header {
    box-sizing: border-box;
    position: relative;
    width: 50%;
    height: 100%;
    z-index: 9;
    padding: var(--about-media-inset) clamp(1.25rem, 3vw, 2rem) 3.75rem var(--section-title-inset);
  }

  #about.about-section .velo-slide__title,
  #about.about-section .velo-slide__meta,
  #about.about-section .velo-slide__text,
  #about.about-section .values-grid,
  #about.about-section .skills-bar-container {
    width: 100%;
    max-width: none;
    text-align: left;
    margin-left: 0;
  }

  #about.about-section .velo-slide__text {
    max-width: min(100%, 68ch);
  }

  #about.about-section .velo-slide--intro .velo-slide__text {
    max-width: 48ch;
    overflow-wrap: break-word;
  }

  #about.about-section .velo-slide--long .velo-slide__text {
    max-height: 42vh;
  }

  #about.about-section .velo-slide--skills .skills-bar-container {
    max-width: min(100%, 640px);
    left: auto;
    transform: none;
  }

  #about.about-section .velo-slides-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: var(--about-media-inset);
    transform: translateX(-50%);
    flex-direction: row;
    z-index: 95;
  }
}

@media (min-width: 1200px) {
  #about.about-section .velo-slide__header {
    padding-left: var(--section-title-inset);
    padding-right: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 866px) and (max-width: 1100px) {
  #about.about-section .velo-slide__header {
    padding: var(--about-media-inset) var(--section-title-inset) 3.75rem;
  }

  #about.about-section .velo-slides-nav {
    left: 50%;
    right: auto;
    top: auto;
    bottom: var(--about-media-inset);
    transform: translateX(-50%);
  }
}

@media (max-width: 865px) {
  #about.about-section .velo-slide__header {
    padding: 1.35rem var(--section-title-inset) 1.5rem;
  }

  #about.about-section .velo-slide__title,
  #about.about-section .velo-slide__meta,
  #about.about-section .velo-slide__text,
  #about.about-section .values-grid,
  #about.about-section .skills-bar-container {
    width: 100%;
    max-width: none;
  }

  #about.about-section .velo-slide__figure {
    width: calc(100% - (2 * var(--section-title-inset)));
    height: clamp(180px, 42vw, 240px);
    min-height: 0;
    margin: 0 var(--section-title-inset);
  }

  #about.about-section .velo-slides-nav {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-direction: row;
    width: max-content;
    max-width: calc(100% - 2rem);
    margin: 14px auto 0;
    padding: 0.4rem 0.65rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    z-index: 20;
  }

  #about.about-section .velo-slides-nav__list,
  #about.about-section .velo-slides-nav__list li,
  #about.about-section .velo-slides-nav li:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #about.about-section .velo-slides-nav__count {
    order: 2;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.72rem;
    line-height: 1;
    white-space: nowrap;
    border: 0;
    margin: 0 0.15rem;
    padding: 0;
  }

  #about.about-section .js-velo-slides-prev {
    order: 1;
  }

  #about.about-section .js-velo-slides-next {
    order: 3;
  }

  #about.about-section .velo-slides-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    color: #111;
    box-shadow: none;
  }

  #about.about-section .velo-slides-nav a.inactive {
    display: none;
  }

  /* Mobile About: content-sized — no fixed vh trap / nested scroll */
  #about.about-section .velo-slides {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  #about.about-section .velo-slide__header,
  #about.about-section .velo-slide__text,
  #about.about-section .skills-bar-container {
    overflow: visible;
    max-height: none;
    scrollbar-width: auto;
  }

  #about.about-section .velo-slide--skills .skills-bar-container {
    overflow: visible;
  }

  #about.about-section .velo-slides-nav a::before {
    inset: -6px;
  }
}



/* Alias: prefer .team-card going forward; .card retained for compatibility */
#team .team-card {
  /* inherits #team .card, #team .team-card rules via shared selectors below */
}
