/* Final cascade layer for the 2026 redesign. Loaded after the legacy stylesheet. */
body { color: var(--jss-ink); font-family: "Quicksand", sans-serif; font-size: 17px; line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.025em; }
p { color: var(--jss-muted); }
.container { max-width: var(--jss-content); padding-left: 28px; padding-right: 28px; }

header { background: rgba(255,255,255,.97); border-bottom: 1px solid transparent; padding: 0; }
header.stick_header { border-bottom-color: var(--jss-line); box-shadow: 0 8px 30px rgba(42,30,48,.06); }
.header_in { align-items: center; display: flex; justify-content: space-between; padding: 16px 0; }
.logo { padding: 0; }
.logo a img { height: auto; max-width: 245px; }
header nav { float: none; margin: 0; }
header nav ul { display: flex; gap: clamp(20px,2.7vw,42px); }
header nav ul li { float: none; padding: 0; width: auto; }
header nav ul li a { color: var(--jss-ink); font-size: 13px; font-weight: 700; letter-spacing: .1em; line-height: 1; padding: 14px 0; }
header nav ul li.active a, header nav ul li a:hover, header nav ul li a:focus-visible { background: transparent; }

.market { align-items: center; background: var(--jss-purple-dark); display: grid; isolation: isolate; margin: 0; min-height: clamp(520px,56.25vw,780px); overflow: hidden; padding: clamp(82px,9vw,142px) 28px; position: relative; }
.market::before { background: linear-gradient(115deg,rgba(72,25,91,.84),rgba(91,31,113,.72)); content: ""; inset: 0; position: absolute; z-index: 1; }
.market::after { display: none; }
.hero-background-video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 0; }
.market_left { float: none; padding: 0; position: relative; width: 100%; z-index: 2; }
.market_left_sec { margin: 0 auto; max-width: 1050px; text-align: center; width: 100%; }
.hero-headline { color: var(--jss-white); font-size: clamp(52px,7vw,96px); line-height: .98; }
.hero-subhead { color: #e3c47f; font-size: clamp(18px,1.8vw,24px); line-height: 1.55; margin: 28px auto 0; }
.market .market_left h1.hero-headline { color: var(--jss-white); }
.market .market_left p.hero-subhead { color: #e3c47f; }
.banner { margin: 0; padding: 0; }
.banner > img { aspect-ratio: 16 / 8.2; height: auto; object-fit: cover; width: 100%; }
.video-section #player { border: 0; box-shadow: none; outline: 0; }
.video-section .play-btn { left: 50%; margin: 0; right: auto; transform: translate(-50%,-50%); }
.video-section .play-btn:hover { transform: translate(-50%,-50%) scale(1.05); }

.about { align-items: center; display: grid; gap: clamp(48px,6vw,96px); grid-template-columns: minmax(360px,.9fr) minmax(460px,1.1fr); margin: 0 auto; max-width: var(--jss-content); padding: var(--jss-space) 28px; }
.about_left, .about_right { float: none; width: auto; }
.about_left { align-self: center; max-height: 740px; }
.about_left img { height: 100%; max-height: 740px; object-fit: cover; width: 100%; }
.about_right .container { max-width: none; padding: 0; }
.about_right_in { max-width: 680px; padding: 0; }
.about_right h2 { font-size: clamp(44px,4.6vw,68px); line-height: 1.02; margin: 0 0 28px; padding: 0; }
.about_right p { font-size: 17px; line-height: 1.72; padding: 0 0 18px; }
.about .clear { display: none; }

.team-section { margin: 0; padding: var(--jss-space) 0; }
.team-section::before, .team-section::after { display: none; }
.team-section .read_in { padding: 0; }
.team-section .team-grid { display: grid; gap: 24px; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0; }
.team-section .team-grid > li { float: none; padding: 0; width: auto; }
.team-card figure img { height: 100%; object-fit: cover; width: 100%; }
.team-section .team-grid.slick-initialized { display: block; margin: 0 -12px; overflow: visible; }
.team-section .team-grid .slick-track { display: flex; }
.team-section .team-grid .slick-slide { height: auto; padding: 0 12px; }
.team-section .team-grid .slick-slide > article { height: 100%; }
.team-section .team-carousel__arrow { align-items: center; background: var(--jss-white); border: 1px solid var(--jss-line); border-radius: 50%; box-shadow: var(--jss-shadow-soft); color: var(--jss-purple); display: flex; height: 48px; justify-content: center; opacity: 1; top: var(--team-arrow-top, 50%); transform: translateY(-50%); width: 48px; z-index: 10; }
.team-section .team-carousel__arrow::before { display: none; }
.team-section .team-carousel__arrow i { font-size: 16px; line-height: 1; }
.team-section .team-carousel__arrow:hover { background: var(--jss-purple); border-color: var(--jss-purple); color: var(--jss-white); }
.team-section .team-carousel__arrow:focus-visible { outline: 3px solid var(--jss-gold); outline-offset: 3px; }
.team-section .team-carousel__arrow.slick-prev { left: -54px; }
.team-section .team-carousel__arrow.slick-next { right: -54px; }
.team-section .digital { padding: 0; }
.team-section .digital:not([hidden]) { display: block; }
.team-section .digital_in { margin: 0; max-width: none; padding: clamp(30px,4vw,58px); }
.team-section .digital_in h4 { font-size: clamp(36px,4vw,52px); line-height: 1.05; padding: 0; }
.team-section .digital_in span { font-size: 15px; line-height: 1.5; padding: 10px 0 24px; }
.team-section .digital_in p { font-size: 17px; line-height: 1.72; padding: 0 0 16px; }
.team-section .digital_in a { font-size: 16px; line-height: 1.5; padding: 0; }

.service { background: var(--jss-white); margin: 0; padding: var(--jss-space) 0 0; }
.service > .container:not(.service-modern) { display: none; }
.work-gallery { background: var(--jss-purple-dark); margin-top: var(--jss-space); padding: clamp(64px,7vw,96px) 0; }
.work-gallery::before, .work-gallery::after { display: none; }
.work-gallery > ul { padding: 0 66px; }
.work-gallery .slick-slide img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; width: 100%; }
.work-gallery .slick-prev { left: 10px; }
.work-gallery .slick-next { right: 10px; }
.service .work-gallery .slick-prev, .service .work-gallery .slick-next { height: 44px; top: 50%; width: 44px; z-index: 2; }
.service .work-gallery .slick-prev::before, .service .work-gallery .slick-next::before { align-items: center; background: rgba(255,255,255,.12); background-image: none; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #fff; display: flex; font-family: "Font Awesome 7 Free"; font-size: 15px; font-weight: 900; height: 44px; justify-content: center; opacity: 1; position: static; width: 44px; }
.service .work-gallery .slick-prev::before { content: "\f053"; }
.service .work-gallery .slick-next::before { content: "\f054"; }

.clients { margin: 0; padding: var(--jss-space) 0; }
.client_sec, .affliations_sec { margin: 0 auto; max-width: var(--jss-content); padding: 0 28px; }
.client_in, .affliations_in { padding: 0; }
.client_in ul, .affliations_in ul { display: grid; gap: 16px; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; padding: 0; }
.client_in ul li, .affliations_in ul li { float: none; padding: 0; width: auto; }
.client-logo, .affliations_in ul li { align-items: center; background: var(--jss-white); border: 1px solid var(--jss-line); border-radius: 14px; display: flex; height: 150px; justify-content: center; overflow: hidden; padding: 22px; }
.client-logo img, .affliations_in ul li img { height: 100%; max-height: 102px; object-fit: contain; width: 100%; }
.more { margin-top: 34px; padding: 0; text-align: center; }
.more > .loadmore, .more > .affloadmore { display: inline-flex; float: none; font-size: 13px; height: auto; line-height: 1.2; margin: 0; width: auto; }

.awards { margin: 0; padding: var(--jss-space) 0; }
.awards_content { margin: 0 auto; max-width: 1100px; padding: 0; }
.awards_content > p { font-size: 18px; line-height: 1.72; padding: 0 0 18px; }
.recognition_grid { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); margin: 34px 0 0; }
.recognition_block { background: var(--jss-white); border: 1px solid var(--jss-line); border-radius: var(--jss-radius); box-shadow: var(--jss-shadow-soft); padding: clamp(28px,3.5vw,46px); }
.recognition_block ul { list-style: none; margin: 0; padding: 0; }
.recognition_block li { align-items: start; border-left: 1px solid var(--jss-line); display: grid; font-size: 15px; gap: 16px; grid-template-columns: 72px 1fr; line-height: 1.55; list-style: none; margin-left: 34px; padding: 0 0 24px 34px; }
.community_leadership { align-items: center; background: var(--jss-purple-dark); border: 0; border-radius: var(--jss-radius); display: grid; gap: 26px; grid-template-columns: auto 1fr; margin-top: 24px; padding: clamp(28px,4vw,48px); }
.community_leadership p { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.affliations { padding: var(--jss-space) 0; }
.affliations_in { padding: 0; }
.affliations_in ul li { height: 132px; }

.connect_section { padding: var(--jss-space) 0; }
.connect_section .section-heading h2 { font-size: clamp(42px,4.6vw,68px); padding: 0; }
.connect_grid { align-items: stretch; display: grid; gap: 24px; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); }
.connect_form, .facebook_panel { background: var(--jss-white); border: 1px solid var(--jss-line); border-radius: var(--jss-radius); box-shadow: var(--jss-shadow-soft); min-height: 720px; padding: clamp(22px,3vw,38px); }
.facebook_panel { display: flex; }
.facebook_card { background: var(--jss-purple-dark); border-radius: 14px; display: grid; padding: 28px; }
.facebook_card h3 { font-size: 28px; }
.facebook_card p { font-size: 15px; line-height: 1.55; }
.facebook_embed { background: var(--jss-surface); border: 1px solid var(--jss-line); border-radius: 14px; display: flex; flex: 1; min-height: 372px; }

footer { background: var(--jss-purple-dark); padding: 44px 0 20px; }
.footer-brand img.footer-logo-gold { filter: url(#footer-logo-gold-filter); }
.footer_in { align-items: center; display: grid; gap: 36px; grid-template-columns: 1.3fr 1fr auto; padding: 0; }
.copy_rights { margin-top: 30px; padding: 18px 0 0; }
.copy_rights p { font-size: 11px; line-height: 1.5; text-align: left; }

@media only screen and (max-width: 1344px) {
  .team-section .team-carousel__arrow.slick-prev { left: 8px; }
  .team-section .team-carousel__arrow.slick-next { right: 8px; }
}

@media only screen and (max-width: 1100px) {
  .team-section .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .client_in ul, .affliations_in ul { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .about { gap: 48px; grid-template-columns: minmax(320px,.9fr) minmax(400px,1.1fr); }
}
@media only screen and (max-width: 900px) {
  .about { display: grid; grid-template-columns: 1fr; }
  .service-card-grid, .recognition_grid, .connect_grid { grid-template-columns: 1fr; }
  .connect_form, .facebook_panel { min-height: 0; }
  .client_in ul, .affliations_in ul { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer_in { grid-template-columns: 1fr auto; }
}
@media only screen and (max-width: 767px) {
  .container, .client_sec, .affliations_sec { padding-left: 20px; padding-right: 20px; }
  .header_in { padding: 11px 0; }
  .logo a img { max-width: 195px; width: auto; }
  .menu_icon { margin: 0; }
  .market { margin: 0; min-height: 560px; padding: 68px 20px; }
  .market_left { float: none; padding: 0; width: 100%; }
  .market_left_sec { margin: 0 auto; width: 100%; }
  .hero-headline { font-size: clamp(46px,13vw,70px); line-height: .98; }
  .hero-subhead { font-size: 18px; line-height: 1.55; }
  .about { display: grid; padding: var(--jss-space) 20px; }
  .about_left, .about_right { float: none; width: auto; }
  .about_right_in { padding: 0; }
  .about_right h2 { font-size: 44px; line-height: 1.02; }
  .about_right p { font-size: 16px; line-height: 1.7; }
  .section-heading h2, .connect_section .section-heading h2 { font-size: 42px; }
  .team-section .team-grid { grid-template-columns: 1fr 1fr; }
  .team-section .team-carousel__arrow { height: 42px; width: 42px; }
  .team-section .team-carousel__arrow.slick-prev { left: 8px; }
  .team-section .team-carousel__arrow.slick-next { right: 8px; }
  .work-gallery > ul { padding: 0 58px; }
  .client_in ul, .affliations_in ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .client-logo, .affliations_in ul li { height: 128px; padding: 18px; }
  .awards_content { padding: 0; }
  .recognition_block li { font-size: 15px; }
  .facebook_panel, .facebook_embed { display: flex; }
  .footer_in { display: grid; }
}
@media only screen and (max-width: 540px) {
  .team-section .team-grid { grid-template-columns: 1fr; }
  .client-logo, .affliations_in ul li { height: 112px; padding: 15px; }
  .footer_in { display: flex; }
}

/* Requested readability and logo-grid refinements */
.main_content p:not(.eyebrow):not(.service-card__number):not(.facebook_status):not(.facebook_embed_fallback) {
  font-size: 18px;
}
.hero-subhead { font-size: clamp(20px, 1.9vw, 25px); }
.section-heading--wide { max-width: 1200px; }
.single-line-title { max-width: none; white-space: nowrap; }
.section-heading > .single-line-copy { max-width: none; white-space: nowrap; }
.client_in ul li { display: block; }
.affliations_in ul li { display: flex; }

@media only screen and (max-width: 1100px) {
  .single-line-title,
  .section-heading > .single-line-copy { white-space: normal; }
}
