@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  width:100%;
  min-height:100%;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{
  background:#fff;
  color:#111;
  font-family:Inter, Arial, Helvetica, sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  width:100%;
  height:auto;
}

.services-page{
  width:100%;
  min-height:100vh;
  overflow-x:hidden;
  background:#fff;
}

.services-container{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding-left:22px;
  padding-right:22px;
}

.services-hero-media{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#f1f1f1;
  border-bottom:1px solid #ececec;
}

.services-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 56%;
}

.services-intro{
  padding-top:42px;
}

.services-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid #e5e5e5;
  border-radius:999px;
  background:#f7f7f7;
  color:#555;
  font-size:14px;
  line-height:1;
  letter-spacing:-.05px;
  font-weight:700;
  margin-bottom:22px;
}

.services-eyebrow-muted{
  margin-bottom:18px;
}

.services-hero-title{
  max-width:920px;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-1.55px;
  font-weight:800;
  color:#111;
  margin-bottom:28px;
}

.services-hero-text{
  max-width:880px;
  font-size:18px;
  line-height:1.72;
  letter-spacing:-.08px;
  color:#3f3f3f;
  margin-bottom:26px;
}

.services-primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:12px;
  background:#111;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:800;
  transition:transform .18s ease, opacity .18s ease;
}

.services-primary-btn:hover,
.services-primary-btn:focus-visible{
  transform:translateY(-1px);
  outline:none;
}

.services-overview{
  padding-top:82px;
}

.services-overview-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:26px;
  padding-top:34px;
  border-top:1px solid #dedede;
}

.services-section-title{
  max-width:760px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.95px;
  font-weight:800;
  color:#111;
}

.services-section-text{
  max-width:780px;
  font-size:17px;
  line-height:1.72;
  letter-spacing:-.06px;
  color:#3f3f3f;
  margin-bottom:16px;
}

.services-section-text:last-child{
  margin-bottom:0;
}

.services-popular{
  padding-top:86px;
}

.services-popular-heading{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:28px;
}

.services-popular-heading .services-section-title{
  margin-bottom:18px;
}

.services-inline-links{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:14px 28px;
}

.services-text-link{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding-bottom:3px;
  border-bottom:1px solid #111;
  color:#111;
  font-size:16px;
  line-height:1.35;
  letter-spacing:-.04px;
  font-weight:800;
  transition:opacity .18s ease, border-color .18s ease;
}

.services-text-link:hover,
.services-text-link:focus-visible{
  opacity:.7;
  outline:none;
}

.services-text-link[aria-disabled="true"]{
  cursor:default;
}

.services-highlight-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:34px;
  min-height:360px;
  padding:30px 24px 24px;
  border-radius:26px;
  background:#111;
  color:#fff;
  overflow:hidden;
}

.services-highlight-copy{
  max-width:760px;
}

.services-highlight-label{
  color:#bdbdbd;
  font-size:14px;
  line-height:1.2;
  letter-spacing:.02em;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:20px;
}

.services-card-title{
  font-size:34px;
  line-height:1.06;
  letter-spacing:-.9px;
  font-weight:800;
  color:#fff;
  margin-bottom:16px;
}

.services-card-text{
  max-width:680px;
  font-size:17px;
  line-height:1.72;
  letter-spacing:-.05px;
  color:#d5d5d5;
  margin-bottom:20px;
}

.services-text-link-light{
  color:#fff;
  border-bottom-color:rgba(255,255,255,.7);
}

.services-showcase-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.services-showcase-count{
  font-size:15px;
  line-height:1;
  color:#c7c7c7;
  margin-right:4px;
}

.services-showcase-arrow{
  width:48px;
  height:48px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#111;
  font-size:27px;
  line-height:1;
  font-weight:500;
}

.services-essentials{
  padding-top:76px;
}

.services-mini-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.services-mini-item{
  min-height:270px;
  padding:28px 24px;
  border:1px solid #e8e8e8;
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.035);
}

.services-mini-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  margin-bottom:24px;
}

.services-mini-icon svg{
  width:36px;
  height:36px;
  display:block;
  stroke:#111;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.services-mini-title{
  font-size:24px;
  line-height:1.16;
  letter-spacing:-.55px;
  font-weight:800;
  color:#111;
  margin-bottom:14px;
}

.services-mini-text{
  max-width:560px;
  font-size:16px;
  line-height:1.68;
  letter-spacing:-.04px;
  color:#3f3f3f;
  margin-bottom:18px;
}

.services-category{
  padding-top:94px;
}

.services-category-heading{
  margin-bottom:34px;
}

.services-feature-row{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
  padding:0 0 68px;
}

.services-feature-row:last-child{
  padding-bottom:0;
}

.services-feature-media{
  width:100%;
  overflow:hidden;
  background:#f1f1f1;
  border:1px solid #ededed;
  border-radius:24px;
}

.services-feature-media-wide{
  aspect-ratio:16/10;
}

.services-feature-media-tall{
  aspect-ratio:4/5;
}

.services-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.services-feature-copy{
  min-width:0;
}

.services-feature-title{
  max-width:720px;
  font-size:32px;
  line-height:1.08;
  letter-spacing:-.8px;
  font-weight:800;
  color:#111;
  margin-bottom:16px;
}

.services-feature-text{
  max-width:760px;
  font-size:17px;
  line-height:1.72;
  letter-spacing:-.06px;
  color:#3f3f3f;
  margin-bottom:18px;
}

.services-category-soft{
  max-width:none;
  margin-top:92px;
  padding-top:0;
  background:#f4f4f4;
}

.services-category-inner{
  padding-top:78px;
  padding-bottom:82px;
}

.services-final{
  padding-top:88px;
  padding-bottom:90px;
}

.services-cta-rows{
  border-top:1px solid #8a8a8a;
}

.services-cta-row{
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #8a8a8a;
  color:#111;
  transition:padding .18s ease, opacity .18s ease;
}

.services-cta-row:hover,
.services-cta-row:focus-visible{
  padding-left:8px;
  padding-right:8px;
  outline:none;
}

.services-cta-row > span:first-child{
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.8px;
  font-weight:800;
}

.services-cta-arrow{
  flex:0 0 auto;
  font-size:52px;
  line-height:1;
  font-weight:400;
}

.services-legal{
  max-width:930px;
  margin-top:64px;
  font-size:15px;
  line-height:1.8;
  letter-spacing:-.03px;
  color:#666;
}

@media (max-width:767px){
  .services-hero-media{
    aspect-ratio:16/10;
  }

  .services-intro{
    padding-top:38px;
  }

  .services-hero-title{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .services-hero-text{
    font-size:18px;
  }

  .services-section-title{
    font-size:31px;
    letter-spacing:-.75px;
  }

  .services-overview,
  .services-popular{
    padding-top:68px;
  }

  .services-category{
    padding-top:76px;
  }

  .services-category-soft{
    margin-top:76px;
    padding-top:0;
  }

  .services-feature-title{
    font-size:30px;
  }
}

@media (min-width:768px){
  .services-container{
    padding-left:40px;
    padding-right:40px;
  }

  .services-intro{
    padding-top:58px;
  }

  .services-hero-title{
    font-size:56px;
    letter-spacing:-1.9px;
  }

  .services-section-title{
    font-size:40px;
    letter-spacing:-1px;
  }

  .services-popular-heading{
    grid-template-columns:minmax(0, 1fr) auto;
    gap:40px;
    align-items:end;
  }

  .services-inline-links{
    max-width:330px;
    justify-content:flex-end;
  }

  .services-highlight-card{
    min-height:400px;
    padding:40px 36px 30px;
  }

  .services-card-title{
    font-size:42px;
    letter-spacing:-1.2px;
  }

  .services-mini-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
  }

  .services-mini-item{
    min-height:330px;
  }

  .services-feature-title{
    font-size:38px;
    letter-spacing:-1px;
  }

  .services-cta-row{
    min-height:122px;
  }

  .services-cta-row > span:first-child{
    font-size:44px;
  }
}

@media (min-width:1024px){
  .services-hero-media{
    max-width:1440px;
    margin:0 auto;
    aspect-ratio:16/6.7;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
  }

  .services-container{
    max-width:1200px;
    padding-left:48px;
    padding-right:48px;
  }

  .services-intro{
    padding-top:70px;
  }

  .services-hero-title{
    max-width:1000px;
    font-size:64px;
    line-height:1;
    letter-spacing:-2.5px;
  }

  .services-hero-text{
    font-size:19px;
    line-height:1.74;
  }

  .services-overview{
    padding-top:98px;
  }

  .services-overview-grid{
    grid-template-columns:minmax(320px, .88fr) minmax(0, 1.12fr);
    gap:72px;
    padding-top:42px;
  }

  .services-section-title{
    font-size:44px;
    letter-spacing:-1.2px;
  }

  .services-section-text{
    font-size:18px;
  }

  .services-popular{
    padding-top:104px;
  }

  .services-highlight-card{
    min-height:440px;
    padding:48px 44px 34px;
    border-radius:30px;
  }

  .services-card-title{
    font-size:48px;
    letter-spacing:-1.4px;
  }

  .services-card-text{
    font-size:18px;
  }

  .services-essentials{
    padding-top:92px;
  }

  .services-mini-grid{
    gap:22px;
  }

  .services-mini-item{
    min-height:340px;
    padding:32px 28px;
    border-radius:28px;
  }

  .services-category{
    padding-top:110px;
  }

  .services-category-heading{
    margin-bottom:46px;
  }

  .services-feature-row{
    grid-template-columns:minmax(360px, 500px) minmax(0, 1fr);
    gap:68px;
    padding-bottom:96px;
  }

  .services-feature-row-reverse{
    grid-template-columns:minmax(0, 1fr) minmax(360px, 500px);
  }

  .services-feature-row-reverse .services-feature-media{
    order:2;
  }

  .services-feature-row-reverse .services-feature-copy{
    order:1;
  }

  .services-feature-media{
    border-radius:28px;
  }

  .services-feature-media-wide{
    aspect-ratio:16/11;
  }

  .services-feature-media-tall{
    aspect-ratio:4/5.15;
  }

  .services-feature-title{
    font-size:44px;
    letter-spacing:-1.2px;
  }

  .services-feature-text{
    font-size:18px;
  }

  .services-category-soft{
    margin-top:110px;
    padding-top:0;
  }

  .services-category-inner{
    padding-top:96px;
    padding-bottom:104px;
  }

  .services-final{
    padding-top:102px;
    padding-bottom:104px;
  }

  .services-cta-row{
    min-height:130px;
  }

  .services-cta-row > span:first-child{
    font-size:50px;
  }
}

@media (min-width:1280px){
  .services-hero-media{
    aspect-ratio:16/6.2;
  }

  .services-container{
    max-width:1240px;
  }

  .services-hero-title{
    font-size:70px;
    letter-spacing:-2.8px;
  }

  .services-overview-grid{
    grid-template-columns:minmax(380px, 470px) minmax(0, 1fr);
    gap:84px;
  }

  .services-feature-row{
    grid-template-columns:minmax(400px, 520px) minmax(0, 1fr);
    gap:78px;
  }

  .services-feature-row-reverse{
    grid-template-columns:minmax(0, 1fr) minmax(400px, 520px);
  }
}
