/* Compiled from _work-with-us.less — TEMP standalone CSS for fast iteration.
   Loaded via Magento_Cms/layout/cms_page_view_id_work-with-us.xml.
   Edit THIS file directly (developer mode symlinks it -> refresh = instant).
   When done, re-sync changes back into _work-with-us.less. */
.cms-work-with-us .page-title-wrapper,
.cms-work-with-us div.breadcrumbs {
  display: none;
}
.cms-work-with-us #maincontent,
.cms-work-with-us .columns .column.main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* Page Builder row/column wrappers made layout-neutral so sections control their own width */
.cms-work-with-us .row-full-width-inner {
  max-width: 100%;
  padding: 0;
}
.cms-work-with-us [data-content-type="column-group"],
.cms-work-with-us [data-content-type="column-line"],
.cms-work-with-us [data-content-type="column"] {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-work-with-us .wwu {
  color: #1f2733;
  font-size: 16px;
  line-height: 1.6;
}
.cms-work-with-us .wwu-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.cms-work-with-us .wwu-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #1f2733;
  margin: 0;
}
.cms-work-with-us .wwu-h2--center {
  text-align: center;
}
.cms-work-with-us .wwu-sub {
  color: #6a7280;
  font-size: 16px;
  margin: 8px 0 0;
}
.cms-work-with-us .wwu-sub--center {
  text-align: center;
}
.cms-work-with-us .wwu-ico {
  width: 30px;
  height: 30px;
  display: block;
}
.cms-work-with-us .wwu-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s ease;
}
.cms-work-with-us .wwu-btn__arrow .wwu-ico {
  width: 18px;
  height: 18px;
}
.cms-work-with-us .wwu-btn--primary {
  background: #d87010;
  color: #fff;
}
.cms-work-with-us .wwu-btn--primary:hover,
.cms-work-with-us .wwu-btn--primary:focus {
  background: #be610a;
  color: #fff;
}
.cms-work-with-us .wwu-btn--light {
  background: #ffffff;
  color: #DC7415;
}
.cms-work-with-us .wwu-btn--light:hover,
.cms-work-with-us .wwu-btn--light:focus {
  background: #ffffff;
  color: #DC7415;
}
.cms-work-with-us .wwu-btn--block {
  width: 100%;
  justify-content: center;
}
.cms-work-with-us .wwu-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 470px;
  padding: 70px 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cms-work-with-us .wwu-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 8, 24, 0.5) 0%, rgba(1, 8, 24, 0.78) 100%);
}
.cms-work-with-us .wwu-hero__inner {
  position: relative;
  max-width: 920px;
}
.cms-work-with-us .wwu-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.cms-work-with-us .wwu-hero__sub {
  margin: 18px 0 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}
.cms-work-with-us .wwu-about {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 135px;
}
.cms-work-with-us .wwu-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.cms-work-with-us .wwu-about__grid > * {
  min-width: 0;
}
.cms-work-with-us .wwu-about__text h2 {
  margin-bottom: 20px;
}
.cms-work-with-us .wwu-about__text p {
  color: #6a7280;
  margin: 0 0 14px;
}
.cms-work-with-us .wwu-about__media {
  position: relative;
}
.cms-work-with-us .wwu-about__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  display: block;
  object-fit: cover;
}
.cms-work-with-us .wwu-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 24px;
  padding: 30px 36px;
  background: #f6f6f6;
  border-radius: 14px;
}
.cms-work-with-us .wwu-stats > * {
  min-width: 0;
}
.cms-work-with-us .wwu-stat__num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  color: #d87010;
}
.cms-work-with-us .wwu-stat__label {
  color: #6a7280;
  font-size: 15px;
}
.cms-work-with-us .wwu-history {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px 135px 40px;
  text-align: center;
}
/* Ambient blurred background (Figma "Rectangle 7": #E7E2DF 65% + blur 100, pre-baked into the JPG) */
.cms-work-with-us .wwu-history,
.cms-work-with-us .wwu-services,
.cms-work-with-us .wwu-register {
  background-image: url('../images/work-with-us/section-bg-blur.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-work-with-us .wwu-history__img {
  margin-top: 36px;
}
.cms-work-with-us .wwu-history__img img {
  width: 100%;
  max-width: 1120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cms-work-with-us .wwu-features {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 135px;
}
.cms-work-with-us .wwu-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.cms-work-with-us .wwu-feature {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}
.cms-work-with-us .wwu-feature__icon {
  color: #d87010;
  margin-bottom: 18px;
}
.cms-work-with-us .wwu-feature__icon .wwu-ico {
  width: 34px;
  height: 34px;
}
.cms-work-with-us .wwu-feature__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #1f2733;
}
.cms-work-with-us .wwu-feature__desc {
  color: #6a7280;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.cms-work-with-us .wwu-services {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 135px;
}
.cms-work-with-us .wwu-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 44px;
}
.cms-work-with-us .wwu-service {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.cms-work-with-us .wwu-service__icon {
  color: #d87010;
  margin-bottom: 16px;
}
.cms-work-with-us .wwu-service__icon .wwu-ico {
  width: 40px;
  height: 40px;
}
.cms-work-with-us .wwu-service__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.cms-work-with-us .wwu-service__desc {
  color: #6a7280;
  margin: 0 0 18px;
}
.cms-work-with-us .wwu-service__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #1f2733;
}
.cms-work-with-us .wwu-service__list li::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d87010;
  border-right: 2px solid #d87010;
  transform: rotate(45deg);
}
.cms-work-with-us .wwu-partners {
  padding-top: 48px;
  padding-bottom: 8px;
}
.cms-work-with-us .wwu-partners-row {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 16px 0 36px;
  overflow: hidden;
}
/* The slider sits in its own Page Builder row whose inner is capped ~1280px and
   centered, so break it out to the full viewport like the other sections. */
.cms-work-with-us .partner-logos-slider {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.cms-work-with-us .partner-logos-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.cms-work-with-us .partner-logos-slider:not(.slick-initialized) .wwu-logo {
  flex: 0 0 auto;
}
.cms-work-with-us .partner-logos-slider .slick-list {
  width: 100%;
  overflow: hidden;
}
.cms-work-with-us .partner-logos-slider .wwu-logo {
  box-sizing: border-box;
  width: 161px;
  /* cap below the slide width so margin:auto always leaves a gap on both sides;
     the box scales down with the slide (i.e. with the viewport) */
  max-width: calc(100% - 30px);
  /* height follows the width so the box scales proportionally */
  height: auto;
  aspect-ratio: 161 / 144;
  background: #F5F5F5;
  border-radius: 16px;
  /* center the fixed-size box inside its equal-width slide */
  margin: 0 auto;
  padding: 24px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* PageBuilder wraps the logo in <figure><picture><img></picture></figure>.
   Collapse the <picture> box so the <img> itself becomes the flex child of the
   figure and is bounded by the 161x144 box (otherwise <picture> won't shrink). */
.cms-work-with-us .partner-logos-slider .wwu-logo picture {
  display: contents;
}
.cms-work-with-us .partner-logos-slider .wwu-logo img {
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cms-work-with-us .partner-logos-slider .slick-track {
  display: flex;
  align-items: center;
}
.cms-work-with-us .partner-logos-slider .slick-slide {
  height: auto;
}
.cms-work-with-us .wwu-types {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 135px;
}
.cms-work-with-us .wwu-types__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.cms-work-with-us .wwu-type {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 28px;
}
.cms-work-with-us .wwu-type__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.cms-work-with-us .wwu-type__desc {
  color: #6a7280;
  font-size: 15px;
  margin: 0 0 18px;
}
.cms-work-with-us .wwu-type__offer {
  background: #fceee2;
  border-left: 3px solid #d87010;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  color: #1f2733;
}
.cms-work-with-us .wwu-type__offer strong {
  display: block;
  margin-bottom: 4px;
  color: #d87010;
}
.cms-work-with-us .wwu-register {
  position: relative;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 76px 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* override the inline form-bg.jpg so the section shares the ambient blur */
  background-image: url('../images/work-with-us/section-bg-blur.jpg') !important;
}
.cms-work-with-us .wwu-register__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
}
.cms-work-with-us .wwu-register::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 580px;
  max-height: 92%;
  background: url('../images/work-with-us/register-leaf.png') no-repeat left center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.cms-work-with-us .wwu-register__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}
.cms-work-with-us .wwu-form {
  margin-top: 34px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.cms-work-with-us .wwu-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.cms-work-with-us .wwu-form__field--full {
  grid-column: 1 / -1;
}
.cms-work-with-us .wwu-form input,
.cms-work-with-us .wwu-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  font-family: 'Barlow Condensed';
  background: #fff;
}
.cms-work-with-us .wwu-form input:focus,
.cms-work-with-us .wwu-form textarea:focus {
  border-color: #d87010;
  box-shadow: none;
}
.cms-work-with-us .wwu-form textarea {
  resize: vertical;
  min-height: 120px;
}
.cms-work-with-us .wwu-form .wwu-btn--block {
  margin-top: 4px;
}
.cms-work-with-us .wwu-form__note {
  text-align: center;
  color: #6a7280;
  font-size: 13px;
  margin: 14px 0 0;
}
@media (max-width: 1024px) {
  .cms-work-with-us .wwu-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms-work-with-us .wwu-hero__title {
    font-size: 52px;
  }
  .cms-work-with-us .wwu-about,
  .cms-work-with-us .wwu-features,
  .cms-work-with-us .wwu-services,
  .cms-work-with-us .wwu-types {
    padding: 50px 60px;
  }
  .cms-work-with-us .wwu-history {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  /* theme re-adds side padding to these wrappers only at mobile — strip it so
     full-bleed sections stay flush to the edges (desktop untouched) */
  .cms-work-with-us #maincontent,
  .cms-work-with-us .column.main,
  .cms-work-with-us .row-full-width-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* don't let the logo box shrink below the mobile minimum */
  .cms-work-with-us .partner-logos-slider .wwu-logo {
    min-width: 123px;
    min-height: 112px;
  }
  .cms-work-with-us .wwu-h2 {
    font-size: 30px;
  }
  .cms-work-with-us .wwu-hero {
    min-height: 420px;
    padding: 56px 16px;
  }
  .cms-work-with-us .wwu-hero__title {
    font-size: 30px;
    overflow-wrap: break-word;
  }
  .cms-work-with-us .wwu-hero__sub {
    font-size: 16px;
  }
  .cms-work-with-us .wwu-about,
  .cms-work-with-us .wwu-features,
  .cms-work-with-us .wwu-services,
  .cms-work-with-us .wwu-types {
    padding: 40px 16px;
  }
  .cms-work-with-us .wwu-history {
    padding: 40px 16px;
  }
  /* full-bleed background stays edge-to-edge; inner content keeps a 16px gutter */
  .cms-work-with-us .wwu-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cms-work-with-us .wwu-register {
    padding: 56px 0;
  }
  .cms-work-with-us .wwu-register::before {
    display: none;
  }
  .cms-work-with-us .wwu-about__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cms-work-with-us .wwu-about__media {
    position: static;
  }
  .cms-work-with-us .wwu-about__media img {
    position: static;
    height: auto;
  }
  .cms-work-with-us .wwu-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 24px;
  }
  .cms-work-with-us .wwu-features__grid {
    grid-template-columns: 1fr;
  }
  .cms-work-with-us .wwu-services__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cms-work-with-us .wwu-types__grid {
    grid-template-columns: 1fr;
  }
  .cms-work-with-us .wwu-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}
