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

/* === from src/page-service-hub-faq.css === */
/* Service hub bottom — single white closing section: faq. + supplement + CTA */

.page-service-hub .next-service-banner + .service-faq {
  border-top: 0;
}

.page-service-hub .service-faq {
  padding: clamp(2rem, 3.5vw, 3.25rem) 0 0;
  margin: 0 auto;
  max-width: var(--container-max, 1440px);
  background: #fff;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}

/* Hubs: keep accordions in one column (supplement + CTA read as a closing stack) */
.page-service-hub .service-faq__list {
  grid-template-columns: 1fr;
}

/* Supplement row — same typography as other FAQ items */
.page-service-hub .service-faq__item--supplement {
  border-bottom: 0;
}

.page-service-hub .service-supplement__content {
  padding-bottom: 0.25rem;
}

/* Supplement body — layout only; typography matches .service-faq__answer */
.page-service-hub .service-supplement__content .service-detail__eyebrow {
  display: none;
}

.page-service-hub .service-supplement__content .service-detail__title,
.page-service-hub .service-supplement__content .service-detail__lead {
  max-width: none;
}

/* Supplement prose — bold headers, regular body (matches FAQ question weight) */
.page-service-hub .service-supplement__content .service-detail__title {
  margin: 0 0 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #151515;
}

.page-service-hub .service-supplement__content .service-detail__lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #555;
}

.page-service-hub .service-supplement__content .service-detail__card-title {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #151515;
}

.page-service-hub .service-supplement__content .service-detail__card p,
.page-service-hub .service-supplement__content .service-detail__card li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #555;
}

.page-service-hub .service-supplement__content .service-detail__grid {
  grid-template-columns: 1fr;
  padding-top: 0;
  border-top: 0;
}

.page-service-hub .service-supplement__content .service-detail__card {
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

.page-service-hub .service-supplement__content .service-detail__card + .service-detail__card {
  border-left: 0;
  padding-left: 0;
  padding-top: 1rem;
}

.page-service-hub .service-supplement__content .service-detail__card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* CTA — white, centered, hairline only (no gray band) */
.page-service-hub .service-hub-cta {
  text-align: center;
  padding: clamp(2rem, 3.5vw, 2.75rem) var(--section-title-inset, clamp(1.25rem, 3.5vw, 3rem));
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.page-service-hub .service-hub-cta__heading {
  margin: 0 auto 0.75rem;
  max-width: 34rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  text-wrap: balance;
}

.page-service-hub .service-hub-cta__button,
.page-service-hub .service-hub-cta a.btn-draw {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 2.35rem !important;
  padding: 0.55rem 1.15rem !important;
  border: 1.5px solid #111 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #111 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-service-hub .service-hub-cta__button::before,
.page-service-hub .service-hub-cta__button::after,
.page-service-hub .service-hub-cta a.btn-draw::before,
.page-service-hub .service-hub-cta a.btn-draw::after {
  content: none !important;
  display: none !important;
}

.page-service-hub .service-hub-cta__button:hover,
.page-service-hub .service-hub-cta__button:focus-visible,
.page-service-hub .service-hub-cta a.btn-draw:hover,
.page-service-hub .service-hub-cta a.btn-draw:focus-visible {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  outline: none;
}

/* SEO detail content inside supplement accordion */
.service-detail__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--color-primary, #2c83db);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-detail__title {
  max-width: 36rem;
  margin: 0 0 0.65rem;
  color: #151515;
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.service-detail__lead {
  max-width: 40rem;
  margin: 0 0 clamp(1rem, 1.75vw, 1.35rem);
  color: #555;
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  line-height: 1.65;
}

.service-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.service-detail__card {
  padding: clamp(1rem, 1.75vw, 1.35rem) clamp(1rem, 1.75vw, 1.35rem) clamp(1rem, 1.75vw, 1.35rem) 0;
}

.service-detail__card + .service-detail__card {
  border-left: 1px solid rgba(21, 21, 21, 0.08);
  padding-left: clamp(1rem, 1.75vw, 1.35rem);
}

.service-detail__card-title {
  margin: 0 0 0.55rem;
  color: #151515;
  font-size: 0.875rem;
  font-weight: 700;
}

.service-detail__card p,
.service-detail__card li {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.6;
}

.service-detail__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail__card li {
  position: relative;
  padding: 0.3rem 0 0.3rem 0.75rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.06);
}

.service-detail__card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-detail__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.88em;
  width: 0.3rem;
  height: 1px;
  background: var(--color-primary, #2c83db);
}

.service-detail__card p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .service-detail__grid {
    grid-template-columns: 1fr;
  }

  .service-detail__card {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }

  .service-detail__card + .service-detail__card {
    border-left: 0;
    padding-left: 0;
  }

  .service-detail__card:last-child {
    border-bottom: 0;
  }

  .page-service-hub .service-supplement__content .service-detail__card {
    padding: 0 0 1rem;
  }

  .page-service-hub .service-supplement__content .service-detail__card + .service-detail__card {
    padding-top: 1rem;
  }
}

@media (max-width: 640px) {
  .page-service-hub .service-hub-cta__button,
  .page-service-hub .service-hub-cta a.btn-draw {
    width: 100%;
    max-width: 16rem;
  }
}


/* === from src/page-service-hub.css === */
/**
 * works-legacy.css — service heroes, portfolio grids, gallery, audiovisual UI
 * Loaded on hub/case-study pages that need these rules. NOT on homepage.
 * Extracted from style.src.css (controlled migration).
 */

/*--------------------------------------------------------------
# Services----ADVERTISING
--------------------------------------------------------------*/
#marketing-communication-strategy {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/marketing-communication-strategy.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#marketing-communication-strategy:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#marketing-communication-strategy .container {
  z-index: 2;
}

#marketing-communication-strategy p {
  color: #fff;
}

#marketing-communication-strategy h1,
#marketing-communication-strategy h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

.service-hero-back {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1;
  left: clamp(18px, 5vw, 64px);
  margin: 0;
  min-height: 32px;
  position: absolute;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  top: clamp(22px, 5vw, 48px);
  width: fit-content;
  z-index: 3;
}

.service-hero-back:hover,
.service-hero-back:focus {
  color: #fff;
  text-decoration: none;
}

.service-hero-back i {
  color: inherit;
  font-size: 15px;
  line-height: 1;
}

#advert {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/advertising.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#advert:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#advert p{
  color: #fff;  
}

#advert .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#advert .container {
  z-index: 2;
}

#advert h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#advert h1,
#advert h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;    
}

#advert .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#advert .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #advert {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #advert {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #advert h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #advert h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px){
   #advert {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}

@media (max-width: 320px){
   #advert {
    margin-top: 0px;
    height: calc(140vh - 60px);
  }
    #advert h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
}
}

/*--------------------------------------------------------------
# Services----BRANDING
--------------------------------------------------------------*/
#brand {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/branding.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#brand:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#brand .container {
  z-index: 2;
}

#brand p{
  color: #fff;  
}

#brand .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#brand h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#brand h1,
#brand h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

#brand .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#brand .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #brand {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #brand {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #brand h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #brand h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px){
   #brand {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}


@media (max-width: 320px){
   #brand {
    margin-top: 0px;
    height: calc(150vh - 60px);
  }
    #brand h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
}
}

/*--------------------------------------------------------------
# Services----DESIGN
--------------------------------------------------------------*/

#annual {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/publications.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#annual:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#annual .container {
  z-index: 2;
}

#annual p{
  color: #fff;  
}

#annual .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#annual h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#annual h1,
#annual h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

#annual .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#annual .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #annual {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #annual {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #annual h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #annual h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px){
   #annual {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}

@media (max-width: 320px){
   #annual {
    margin-top: 0px;
    height: calc(140vh - 60px);
  } 
    #annual h1,
    #annual h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
}
}
/*--------------------------------------------------------------
# Services----AUDIOVISUAL
--------------------------------------------------------------*/
#audio {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/audiovisual.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#audio:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#audio .radio {
  animation: radio 2s infinite;
  background-color: rgba(255, 255, 255, 0.01);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  display: block;
  flex: 0 0 auto;
  height: 50px;
  max-width: 100%;
  width: 50px;
}
/*
@keyframes radio {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}*/

@keyframes radio {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

#audio .container {
  z-index: 2;
}

#audio p{
  color: #fff;  
}

#audio .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#audio h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#audio h1,
#audio h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

#audio .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#audio .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #audio {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #audio {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #audio h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #audio h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }   
}
@media (max-width: 400px){
   #audio {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}

@media (max-width: 320px){
   #audio {
    margin-top: 0px;
    height: calc(140vh - 60px);
  } 
   #audio h1,
   #audio h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
}   
}

#audio .same-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 59px;
}

#audio .same-line h1 {
  margin: 0;
}

#audio .social__content {
  display: flex;
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
}

#audio .social__content a {
  align-items: center;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

@media (min-width: 768px) {
  #audio .same-line {
    justify-content: flex-start;
  }
}
@media (max-width:768px){
  #audio .same-line {
    gap: 12px;
  }

  #audio .radio,
  #audio .social__content a {
    height: 42px;
    width: 42px;
  }

  .social__tooltip{
   display: none;     
}  
}

/*------------audiovisual TOOLTIP-----------*/

/*.social, .social__container, .social__content {
  display: flex;
}*/
.social__content {
  position: relative;
  cursor: pointer;
}
.social__tooltip {
  opacity: 0;
  position: absolute;
  padding: 0.5rem 1rem;
  background-color: #2c83db;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 0.5rem;
  pointer-events: none;
  margin-top: 5px;    
}
.social__tooltip::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #2c83db;
  border-radius: 3px;
}
.social__content, .social__tooltip, .social__icon {
  transition: 0.3s;
}
.social__content:hover .social__icon {
  color: #fff;
}

.social__tooltip-left {
  left: 0;
  transform: translateX(-100%);
}
.social__tooltip-left::after {
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  right: 1px;
}
.social__content:hover .social__tooltip-left {
  opacity: 1;
  left: -1rem;
}

/*.social__tooltip-right {
  right: 0;
  transform: translateX(100%);
}
.social__tooltip-right::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 1px;
}
.social__content:hover .social__tooltip-right {
  opacity: 1;
  right: -1rem;
}*/

/*--------------------------------------------------------------
# Services----EVENTS
--------------------------------------------------------------*/
#events {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/events-pr.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#events:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#events .container {
  z-index: 2;
}

#events p{
  color: #fff;  
}

#events .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#events h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#events h1,
#events h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

#events .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#events .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #events {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #events {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #events h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #events h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px){
   #events {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}

@media (max-width: 320px){
   #events {
    margin-top: 0px;
    height: calc(140vh - 60px);
  } 
  #events h1,
  #events h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}    
}

/*--------------------------------------------------------------
# Services----WEBSITES
--------------------------------------------------------------*/
#web {
  width: 100%;
  height: calc(75vh - 72px);
  background: url("../../images/services/cards/website-social-media.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: 0;
}

#web:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#web .container {
  z-index: 2;
}

#web p{
  color: #fff;  
}

#web .back{
  color: #fff;
  text-decoration: none;
  font-size: 23px; 
}

#web h1 {
  margin: 0 0 10px 0;
  font-size: 85px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#web h1,
#web h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
}

#web .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#web .btn-get-started:hover {
  border-color: #1bac91;
  background: #1bac91;
}

@media (min-width: 1024px) {
  #web {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #web {
    margin-top: 0px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #web h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #web h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px){
   #web {
    margin-top: 0px;
    height: calc(120vh - 60px);
  } 
}

@media (max-width: 320px){
   #web {
    margin-top: 0px;
    height: calc(140vh - 60px);
  } 
  #web h1,
  #web h3 {
  color: #fff;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}
   
}

/* Service hub heroes — Publications template: tall band, centered title/lede */
#marketing-communication-strategy,
#advert,
#brand,
#annual,
#audio,
#events,
#web {
  width: 100%;
  height: auto;
  min-height: clamp(340px, 56vh, 620px);
  max-height: none;
  aspect-ratio: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 0;
  padding: clamp(4.5rem, 8vw, 5.5rem) 1.25rem clamp(2.75rem, 6vw, 3.75rem);
}

#marketing-communication-strategy:before,
#advert:before,
#brand:before,
#annual:before,
#audio:before,
#events:before,
#web:before {
  content: "";
  background:
    radial-gradient(ellipse 85% 70% at 50% 45%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 72%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#marketing-communication-strategy.d-flex,
#advert.d-flex,
#brand.d-flex,
#annual.d-flex,
#audio.d-flex,
#events.d-flex,
#web.d-flex {
  align-items: center;
  justify-content: center;
}

#marketing-communication-strategy .container,
#advert .container,
#brand .container,
#annual .container,
#audio .container,
#events .container,
#web .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(42rem, 92vw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#marketing-communication-strategy h1,
#marketing-communication-strategy h3,
#advert h1,
#advert h3,
#brand h1,
#brand h3,
#annual h1,
#annual h3,
#audio h1,
#audio h3,
#events h1,
#events h3,
#web h1,
#web h3 {
  color: #fff;
  margin: 0 0 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#marketing-communication-strategy .service-hero-lede,
#advert .service-hero-lede,
#brand .service-hero-lede,
#annual .service-hero-lede,
#audio .service-hero-lede,
#events .service-hero-lede,
#web .service-hero-lede {
  display: block;
  visibility: visible;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto;
  max-width: 36rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.55;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hide decorative <br> leftovers in legacy hub markup */
#marketing-communication-strategy .container > br,
#advert .container > br,
#brand .container > br,
#annual .container > br,
#audio .container > br,
#events .container > br,
#web .container > br {
  display: none;
}

@media (min-width: 1024px) {
  #marketing-communication-strategy,
  #advert,
  #brand,
  #annual,
  #audio,
  #events,
  #web {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.section-sliderrr {
    padding: 10px 0;
    background: #333;
}

.sliderrr {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Modern scroll snapping (reliable across browsers) */
    scroll-snap-type: x mandatory;
}


.portfolio .service-page-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 40px;
  margin-bottom: 24px;
}

.portfolio .service-page-card {
  /* Reset homepage carousel .service-card sizing so grid cells can shrink */
  flex: unset;
  scroll-snap-align: unset;
  position: relative;
  background-color: #262626;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 360px;
  min-height: 360px;
  margin: 0;
  aspect-ratio: auto;
  overflow: hidden;
}

.portfolio .service-page-card.case-study-card--hidden {
  display: none;
}

.portfolio .service-page-card .service-card__media {
  position: absolute;
  inset: 0;
  filter: none;
  opacity: 1;
  transition: none;
}

.portfolio .service-page-card:hover .service-card__media,
.portfolio .service-page-card:focus-within .service-card__media {
  filter: none;
}

.portfolio .service-page-card .service-card__media .img-sliderrr {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.portfolio .service-page-card .service-card__overlay::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.52) 42%,
    rgba(0, 0, 0, 0.18) 72%,
    rgba(0, 0, 0, 0.08) 100%
  );
}

.portfolio .service-page-card .service-card__overlay {
  padding: 28px 24px;
  gap: 10px;
  align-items: flex-start;
}

.portfolio .service-page-card .service-card-title {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.12;
  font-weight: 800;
}

.portfolio .service-page-card .service-card-title,
.portfolio .service-page-card__summary,
.portfolio .service-page-card .service-card__more {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.portfolio .service-page-card .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;
}

.portfolio .service-page-card .service-card__more:hover {
  background-color: #fff;
  color: #333;
  text-shadow: none;
}

.portfolio .service-page-card__summary {
  max-width: 34rem;
  margin: -6px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .portfolio .service-page-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 24px 16px;
  }

  .portfolio .service-page-card {
    height: 280px;
    min-height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .portfolio .service-page-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio .service-page-card {
    height: 330px;
    min-height: 330px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 0;
    width: 110px;
    height: 90px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}

.portfolio{
  padding: 0px 0px;
}

.portfolio-container{
  margin-left: 40px;    
  margin-right: 40px;
  margin-bottom: 40px;    
}

.portfolio .button {
  position: relative;    
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  z-index: 10;
  font-weight: 300;
  margin-top: 10px;
  outline: none;    
}

.portfolio .button {
  background-color: transparent; 
  color: #fff; 
  border: 1px solid #fff;
  font-family: 'Montserrat';
  z-index: 10;    
}

.portfolio .button:hover {
  background-color: #fff;
  color: #000;    
}

.portfolio .portfolio-item {
  padding: 6px;   
}

.portfolio #portfolio-flters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 2px;
  padding: 12px 15px;
  margin: 24px auto;
  list-style: none;
  text-align: center;
  border-radius: 0;
  overflow: visible;
  max-width: 100%;
  box-sizing: border-box;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
  
}

/*-------filters-------*/
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li a {
  color: inherit;
  text-decoration: none;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover a,
.portfolio #portfolio-flters li.filter-active a,
.portfolio #portfolio-flters li a[aria-current="page"] {
  color: #2c83db;
}

.portfolio #portfolio-flters[data-case-study-filters] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.portfolio #portfolio-flters[data-case-study-filters] li {
  padding: 0;
}

.portfolio #portfolio-flters[data-case-study-filters] button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: 1;
  padding: 10px 30px 8px 15px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters[data-case-study-filters] button:hover,
.portfolio #portfolio-flters[data-case-study-filters] button.filter-active,
.portfolio #portfolio-flters[data-case-study-filters] button:focus-visible {
  color: #2c83db;
}

.portfolio #portfolio-flters[data-case-study-filters] button:focus-visible {
  outline: 2px solid #2c83db;
  outline-offset: 3px;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/*------*/
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;    
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
  
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 0px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*-----------DROPDOWN-----------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio ul,
.service-hub ul {
  list-style-type: none;
}

.portfolio a,
.service-hub a {
  color: #000;
  text-decoration: none;
}


/*--------------------COLUMNS--------------------*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}


/*----------------GRID SECTION----------------*/

.grid {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}
.grid > [class*=column-] {
  display: block;
}

.first {
  order: -1;
}

.last {
  order: 12;
}

.align-top {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

.column-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.column-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.column-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.column-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.column-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.column-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.column-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.column-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .column-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 62rem) {
  .column-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75rem) {
  .column-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .column-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .column-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .column-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
  .grid > [class*=column-] {
    margin: 0;
    max-width: 100%;
  }

  .column-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }

  .column-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }

  .column-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }

  .column-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }

  .column-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }

  .column-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }

  .column-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }

  .column-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }

  .column-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }

  .column-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }

  .column-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }

  .column-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }

  @media (min-width: 48rem) {
    .column-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 62rem) {
    .column-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-md-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 75rem) {
    .column-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }

    .column-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }

    .column-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }

    .column-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }

    .column-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }

    .column-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }

    .column-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }

    .column-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }

    .column-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }

    .column-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }

    .column-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }

    .column-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

#highlight {
  color: #ea8478;
  font-size: 1.25rem;
}

.gallery {
  padding-top: 80px;
}

@media (max-width: 992px) {
  .gallery {
    padding-top: 85px;
  }
}

.gallery h5{
    text-justify: none;
}

/* Project intro panel — readable left-aligned copy on all work pages */
.proj {
  padding: 22px;
  text-align: left;
  text-align-last: left;
  margin-top: 5px;
}

.proj h5,
.proj .project-title,
.proj h1.project-title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: left;
}

/* Light intro panels (e.g. yellow Phoenix Insurance) */
.proj.proj--light,
.proj.proj--light h5,
.proj.proj--light .project-title,
.proj.proj--light p {
  color: #000;
}

.proj.proj--light hr {
  background-color: #000;
}

.proj.proj--light .back_but {
  color: #000;
}

.proj.proj--light .controls button {
  border-color: #000;
}

.proj.proj--light .controls button a,
.proj.proj--light .controls button a i {
  color: #000;
}

.proj.proj--light .s__tooltip {
  color: #000;
}

.proj .column-xs-12 {
  margin: 0;
  padding: 0;
}

.proj p {
  text-align: left;
  text-align-last: left;
  line-height: 1.65;
  margin-bottom: 0;
  hyphens: auto;
  word-spacing: normal;
}

.proj hr {
  color: #fff;
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
}

/* Intro panel is text, not a fixed image cell */
.gallery .box:has(.proj) .img-container {
  height: auto;
  min-height: 0;
  overflow: visible;
  cursor: default;
  background: #333;
}

/* Project accent token — brand colour on intro .box, grey reading surface unchanged */
.gallery .box.box--intro {
  background-color: var(--project-accent, #333);
}

.proj .project-description {
  max-width: 42ch;
}

/* Opt-in image fit — default remains cover via .img-container img */
.gallery .img-container--contain img {
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center;
}

.gallery .img-container--cover img {
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}

/* Publication, mockup, and screen-capture galleries — fill grid cells (crop if needed) */
.gallery.gallery--artwork .img-container:not(.img-container--contain) img {
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}

.gallery.gallery--artwork .img-container:not(.img-container--contain) {
  background: #333;
}

.img-container {
  width: 100%;
  height: 500px;
  cursor: pointer;
  overflow: hidden;
  background: #333;
  line-height: 0;
}

.img-container a {
  display: block;
  width: 100%;
  height: 100%;
}

.img-container:hover .img-content-hover {
  display: block;
}

.img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.img-container img:hover {
  transform: scale(1.03);
}

.gallery .box:not(:has(.proj)) .content {
  height: 100%;
}

.gallery .box:not(:has(.proj)) .img-container {
  height: 100%;
  min-height: 500px;
}

.img-content-hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: none;
  padding: 1rem;
  background: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: -2rem;
}

.title {
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 700;
}

.category {
  font-size: 1rem;
  color: #787878;
}

.img-content {
  display: none;
}

@supports (display: grid) {
  .gallery .grid {
    grid-gap: 1rem;
  }
}
@media (min-width: 62rem) {
  nav ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .img-container img:hover {
    transform: none;
  }

  .img-container {
    height: 100%;
  }
  .img-container:hover .img-content-hover {
    display: none;
  }

  .img-content {
    display: block;
    padding: 1rem 0;
  }
}

figure {
  margin: 0 0 ;
}

/*----------animated buttons EXAMPLE PAGE---------*/

.proj h6 {
  font-size: 10px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 15px;
}

.proj .youvid {
  font-size: 16px; 
  transition: 0.5s;
  color:#fff; 
  font-weight: 500;    
}

.proj .youvid:hover{
  transition: 0.5s;
  color:#fff;    
}

.box .proj .back_but {
  position: relative;    
  border: none;
  color: white;
  padding-bottom: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  z-index: 10;
  font-weight: 500;
  outline: none;
  align-content: center;
  justify-content: center;    
}

.box .proj .back_but {
  background-color: transparent; 
  color: #fff; 
  font-family: 'Montserrat';
  z-index: 10;    
}

.box .proj .back_but i{
    transform: translateX(-50%);
    transition: .5s;
}

.box .proj .back_but:hover i{
  transform: translateX(calc(-50% - 8px));
} 

/*--------next project--------*/
/*.social, .social__container, .social__content {
  display: flex;
}*/
.s__content {
  position: relative;
  cursor: pointer;
}
.s__tooltip {
  opacity: 0;
  position: absolute;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 0.5rem;
  pointer-events: none;
  margin-top: -38px; 
  line-height: 1.2;    
}
.s__tooltip::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}
.s__content, .s__tooltip, .s__icon {
  transition: 0.3s;
}
.s__content:hover .social__icon {
  color: #fff;
}

.s__tooltip-left {
  left: 0;
  transform: translateX(-100%);
  text-align: right;  
}
.s__tooltip-left::after {
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  right: 1px;
  text-align: right;  
}
.s__content:hover .s__tooltip-left {
  opacity: 1;
  left: -1rem;
  text-align: right;    
}

.s__tooltip-right {
  right: 0;
  transform: translateX(100%);
}
.s__tooltip-right::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 1px;
}
.s__content:hover .s__tooltip-right {
  opacity: 1;
  right: -1rem;
}

/*----------------------------------*/
.controls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 16rem;
  margin-top: 30px;
  margin-bottom: 15px;    
}
.controls button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  border: 1px solid #fff;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  overflow: hidden;
}
.controls button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.controls button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.controls button a i {
  margin: 0;
  line-height: 1;
}
.previous, .next {
  color: #fff;
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);    
}

.previous:hover, .next:hover {
  opacity: 1;
}

.previous:hover span {
  animation: iconRight 0.35s cubic-bezier(0.19, 1, 0.22, 1) forwards reverse;
}

.next:hover span {
  -webkit-animation: iconRight 0.35s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: iconRight 0.35s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0) skewY(-10deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0) skewY(-10deg);
  }
}
@-webkit-keyframes imageEnter {
  0% {
    opacity: 0;
    transform: scale(2.05);
  }
}
@keyframes imageEnter {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
}
@-webkit-keyframes iconLeft {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  51% {
    opacity: 0;
    transform: translateX(1rem);
  }
}
@keyframes iconLeft {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  51% {
    opacity: 0;
    transform: translateX(1rem);
  }
}
@-webkit-keyframes iconRight {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(1rem);
  }
  51% {
    opacity: 0;
    transform: translateX(-1rem);
  }
}
@keyframes iconRight {
  0%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(1rem);
  }
  51% {
    opacity: 0;
    transform: translateX(-1rem);
  }
}

/*------------back to home button (works section)--------------*/

.portfolio .portfolio .btn, .service-hub .btn, .audiovisual-page .btn {
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: auto;
  min-height: 44px;
  min-width: 150px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio .btn span, .service-hub .btn span, .audiovisual-page .btn span {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: color 0.4s ease;
}

.portfolio .btn:hover, .service-hub .btn:hover, .audiovisual-page .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #151515;
  padding: 0 22px;
  text-decoration: none;
}

.portfolio .btn:hover, .service-hub .btn:hover, .audiovisual-page .portfolio .btn:hover span, .service-hub .btn:hover span, .audiovisual-page .btn:hover span {
  color: #151515;
}

.portfolio .btn:hover, .service-hub .btn:hover, .audiovisual-page .portfolio .btn:hover .fa, .service-hub .btn:hover .fa, .audiovisual-page .btn:hover .fa {
  color: #151515;
}

.portfolio .btn:hover, .service-hub .btn:hover, .audiovisual-page .portfolio .btn:hover .span, .service-hub .btn:hover .span, .audiovisual-page .btn:hover .span {
  visibility: visible;
}

.portfolio .btn .fa, .service-hub .btn .fa, .audiovisual-page .btn .fa {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  flex-shrink: 0;
  font-size: 1.1em;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  transition: color 0.4s ease;
  width: auto;
}



/* ============================================================
   Audiovisual — floating radio pill + player modal (UX)
   ============================================================ */

.audiovisual-radio-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  pointer-events: none;
  position: fixed;
  right: 28px;
  top: 112px;
  z-index: 9998;
}

.audiovisual-radio-trigger {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  color: #111;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  min-height: 46px;
  padding: 7px 8px 7px 16px;
  pointer-events: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.audiovisual-radio-trigger__text {
  line-height: 1;
  white-space: nowrap;
}

.audiovisual-radio-trigger__icon {
  align-items: center;
  background: #2c83db;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.audiovisual-radio-trigger__icon i {
  font-size: 1.1rem;
  line-height: 1;
}

.audiovisual-radio-trigger:hover,
.audiovisual-radio-trigger:focus {
  background: #111;
  border-color: #111;
  color: #fff;
  transform: translateY(-1px);
}

.audiovisual-radio-trigger:hover .audiovisual-radio-trigger__icon,
.audiovisual-radio-trigger:focus .audiovisual-radio-trigger__icon {
  background: #fff;
  color: #111;
}

.audiovisual-radio-trigger:focus-visible {
  outline: 2px solid #2c83db;
  outline-offset: 3px;
}

body.audio-modal-open {
  overflow: hidden;
}

body.audio-modal-open .audiovisual-radio-toolbar {
  display: none;
}

/*
 * Native <dialog class="audio-modal"> is the card itself (no overlay / __dialog).
 * Do not set position:relative on the dialog — that breaks top-layer centering.
 * ::backdrop replaces the old .audio-modal__overlay.
 */
dialog.audio-modal {
  background: #12151b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  color: #fff;
  flex-direction: column;
  margin: auto;
  max-height: min(860px, calc(100vh - 40px));
  max-width: min(420px, calc(100vw - 40px));
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: translateY(14px) scale(0.985);
  transition:
    opacity 0.22s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

dialog.audio-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

dialog.audio-modal[open],
dialog.audio-modal.is-open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* Legacy overlay markup (baseline) — unused with native dialog */
.audio-modal__overlay {
  display: none;
}

/* Legacy nested card (baseline div.audio-modal > .audio-modal__dialog) */
.audio-modal__dialog {
  background: #12151b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  max-height: min(860px, calc(100vh - 40px));
  max-width: min(420px, calc(100vw - 40px));
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.audio-modal__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  z-index: 3;
}

.audio-modal__close:hover,
.audio-modal__close:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.audio-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.audio-modal__stage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.1rem;
  padding-right: 3.1rem;
}

.audio-modal__media {
  align-items: center;
  align-self: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 1.1rem;
  width: min(100%, 260px);
}

.audio-modal__media img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.audio-modal__meta {
  min-width: 0;
  text-align: left;
}

.audio-modal__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.audio-modal__meta h2 {
  margin: 0 0 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 3.2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
}

.audio-modal__meta p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
}

.audio-modal__player {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  opacity: 0;
  pointer-events: none;
}

.audio-modal__progress {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.audio-modal__seek-label {
  display: block;
  margin: 0;
}

.audio-modal__seek {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.audio-modal__seek:focus {
  outline: none;
}

.audio-modal__seek:focus-visible {
  outline: 2px solid #2c83db;
  outline-offset: 4px;
  border-radius: 999px;
}

.audio-modal__seek::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  height: 4px;
}

.audio-modal__seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  height: 14px;
  margin-top: -5px;
  width: 14px;
}

.audio-modal__seek::-moz-range-track {
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 999px;
  height: 4px;
}

.audio-modal__seek::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.audio-modal__times {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.52);
}

.audio-modal__controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0.15rem 0 0.25rem;
}

.audio-modal__control {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.audio-modal__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.audio-modal__control--play {
  background: #fff;
  border-color: #fff;
  color: #12151b;
  height: 62px;
  width: 62px;
}

.audio-modal__control--play svg {
  height: 22px;
  width: 22px;
}

.audio-modal__control--play .audio-modal__icon-play {
  margin-left: 2px;
}

.audio-modal__control:hover,
.audio-modal__control:focus {
  background: rgba(44, 131, 219, 0.28);
  border-color: rgba(44, 131, 219, 0.55);
}

.audio-modal__control--play:hover,
.audio-modal__control--play:focus {
  background: #e8eef5;
  border-color: #e8eef5;
  color: #12151b;
  transform: scale(1.04);
}

.audio-modal__control:focus-visible {
  outline: 2px solid #2c83db;
  outline-offset: 2px;
}

.audio-modal__playlist {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 0.9rem 1.15rem 1.15rem;
}

.audio-modal__playlist-title {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.audio-modal__track-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 0.25rem;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  scrollbar-width: thin;
}

.audio-modal__track-list::-webkit-scrollbar {
  width: 6px;
}

.audio-modal__track-list::-webkit-scrollbar-track {
  background: transparent;
}

.audio-modal__track-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.audio-modal__track {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: grid;
  gap: 0.15rem 0.75rem;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  padding: 0.55rem 0.65rem;
  text-align: left;
  transition: background-color 0.18s ease, border-color 0.18s ease;
  width: 100%;
}

.audio-modal__track img {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  grid-row: 1 / span 2;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.audio-modal__track span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.audio-modal__track small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.3;
}

.audio-modal__track:hover,
.audio-modal__track:focus {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.audio-modal__track.is-active {
  background: rgba(44, 131, 219, 0.18);
  border-color: rgba(44, 131, 219, 0.45);
}

.audio-modal__track.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 767.98px) {
  .audiovisual-radio-toolbar {
    right: 14px;
    top: 84px;
  }

  .audiovisual-radio-trigger {
    min-height: 42px;
    padding: 6px;
  }

  .audiovisual-radio-trigger__text {
    display: none;
  }

  .audio-modal {
    align-items: flex-end;
    padding: 0;
  }

  .audio-modal__dialog {
    border-radius: 22px 22px 0 0;
    max-height: min(92svh, calc(100vh - 8px));
    max-width: 100%;
    transform: translateY(24px);
    width: 100%;
  }

  .audio-modal.is-open .audio-modal__dialog {
    transform: translateY(0);
  }

  .audio-modal__stage {
    gap: 0.85rem;
    padding: 1.15rem 1.15rem 0.85rem;
    padding-right: 3.1rem;
  }

  .audio-modal__media {
    border-radius: 16px;
    padding: 0.85rem;
    width: min(100%, 220px);
  }

  .audio-modal__meta h2 {
    font-size: 1.15rem;
  }

  .audio-modal__playlist {
    padding: 0.85rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .audio-modal__control {
    height: 44px;
    width: 44px;
  }

  .audio-modal__control--play {
    height: 58px;
    width: 58px;
  }
}

/* ============================================================
   Service hub cascade winners — layout polish (filters / cards / heroes)
   ============================================================ */

/* Kill Bootstrap .row negative gutters that widen the filter strip past the viewport */
.portfolio .hero-container {
  max-width: 100%;
  overflow-x: clip;
}

.portfolio .hero-container > .row,
.portfolio .hero-container > nav.row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.portfolio .hero-container > .row > [class*="col-"],
.portfolio .hero-container > nav.row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  flex: 0 0 100%;
}

.portfolio .service-page-cards {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  #marketing-communication-strategy,
  #advert,
  #brand,
  #annual,
  #audio,
  #events,
  #web {
    min-height: clamp(300px, 52svh, 440px);
    padding: 4.25rem 1.15rem 2.25rem;
  }

  #marketing-communication-strategy .service-hero-back,
  #advert .service-hero-back,
  #brand .service-hero-back,
  #annual .service-hero-back,
  #audio .service-hero-back,
  #events .service-hero-back,
  #web .service-hero-back {
    left: 1.15rem;
    top: 1rem;
  }

  #marketing-communication-strategy h1,
  #advert h1,
  #brand h1,
  #annual h1,
  #audio h1,
  #events h1,
  #web h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
    margin-bottom: 0.7rem;
  }

  #marketing-communication-strategy .service-hero-lede,
  #advert .service-hero-lede,
  #brand .service-hero-lede,
  #annual .service-hero-lede,
  #audio .service-hero-lede,
  #events .service-hero-lede,
  #web .service-hero-lede {
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 34rem;
  }

  #marketing-communication-strategy .container,
  #advert .container,
  #brand .container,
  #annual .container,
  #audio .container,
  #events .container,
  #web .container {
    max-width: min(36rem, 100%);
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .portfolio .service-page-cards {
    margin: 20px clamp(1rem, 4vw, 1.25rem);
  }
}

@media (min-width: 1200px) {
  .portfolio .service-page-cards {
    margin-left: clamp(1.5rem, 3.5vw, 3rem);
    margin-right: clamp(1.5rem, 3.5vw, 3rem);
  }
}
