/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
  font-family: 'Space Grotesk', sans-serif;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #e0a100;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  flex: 0 0 auto;
  width: 300px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main-nav {
  flex: 0 0 auto;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav {
  margin-left: auto;
  padding-top: 55px;
}
.main-nav .cta a {
  padding: 8px 16px;
  background: #000;
  color: #fff;
  border-radius: 20px;
}
/* CTA default */
.main-nav .cta a {
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
/* CTA hover */
.main-nav .cta a:hover {
  color: #e0a100;
}
/* CTA active (current page) */
.main-nav .cta.active a {
  color: #e0a100;
}
.main-nav a {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #000000;
}
/* default nav links */
.main-nav a {
  color: #000000;
  text-decoration: none;
  /* remove underline globally */
  transition: color 0.2s ease;
}
/* hover state */
.main-nav a:hover {
  color: #e0a100;
  text-decoration: none;
  /* ensure no underline */
}
/* active page */
.main-nav li.active > a {
  color: #e0a100;
}
.hero {
  position: relative;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
}
.hero {
  min-height: 850px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 40px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0) 70%), url('/images/home-hero-image.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-content .hero-cta {
  display: inline-block;
  margin-top: 22px;
  padding: 14px 28px;
  background: #e0a100;
  color: #000 !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 16px;
}
.hero-content .hero-cta:hover {
  background: #f2b400;
  color: #000 !important;
  transform: translateY(-1px);
  text-decoration: none!important;
}
.hero-content h1,
.hero-content p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.hero-content h1 {
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1px;
}
.hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}
.welcome-section {
  padding: 45px 0 45px;
  background: #ffffff;
}
.welcome-row {
  --bs-gutter-x: 0;
}
.welcome-copy-col {
  padding-right: 70px;
}
.welcome-copy {
  max-width: 760px;
}
.welcome-title {
  margin: 0 0 28px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.welcome-text {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #4a4a4a;
}
.value-points {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}
.value-points li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #222222;
}
.value-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #111111;
}
.welcome-highlight {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.highlight-box {
  min-height: 138px;
  padding: 34px 30px;
  background: #f7f7f7;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.highlight-number {
  display: block;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #111111;
}
.highlight-label {
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
}
.services-section {
  padding: 45px 0 45px;
  background: #f5f6f8;
}
.services-header {
  margin-bottom: 30px;
}
.services-title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.services-intro {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #555555;
}
.services-grid > [class*="col-"] {
  margin-bottom: 20px;
}
.service-card {
  height: 100%;
  padding: 34px 30px 32px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 97%;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
.service-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #111111;
}
.service-card p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.services-section {
  border-top: 4px solid #eeeeee;
}
.service-card-link {
  display: block;
  text-decoration: none!important;
  color: inherit;
}
.service-card-link:hover {
  text-decoration: none!important;
  color: inherit;
}
.featured-work-section {
  padding: 45px 0 45px;
  background: #ffffff;
}
.featured-work-header {
  margin-bottom: 60px;
}
.featured-work-title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.featured-work-intro {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #555555;
}
.featured-work-grid > [class*="col-"] {
  margin-bottom: 30px;
}
.project-card-link {
  display: block;
  text-decoration: none!important;
  color: inherit;
}
.project-card-link:hover,
.project-card-link:focus {
  text-decoration: none!important;
  color: inherit;
}
.project-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  width: 97%;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
.project-image-wrap {
  overflow: hidden;
  background: #e9eaec;
}
.project-image {
  display: block;
  width: 100%;
  height: auto;
}
.project-card-body {
  padding: 28px 28px 30px;
}
.project-category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777777;
}
.project-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #111111;
}
.project-card p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}
.featured-work-footer {
  margin-top: 15px;
}
.featured-work-button {
  display: inline-block;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  background: #111111;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.featured-work-button:hover,
.featured-work-button:focus {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
.featured-work-section {
  border-top: 4px solid #eeeeee;
}
.home-process {
  padding: 45px 0;
  background: #f7f9fc;
  position: relative;
}
.process-intro {
  max-width: 760px;
  margin: 0 auto 60px;
}
.home-process .section-eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #eeb111;
  margin-bottom: 18px;
}
.home-process .section-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}
.home-process .section-description {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}
.process-row {
  margin-bottom: 35px;
}
.process-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 40px 30px 34px;
  height: 100%;
  min-height: 290px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  width: 97%;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.process-number {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: rgba(29, 78, 216, 0.1);
  margin-bottom: 22px;
}
.process-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #111827;
}
.process-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}
.process-footer {
  margin: 0 auto;
  padding-top: 10px;
}
.process-footer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}
.home-process {
  border-top: 4px solid #eeeeee;
}
.home-why-choose {
  padding: 45px 0;
  background: #ffffff;
  position: relative;
}
.why-choose-intro {
  max-width: 760px;
  margin: 0 auto 60px;
}
.home-why-choose .section-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #eeb111;
}
.home-why-choose .section-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}
.home-why-choose .section-description {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}
.why-choose-grid {
  margin-bottom: 15px;
}
.why-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 36px 30px 32px;
  margin-bottom: 20px;
  min-height: 260px;
  transition: all 0.3s ease;
  width: 97%;
  border-radius: 14px;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.why-card-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(29, 78, 216, 0.08);
  color: #e0a100;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}
.why-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #111827;
}
.why-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}
.why-choose-bottom {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 10px;
}
.why-choose-bottom p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}
.home-why-choose {
  border-top: 4px solid #eeeeee;
}
.home-cta {
  padding: 60px 0;
  position: relative;
  background: linear-gradient(135deg, #e0a100 0%, #c78e00 50%, #9f6f00 100%);
  color: #ffffff;
  overflow: hidden;
}
.cta-inner {
  max-width: 760px;
  margin: 0 auto;
}
.cta-title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.cta-subtitle {
  margin: 0 auto 35px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.cta-buttons {
  margin-bottom: 25px;
}
.cta-btn-primary {
  display: inline-block;
  padding: 16px 34px;
  margin: 0 10px;
  background: #ffffff;
  color: #9f6f00;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.cta-btn-primary:hover {
  background: #f3f4f6;
  color: #7c5500;
  text-decoration: none;
}
.cta-btn-secondary {
  display: inline-block;
  padding: 16px 34px;
  margin: 0 10px;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  transition: all 0.3s ease;
}
.cta-btn-secondary:hover {
  background: #ffffff;
  color: #9f6f00;
  border-color: #ffffff;
  text-decoration: none;
}
.cta-note {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.15), transparent 45%);
  pointer-events: none;
}
.cta-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer {
  background: #111111;
  color: #cfcfcf;
}
.footer-main {
  padding: 45px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.footer-widget h4 {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-widget p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #b8b8b8;
}
.footer-location {
  color: #e0a100;
  font-weight: 600;
}
.footer-links,
.footer-contact-list,
.footer-bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.footer-links li,
.footer-contact-list li {
  margin-bottom: 12px;
}
.footer-links a,
.footer-contact-list a,
.footer-bottom-links a {
  color: #b8b8b8;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-links a:hover,
.footer-contact-list a:hover,
.footer-bottom-links a:hover {
  color: #e0a100;
  text-decoration: none;
}
.footer-cta-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 28px;
  background: #e0a100;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.footer-cta-btn:hover {
  background: #f0b321;
  color: #111111;
  text-decoration: none;
}
.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
}
.footer-copyright {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #8d8d8d;
}
.footer-bottom-links {
  text-align: right;
}
.footer-bottom-links li {
  display: inline-block;
  margin-left: 22px;
}
.footer-bottom-links a {
  font-size: 14px;
  color: #8d8d8d;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 20px;
}
.footer-logo-img {
  max-width: 220px;
  height: auto;
  display: block;
}
.header-spacer {
  height: 134px;
}
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: #f5c518;
  color: #000;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#backToTop .glyphicon {
  line-height: 48px;
  font-size: 18px;
  color: #000;
}
#backToTop:hover {
  background: #e0b315;
  transform: translateY(-2px);
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}
.about-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/about-page-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.42) 100%);
}
.about-hero .container {
  position: relative;
  z-index: 2;
}
.about-hero-content {
  max-width: 820px;
  padding: 10px 0 90px;
}
.section-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.about-hero h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.about-hero-lead {
  max-width: 800px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
.about-intro {
  padding: 50px 0 50px;
  background: #ffffff;
}
.about-intro-content h2,
.about-partners-content h2,
.about-closing-content h2 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111111;
}
.about-intro-content p,
.about-partners-content p,
.about-closing-content p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 28px;
  color: #4b4b4b;
}
.about-intro-content p:last-child,
.about-partners-content p:last-child,
.about-closing-content p:last-child {
  margin-bottom: 0;
}
.about-highlights {
  padding: 30px 0 50px;
  background: #ffffff;
}
.about-card {
  height: 100%;
  padding: 36px 32px;
  background: #f7f7f4;
  border: 1px solid #ecece6;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  width: 97%;
  margin: auto;
}
.about-card h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.02em;
}
.about-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #555555;
}
.about-partners {
  padding: 75px 0;
  background-image: url("/images/leather-background.webp");
  background-size: cover;
}
.about-partners .section-eyebrow {
  color: #c8a11c;
}
.about-partners-content h2 {
  color: #ffffff;
}
.about-partners-content p {
  color: rgba(255, 255, 255, 0.82);
}
.about-closing {
  padding: 0px 0 0px;
  background: #f7f7f4;
}
.about-closing-content {
  text-align: left;
  width: 90%;
}
.cta-about {
  padding: 80px 0;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #d4a61f 0%, #edd38a 52%, #d4a61f 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cta-about-inner {
  max-width: 960px;
  margin: 0 auto;
}
.cta-about h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.03em;
}
.cta-about p {
  margin: 0 0 34px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.78);
}
.cta-about-button {
  display: inline-block;
  padding: 16px 34px;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}
.cta-about-button:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.about-intro a,
.about-partners a,
.about-closing a,
.cta-about a {
  color: #e0a100;
  font-weight: 700;
}
.about-closing-content h2 {
  margin-top: 60px;
}
.contact-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 70%), url('/images/contact-page-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.contact-hero-content {
  max-width: 820px;
  padding: 10px 0 90px;
}
.contact-hero-content h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}
.contact-hero-lead {
  max-width: 820px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
.contact-main {
  padding: 45px 0 55px;
  background: #ffffff;
}
.contact-info-panel {
  padding: 0 35px 0 0;
}
.contact-info-panel h2,
.contact-form-panel h2,
.contact-quote-cta-inner h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.contact-info-panel p,
.contact-form-panel p,
.contact-method p,
.contact-quote-cta-inner p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 28px;
  color: #4d4d4d;
}
.contact-method {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.contact-method:last-of-type {
  margin-bottom: 24px;
}
.contact-method h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #111111;
}
.contact-method p {
  margin: 0;
}
.contact-local-note {
  margin-top: 32px;
  font-size: 16px;
  line-height: 29px;
  color: #666666;
}
.contact-form-panel {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 42px 40px 40px;
}
.contact-form-intro {
  margin-bottom: 28px;
}
.contact-form .form-group {
  margin-bottom: 22px;
}
.contact-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}
.contact-form label span {
  font-weight: 400;
  color: #777777;
}
.contact-form .form-control {
  height: 52px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
  padding: 12px 16px;
  background: #ffffff;
}
.contact-form textarea.form-control {
  height: auto;
  min-height: 180px;
  resize: vertical;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.contact-form .form-control:focus {
  border-color: #e0a100;
  box-shadow: none;
}
.contact-submit-btn {
  display: inline-block;
  min-width: 190px;
  padding: 16px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #e0a100 0%, #f0bc2a 100%);
  color: #111111;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
}
.contact-submit-btn:hover,
.contact-submit-btn:focus {
  text-decoration: none;
  color: #111111;
  transform: translateY(-1px);
}
.contact-quote-cta {
  padding: 0 0 100px;
  background: #ffffff;
}
.contact-quote-cta-inner {
  background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
  border: 1px solid rgba(224, 161, 0, 0.22);
  border-radius: 22px;
  padding: 42px 44px 40px;
}
.contact-quote-button {
  display: inline-block;
  margin-top: 8px;
  padding: 15px 26px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.contact-quote-button:hover,
.contact-quote-button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
#main-content a:link,
#main-content a:active,
#main-content a:visited {
  color: #e0a100;
  text-decoration: none;
  font-weight: 600;
}
#main-content a:hover {
  color: #e0a100;
  text-decoration: underline;
  font-weight: 600;
}
.quote-checkbox-grid {
  margin-top: 6px;
}
.quote-check {
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #111111;
}
.quote-check input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.quote-form select.form-control {
  height: 52px;
  line-height: 22px;
}
.quote-form-panel .form-group {
  margin-bottom: 22px;
}
.quote-page .contact-form-panel {
  padding-bottom: 34px;
}
.quote-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/request-a-quote-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quote-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.form-group-right {
  padding-left: 10px;
}
/* =========================================
   FAQ PAGE
========================================= */
.faq-page {
  background: #f5f5f5;
}
.faq-section {
  padding: 55px 0 80px;
}
.faq-section .container {
  max-width: 1180px;
}
.faq-section .panel-group {
  margin-bottom: 0;
}
.faq-section .panel {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 17, 21, 0.06);
  margin-bottom: 18px;
  -webkit-box-shadow: 0 8px 24px rgba(15, 17, 21, 0.06);
}
.faq-section .panel + .panel {
  margin-top: 0;
}
.faq-section .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
}
.faq-section .panel-title {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 1;
}
.faq-section .panel-title a {
  position: relative;
  display: block;
  padding: 26px 72px 26px 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
  text-decoration: none;
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faq-section .panel-title a:hover,
.faq-section .panel-title a:focus {
  text-decoration: none;
  color: #000000;
  background: #fcfbf7;
}
.faq-section .panel-title a:before {
  content: "+";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: #e3a400;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faq-section .panel-title a[aria-expanded="true"] {
  background: #111111;
  color: #ffffff;
}
.faq-section .panel-title a[aria-expanded="true"]:before {
  content: "–";
  background: #e3a400;
  color: #111111;
}
.faq-section .panel-collapse {
  border-top: 1px solid #ececec;
}
.faq-section .panel-body {
  padding: 28px 30px 32px;
  border-top: 0 !important;
  font-size: 18px;
  line-height: 1.8;
  color: #4b4f58;
  background: #ffffff;
}
.faq-section .panel-body p:last-child {
  margin-bottom: 0;
}
/* Optional intro block above accordion */
.faq-intro {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}
.faq-intro h2 {
  margin: 0 0 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #111111;
}
.faq-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #5a616c;
}
/* Slight tightening for very long question text */
.faq-section .panel-title a span {
  display: inline-block;
  max-width: 95%;
}
.faq-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/faq-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.services-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.42) 30%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 70%), url('/images/services-page-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.services-hero-content {
  max-width: 860px;
  padding: 10px 0 90px;
}
.services-hero-content h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}
.services-hero-lead {
  max-width: 830px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
.services-intro-main {
  padding: 50px 0 50px;
  background: #ffffff;
}
.services-intro-copy {
  padding-right: 50px;
}
.services-intro-copy h2 {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.services-intro-copy p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 28px;
  color: #4d4d4d;
}
.services-intro-copy p:last-child {
  margin-bottom: 0;
}
.services-intro-aside {
  padding-left: 20px;
}
.services-stat-box {
  margin-bottom: 18px;
  padding: 28px 30px;
  background: #f7f7f4;
  border: 1px solid #ecece6;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}
.services-stat-box:last-child {
  margin-bottom: 0;
}
.services-stat-number {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
}
.services-stat-label {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
}
.services-listing-section {
  padding: 50px 0 55px;
  background: #f7f8fa;
  border-top: 4px solid #eeeeee;
}
.services-listing-header {
  max-width: 840px;
  margin: 0 auto 36px;
}
.services-listing-header h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.services-listing-header p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #5a5a5a;
}
.services-tiles-grid > [class*="col-"] {
  margin-bottom: 24px;
}
.service-tile-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.service-tile-link:hover,
.service-tile-link:focus {
  text-decoration: none;
  color: inherit;
}
.service-tile {
  height: 100%;
  width: 97%;
  padding: 34px 30px 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}
.service-tile-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #e0a100;
}
.service-tile h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.4px;
}
.service-tile p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.service-tile-arrow {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}
.services-benefits-section {
  padding: 50px 0 55px;
  background: #ffffff;
  border-top: 4px solid #eeeeee;
}
.services-benefits-header {
  max-width: 800px;
  margin: 0 auto 36px;
}
.services-benefits-header h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.services-benefits-header p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #5b5b5b;
}
.services-benefits-grid > [class*="col-"] {
  margin-bottom: 20px;
}
.services-benefit-card {
  height: 100%;
  width: 97%;
  padding: 34px 30px 30px;
  background: #f7f7f4;
  border: 1px solid #ecece6;
  border-radius: 14px;
}
.services-benefit-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
}
.services-benefit-card p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #5f5f5f;
}
.services-closing-section {
  padding: 0 0 90px;
  background: #ffffff;
}
.services-closing-inner {
  background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
  border: 1px solid rgba(224, 161, 0, 0.22);
  border-radius: 22px;
  padding: 44px 44px 42px;
}
.services-closing-inner h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.services-closing-inner p {
  max-width: 840px;
  margin: 0 auto 26px;
  font-size: 17px;
  line-height: 28px;
  color: #4d4d4d;
}
.services-closing-button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
.services-closing-button:hover,
.services-closing-button:focus {
  color: #ffffff !important;
  text-decoration: none;
  background: #000000;
  transform: translateY(-1px);
}
.services-listing-section .service-tile-link,
.services-listing-section .service-tile-link:link,
.services-listing-section .service-tile-link:visited,
.services-listing-section .service-tile-link:active,
.services-listing-section .service-tile-link:hover,
.services-listing-section .service-tile-link:focus {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.services-listing-section .service-tile-link:hover h3,
.services-listing-section .service-tile-link:hover p,
.services-listing-section .service-tile-link:hover span,
.services-listing-section .service-tile-link:focus h3,
.services-listing-section .service-tile-link:focus p,
.services-listing-section .service-tile-link:focus span {
  text-decoration: none !important;
  color: inherit !important;
}
/* =========================================================
   CUSTOM WEB DESIGN PAGE
   ========================================================= */
.custom-web-design-page {
  background: #0b0e13;
  color: #d6dde8;
}
.custom-web-design-page a {
  transition: all 0.25s ease;
}
.custom-web-design-page .section-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #d7b068;
}
.custom-web-design-page h1,
.custom-web-design-page h2,
.custom-web-design-page h3 {
  font-family: 'Space Grotesk', sans-serif;
  color: #ffffff;
  margin-top: 0;
}
.custom-web-design-page h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
}
.custom-web-design-page h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 14px;
}
.custom-web-design-page p {
  font-size: 18px;
  line-height: 26px;
  color: #c4ceda;
  margin-bottom: 20px;
}
.custom-web-design-page .section-dark,
.custom-web-design-page .section-deep,
.custom-web-design-page .section-gold {
  position: relative;
  overflow: hidden;
}
.custom-web-design-page .section-dark {
  padding: 50px 0;
  background: radial-gradient(circle at top right, rgba(215, 176, 104, 0.08), transparent 30%), linear-gradient(180deg, #10151d 0%, #0d1219 100%);
}
.custom-web-design-page .section-deep {
  padding: 50px 0;
  background: radial-gradient(circle at top left, rgba(215, 176, 104, 0.06), transparent 28%), linear-gradient(180deg, #0b0f15 0%, #111720 100%);
}
.custom-web-design-page .section-gold {
  padding: 55px 0;
  background: linear-gradient(135deg, #d8b06a 0%, #f0d393 50%, #be8f43 100%);
}
.custom-web-design-page .section-heading {
  max-width: 820px;
  margin-bottom: 55px;
}
.custom-web-design-page .section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}
.custom-web-design-page .section-heading p:last-child {
  margin-bottom: 0;
}
/* Hero */
.custom-web-design-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/custom-web-design-hero.webp') center center / cover no-repeat;
}
.custom-web-design-hero .container {
  position: relative;
  z-index: 2;
}
.service-hero-content {
  max-width: 820px;
}
.service-breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 30px;
  font-size: 15px;
}
.service-breadcrumb > li,
.service-breadcrumb > li.active,
.service-breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.72);
}
.service-breadcrumb > li > a {
  color: rgba(255, 255, 255, 0.82);
}
.service-breadcrumb > li > a:hover {
  color: #d7b068;
  text-decoration: none;
}
.custom-web-design-page .service-hero-content h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  max-width: 900px;
}
.service-hero-lead {
  max-width: 760px;
  font-size: 21px;
  line-height: 1.8;
  color: #d4dbe4;
  margin-bottom: 32px;
}
.service-hero-cta {
  margin-bottom: 34px;
}
.btn-service-primary,
.btn-service-secondary,
.btn-service-outline-dark {
  display: inline-block;
  min-width: 190px;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  margin-right: 14px;
  margin-bottom: 12px;
}
.btn-service-primary {
  color: #11151b;
  background: linear-gradient(135deg, #e0a100 0%, #e0a100 100%);
  box-shadow: 0 14px 40px rgba(216, 176, 106, 0.25);
}
.btn-service-primary:hover {
  color: #11151b;
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(216, 176, 106, 0.32);
}
.btn-service-primary-darktext {
  color: #11151b !important;
}
.btn-service-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}
.btn-service-secondary:hover {
  color: #ffffff;
  border-color: rgba(215, 176, 104, 0.8);
  background: rgba(215, 176, 104, 0.14);
}
.btn-service-outline-dark {
  color: #1b1f27;
  background: #e0a100;
}
.btn-service-outline-dark:hover {
  color: #000000;
  background: #e0a100;
}
.service-hero-highlights {
  margin: 0;
  padding: 0;
}
.service-hero-highlights li {
  position: relative;
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 8px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #edf2f7;
  font-weight: 600;
}
.service-hero-highlights li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7b068;
}
/* Trust bar */
.service-trust-bar {
  position: relative;
  z-index: 5;
  margin-top: -48px;
  padding-bottom: 40px;
}
.trust-stat {
  background: rgba(17, 22, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  min-height: 155px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  width: 98%;
  margin: auto;
  margin-bottom: 20px;
}
.trust-stat-number {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.trust-stat-label {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #bcc7d4;
}
/* Panels / cards */
.content-block {
  max-width: 650px;
}
.service-feature-panel,
.seo-panel,
.process-card,
.deliverable-card,
.diff-card,
.faq-item,
.service-cta-box {
  border-radius: 24px;
}
.service-feature-panel,
.seo-panel {
  height: 100%;
  padding: 36px 34px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.seo-panel-accent {
  background: linear-gradient(180deg, rgba(215, 176, 104, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.service-check-list {
  margin: 0;
  padding: 0;
}
.service-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.8;
  color: #c7d0dc;
}
.service-check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d8b06a 0%, #f0d393 100%);
  box-shadow: 0 0 0 5px rgba(216, 176, 106, 0.1);
}
/* Process */
.process-card {
  height: 100%;
  padding: 34px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
}
.process-number {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d7b068;
}
/* Deliverables */
.deliverable-card {
  height: 100%;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 98%;
  margin: auto;
  margin-bottom: 15px;
}
/* Industries */
.industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.industry-pill {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef2f7;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
/* SEO links */
.service-link-list {
  margin: 0;
  padding: 0;
}
.service-link-list li {
  margin-bottom: 12px;
}
.service-link-list a {
  display: inline-block;
  color: #f4f7fb;
  font-size: 17px;
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.service-link-list a:hover {
  color: #d7b068;
  border-bottom-color: rgba(215, 176, 104, 0.4);
}
/* Differentiators */
.diff-card {
  height: 100%;
  padding: 30px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 98%;
  margin: auto;
  margin-bottom: 15px;
}
/* FAQ */
.faq-list {
  max-width: 980px;
}
.faq-item {
  padding: 30px 30px 20px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-item h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.faq-item p:last-child {
  margin-bottom: 0;
}
/* CTA */
.service-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 50px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(17, 21, 27, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}
.service-cta-box .section-eyebrow,
.service-cta-box h2,
.service-cta-box p {
  color: #1a1d24;
}
.service-cta-box h2 {
  margin-bottom: 22px;
}
.service-cta-box p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.service-hero-cta a:link {
  color: #ffffff !important;
}
.service-hero-cta a:active {
  color: #ffffff !important;
}
.service-hero-cta a:visited {
  color: #ffffff !important;
}
.service-hero-cta a:hover {
  color: #ffffff !important;
}
/* top-level nav only */
.main-nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > ul > li {
  position: relative;
}
/* important: parent hover zone for submenu */
.has-dropdown {
  position: relative;
}
/* invisible bridge to prevent hover flicker */
.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 340px;
  height: 20px;
  background: transparent;
}
/* services trigger */
.nav-item-with-toggle {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  z-index: 1002;
}
.nav-item-with-toggle > a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.submenu-toggle:hover,
.submenu-toggle:focus {
  background: rgba(0, 0, 0, 0.06);
  outline: none;
}
.nav-item-with-toggle > a,
.submenu-toggle {
  color: #111111;
}
.submenu-caret {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  transition: transform 0.2s ease;
}
.has-dropdown.open .submenu-caret,
.has-dropdown:hover .submenu-caret {
  transform: rotate(225deg);
  margin-top: 2px;
}
/* dropdown panel */
.submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  width: 340px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #101725;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 1000;
  display: block !important;
}
/* critical overrides */
.submenu > li {
  display: block !important;
  width: 100%;
  float: none !important;
  margin: 0;
  padding: 0;
}
.submenu > li > a {
  display: block !important;
  width: 100%;
  padding: 13px 22px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  white-space: normal;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.submenu > li > a:hover,
.submenu > li > a:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #e0a100;
  padding-left: 26px;
  outline: none;
}
.has-dropdown:hover .submenu,
.has-dropdown.open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.has-dropdown:hover > .nav-item-with-toggle > a,
.has-dropdown.open > .nav-item-with-toggle > a {
  color: #e0a100;
}
.submenu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 36px;
  width: 14px;
  height: 14px;
  background: #101725;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
}
.custom-web-development-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/web-development-hero.webp') center center / cover no-repeat;
}
.custom-web-development-hero .container {
  position: relative;
  z-index: 2;
}
.landing-page-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/landing-page-hero.webp') center center / cover no-repeat;
}
.landing-page-hero .container {
  position: relative;
  z-index: 2;
}
.seo-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/seo-hero.webp') center center / cover no-repeat;
}
.seo-hero .container {
  position: relative;
  z-index: 2;
}
.hosting-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/hosting-hero.webp') center center / cover no-repeat;
}
.hosting-hero .container {
  position: relative;
  z-index: 2;
}
.agency-hero {
  position: relative;
  min-height: 700px;
  padding: 50px 0 80px;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.15) 0%, rgba(8, 10, 14, 0.68) 68%, rgba(8, 10, 14, 0.92) 100%), linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.72) 42%, rgba(8, 10, 14, 0.35) 100%), url('/images/agency-hero.webp') center center / cover no-repeat;
}
.agency-hero .container {
  position: relative;
  z-index: 2;
}
.our-work-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.52) 30%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 70%), url('/images/our-work-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-work-hero {
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.our-work-hero-content {
  max-width: 900px;
  padding: 10px 0 90px;
}
.our-work-hero-content h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}
.our-work-hero-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}
.our-work-intro-section {
  padding: 50px 0 50px;
  background: #ffffff;
}
.our-work-intro-copy {
  padding-right: 50px;
}
.our-work-intro-copy h2 {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.our-work-intro-copy p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 28px;
  color: #4d4d4d;
}
.our-work-intro-copy p:last-child {
  margin-bottom: 0;
}
.our-work-intro-aside {
  padding-left: 20px;
}
.our-work-stat-box {
  margin-bottom: 18px;
  padding: 28px 30px;
  background: #f7f7f4;
  border: 1px solid #ecece6;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}
.our-work-stat-box:last-child {
  margin-bottom: 0;
}
.our-work-stat-number {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
}
.our-work-stat-label {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
}
.our-work-grid-section {
  padding: 50px 0 55px;
  background: #f7f8fa;
  border-top: 4px solid #eeeeee;
}
.our-work-grid-header {
  max-width: 860px;
  margin: 0 auto 36px;
}
.our-work-grid-header h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.our-work-grid-header p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #5a5a5a;
}
.our-work-grid > [class*="col-"] {
  margin-bottom: 24px;
}
.our-work-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.our-work-card-link:hover,
.our-work-card-link:focus {
  text-decoration: none;
  color: inherit;
}
.our-work-card {
  height: 100%;
  width: 97%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.3s ease;
}
.our-work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
}
.our-work-image-wrap {
  overflow: hidden;
  background: #e9eaec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.our-work-image {
  display: block;
  width: 100%;
  height: auto;
}
.our-work-card-body {
  padding: 28px 28px 30px;
}
.our-work-category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777777;
}
.our-work-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #111111;
}
.our-work-card p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
.our-work-card-cta {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}
.our-work-approach-section {
  padding: 50px 0 55px;
  background: #ffffff;
  border-top: 4px solid #eeeeee;
}
.our-work-approach-header {
  max-width: 800px;
  margin: 0 auto 36px;
}
.our-work-approach-header h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.our-work-approach-header p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #5b5b5b;
}
.our-work-approach-grid > [class*="col-"] {
  margin-bottom: 20px;
}
.our-work-approach-card {
  height: 100%;
  width: 97%;
  padding: 34px 30px 30px;
  background: #f7f7f4;
  border: 1px solid #ecece6;
  border-radius: 14px;
}
.our-work-approach-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111111;
}
.our-work-approach-card p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #5f5f5f;
}
.our-work-closing-section {
  padding: 0 0 90px;
  background: #ffffff;
}
.our-work-closing-inner {
  background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
  border: 1px solid rgba(224, 161, 0, 0.22);
  border-radius: 22px;
  padding: 44px 44px 42px;
}
.our-work-closing-inner h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.our-work-closing-inner p {
  max-width: 840px;
  margin: 0 auto 26px;
  font-size: 17px;
  line-height: 28px;
  color: #4d4d4d;
}
.our-work-closing-button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
.our-work-closing-button:hover,
.our-work-closing-button:focus {
  color: #ffffff !important;
  text-decoration: none;
  background: #000000;
  transform: translateY(-1px);
}
.our-work-grid-section .our-work-card-link,
.our-work-grid-section .our-work-card-link:link,
.our-work-grid-section .our-work-card-link:visited,
.our-work-grid-section .our-work-card-link:active,
.our-work-grid-section .our-work-card-link:hover,
.our-work-grid-section .our-work-card-link:focus {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: inherit !important;
}
.our-work-grid-section .our-work-card-link:hover h3,
.our-work-grid-section .our-work-card-link:hover p,
.our-work-grid-section .our-work-card-link:hover span,
.our-work-grid-section .our-work-card-link:focus h3,
.our-work-grid-section .our-work-card-link:focus p,
.our-work-grid-section .our-work-card-link:focus span {
  text-decoration: none !important;
  color: inherit !important;
}
.portfolio-project-page {
  background: #0b0f14;
  color: #ffffff;
  font-family: 'Space Grotesk', sans-serif;
}
.project-detail-page {
  overflow: hidden;
}
/* =========================
   HERO
========================= */
.project-hero {
  position: relative;
  padding: 70px 0 80px 0;
  background: linear-gradient(135deg, rgba(8, 12, 18, 0.94) 0%, rgba(11, 15, 20, 0.88) 45%, rgba(18, 25, 34, 0.82) 100%);
}
.project-hero:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 72%);
  pointer-events: none;
}
.project-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.project-hero-copy {
  width: 600px;
  position: relative;
  z-index: 2;
}
.project-eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e0a100;
}
.project-hero h1 {
  margin: 0 0 24px 0;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
}
.project-hero-text {
  margin: 0 0 34px 0;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}
.project-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.project-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meta-label {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}
.meta-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.project-hero-visual {
  width: 560px;
  position: relative;
  z-index: 2;
}
.project-hero-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #10161e;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.project-hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
/* =========================
   GENERAL SECTIONS
========================= */
.project-overview-section,
.project-story-section,
.project-features-section,
.project-showcase-section,
.project-results-section,
.project-bottom-section {
  position: relative;
  padding: 40px 0;
}
.project-overview-section {
  background: #ffffff;
  color: #151515;
}
.project-story-section {
  background: #f5f1e8;
  color: #151515;
}
.project-features-section {
  background: #10161e;
  color: #ffffff;
}
.project-showcase-section {
  background: #ffffff;
  color: #151515;
}
.project-results-section {
  background: #0e141b;
  color: #ffffff;
}
.project-bottom-section {
  background: #ffffff;
  color: #151515;
}
.project-section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}
.project-section-heading.centered {
  max-width: 760px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.project-section-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: inherit;
}
.project-overview-section p,
.project-story-section p,
.project-results-box p,
.feature-card p,
.project-cta-card p {
  margin: 0 0 22px 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: inherit;
}
.project-overview-section p:last-child,
.project-story-section p:last-child,
.project-results-box p:last-child,
.feature-card p:last-child,
.project-cta-card p:last-child {
  margin-bottom: 0;
}
/* =========================
   OVERVIEW
========================= */
.project-overview-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.project-main-column {
  width: 760px;
}
.project-sidebar {
  width: 340px;
}
.project-sidebar-card {
  padding: 38px 34px;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}
.project-sidebar-card h3 {
  margin: 0 0 28px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #151515;
}
.project-stats-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-stats-list li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.project-stats-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.stat-label {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8a8a8a;
}
.stat-value {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #151515;
}
/* =========================
   STORY SECTION
========================= */
.project-story-grid {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
.story-card {
  width: calc(50% - 17px);
  padding: 42px 40px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}
.story-card h3 {
  margin: 0 0 22px 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #151515;
}
/* =========================
   FEATURES
========================= */
.project-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.feature-card {
  width: calc(50% - 14px);
  padding: 36px 34px;
  background: #161f29;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-card h3 {
  margin: 0 0 18px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
}
.feature-card p {
  color: rgba(255, 255, 255, 0.78);
}
/* =========================
   SHOWCASE
========================= */
.project-showcase-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
.showcase-large {
  width: 770px;
}
.showcase-stack {
  width: 370px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.showcase-large img,
.showcase-small img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ebebeb;
}
/* =========================
   RESULTS
========================= */
.project-results-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 60px;
  text-align: center;
  background: linear-gradient(135deg, #151f29 0%, #0f151c 100%);
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}
.project-results-box h2 {
  margin: 0 0 24px 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
}
.project-results-box p {
  color: rgba(255, 255, 255, 0.8);
}
/* =========================
   BOTTOM / NAV / CTA
========================= */
.project-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.project-nav-links {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 20px;
}
.project-back-link,
.project-next-link {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  color: #151515;
  transition: color 0.3s ease;
}
.project-back-link:hover,
.project-next-link:hover {
  color: #b9921e;
}
.project-cta-card {
  width: 760px;
  padding: 48px 50px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6efe0 0%, #ffffff 100%);
  border: 1px solid #ead8a2;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}
.project-cta-card h3 {
  margin: 0 0 18px 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #151515;
}
.project-cta-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 17px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e0a100 0%, #b9921e 100%);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
  box-shadow: 0 12px 28px rgba(185, 146, 30, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(185, 146, 30, 0.28);
  color: #111111;
}
.project-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 38px 0;
}
.project-primary-btn,
.project-secondary-btn {
  display: inline-block;
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.project-primary-btn {
  background: linear-gradient(135deg, #e0a100 0%, #b9921e 100%);
  color: #111111;
  box-shadow: 0 12px 28px rgba(185, 146, 30, 0.22);
}
.project-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(185, 146, 30, 0.28);
  color: #111111;
}
.project-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #ffffff;
}
.project-secondary-btn:hover {
  border-color: #e0a100;
  color: #e0a100;
}
.contact-form .form-control.input-error {
  border: 2px solid #cc0000;
  box-shadow: none;
}
.contact-hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form-status {
  margin-bottom: 20px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #cc0000;
  color: #cc0000;
  background: #fff5f5;
}
.contact-submit-btn.is-submitting {
  opacity: 0.7;
  pointer-events: none;
}
.recaptcha-disclaimer {
  font-size: 12px!important;
  color: #777;
  margin-top: 15px!important;
  line-height: 1.5 !important;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
/* remove underline and handle hover with color only */
.main-nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-nav a:hover {
  color: #e0a100;
  text-decoration: none;
}
/* top-level Services item stays gold anywhere in Services section */
.main-nav .has-dropdown.active > .nav-item-with-toggle > a {
  color: #e0a100;
}
/* optional: also turn caret gold when in Services section */
.main-nav .has-dropdown.active .submenu-caret {
  border-top-color: #e0a100;
}
/* active submenu item */
.main-nav .submenu li.active > a {
  color: #e0a100;
}
.blog-hero {
  min-height: 720px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.52) 30%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 70%), url('/images/blog-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.blog-content-hero {
  height: 720px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post-meta {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #333333;
}
.blog-post-meta-separator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.6;
}
.blog-content-section {
  padding: 30px 0 50px;
}
.blog-post-article {
  color: #333333;
  font-size: 17px;
  line-height: 28px;
  padding-left: 60px;
  padding-right: 60px;
}
.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4 {
  margin-top: 32px;
  margin-bottom: 18px;
  color: #333333;
}
.blog-post-body p {
  margin-bottom: 7px;
}
.blog-post-body {
  margin-bottom: 40px;
}
.blog-post-body ul,
.blog-post-body ol {
  margin: 0 0 24px 24px;
  padding: 0;
}
.blog-post-body li {
  margin-bottom: 10px;
}
.blog-post-body a {
  color: #e0a100;
}
.blog-post-body img {
  max-width: 100%;
  height: auto;
}
.blog-post-footer {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.blog-post-category-link {
  margin: 0;
  font-size: 15px;
}
.blog-post-header {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
.section-eyebrow-blog {
  margin-top: 30px;
}
.blog-post-header h1 {
  font-size: 30px;
  margin-top: 15px;
}
.blog-post-body h2 {
  font-size: 24px;
  margin-top: 32px;
}
.blog-back-link {
  font-size: 15px;
}
.locations-page .locations-grid-panel {
  min-height: 100%;
}
.locations-page .location-tile-row {
  margin-top: 10px;
}
.locations-page .location-tile {
  height: 100%;
  margin-bottom: 30px;
  padding: 24px 22px;
  border: 1px solid rgba(224, 161, 0, 0.22);
  background: #151922;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.locations-page .location-tile:hover {
  border-color: rgba(224, 161, 0, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}
.locations-page .location-tile h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.locations-page .location-tile h3 a {
  color: #ffffff;
  text-decoration: none;
}
.locations-page .location-tile h3 a:hover {
  color: #e0a100;
  text-decoration: none;
}
.locations-page .location-tile p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.78);
}
.locations-page .location-tile-link {
  display: inline-block;
  color: #e0a100;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}
.locations-page .location-tile-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.locations-page .locations-intro-panel .contact-local-note {
  margin-top: 28px;
}
.location-detail-page .location-detail-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.location-detail-page .location-detail-hero .contact-hero-content {
  max-width: 820px;
}
.location-detail-page .location-detail-hero-button {
  margin-top: 8px;
}
.location-detail-page .location-detail-main .row {
  margin-left: -20px;
  margin-right: -20px;
}
.location-detail-page .location-detail-main .col-sm-8,
.location-detail-page .location-detail-main .col-md-8,
.location-detail-page .location-detail-main .col-lg-8,
.location-detail-page .location-detail-main .col-sm-4,
.location-detail-page .location-detail-main .col-md-4,
.location-detail-page .location-detail-main .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.location-detail-page .location-detail-content-panel {
  min-height: 100%;
  background: #0f1115;
  color: #ffffff;
}
.location-detail-page .location-detail-content-panel > h2 {
  margin-bottom: 28px;
  color: #ffffff;
}
.location-detail-page .location-detail-copy-block {
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.location-detail-page .location-detail-copy-block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.location-detail-page .location-detail-copy-block h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
}
.location-detail-page .location-detail-copy-block p {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.82);
}
.location-detail-page .location-detail-faqs {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.location-detail-page .location-detail-faq-heading {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
}
.location-detail-page .location-detail-faq-item {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.location-detail-page .location-detail-faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.location-detail-page .location-detail-faq-item h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
}
.location-detail-page .location-detail-faq-item p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.82);
}
.location-detail-page .location-detail-sidebar-panel {
  min-height: 100%;
}
.location-detail-page .location-detail-back-link-wrap {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.location-detail-page .location-detail-back-link {
  display: inline-block;
  color: #e0a100;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}
.location-detail-page .location-detail-back-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.legal-main,
.privacy-main {
  padding: 30px 0;
}
.legal-content-wrapper,
.privacy-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.legal-content h2,
.privacy-policy-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 26px;
}
.legal-content p,
.privacy-policy-content p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.legal-content ul,
.privacy-policy-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.legal-content li,
.privacy-policy-content li {
  margin-bottom: 8px;
}
.legal-effective-date,
.privacy-effective-date {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.8;
}
.sitemap-content ul {
  margin-bottom: 28px;
  padding-left: 22px;
}
.sitemap-content li {
  margin-bottom: 8px;
}
.sitemap-content a {
  text-decoration: none;
}
.sitemap-content a:hover {
  text-decoration: underline;
}
.location-tile-link-wrapper {
  display: block;
  text-decoration: none!important;
  color: inherit;
}
.location-tile-link-wrapper:hover {
  text-decoration: none;
}
.location-tile {
  transition: all 0.2s ease;
}
.location-tile-link-wrapper:hover .location-tile {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) {
  .site-header {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 4px solid #e0a100;
  }
  .logo {
    width: 240px;
  }
  .main-nav ul {
    gap: 36px;
  }
  .main-nav {
    padding-top: 44px;
  }
  .main-nav .cta a {
    padding: 6.4px 12.8px;
    border-radius: 16px;
  }
  .main-nav a {
    letter-spacing: 0.4px;
    font-size: 12.8px;
  }
  .hero-content {
    max-width: 864px;
  }
  .hero {
    min-height: 680px;
    padding: 32px 16px 48px;
  }
  .hero-content .hero-cta {
    margin-top: 17.6px;
    padding: 11.2px 22.4px;
    border-radius: 799.2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    font-size: 12.8px;
  }
  .hero-content .hero-cta:hover {
    transform: translateY(-0.8px);
  }
  .hero-content h1,
  .hero-content p {
    text-shadow: 0 1.6px 11.2px rgba(0, 0, 0, 0.45);
  }
  .hero-content h1 {
    margin: 0 0 11.2px;
    font-size: 38.4px;
    letter-spacing: -0.8px;
  }
  .hero-content p {
    font-size: 14.4px;
  }
  .welcome-section {
    padding: 36px 0 36px;
  }
  .welcome-copy-col {
    padding-right: 56px;
  }
  .welcome-copy {
    max-width: 608px;
  }
  .welcome-title {
    margin: 0 0 22.4px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .welcome-text {
    margin: 0 0 20.8px;
    font-size: 13.6px;
    line-height: 20.8px;
  }
  .value-points {
    margin: 28.8px 0 0;
  }
  .value-points li {
    margin-bottom: 12.8px;
    padding-left: 22.4px;
    font-size: 13.6px;
    line-height: 17.6px;
  }
  .value-points li:before {
    font-size: 14.4px;
    line-height: 20.8px;
  }
  .welcome-highlight {
    gap: 20.8px;
  }
  .highlight-box {
    min-height: 110.4px;
    padding: 27.2px 24px;
    border-radius: 11.2px;
  }
  .highlight-number {
    margin-bottom: 6.4px;
    font-size: 38.4px;
    line-height: 41.6px;
  }
  .highlight-label {
    font-size: 13.6px;
    line-height: 19.2px;
  }
  .services-section {
    padding: 36px 0 36px;
  }
  .services-header {
    margin-bottom: 24px;
  }
  .services-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 27.2px;
    letter-spacing: -0.4px;
  }
  .services-intro {
    font-size: 13.6px;
    line-height: 20.8px;
  }
  .services-grid > [class*="col-"] {
    margin-bottom: 16px;
  }
  .service-card {
    padding: 27.2px 24px 25.6px;
    border-radius: 11.2px;
    border: 0.8px solid rgba(0, 0, 0, 0.04);
  }
  .service-card:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 11.2px 28px rgba(0, 0, 0, 0.08);
  }
  .service-card h3 {
    margin: 0 0 11.2px;
    font-size: 17.6px;
    line-height: 24px;
  }
  .service-card p {
    font-size: 12.8px;
    line-height: 20.8px;
  }
  .services-section {
    border-top: 3.2px solid #eeeeee;
  }
  .featured-work-section {
    padding: 36px 0 36px;
  }
  .featured-work-header {
    margin-bottom: 48px;
  }
  .featured-work-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 27.2px;
    letter-spacing: -0.4px;
  }
  .featured-work-intro {
    font-size: 13.6px;
    line-height: 20.8px;
  }
  .featured-work-grid > [class*="col-"] {
    margin-bottom: 24px;
  }
  .project-card {
    border: 0.8px solid rgba(0, 0, 0, 0.06);
    border-radius: 11.2px;
  }
  .project-card:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 11.2px 28px rgba(0, 0, 0, 0.08);
  }
  .project-card-body {
    padding: 22.4px 22.4px 24px;
  }
  .project-category {
    margin-bottom: 9.6px;
    font-size: 10.4px;
    line-height: 14.4px;
    letter-spacing: 0.8px;
  }
  .project-card h3 {
    margin: 0 0 11.2px;
    font-size: 20.8px;
    line-height: 27.2px;
  }
  .project-card p {
    font-size: 12px;
    line-height: 17.6px;
  }
  .featured-work-footer {
    margin-top: 12px;
  }
  .featured-work-button {
    padding: 12.8px 22.4px;
    font-size: 12.8px;
    line-height: 17.6px;
    border-radius: 6.4px;
  }
  .featured-work-section {
    border-top: 3.2px solid #eeeeee;
  }
  .home-process {
    padding: 36px 0;
  }
  .process-intro {
    max-width: 608px;
    margin: 0 auto 48px;
  }
  .home-process .section-eyebrow {
    font-size: 12.8px;
    letter-spacing: 1.6px;
    margin-bottom: 14.4px;
  }
  .home-process .section-title {
    margin: 0 0 16px;
    font-size: 25.6px;
  }
  .home-process .section-description {
    font-size: 12.8px;
  }
  .process-row {
    margin-bottom: 28px;
  }
  .process-card {
    border: 0.8px solid #e5e7eb;
    padding: 32px 24px 27.2px;
    min-height: 232px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    border-radius: 11.2px;
  }
  .process-card:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 14.4px 32px rgba(0, 0, 0, 0.08);
  }
  .process-number {
    font-size: 41.6px;
    margin-bottom: 17.6px;
  }
  .process-card h3 {
    margin: 0 0 12.8px;
    font-size: 19.2px;
  }
  .process-card p {
    font-size: 12.8px;
  }
  .process-footer {
    padding-top: 8px;
  }
  .process-footer p {
    font-size: 12.8px;
  }
  .home-process {
    border-top: 3.2px solid #eeeeee;
  }
  .home-why-choose {
    padding: 36px 0;
  }
  .why-choose-intro {
    max-width: 608px;
    margin: 0 auto 48px;
  }
  .home-why-choose .section-eyebrow {
    margin-bottom: 14.4px;
    font-size: 12.8px;
    letter-spacing: 1.6px;
  }
  .home-why-choose .section-title {
    margin: 0 0 16px;
    font-size: 25.6px;
  }
  .home-why-choose .section-description {
    font-size: 12.8px;
  }
  .why-choose-grid {
    margin-bottom: 12px;
  }
  .why-card {
    border: 0.8px solid #e5e7eb;
    padding: 28.8px 24px 25.6px;
    margin-bottom: 16px;
    min-height: 208px;
    border-radius: 11.2px;
  }
  .why-card:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 12.8px 28.8px rgba(0, 0, 0, 0.08);
  }
  .why-card-icon {
    width: 43.2px;
    height: 43.2px;
    margin-bottom: 17.6px;
    font-size: 12.8px;
    line-height: 43.2px;
  }
  .why-card h3 {
    margin: 0 0 12.8px;
    font-size: 19.2px;
  }
  .why-card p {
    font-size: 12.8px;
  }
  .why-choose-bottom {
    max-width: 608px;
    padding-top: 8px;
  }
  .why-choose-bottom p {
    font-size: 12.8px;
  }
  .home-why-choose {
    border-top: 3.2px solid #eeeeee;
  }
  .home-cta {
    padding: 48px 0;
  }
  .cta-inner {
    max-width: 608px;
  }
  .cta-title {
    margin: 0 0 16px;
    font-size: 28.8px;
  }
  .cta-subtitle {
    margin: 0 auto 28px;
    font-size: 12.8px;
  }
  .cta-buttons {
    margin-bottom: 20px;
  }
  .cta-btn-primary {
    padding: 12.8px 27.2px;
    margin: 0 8px;
    font-size: 12px;
  }
  .cta-btn-secondary {
    padding: 12.8px 27.2px;
    margin: 0 8px;
    font-size: 12px;
    border: 1.6px solid rgba(255, 255, 255, 0.7);
  }
  .cta-note {
    font-size: 11.2px;
  }
  .footer-main {
    padding: 36px 0 16px;
    border-top: 0.8px solid rgba(255, 255, 255, 0.06);
  }
  .footer-widget {
    margin-bottom: 24px;
  }
  .footer-logo {
    margin: 0 0 16px;
    font-size: 22.4px;
    letter-spacing: 0.4px;
  }
  .footer-widget h4 {
    margin: 0 0 17.6px;
    font-size: 12.8px;
    letter-spacing: 0.8px;
  }
  .footer-widget p {
    margin: 0 0 14.4px;
    font-size: 12px;
  }
  .footer-links,
  .footer-contact-list,
  .footer-bottom-links {
    font-size: 12.8px;
  }
  .footer-links li,
  .footer-contact-list li {
    margin-bottom: 9.6px;
  }
  .footer-cta-btn {
    margin-top: 6.4px;
    padding: 11.2px 22.4px;
    font-size: 11.2px;
  }
  .footer-bottom {
    padding: 17.6px 0;
    border-top: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .footer-copyright {
    font-size: 11.2px;
  }
  .footer-bottom-links li {
    margin-left: 17.6px;
  }
  .footer-bottom-links a {
    font-size: 11.2px;
  }
  .footer-logo-link {
    margin-bottom: 16px;
  }
  .footer-logo-img {
    max-width: 176px;
  }
  .header-spacer {
    height: 107.2px;
  }
  #backToTop {
    bottom: 24px;
    right: 24px;
    width: 38.4px;
    height: 38.4px;
    line-height: 38.4px;
    box-shadow: 0 3.2px 9.6px rgba(0, 0, 0, 0.25);
  }
  #backToTop .glyphicon {
    line-height: 38.4px;
    font-size: 14.4px;
  }
  .about-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .about-hero-content {
    max-width: 656px;
    padding: 8px 0 72px;
  }
  .section-eyebrow {
    margin-bottom: 8px;
    font-size: 9.6px;
  }
  .about-hero h1 {
    margin: 0 0 9.6px;
    font-size: 38.4px;
  }
  .about-hero-lead {
    max-width: 640px;
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .about-intro {
    padding: 40px 0 40px;
  }
  .about-intro-content h2,
  .about-partners-content h2,
  .about-closing-content h2 {
    margin: 0 0 19.2px;
    font-size: 24px;
    line-height: 28.8px;
  }
  .about-intro-content p,
  .about-partners-content p,
  .about-closing-content p {
    margin: 0 0 19.2px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .about-highlights {
    padding: 24px 0 40px;
  }
  .about-card {
    padding: 28.8px 25.6px;
    border: 0.8px solid #ecece6;
    box-shadow: 0 9.6px 24px rgba(0, 0, 0, 0.04);
    border-radius: 11.2px;
  }
  .about-card h3 {
    margin: 0 0 14.4px;
    font-size: 20.8px;
  }
  .about-card p {
    font-size: 13.6px;
  }
  .about-partners {
    padding: 60px 0;
  }
  .cta-about {
    padding: 64px 0;
    border-top: 0.8px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
  }
  .cta-about-inner {
    max-width: 768px;
  }
  .cta-about h2 {
    margin: 0 0 16px;
    font-size: 28.8px;
  }
  .cta-about p {
    margin: 0 0 27.2px;
    font-size: 15.2px;
  }
  .cta-about-button {
    padding: 12.8px 27.2px;
    font-size: 12.8px;
    border-radius: 799.2px;
    box-shadow: 0 11.2px 24px rgba(0, 0, 0, 0.18);
  }
  .cta-about-button:hover {
    transform: translateY(-1.6px);
  }
  .about-closing-content h2 {
    margin-top: 48px;
  }
  .contact-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .contact-hero-content {
    max-width: 656px;
    padding: 8px 0 72px;
  }
  .contact-hero-content h1 {
    margin: 0 0 9.6px;
    font-size: 38.4px;
    line-height: 41.6px;
    letter-spacing: -0.8px;
  }
  .contact-hero-lead {
    max-width: 656px;
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .contact-main {
    padding: 36px 0 44px;
  }
  .contact-info-panel {
    padding: 0 28px 0 0;
  }
  .contact-info-panel h2,
  .contact-form-panel h2,
  .contact-quote-cta-inner h2 {
    margin: 0 0 14.4px;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.4px;
  }
  .contact-info-panel p,
  .contact-form-panel p,
  .contact-method p,
  .contact-quote-cta-inner p {
    margin: 0 0 17.6px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .contact-method {
    margin-bottom: 22.4px;
    padding-bottom: 19.2px;
    border-bottom: 0.8px solid #e8e8e8;
  }
  .contact-method:last-of-type {
    margin-bottom: 19.2px;
  }
  .contact-method h3 {
    margin: 0 0 6.4px;
    font-size: 14.4px;
    line-height: 19.2px;
  }
  .contact-local-note {
    margin-top: 25.6px;
    font-size: 12.8px;
    line-height: 23.2px;
  }
  .contact-form-panel {
    border: 0.8px solid #ececec;
    border-radius: 14.4px;
    padding: 33.6px 32px 32px;
  }
  .contact-form-intro {
    margin-bottom: 22.4px;
  }
  .contact-form .form-group {
    margin-bottom: 17.6px;
  }
  .contact-form label {
    margin-bottom: 7.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .contact-form .form-control {
    height: 41.6px;
    border: 0.8px solid #d8d8d8;
    border-radius: 6.4px;
    font-size: 12.8px;
    line-height: 17.6px;
    padding: 9.6px 12.8px;
  }
  .contact-form textarea.form-control {
    min-height: 144px;
    line-height: 22.4px;
    padding-top: 11.2px;
    padding-bottom: 11.2px;
  }
  .contact-submit-btn {
    min-width: 152px;
    padding: 12.8px 22.4px;
    border-radius: 799.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .contact-submit-btn:hover,
  .contact-submit-btn:focus {
    transform: translateY(-0.8px);
  }
  .contact-quote-cta {
    padding: 0 0 80px;
  }
  .contact-quote-cta-inner {
    border: 0.8px solid rgba(224, 161, 0, 0.22);
    border-radius: 17.6px;
    padding: 33.6px 35.2px 32px;
  }
  .contact-quote-button {
    margin-top: 6.4px;
    padding: 12px 20.8px;
    border-radius: 799.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .contact-quote-button:hover,
  .contact-quote-button:focus {
    transform: translateY(-0.8px);
  }
  .quote-checkbox-grid {
    margin-top: 4.8px;
  }
  .quote-check {
    margin: 0 0 9.6px;
    font-size: 12px;
    line-height: 17.6px;
  }
  .quote-check input[type="checkbox"] {
    top: 0.8px;
    margin-right: 6.4px;
  }
  .quote-form select.form-control {
    height: 41.6px;
    line-height: 17.6px;
  }
  .quote-form-panel .form-group {
    margin-bottom: 17.6px;
  }
  .quote-page .contact-form-panel {
    padding-bottom: 27.2px;
  }
  .quote-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .form-group-right {
    padding-left: 8px;
  }
  .faq-section {
    padding: 44px 0 64px;
  }
  .faq-section .container {
    max-width: 944px;
  }
  .faq-section .panel {
    border-radius: 11.2px;
    box-shadow: 0 6.4px 19.2px rgba(15, 17, 21, 0.06);
    margin-bottom: 14.4px;
    -webkit-box-shadow: 0 6.4px 19.2px rgba(15, 17, 21, 0.06);
  }
  .faq-section .panel-title {
    font-size: 19.2px;
  }
  .faq-section .panel-title a {
    padding: 20.8px 57.6px 20.8px 24px;
    font-size: 16.8px;
  }
  .faq-section .panel-title a:before {
    right: 22.4px;
    width: 22.4px;
    height: 22.4px;
    margin-top: -11.2px;
    font-size: 16px;
    line-height: 22.4px;
  }
  .faq-section .panel-collapse {
    border-top: 0.8px solid #ececec;
  }
  .faq-section .panel-body {
    padding: 22.4px 24px 25.6px;
    font-size: 14.4px;
  }
  /* Optional intro block above accordion */
  .faq-intro {
    max-width: 720px;
    margin: 0 auto 33.6px;
  }
  .faq-intro h2 {
    margin: 0 0 11.2px;
    font-size: 28.8px;
    line-height: 28.8px;
  }
  .faq-intro p {
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .faq-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .services-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .services-hero-content {
    max-width: 688px;
    padding: 8px 0 72px;
  }
  .services-hero-content h1 {
    margin: 0 0 9.6px;
    font-size: 38.4px;
    line-height: 41.6px;
    letter-spacing: -0.8px;
  }
  .services-hero-lead {
    max-width: 664px;
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .services-intro-main {
    padding: 40px 0 40px;
  }
  .services-intro-copy {
    padding-right: 40px;
  }
  .services-intro-copy h2 {
    margin: 0 0 17.6px;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.4px;
  }
  .services-intro-copy p {
    margin: 0 0 17.6px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .services-intro-aside {
    padding-left: 16px;
  }
  .services-stat-box {
    margin-bottom: 14.4px;
    padding: 22.4px 24px;
    border: 0.8px solid #ecece6;
    border-radius: 11.2px;
    box-shadow: 0 8px 19.2px rgba(0, 0, 0, 0.04);
  }
  .services-stat-number {
    margin-bottom: 6.4px;
    font-size: 27.2px;
    line-height: 30.4px;
  }
  .services-stat-label {
    font-size: 12.8px;
    line-height: 20px;
  }
  .services-listing-section {
    padding: 40px 0 44px;
    border-top: 3.2px solid #eeeeee;
  }
  .services-listing-header {
    max-width: 672px;
    margin: 0 auto 28.8px;
  }
  .services-listing-header h2 {
    margin: 0 0 14.4px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .services-listing-header p {
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .services-tiles-grid > [class*="col-"] {
    margin-bottom: 19.2px;
  }
  .service-tile {
    padding: 27.2px 24px 24px;
    border: 0.8px solid rgba(0, 0, 0, 0.05);
    border-radius: 12.8px;
    box-shadow: 0 8px 22.4px rgba(0, 0, 0, 0.04);
  }
  .service-tile:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 12.8px 30.4px rgba(0, 0, 0, 0.08);
  }
  .service-tile-kicker {
    margin-bottom: 14.4px;
    font-size: 10.4px;
    line-height: 12.8px;
    letter-spacing: 1.6px;
  }
  .service-tile h3 {
    margin: 0 0 11.2px;
    font-size: 19.2px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
  .service-tile p {
    margin: 0 0 17.6px;
    font-size: 12.8px;
    line-height: 20.8px;
  }
  .service-tile-arrow {
    font-size: 12px;
    line-height: 16px;
  }
  .services-benefits-section {
    padding: 40px 0 44px;
    border-top: 3.2px solid #eeeeee;
  }
  .services-benefits-header {
    max-width: 640px;
    margin: 0 auto 28.8px;
  }
  .services-benefits-header h2 {
    margin: 0 0 14.4px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .services-benefits-header p {
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .services-benefits-grid > [class*="col-"] {
    margin-bottom: 16px;
  }
  .services-benefit-card {
    padding: 27.2px 24px 24px;
    border: 0.8px solid #ecece6;
    border-radius: 11.2px;
  }
  .services-benefit-card h3 {
    margin: 0 0 11.2px;
    font-size: 19.2px;
    line-height: 24px;
  }
  .services-benefit-card p {
    font-size: 12.8px;
    line-height: 21.6px;
  }
  .services-closing-section {
    padding: 0 0 72px;
  }
  .services-closing-inner {
    border: 0.8px solid rgba(224, 161, 0, 0.22);
    border-radius: 17.6px;
    padding: 35.2px 35.2px 33.6px;
  }
  .services-closing-inner h2 {
    margin: 0 0 12.8px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .services-closing-inner p {
    max-width: 672px;
    margin: 0 auto 20.8px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .services-closing-button {
    padding: 12px 22.4px;
    border-radius: 799.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .services-closing-button:hover,
  .services-closing-button:focus {
    transform: translateY(-0.8px);
  }
  .custom-web-design-page .section-eyebrow {
    margin-bottom: 14.4px;
    font-size: 9.6px;
  }
  .custom-web-design-page h2 {
    font-size: 28.8px;
    line-height: 35.2px;
    margin-bottom: 19.2px;
  }
  .custom-web-design-page h3 {
    font-size: 17.6px;
    margin-bottom: 11.2px;
  }
  .custom-web-design-page p {
    font-size: 14.4px;
    line-height: 20.8px;
    margin-bottom: 16px;
  }
  .custom-web-design-page .section-dark {
    padding: 40px 0;
  }
  .custom-web-design-page .section-deep {
    padding: 40px 0;
  }
  .custom-web-design-page .section-gold {
    padding: 44px 0;
  }
  .custom-web-design-page .section-heading {
    max-width: 656px;
    margin-bottom: 44px;
  }
  /* Hero */
  .custom-web-design-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .service-hero-content {
    max-width: 656px;
  }
  .service-breadcrumb {
    margin: 0 0 24px;
    font-size: 12px;
  }
  .custom-web-design-page .service-hero-content h1 {
    font-size: 38.4px;
    line-height: 41.6px;
    margin-bottom: 22.4px;
    max-width: 720px;
  }
  .service-hero-lead {
    max-width: 608px;
    font-size: 16.8px;
    margin-bottom: 25.6px;
  }
  .service-hero-cta {
    margin-bottom: 27.2px;
  }
  .btn-service-primary,
  .btn-service-secondary,
  .btn-service-outline-dark {
    min-width: 152px;
    padding: 12.8px 20.8px;
    border-radius: 799.2px;
    font-size: 11.2px;
    margin-right: 11.2px;
    margin-bottom: 9.6px;
  }
  .btn-service-primary {
    box-shadow: 0 11.2px 32px rgba(216, 176, 106, 0.25);
  }
  .btn-service-primary:hover {
    transform: translateY(-1.6px);
    box-shadow: 0 14.4px 38.4px rgba(216, 176, 106, 0.32);
  }
  .btn-service-secondary {
    border: 0.8px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(4.8px);
  }
  .service-hero-highlights li {
    margin-right: 20.8px;
    margin-bottom: 6.4px;
    padding-left: 14.4px;
    font-size: 11.2px;
  }
  .service-hero-highlights li:before {
    top: 7.2px;
    width: 5.6px;
    height: 5.6px;
  }
  /* Trust bar */
  .service-trust-bar {
    margin-top: -38.4px;
    padding-bottom: 32px;
  }
  .trust-stat {
    border: 0.8px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22.4px 19.2px;
    min-height: 124px;
    box-shadow: 0 14.4px 40px rgba(0, 0, 0, 0.24);
    margin-bottom: 16px;
  }
  .trust-stat-number {
    font-size: 19.2px;
    margin-bottom: 8px;
  }
  .trust-stat-label {
    font-size: 12px;
  }
  /* Panels / cards */
  .content-block {
    max-width: 520px;
  }
  .service-feature-panel,
  .seo-panel,
  .process-card,
  .deliverable-card,
  .diff-card,
  .faq-item,
  .service-cta-box {
    border-radius: 19.2px;
  }
  .service-feature-panel,
  .seo-panel {
    padding: 28.8px 27.2px;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .service-check-list li {
    padding-left: 22.4px;
    margin-bottom: 12.8px;
    font-size: 13.6px;
  }
  .service-check-list li:before {
    top: 9.6px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(216, 176, 106, 0.1);
  }
  /* Process */
  .process-card {
    padding: 27.2px 22.4px;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
  }
  .process-number {
    margin-bottom: 14.4px;
    font-size: 10.4px;
  }
  /* Deliverables */
  .deliverable-card {
    padding: 25.6px 22.4px;
    border: 0.8px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 12px;
  }
  /* Industries */
  .industry-grid {
    gap: 11.2px;
  }
  .industry-pill {
    padding: 11.2px 14.4px;
    border-radius: 799.2px;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
  }
  .service-link-list li {
    margin-bottom: 9.6px;
  }
  .service-link-list a {
    font-size: 13.6px;
    border-bottom: 0.8px solid transparent;
  }
  /* Differentiators */
  .diff-card {
    padding: 24px 22.4px;
    border: 0.8px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 12px;
  }
  /* FAQ */
  .faq-list {
    max-width: 784px;
  }
  .faq-item {
    padding: 24px 24px 16px;
    margin-bottom: 14.4px;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .faq-item h3 {
    font-size: 16.8px;
    margin-bottom: 9.6px;
  }
  /* CTA */
  .service-cta-box {
    max-width: 784px;
    padding: 43.2px 40px;
    border: 0.8px solid rgba(17, 21, 27, 0.08);
    box-shadow: 0 19.2px 56px rgba(0, 0, 0, 0.14);
  }
  .service-cta-box h2 {
    margin-bottom: 17.6px;
  }
  .service-cta-box p {
    max-width: 624px;
  }
  /* top-level nav only */
  /* invisible bridge to prevent hover flicker */
  .has-dropdown::after {
    width: 272px;
    height: 16px;
  }
  /* services trigger */
  .nav-item-with-toggle {
    gap: 0px;
  }
  .submenu-toggle {
    width: 20.8px;
    height: 20.8px;
  }
  .submenu-caret {
    width: 6.4px;
    height: 6.4px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    margin-top: -1.6px;
  }
  .has-dropdown.open .submenu-caret,
  .has-dropdown:hover .submenu-caret {
    margin-top: 1.6px;
  }
  /* dropdown panel */
  .submenu {
    top: calc(100% + 18px*0.8);
    width: 272px;
    padding: 9.6px 0;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
    border-radius: 12.8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    transform: translateY(8px);
  }
  .submenu > li > a {
    padding: 10.4px 17.6px;
    font-size: 12.8px;
  }
  .submenu > li > a:hover,
  .submenu > li > a:focus {
    padding-left: 20.8px;
  }
  .submenu::before {
    top: -5.6px;
    left: 28.8px;
    width: 11.2px;
    height: 11.2px;
    border-left: 0.8px solid rgba(255, 255, 255, 0.08);
    border-top: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .custom-web-development-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .landing-page-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .seo-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .hosting-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .agency-hero {
    min-height: 560px;
    padding: 40px 0 64px;
  }
  .our-work-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .our-work-hero-content {
    max-width: 720px;
    padding: 8px 0 72px;
  }
  .our-work-hero-content h1 {
    margin: 0 0 9.6px;
    font-size: 38.4px;
    line-height: 41.6px;
    letter-spacing: -0.8px;
  }
  .our-work-hero-lead {
    max-width: 688px;
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .our-work-intro-section {
    padding: 40px 0 40px;
  }
  .our-work-intro-copy {
    padding-right: 40px;
  }
  .our-work-intro-copy h2 {
    margin: 0 0 17.6px;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.4px;
  }
  .our-work-intro-copy p {
    margin: 0 0 17.6px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .our-work-intro-aside {
    padding-left: 16px;
  }
  .our-work-stat-box {
    margin-bottom: 14.4px;
    padding: 22.4px 24px;
    border: 0.8px solid #ecece6;
    border-radius: 11.2px;
    box-shadow: 0 8px 19.2px rgba(0, 0, 0, 0.04);
  }
  .our-work-stat-number {
    margin-bottom: 6.4px;
    font-size: 27.2px;
    line-height: 30.4px;
  }
  .our-work-stat-label {
    font-size: 12.8px;
    line-height: 20px;
  }
  .our-work-grid-section {
    padding: 40px 0 44px;
    border-top: 3.2px solid #eeeeee;
  }
  .our-work-grid-header {
    max-width: 688px;
    margin: 0 auto 28.8px;
  }
  .our-work-grid-header h2 {
    margin: 0 0 14.4px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .our-work-grid-header p {
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .our-work-grid > [class*="col-"] {
    margin-bottom: 19.2px;
  }
  .our-work-card {
    border: 0.8px solid rgba(0, 0, 0, 0.05);
    border-radius: 12.8px;
    box-shadow: 0 8px 22.4px rgba(0, 0, 0, 0.04);
  }
  .our-work-card:hover {
    transform: translateY(-4.8px);
    box-shadow: 0 12.8px 30.4px rgba(0, 0, 0, 0.08);
  }
  .our-work-image-wrap {
    border-bottom: 0.8px solid rgba(0, 0, 0, 0.05);
  }
  .our-work-card-body {
    padding: 22.4px 22.4px 24px;
  }
  .our-work-category {
    margin-bottom: 9.6px;
    font-size: 10.4px;
    line-height: 14.4px;
    letter-spacing: 0.8px;
  }
  .our-work-card h3 {
    margin: 0 0 11.2px;
    font-size: 20.8px;
    line-height: 27.2px;
  }
  .our-work-card p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 17.6px;
  }
  .our-work-card-cta {
    font-size: 12px;
    line-height: 16px;
  }
  .our-work-approach-section {
    padding: 40px 0 44px;
    border-top: 3.2px solid #eeeeee;
  }
  .our-work-approach-header {
    max-width: 640px;
    margin: 0 auto 28.8px;
  }
  .our-work-approach-header h2 {
    margin: 0 0 14.4px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .our-work-approach-header p {
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .our-work-approach-grid > [class*="col-"] {
    margin-bottom: 16px;
  }
  .our-work-approach-card {
    padding: 27.2px 24px 24px;
    border: 0.8px solid #ecece6;
    border-radius: 11.2px;
  }
  .our-work-approach-card h3 {
    margin: 0 0 11.2px;
    font-size: 19.2px;
    line-height: 24px;
  }
  .our-work-approach-card p {
    font-size: 12.8px;
    line-height: 21.6px;
  }
  .our-work-closing-section {
    padding: 0 0 72px;
  }
  .our-work-closing-inner {
    border: 0.8px solid rgba(224, 161, 0, 0.22);
    border-radius: 17.6px;
    padding: 35.2px 35.2px 33.6px;
  }
  .our-work-closing-inner h2 {
    margin: 0 0 12.8px;
    font-size: 25.6px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
  }
  .our-work-closing-inner p {
    max-width: 672px;
    margin: 0 auto 20.8px;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .our-work-closing-button {
    padding: 12px 22.4px;
    border-radius: 799.2px;
    font-size: 12px;
    line-height: 16px;
  }
  .our-work-closing-button:hover,
  .our-work-closing-button:focus {
    transform: translateY(-0.8px);
  }
  /* =========================
     HERO
  ========================= */
  .project-hero {
    padding: 56px 0 64px 0;
  }
  .project-hero:before {
    top: -96px;
    right: -144px;
    width: 416px;
    height: 416px;
  }
  .project-hero-inner {
    gap: 56px;
  }
  .project-hero-copy {
    width: 480px;
  }
  .project-eyebrow,
  .section-kicker {
    margin-bottom: 14.4px;
    font-size: 10.4px;
    line-height: 10.4px;
    letter-spacing: 1.6px;
  }
  .project-hero h1 {
    margin: 0 0 19.2px 0;
    font-size: 38.4px;
    line-height: 41.6px;
    letter-spacing: -0.8px;
  }
  .project-hero-text {
    margin: 0 0 27.2px 0;
    font-size: 13.6px;
    line-height: 22.4px;
  }
  .project-hero-meta {
    gap: 12.8px;
    padding-top: 6.4px;
  }
  .project-meta-item {
    gap: 3.2px;
  }
  .meta-label {
    font-size: 9.6px;
    line-height: 9.6px;
    letter-spacing: 1.2px;
  }
  .meta-value {
    font-size: 12.8px;
    line-height: 19.2px;
  }
  .project-hero-visual {
    width: 448px;
  }
  .project-hero-image-wrap {
    border-radius: 19.2px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    border: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  /* =========================
     GENERAL SECTIONS
  ========================= */
  .project-overview-section,
  .project-story-section,
  .project-features-section,
  .project-showcase-section,
  .project-results-section,
  .project-bottom-section {
    padding: 32px 0;
  }
  .project-section-heading {
    max-width: 608px;
    margin-bottom: 40px;
  }
  .project-section-heading.centered {
    max-width: 608px;
    margin: 0 auto 48px auto;
  }
  .project-section-heading h2 {
    font-size: 33.6px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
  .project-overview-section p,
  .project-story-section p,
  .project-results-box p,
  .feature-card p,
  .project-cta-card p {
    margin: 0 0 17.6px 0;
    font-size: 14.4px;
    line-height: 25.6px;
  }
  /* =========================
     OVERVIEW
  ========================= */
  .project-overview-grid {
    gap: 48px;
  }
  .project-main-column {
    width: 608px;
  }
  .project-sidebar {
    width: 272px;
  }
  .project-sidebar-card {
    padding: 30.4px 27.2px;
    border-radius: 16px;
    border: 0.8px solid #e7e7e7;
    box-shadow: 0 9.6px 28px rgba(0, 0, 0, 0.05);
  }
  .project-sidebar-card h3 {
    margin: 0 0 22.4px 0;
    font-size: 19.2px;
    line-height: 24px;
  }
  .project-stats-list li {
    gap: 4px;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    border-bottom: 0.8px solid #e5e5e5;
  }
  .stat-label {
    font-size: 9.6px;
    line-height: 9.6px;
    letter-spacing: 1.2px;
  }
  .stat-value {
    font-size: 13.6px;
    line-height: 21.6px;
  }
  /* =========================
     STORY SECTION
  ========================= */
  .project-story-grid {
    gap: 27.2px;
  }
  .story-card {
    width: calc(50% - 17px*0.8);
    padding: 33.6px 32px;
    border-radius: 17.6px;
    box-shadow: 0 11.2px 28.8px rgba(0, 0, 0, 0.06);
  }
  .story-card h3 {
    margin: 0 0 17.6px 0;
    font-size: 24px;
    line-height: 30.4px;
  }
  /* =========================
     FEATURES
  ========================= */
  .project-features-grid {
    gap: 22.4px;
  }
  .feature-card {
    width: calc(50% - 14px*0.8);
    padding: 28.8px 27.2px;
    border-radius: 16px;
    border: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .feature-card h3 {
    margin: 0 0 14.4px 0;
    font-size: 19.2px;
    line-height: 24px;
  }
  /* =========================
     SHOWCASE
  ========================= */
  .project-showcase-grid {
    gap: 22.4px;
  }
  .showcase-large {
    width: 616px;
  }
  .showcase-stack {
    width: 296px;
    gap: 22.4px;
  }
  .showcase-large img,
  .showcase-small img {
    border-radius: 16px;
    box-shadow: 0 14.4px 32px rgba(0, 0, 0, 0.08);
    border: 0.8px solid #ebebeb;
  }
  /* =========================
     RESULTS
  ========================= */
  .project-results-box {
    max-width: 720px;
    padding: 44.8px 48px;
    border-radius: 19.2px;
    border: 0.8px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 17.6px 44px rgba(0, 0, 0, 0.22);
  }
  .project-results-box h2 {
    margin: 0 0 19.2px 0;
    font-size: 32px;
    line-height: 38.4px;
  }
  /* =========================
     BOTTOM / NAV / CTA
  ========================= */
  .project-bottom-inner {
    gap: 32px;
  }
  .project-nav-links {
    width: 256px;
    gap: 14.4px;
    padding-top: 16px;
  }
  .project-back-link,
  .project-next-link {
    font-size: 14.4px;
    line-height: 22.4px;
  }
  .project-cta-card {
    width: 608px;
    padding: 38.4px 40px;
    border-radius: 19.2px;
    border: 0.8px solid #ead8a2;
    box-shadow: 0 14.4px 36px rgba(0, 0, 0, 0.06);
  }
  .project-cta-card h3 {
    margin: 0 0 14.4px 0;
    font-size: 27.2px;
    line-height: 33.6px;
  }
  .project-cta-btn {
    margin-top: 22.4px;
    padding: 13.6px 24px;
    border-radius: 799.2px;
    font-size: 12.8px;
    line-height: 12.8px;
    box-shadow: 0 9.6px 22.4px rgba(185, 146, 30, 0.22);
  }
  .project-cta-btn:hover {
    transform: translateY(-1.6px);
    box-shadow: 0 12.8px 25.6px rgba(185, 146, 30, 0.28);
  }
  .project-hero-actions {
    gap: 12.8px;
    margin: 0 0 30.4px 0;
  }
  .project-primary-btn,
  .project-secondary-btn {
    padding: 13.6px 24px;
    border-radius: 799.2px;
    font-size: 12.8px;
    line-height: 12.8px;
  }
  .project-primary-btn {
    box-shadow: 0 9.6px 22.4px rgba(185, 146, 30, 0.22);
  }
  .project-primary-btn:hover {
    transform: translateY(-1.6px);
    box-shadow: 0 12.8px 25.6px rgba(185, 146, 30, 0.28);
  }
  .project-secondary-btn {
    border: 0.8px solid rgba(255, 255, 255, 0.18);
  }
  .contact-form-status {
    margin-bottom: 16px;
    padding: 9.6px 12px;
    font-size: 11.2px;
    border: 0.8px solid #cc0000;
  }
  .recaptcha-disclaimer {
    font-size: 9.6px !important;
    margin-top: 12px !important;
  }
  .blog-content-hero {
    height: 576px;
  }
  .blog-post-meta {
    margin-top: 12.8px;
    font-size: 11.2px;
  }
  .blog-post-meta-separator {
    margin: 0 8px;
  }
  .blog-content-section {
    padding: 24px 0 40px;
  }
  .blog-post-article {
    font-size: 13.6px;
    line-height: 22.4px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .blog-post-body h2,
  .blog-post-body h3,
  .blog-post-body h4 {
    margin-top: 33.6px;
    margin-bottom: 14.4px;
  }
  .blog-post-body p {
    margin-bottom: 5.6px;
  }
  .blog-post-body {
    margin-bottom: 32px;
  }
  .blog-post-body ul,
  .blog-post-body ol {
    margin: 0 0 19.2px 19.2px;
  }
  .blog-post-body li {
    margin-bottom: 8px;
  }
  .blog-post-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 0.8px solid rgba(255, 255, 255, 0.12);
  }
  .blog-post-category-link {
    font-size: 12px;
  }
  .blog-post-header {
    padding-top: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-eyebrow-blog {
    margin-top: 24px;
  }
  .blog-post-header h1 {
    font-size: 24px;
    margin-top: 12px;
  }
  .blog-post-body h2 {
    font-size: 19.2px;
    margin-top: 25.6px;
  }
  .blog-back-link {
    font-size: 12px;
  }
  .blog-hero {
    min-height: 576px;
    padding: 8px 16px 48px;
  }
  .locations-page .location-tile-row {
    margin-top: 8px;
  }
  .locations-page .location-tile {
    margin-bottom: 24px;
    padding: 19.2px 17.6px;
    border: 0.8px solid rgba(224, 161, 0, 0.22);
  }
  .locations-page .location-tile:hover {
    transform: translateY(-2.4px);
    box-shadow: 0 14.4px 28px rgba(0, 0, 0, 0.18);
  }
  .locations-page .location-tile h3 {
    margin: 0 0 11.2px;
    font-size: 17.6px;
    line-height: 24px;
  }
  .locations-page .location-tile p {
    margin: 0 0 14.4px;
    font-size: 12px;
    line-height: 20.8px;
  }
  .locations-page .location-tile-link {
    font-size: 11.2px;
    line-height: 17.6px;
  }
  .locations-page .locations-intro-panel .contact-local-note {
    margin-top: 22.4px;
  }
  .location-detail-page .location-detail-hero .contact-hero-content {
    max-width: 656px;
  }
  .location-detail-page .location-detail-hero-button {
    margin-top: 6.4px;
  }
  .location-detail-page .location-detail-main .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .location-detail-page .location-detail-main .col-sm-8,
  .location-detail-page .location-detail-main .col-md-8,
  .location-detail-page .location-detail-main .col-lg-8,
  .location-detail-page .location-detail-main .col-sm-4,
  .location-detail-page .location-detail-main .col-md-4,
  .location-detail-page .location-detail-main .col-lg-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .location-detail-page .location-detail-content-panel > h2 {
    margin-bottom: 22.4px;
  }
  .location-detail-page .location-detail-copy-block {
    margin-bottom: 27.2px;
    padding-bottom: 24px;
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-copy-block h3 {
    margin: 0 0 11.2px;
    font-size: 19.2px;
    line-height: 25.6px;
  }
  .location-detail-page .location-detail-copy-block p {
    font-size: 12.8px;
    line-height: 23.2px;
  }
  .location-detail-page .location-detail-faqs {
    margin-top: 33.6px;
    padding-top: 27.2px;
    border-top: 0.8px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-faq-heading {
    margin: 0 0 19.2px;
    font-size: 22.4px;
    line-height: 28.8px;
  }
  .location-detail-page .location-detail-faq-item {
    margin-bottom: 19.2px;
    padding-bottom: 17.6px;
    border-bottom: 0.8px solid rgba(255, 255, 255, 0.08);
  }
  .location-detail-page .location-detail-faq-item h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22.4px;
  }
  .location-detail-page .location-detail-faq-item p {
    font-size: 12.8px;
    line-height: 22.4px;
  }
  .location-detail-page .location-detail-back-link-wrap {
    margin-top: 27.2px;
    padding-top: 19.2px;
    border-top: 0.8px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-back-link {
    font-size: 12px;
    line-height: 17.6px;
  }
  .legal-main,
  .privacy-main {
    padding: 24px 0;
  }
  .legal-content-wrapper,
  .privacy-content-wrapper {
    max-width: 720px;
  }
  .legal-content h2,
  .privacy-policy-content h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20.8px;
  }
  .legal-content p,
  .privacy-policy-content p {
    margin-bottom: 12px;
  }
  .legal-content ul,
  .privacy-policy-content ul {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .legal-content li,
  .privacy-policy-content li {
    margin-bottom: 6.4px;
  }
  .legal-effective-date,
  .privacy-effective-date {
    margin-top: 24px;
    font-size: 11.2px;
  }
  .sitemap-content ul {
    margin-bottom: 22.4px;
    padding-left: 17.6px;
  }
  .sitemap-content li {
    margin-bottom: 6.4px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header {
    padding-top: 6.61333333px;
    padding-bottom: 6.61333333px;
    border-bottom: 3.30666667px solid #e0a100;
  }
  .logo {
    width: 198.4px;
  }
  .main-nav ul {
    gap: 29.76px;
  }
  .main-nav {
    padding-top: 36.37333333px;
  }
  .main-nav .cta a {
    padding: 5.29066667px 10.58133333px;
    border-radius: 13.22666667px;
  }
  .main-nav a {
    letter-spacing: 0.33066667px;
    font-size: 10.58133333px;
  }
  .hero-content {
    max-width: 714.24px;
  }
  .hero {
    min-height: 562.13333333px;
    padding: 26.45333333px 13.22666667px 39.68px;
  }
  .hero-content .hero-cta {
    margin-top: 14.54933333px;
    padding: 9.25866667px 18.51733333px;
    border-radius: 660.672px;
    box-shadow: 0 6.61333333px 19.84px rgba(0, 0, 0, 0.25);
    font-size: 10.58133333px;
  }
  .hero-content .hero-cta:hover {
    transform: translateY(-0.66133333px);
  }
  .hero-content h1,
  .hero-content p {
    text-shadow: 0 1.32266667px 9.25866667px rgba(0, 0, 0, 0.45);
  }
  .hero-content h1 {
    margin: 0 0 9.25866667px;
    font-size: 31.744px;
    letter-spacing: -0.66133333px;
  }
  .hero-content p {
    font-size: 11.904px;
  }
  .welcome-section {
    padding: 29.76px 0 29.76px;
  }
  .welcome-copy-col {
    padding-right: 46.29333333px;
  }
  .welcome-copy {
    max-width: 502.61333333px;
  }
  .welcome-title {
    margin: 0 0 18.51733333px;
    font-size: 19.84px;
    line-height: 19.84px;
    letter-spacing: -0.33066667px;
  }
  .welcome-text {
    margin: 0 0 17.19466667px;
    font-size: 11.24266667px;
    line-height: 17.19466667px;
  }
  .value-points {
    margin: 23.808px 0 0;
  }
  .value-points li {
    margin-bottom: 10.58133333px;
    padding-left: 18.51733333px;
    font-size: 11.24266667px;
    line-height: 14.54933333px;
  }
  .value-points li:before {
    font-size: 11.904px;
    line-height: 17.19466667px;
  }
  .welcome-highlight {
    gap: 17.19466667px;
  }
  .highlight-box {
    min-height: 91.264px;
    padding: 22.48533333px 19.84px;
    border-radius: 9.25866667px;
  }
  .highlight-number {
    margin-bottom: 5.29066667px;
    font-size: 31.744px;
    line-height: 34.38933333px;
  }
  .highlight-label {
    font-size: 11.24266667px;
    line-height: 15.872px;
  }
  .services-section {
    padding: 29.76px 0 29.76px;
  }
  .services-header {
    margin-bottom: 19.84px;
  }
  .services-title {
    margin: 0 0 13.22666667px;
    font-size: 19.84px;
    line-height: 22.48533333px;
    letter-spacing: -0.33066667px;
  }
  .services-intro {
    font-size: 11.24266667px;
    line-height: 17.19466667px;
  }
  .services-grid > [class*="col-"] {
    margin-bottom: 13.22666667px;
  }
  .service-card {
    padding: 22.48533333px 19.84px 21.16266667px;
    border-radius: 9.25866667px;
    border: 0.66133333px solid rgba(0, 0, 0, 0.04);
  }
  .service-card:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 9.25866667px 23.14666667px rgba(0, 0, 0, 0.08);
  }
  .service-card h3 {
    margin: 0 0 9.25866667px;
    font-size: 14.54933333px;
    line-height: 19.84px;
  }
  .service-card p {
    font-size: 10.58133333px;
    line-height: 17.19466667px;
  }
  .services-section {
    border-top: 2.64533333px solid #eeeeee;
  }
  .featured-work-section {
    padding: 29.76px 0 29.76px;
  }
  .featured-work-header {
    margin-bottom: 39.68px;
  }
  .featured-work-title {
    margin: 0 0 13.22666667px;
    font-size: 19.84px;
    line-height: 22.48533333px;
    letter-spacing: -0.33066667px;
  }
  .featured-work-intro {
    font-size: 11.24266667px;
    line-height: 17.19466667px;
  }
  .featured-work-grid > [class*="col-"] {
    margin-bottom: 19.84px;
  }
  .project-card {
    border: 0.66133333px solid rgba(0, 0, 0, 0.06);
    border-radius: 9.25866667px;
  }
  .project-card:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 9.25866667px 23.14666667px rgba(0, 0, 0, 0.08);
  }
  .project-card-body {
    padding: 18.51733333px 18.51733333px 19.84px;
  }
  .project-category {
    margin-bottom: 7.936px;
    font-size: 8.59733333px;
    line-height: 11.904px;
    letter-spacing: 0.66133333px;
  }
  .project-card h3 {
    margin: 0 0 9.25866667px;
    font-size: 17.19466667px;
    line-height: 22.48533333px;
  }
  .project-card p {
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .featured-work-footer {
    margin-top: 9.92px;
  }
  .featured-work-button {
    padding: 10.58133333px 18.51733333px;
    font-size: 10.58133333px;
    line-height: 14.54933333px;
    border-radius: 5.29066667px;
  }
  .featured-work-section {
    border-top: 2.64533333px solid #eeeeee;
  }
  .home-process {
    padding: 29.76px 0;
  }
  .process-intro {
    max-width: 502.61333333px;
    margin: 0 auto 39.68px;
  }
  .home-process .section-eyebrow {
    font-size: 10.58133333px;
    letter-spacing: 1.32266667px;
    margin-bottom: 11.904px;
  }
  .home-process .section-title {
    margin: 0 0 13.22666667px;
    font-size: 21.16266667px;
  }
  .home-process .section-description {
    font-size: 10.58133333px;
  }
  .process-row {
    margin-bottom: 23.14666667px;
  }
  .process-card {
    border: 0.66133333px solid #e5e7eb;
    padding: 26.45333333px 19.84px 22.48533333px;
    min-height: 191.78666667px;
    box-shadow: 0 6.61333333px 19.84px rgba(0, 0, 0, 0.04);
    border-radius: 9.25866667px;
  }
  .process-card:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 11.904px 26.45333333px rgba(0, 0, 0, 0.08);
  }
  .process-number {
    font-size: 34.38933333px;
    margin-bottom: 14.54933333px;
  }
  .process-card h3 {
    margin: 0 0 10.58133333px;
    font-size: 15.872px;
  }
  .process-card p {
    font-size: 10.58133333px;
  }
  .process-footer {
    padding-top: 6.61333333px;
  }
  .process-footer p {
    font-size: 10.58133333px;
  }
  .home-process {
    border-top: 2.64533333px solid #eeeeee;
  }
  .home-why-choose {
    padding: 29.76px 0;
  }
  .why-choose-intro {
    max-width: 502.61333333px;
    margin: 0 auto 39.68px;
  }
  .home-why-choose .section-eyebrow {
    margin-bottom: 11.904px;
    font-size: 10.58133333px;
    letter-spacing: 1.32266667px;
  }
  .home-why-choose .section-title {
    margin: 0 0 13.22666667px;
    font-size: 21.16266667px;
  }
  .home-why-choose .section-description {
    font-size: 10.58133333px;
  }
  .why-choose-grid {
    margin-bottom: 9.92px;
  }
  .why-card {
    border: 0.66133333px solid #e5e7eb;
    padding: 23.808px 19.84px 21.16266667px;
    margin-bottom: 13.22666667px;
    min-height: 171.94666667px;
    border-radius: 9.25866667px;
  }
  .why-card:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 10.58133333px 23.808px rgba(0, 0, 0, 0.08);
  }
  .why-card-icon {
    width: 35.712px;
    height: 35.712px;
    margin-bottom: 14.54933333px;
    font-size: 10.58133333px;
    line-height: 35.712px;
  }
  .why-card h3 {
    margin: 0 0 10.58133333px;
    font-size: 15.872px;
  }
  .why-card p {
    font-size: 10.58133333px;
  }
  .why-choose-bottom {
    max-width: 502.61333333px;
    padding-top: 6.61333333px;
  }
  .why-choose-bottom p {
    font-size: 10.58133333px;
  }
  .home-why-choose {
    border-top: 2.64533333px solid #eeeeee;
  }
  .home-cta {
    padding: 39.68px 0;
  }
  .cta-inner {
    max-width: 502.61333333px;
  }
  .cta-title {
    margin: 0 0 13.22666667px;
    font-size: 23.808px;
  }
  .cta-subtitle {
    margin: 0 auto 23.14666667px;
    font-size: 10.58133333px;
  }
  .cta-buttons {
    margin-bottom: 16.53333333px;
  }
  .cta-btn-primary {
    padding: 10.58133333px 22.48533333px;
    margin: 0 6.61333333px;
    font-size: 9.92px;
  }
  .cta-btn-secondary {
    padding: 10.58133333px 22.48533333px;
    margin: 0 6.61333333px;
    font-size: 9.92px;
    border: 1.32266667px solid rgba(255, 255, 255, 0.7);
  }
  .cta-note {
    font-size: 9.25866667px;
  }
  .footer-main {
    padding: 29.76px 0 13.22666667px;
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.06);
  }
  .footer-widget {
    margin-bottom: 19.84px;
  }
  .footer-logo {
    margin: 0 0 13.22666667px;
    font-size: 18.51733333px;
    letter-spacing: 0.33066667px;
  }
  .footer-widget h4 {
    margin: 0 0 14.54933333px;
    font-size: 10.58133333px;
    letter-spacing: 0.66133333px;
  }
  .footer-widget p {
    margin: 0 0 11.904px;
    font-size: 9.92px;
  }
  .footer-links,
  .footer-contact-list,
  .footer-bottom-links {
    font-size: 10.58133333px;
  }
  .footer-links li,
  .footer-contact-list li {
    margin-bottom: 7.936px;
  }
  .footer-cta-btn {
    margin-top: 5.29066667px;
    padding: 9.25866667px 18.51733333px;
    font-size: 9.25866667px;
  }
  .footer-bottom {
    padding: 14.54933333px 0;
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .footer-copyright {
    font-size: 9.25866667px;
  }
  .footer-bottom-links li {
    margin-left: 14.54933333px;
  }
  .footer-bottom-links a {
    font-size: 9.25866667px;
  }
  .footer-logo-link {
    margin-bottom: 13.22666667px;
  }
  .footer-logo-img {
    max-width: 145.49333333px;
  }
  .header-spacer {
    height: 88.61866667px;
  }
  #backToTop {
    bottom: 19.84px;
    right: 19.84px;
    width: 31.744px;
    height: 31.744px;
    line-height: 31.744px;
    box-shadow: 0 2.64533333px 7.936px rgba(0, 0, 0, 0.25);
  }
  #backToTop .glyphicon {
    line-height: 31.744px;
    font-size: 11.904px;
  }
  .about-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .about-hero-content {
    max-width: 542.29333333px;
    padding: 6.61333333px 0 59.52px;
  }
  .section-eyebrow {
    margin-bottom: 6.61333333px;
    font-size: 7.936px;
  }
  .about-hero h1 {
    margin: 0 0 7.936px;
    font-size: 31.744px;
  }
  .about-hero-lead {
    max-width: 529.06666667px;
    font-size: 11.904px;
    line-height: 18.51733333px;
  }
  .about-intro {
    padding: 33.06666667px 0 33.06666667px;
  }
  .about-intro-content h2,
  .about-partners-content h2,
  .about-closing-content h2 {
    margin: 0 0 15.872px;
    font-size: 19.84px;
    line-height: 23.808px;
  }
  .about-intro-content p,
  .about-partners-content p,
  .about-closing-content p {
    margin: 0 0 15.872px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .about-highlights {
    padding: 19.84px 0 33.06666667px;
  }
  .about-card {
    padding: 23.808px 21.16266667px;
    border: 0.66133333px solid #ecece6;
    box-shadow: 0 7.936px 19.84px rgba(0, 0, 0, 0.04);
    border-radius: 9.25866667px;
  }
  .about-card h3 {
    margin: 0 0 11.904px;
    font-size: 17.19466667px;
  }
  .about-card p {
    font-size: 11.24266667px;
  }
  .about-partners {
    padding: 49.6px 0;
  }
  .cta-about {
    padding: 52.90666667px 0;
    border-top: 0.66133333px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0.66133333px solid rgba(0, 0, 0, 0.1);
  }
  .cta-about-inner {
    max-width: 634.88px;
  }
  .cta-about h2 {
    margin: 0 0 13.22666667px;
    font-size: 23.808px;
  }
  .cta-about p {
    margin: 0 0 22.48533333px;
    font-size: 12.56533333px;
  }
  .cta-about-button {
    padding: 10.58133333px 22.48533333px;
    font-size: 10.58133333px;
    border-radius: 660.672px;
    box-shadow: 0 9.25866667px 19.84px rgba(0, 0, 0, 0.18);
  }
  .cta-about-button:hover {
    transform: translateY(-1.32266667px);
  }
  .about-closing-content h2 {
    margin-top: 39.68px;
  }
  .contact-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .contact-hero-content {
    max-width: 542.29333333px;
    padding: 6.61333333px 0 59.52px;
  }
  .contact-hero-content h1 {
    margin: 0 0 7.936px;
    font-size: 31.744px;
    line-height: 34.38933333px;
    letter-spacing: -0.66133333px;
  }
  .contact-hero-lead {
    max-width: 542.29333333px;
    font-size: 11.904px;
    line-height: 18.51733333px;
  }
  .contact-main {
    padding: 29.76px 0 36.37333333px;
  }
  .contact-info-panel {
    padding: 0 23.14666667px 0 0;
  }
  .contact-info-panel h2,
  .contact-form-panel h2,
  .contact-quote-cta-inner h2 {
    margin: 0 0 11.904px;
    font-size: 19.84px;
    line-height: 23.808px;
    letter-spacing: -0.33066667px;
  }
  .contact-info-panel p,
  .contact-form-panel p,
  .contact-method p,
  .contact-quote-cta-inner p {
    margin: 0 0 14.54933333px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .contact-method {
    margin-bottom: 18.51733333px;
    padding-bottom: 15.872px;
    border-bottom: 0.66133333px solid #e8e8e8;
  }
  .contact-method:last-of-type {
    margin-bottom: 15.872px;
  }
  .contact-method h3 {
    margin: 0 0 5.29066667px;
    font-size: 11.904px;
    line-height: 15.872px;
  }
  .contact-local-note {
    margin-top: 21.16266667px;
    font-size: 10.58133333px;
    line-height: 19.17866667px;
  }
  .contact-form-panel {
    border: 0.66133333px solid #ececec;
    border-radius: 11.904px;
    padding: 27.776px 26.45333333px 26.45333333px;
  }
  .contact-form-intro {
    margin-bottom: 18.51733333px;
  }
  .contact-form .form-group {
    margin-bottom: 14.54933333px;
  }
  .contact-form label {
    margin-bottom: 5.952px;
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .contact-form .form-control {
    height: 34.38933333px;
    border: 0.66133333px solid #d8d8d8;
    border-radius: 5.29066667px;
    font-size: 10.58133333px;
    line-height: 14.54933333px;
    padding: 7.936px 10.58133333px;
  }
  .contact-form textarea.form-control {
    min-height: 119.04px;
    line-height: 18.51733333px;
    padding-top: 9.25866667px;
    padding-bottom: 9.25866667px;
  }
  .contact-submit-btn {
    min-width: 125.65333333px;
    padding: 10.58133333px 18.51733333px;
    border-radius: 660.672px;
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .contact-submit-btn:hover,
  .contact-submit-btn:focus {
    transform: translateY(-0.66133333px);
  }
  .contact-quote-cta {
    padding: 0 0 66.13333333px;
  }
  .contact-quote-cta-inner {
    border: 0.66133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 14.54933333px;
    padding: 27.776px 29.09866667px 26.45333333px;
  }
  .contact-quote-button {
    margin-top: 5.29066667px;
    padding: 9.92px 17.19466667px;
    border-radius: 660.672px;
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .contact-quote-button:hover,
  .contact-quote-button:focus {
    transform: translateY(-0.66133333px);
  }
  .quote-checkbox-grid {
    margin-top: 3.968px;
  }
  .quote-check {
    margin: 0 0 7.936px;
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .quote-check input[type="checkbox"] {
    top: 0.66133333px;
    margin-right: 5.29066667px;
  }
  .quote-form select.form-control {
    height: 34.38933333px;
    line-height: 14.54933333px;
  }
  .quote-form-panel .form-group {
    margin-bottom: 14.54933333px;
  }
  .quote-page .contact-form-panel {
    padding-bottom: 22.48533333px;
  }
  .quote-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .form-group-right {
    padding-left: 6.61333333px;
  }
  .faq-section {
    padding: 36.37333333px 0 52.90666667px;
  }
  .faq-section .container {
    max-width: 780.37333333px;
  }
  .faq-section .panel {
    border-radius: 9.25866667px;
    box-shadow: 0 5.29066667px 15.872px rgba(15, 17, 21, 0.06);
    margin-bottom: 11.904px;
    -webkit-box-shadow: 0 5.29066667px 15.872px rgba(15, 17, 21, 0.06);
  }
  .faq-section .panel-title {
    font-size: 15.872px;
  }
  .faq-section .panel-title a {
    padding: 17.19466667px 47.616px 17.19466667px 19.84px;
    font-size: 13.888px;
  }
  .faq-section .panel-title a:before {
    right: 18.51733333px;
    width: 18.51733333px;
    height: 18.51733333px;
    margin-top: -9.25866667px;
    font-size: 13.22666667px;
    line-height: 18.51733333px;
  }
  .faq-section .panel-collapse {
    border-top: 0.66133333px solid #ececec;
  }
  .faq-section .panel-body {
    padding: 18.51733333px 19.84px 21.16266667px;
    font-size: 11.904px;
  }
  /* Optional intro block above accordion */
  .faq-intro {
    max-width: 595.2px;
    margin: 0 auto 27.776px;
  }
  .faq-intro h2 {
    margin: 0 0 9.25866667px;
    font-size: 23.808px;
    line-height: 23.808px;
  }
  .faq-intro p {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .faq-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .services-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .services-hero-content {
    max-width: 568.74666667px;
    padding: 6.61333333px 0 59.52px;
  }
  .services-hero-content h1 {
    margin: 0 0 7.936px;
    font-size: 31.744px;
    line-height: 34.38933333px;
    letter-spacing: -0.66133333px;
  }
  .services-hero-lead {
    max-width: 548.90666667px;
    font-size: 11.904px;
    line-height: 18.51733333px;
  }
  .services-intro-main {
    padding: 33.06666667px 0 33.06666667px;
  }
  .services-intro-copy {
    padding-right: 33.06666667px;
  }
  .services-intro-copy h2 {
    margin: 0 0 14.54933333px;
    font-size: 19.84px;
    line-height: 23.808px;
    letter-spacing: -0.33066667px;
  }
  .services-intro-copy p {
    margin: 0 0 14.54933333px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .services-intro-aside {
    padding-left: 13.22666667px;
  }
  .services-stat-box {
    margin-bottom: 11.904px;
    padding: 18.51733333px 19.84px;
    border: 0.66133333px solid #ecece6;
    border-radius: 9.25866667px;
    box-shadow: 0 6.61333333px 15.872px rgba(0, 0, 0, 0.04);
  }
  .services-stat-number {
    margin-bottom: 5.29066667px;
    font-size: 22.48533333px;
    line-height: 25.13066667px;
  }
  .services-stat-label {
    font-size: 10.58133333px;
    line-height: 16.53333333px;
  }
  .services-listing-section {
    padding: 33.06666667px 0 36.37333333px;
    border-top: 2.64533333px solid #eeeeee;
  }
  .services-listing-header {
    max-width: 555.52px;
    margin: 0 auto 23.808px;
  }
  .services-listing-header h2 {
    margin: 0 0 11.904px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .services-listing-header p {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .services-tiles-grid > [class*="col-"] {
    margin-bottom: 15.872px;
  }
  .service-tile {
    padding: 22.48533333px 19.84px 19.84px;
    border: 0.66133333px solid rgba(0, 0, 0, 0.05);
    border-radius: 10.58133333px;
    box-shadow: 0 6.61333333px 18.51733333px rgba(0, 0, 0, 0.04);
  }
  .service-tile:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 10.58133333px 25.13066667px rgba(0, 0, 0, 0.08);
  }
  .service-tile-kicker {
    margin-bottom: 11.904px;
    font-size: 8.59733333px;
    line-height: 10.58133333px;
    letter-spacing: 1.32266667px;
  }
  .service-tile h3 {
    margin: 0 0 9.25866667px;
    font-size: 15.872px;
    line-height: 19.84px;
    letter-spacing: -0.26453333px;
  }
  .service-tile p {
    margin: 0 0 14.54933333px;
    font-size: 10.58133333px;
    line-height: 17.19466667px;
  }
  .service-tile-arrow {
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .services-benefits-section {
    padding: 33.06666667px 0 36.37333333px;
    border-top: 2.64533333px solid #eeeeee;
  }
  .services-benefits-header {
    max-width: 529.06666667px;
    margin: 0 auto 23.808px;
  }
  .services-benefits-header h2 {
    margin: 0 0 11.904px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .services-benefits-header p {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .services-benefits-grid > [class*="col-"] {
    margin-bottom: 13.22666667px;
  }
  .services-benefit-card {
    padding: 22.48533333px 19.84px 19.84px;
    border: 0.66133333px solid #ecece6;
    border-radius: 9.25866667px;
  }
  .services-benefit-card h3 {
    margin: 0 0 9.25866667px;
    font-size: 15.872px;
    line-height: 19.84px;
  }
  .services-benefit-card p {
    font-size: 10.58133333px;
    line-height: 17.856px;
  }
  .services-closing-section {
    padding: 0 0 59.52px;
  }
  .services-closing-inner {
    border: 0.66133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 14.54933333px;
    padding: 29.09866667px 29.09866667px 27.776px;
  }
  .services-closing-inner h2 {
    margin: 0 0 10.58133333px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .services-closing-inner p {
    max-width: 555.52px;
    margin: 0 auto 17.19466667px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .services-closing-button {
    padding: 9.92px 18.51733333px;
    border-radius: 660.672px;
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .services-closing-button:hover,
  .services-closing-button:focus {
    transform: translateY(-0.66133333px);
  }
  .custom-web-design-page .section-eyebrow {
    margin-bottom: 11.904px;
    font-size: 7.936px;
  }
  .custom-web-design-page h2 {
    font-size: 23.808px;
    line-height: 29.09866667px;
    margin-bottom: 15.872px;
  }
  .custom-web-design-page h3 {
    font-size: 14.54933333px;
    margin-bottom: 9.25866667px;
  }
  .custom-web-design-page p {
    font-size: 11.904px;
    line-height: 17.19466667px;
    margin-bottom: 13.22666667px;
  }
  .custom-web-design-page .section-dark {
    padding: 33.06666667px 0;
  }
  .custom-web-design-page .section-deep {
    padding: 33.06666667px 0;
  }
  .custom-web-design-page .section-gold {
    padding: 36.37333333px 0;
  }
  .custom-web-design-page .section-heading {
    max-width: 542.29333333px;
    margin-bottom: 36.37333333px;
  }
  /* Hero */
  .custom-web-design-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .service-hero-content {
    max-width: 542.29333333px;
  }
  .service-breadcrumb {
    margin: 0 0 19.84px;
    font-size: 9.92px;
  }
  .custom-web-design-page .service-hero-content h1 {
    font-size: 31.744px;
    line-height: 34.38933333px;
    margin-bottom: 18.51733333px;
    max-width: 595.2px;
  }
  .service-hero-lead {
    max-width: 502.61333333px;
    font-size: 13.888px;
    margin-bottom: 21.16266667px;
  }
  .service-hero-cta {
    margin-bottom: 22.48533333px;
  }
  .btn-service-primary,
  .btn-service-secondary,
  .btn-service-outline-dark {
    min-width: 125.65333333px;
    padding: 10.58133333px 17.19466667px;
    border-radius: 660.672px;
    font-size: 9.25866667px;
    margin-right: 9.25866667px;
    margin-bottom: 7.936px;
  }
  .btn-service-primary {
    box-shadow: 0 9.25866667px 26.45333333px rgba(216, 176, 106, 0.25);
  }
  .btn-service-primary:hover {
    transform: translateY(-1.32266667px);
    box-shadow: 0 11.904px 31.744px rgba(216, 176, 106, 0.32);
  }
  .btn-service-secondary {
    border: 0.66133333px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(3.968px);
  }
  .service-hero-highlights li {
    margin-right: 17.19466667px;
    margin-bottom: 5.29066667px;
    padding-left: 11.904px;
    font-size: 9.25866667px;
  }
  .service-hero-highlights li:before {
    top: 5.952px;
    width: 4.62933333px;
    height: 4.62933333px;
  }
  /* Trust bar */
  .service-trust-bar {
    margin-top: -31.744px;
    padding-bottom: 26.45333333px;
  }
  .trust-stat {
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
    border-radius: 13.22666667px;
    padding: 18.51733333px 15.872px;
    min-height: 102.50666667px;
    box-shadow: 0 11.904px 33.06666667px rgba(0, 0, 0, 0.24);
    margin-bottom: 13.22666667px;
  }
  .trust-stat-number {
    font-size: 15.872px;
    margin-bottom: 6.61333333px;
  }
  .trust-stat-label {
    font-size: 9.92px;
  }
  /* Panels / cards */
  .content-block {
    max-width: 429.86666667px;
  }
  .service-feature-panel,
  .seo-panel,
  .process-card,
  .deliverable-card,
  .diff-card,
  .faq-item,
  .service-cta-box {
    border-radius: 15.872px;
  }
  .service-feature-panel,
  .seo-panel {
    padding: 23.808px 22.48533333px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .service-check-list li {
    padding-left: 18.51733333px;
    margin-bottom: 10.58133333px;
    font-size: 11.24266667px;
  }
  .service-check-list li:before {
    top: 7.936px;
    width: 6.61333333px;
    height: 6.61333333px;
    box-shadow: 0 0 0 3.30666667px rgba(216, 176, 106, 0.1);
  }
  /* Process */
  .process-card {
    padding: 22.48533333px 18.51733333px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 19.84px;
  }
  .process-number {
    margin-bottom: 11.904px;
    font-size: 8.59733333px;
  }
  /* Deliverables */
  .deliverable-card {
    padding: 21.16266667px 18.51733333px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 9.92px;
  }
  /* Industries */
  .industry-grid {
    gap: 9.25866667px;
  }
  .industry-pill {
    padding: 9.25866667px 11.904px;
    border-radius: 660.672px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
    font-size: 9.92px;
  }
  .service-link-list li {
    margin-bottom: 7.936px;
  }
  .service-link-list a {
    font-size: 11.24266667px;
    border-bottom: 0.66133333px solid transparent;
  }
  /* Differentiators */
  .diff-card {
    padding: 19.84px 18.51733333px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 9.92px;
  }
  /* FAQ */
  .faq-list {
    max-width: 648.10666667px;
  }
  .faq-item {
    padding: 19.84px 19.84px 13.22666667px;
    margin-bottom: 11.904px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .faq-item h3 {
    font-size: 13.888px;
    margin-bottom: 7.936px;
  }
  /* CTA */
  .service-cta-box {
    max-width: 648.10666667px;
    padding: 35.712px 33.06666667px;
    border: 0.66133333px solid rgba(17, 21, 27, 0.08);
    box-shadow: 0 15.872px 46.29333333px rgba(0, 0, 0, 0.14);
  }
  .service-cta-box h2 {
    margin-bottom: 14.54933333px;
  }
  .service-cta-box p {
    max-width: 515.84px;
  }
  /* top-level nav only */
  /* invisible bridge to prevent hover flicker */
  .has-dropdown::after {
    width: 224.85333333px;
    height: 13.22666667px;
  }
  /* services trigger */
  .nav-item-with-toggle {
    gap: 0px;
  }
  .submenu-toggle {
    width: 17.19466667px;
    height: 17.19466667px;
  }
  .submenu-caret {
    width: 5.29066667px;
    height: 5.29066667px;
    border-right: 1.32266667px solid currentColor;
    border-bottom: 1.32266667px solid currentColor;
    margin-top: -1.32266667px;
  }
  .has-dropdown.open .submenu-caret,
  .has-dropdown:hover .submenu-caret {
    margin-top: 1.32266667px;
  }
  /* dropdown panel */
  .submenu {
    top: calc(100% + 18px*0.66133333);
    width: 224.85333333px;
    padding: 7.936px 0;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
    border-radius: 10.58133333px;
    box-shadow: 0 13.22666667px 33.06666667px rgba(0, 0, 0, 0.24);
    transform: translateY(6.61333333px);
  }
  .submenu > li > a {
    padding: 8.59733333px 14.54933333px;
    font-size: 10.58133333px;
  }
  .submenu > li > a:hover,
  .submenu > li > a:focus {
    padding-left: 17.19466667px;
  }
  .submenu::before {
    top: -4.62933333px;
    left: 23.808px;
    width: 9.25866667px;
    height: 9.25866667px;
    border-left: 0.66133333px solid rgba(255, 255, 255, 0.08);
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .custom-web-development-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .landing-page-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .seo-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .hosting-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .agency-hero {
    min-height: 462.93333333px;
    padding: 33.06666667px 0 52.90666667px;
  }
  .our-work-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .our-work-hero-content {
    max-width: 595.2px;
    padding: 6.61333333px 0 59.52px;
  }
  .our-work-hero-content h1 {
    margin: 0 0 7.936px;
    font-size: 31.744px;
    line-height: 34.38933333px;
    letter-spacing: -0.66133333px;
  }
  .our-work-hero-lead {
    max-width: 568.74666667px;
    font-size: 11.904px;
    line-height: 18.51733333px;
  }
  .our-work-intro-section {
    padding: 33.06666667px 0 33.06666667px;
  }
  .our-work-intro-copy {
    padding-right: 33.06666667px;
  }
  .our-work-intro-copy h2 {
    margin: 0 0 14.54933333px;
    font-size: 19.84px;
    line-height: 23.808px;
    letter-spacing: -0.33066667px;
  }
  .our-work-intro-copy p {
    margin: 0 0 14.54933333px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .our-work-intro-aside {
    padding-left: 13.22666667px;
  }
  .our-work-stat-box {
    margin-bottom: 11.904px;
    padding: 18.51733333px 19.84px;
    border: 0.66133333px solid #ecece6;
    border-radius: 9.25866667px;
    box-shadow: 0 6.61333333px 15.872px rgba(0, 0, 0, 0.04);
  }
  .our-work-stat-number {
    margin-bottom: 5.29066667px;
    font-size: 22.48533333px;
    line-height: 25.13066667px;
  }
  .our-work-stat-label {
    font-size: 10.58133333px;
    line-height: 16.53333333px;
  }
  .our-work-grid-section {
    padding: 33.06666667px 0 36.37333333px;
    border-top: 2.64533333px solid #eeeeee;
  }
  .our-work-grid-header {
    max-width: 568.74666667px;
    margin: 0 auto 23.808px;
  }
  .our-work-grid-header h2 {
    margin: 0 0 11.904px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .our-work-grid-header p {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .our-work-grid > [class*="col-"] {
    margin-bottom: 15.872px;
  }
  .our-work-card {
    border: 0.66133333px solid rgba(0, 0, 0, 0.05);
    border-radius: 10.58133333px;
    box-shadow: 0 6.61333333px 18.51733333px rgba(0, 0, 0, 0.04);
  }
  .our-work-card:hover {
    transform: translateY(-3.968px);
    box-shadow: 0 10.58133333px 25.13066667px rgba(0, 0, 0, 0.08);
  }
  .our-work-image-wrap {
    border-bottom: 0.66133333px solid rgba(0, 0, 0, 0.05);
  }
  .our-work-card-body {
    padding: 18.51733333px 18.51733333px 19.84px;
  }
  .our-work-category {
    margin-bottom: 7.936px;
    font-size: 8.59733333px;
    line-height: 11.904px;
    letter-spacing: 0.66133333px;
  }
  .our-work-card h3 {
    margin: 0 0 9.25866667px;
    font-size: 17.19466667px;
    line-height: 22.48533333px;
  }
  .our-work-card p {
    margin: 0 0 13.22666667px;
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .our-work-card-cta {
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .our-work-approach-section {
    padding: 33.06666667px 0 36.37333333px;
    border-top: 2.64533333px solid #eeeeee;
  }
  .our-work-approach-header {
    max-width: 529.06666667px;
    margin: 0 auto 23.808px;
  }
  .our-work-approach-header h2 {
    margin: 0 0 11.904px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .our-work-approach-header p {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .our-work-approach-grid > [class*="col-"] {
    margin-bottom: 13.22666667px;
  }
  .our-work-approach-card {
    padding: 22.48533333px 19.84px 19.84px;
    border: 0.66133333px solid #ecece6;
    border-radius: 9.25866667px;
  }
  .our-work-approach-card h3 {
    margin: 0 0 9.25866667px;
    font-size: 15.872px;
    line-height: 19.84px;
  }
  .our-work-approach-card p {
    font-size: 10.58133333px;
    line-height: 17.856px;
  }
  .our-work-closing-section {
    padding: 0 0 59.52px;
  }
  .our-work-closing-inner {
    border: 0.66133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 14.54933333px;
    padding: 29.09866667px 29.09866667px 27.776px;
  }
  .our-work-closing-inner h2 {
    margin: 0 0 10.58133333px;
    font-size: 21.16266667px;
    line-height: 25.13066667px;
    letter-spacing: -0.33066667px;
  }
  .our-work-closing-inner p {
    max-width: 555.52px;
    margin: 0 auto 17.19466667px;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .our-work-closing-button {
    padding: 9.92px 18.51733333px;
    border-radius: 660.672px;
    font-size: 9.92px;
    line-height: 13.22666667px;
  }
  .our-work-closing-button:hover,
  .our-work-closing-button:focus {
    transform: translateY(-0.66133333px);
  }
  /* =========================
     HERO
  ========================= */
  .project-hero {
    padding: 46.29333333px 0 52.90666667px 0;
  }
  .project-hero:before {
    top: -79.36px;
    right: -119.04px;
    width: 343.89333333px;
    height: 343.89333333px;
  }
  .project-hero-inner {
    gap: 46.29333333px;
  }
  .project-hero-copy {
    width: 396.8px;
  }
  .project-eyebrow,
  .section-kicker {
    margin-bottom: 11.904px;
    font-size: 8.59733333px;
    line-height: 8.59733333px;
    letter-spacing: 1.32266667px;
  }
  .project-hero h1 {
    margin: 0 0 15.872px 0;
    font-size: 31.744px;
    line-height: 34.38933333px;
    letter-spacing: -0.66133333px;
  }
  .project-hero-text {
    margin: 0 0 22.48533333px 0;
    font-size: 11.24266667px;
    line-height: 18.51733333px;
  }
  .project-hero-meta {
    gap: 10.58133333px;
    padding-top: 5.29066667px;
  }
  .project-meta-item {
    gap: 2.64533333px;
  }
  .meta-label {
    font-size: 7.936px;
    line-height: 7.936px;
    letter-spacing: 0.992px;
  }
  .meta-value {
    font-size: 10.58133333px;
    line-height: 15.872px;
  }
  .project-hero-visual {
    width: 370.34666667px;
  }
  .project-hero-image-wrap {
    border-radius: 15.872px;
    box-shadow: 0 19.84px 52.90666667px rgba(0, 0, 0, 0.45);
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  /* =========================
     GENERAL SECTIONS
  ========================= */
  .project-overview-section,
  .project-story-section,
  .project-features-section,
  .project-showcase-section,
  .project-results-section,
  .project-bottom-section {
    padding: 26.45333333px 0;
  }
  .project-section-heading {
    max-width: 502.61333333px;
    margin-bottom: 33.06666667px;
  }
  .project-section-heading.centered {
    max-width: 502.61333333px;
    margin: 0 auto 39.68px auto;
  }
  .project-section-heading h2 {
    font-size: 27.776px;
    line-height: 33.06666667px;
    letter-spacing: -0.33066667px;
  }
  .project-overview-section p,
  .project-story-section p,
  .project-results-box p,
  .feature-card p,
  .project-cta-card p {
    margin: 0 0 14.54933333px 0;
    font-size: 11.904px;
    line-height: 21.16266667px;
  }
  /* =========================
     OVERVIEW
  ========================= */
  .project-overview-grid {
    gap: 39.68px;
  }
  .project-main-column {
    width: 502.61333333px;
  }
  .project-sidebar {
    width: 224.85333333px;
  }
  .project-sidebar-card {
    padding: 25.13066667px 22.48533333px;
    border-radius: 13.22666667px;
    border: 0.66133333px solid #e7e7e7;
    box-shadow: 0 7.936px 23.14666667px rgba(0, 0, 0, 0.05);
  }
  .project-sidebar-card h3 {
    margin: 0 0 18.51733333px 0;
    font-size: 15.872px;
    line-height: 19.84px;
  }
  .project-stats-list li {
    gap: 3.30666667px;
    padding: 0 0 13.22666667px 0;
    margin: 0 0 13.22666667px 0;
    border-bottom: 0.66133333px solid #e5e5e5;
  }
  .stat-label {
    font-size: 7.936px;
    line-height: 7.936px;
    letter-spacing: 0.992px;
  }
  .stat-value {
    font-size: 11.24266667px;
    line-height: 17.856px;
  }
  /* =========================
     STORY SECTION
  ========================= */
  .project-story-grid {
    gap: 22.48533333px;
  }
  .story-card {
    width: calc(50% - 17px*0.66133333);
    padding: 27.776px 26.45333333px;
    border-radius: 14.54933333px;
    box-shadow: 0 9.25866667px 23.808px rgba(0, 0, 0, 0.06);
  }
  .story-card h3 {
    margin: 0 0 14.54933333px 0;
    font-size: 19.84px;
    line-height: 25.13066667px;
  }
  /* =========================
     FEATURES
  ========================= */
  .project-features-grid {
    gap: 18.51733333px;
  }
  .feature-card {
    width: calc(50% - 14px*0.66133333);
    padding: 23.808px 22.48533333px;
    border-radius: 13.22666667px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .feature-card h3 {
    margin: 0 0 11.904px 0;
    font-size: 15.872px;
    line-height: 19.84px;
  }
  /* =========================
     SHOWCASE
  ========================= */
  .project-showcase-grid {
    gap: 18.51733333px;
  }
  .showcase-large {
    width: 509.22666667px;
  }
  .showcase-stack {
    width: 244.69333333px;
    gap: 18.51733333px;
  }
  .showcase-large img,
  .showcase-small img {
    border-radius: 13.22666667px;
    box-shadow: 0 11.904px 26.45333333px rgba(0, 0, 0, 0.08);
    border: 0.66133333px solid #ebebeb;
  }
  /* =========================
     RESULTS
  ========================= */
  .project-results-box {
    max-width: 595.2px;
    padding: 37.03466667px 39.68px;
    border-radius: 15.872px;
    border: 0.66133333px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 14.54933333px 36.37333333px rgba(0, 0, 0, 0.22);
  }
  .project-results-box h2 {
    margin: 0 0 15.872px 0;
    font-size: 26.45333333px;
    line-height: 31.744px;
  }
  /* =========================
     BOTTOM / NAV / CTA
  ========================= */
  .project-bottom-inner {
    gap: 26.45333333px;
  }
  .project-nav-links {
    width: 211.62666667px;
    gap: 11.904px;
    padding-top: 13.22666667px;
  }
  .project-back-link,
  .project-next-link {
    font-size: 11.904px;
    line-height: 18.51733333px;
  }
  .project-cta-card {
    width: 502.61333333px;
    padding: 31.744px 33.06666667px;
    border-radius: 15.872px;
    border: 0.66133333px solid #ead8a2;
    box-shadow: 0 11.904px 29.76px rgba(0, 0, 0, 0.06);
  }
  .project-cta-card h3 {
    margin: 0 0 11.904px 0;
    font-size: 22.48533333px;
    line-height: 27.776px;
  }
  .project-cta-btn {
    margin-top: 18.51733333px;
    padding: 11.24266667px 19.84px;
    border-radius: 660.672px;
    font-size: 10.58133333px;
    line-height: 10.58133333px;
    box-shadow: 0 7.936px 18.51733333px rgba(185, 146, 30, 0.22);
  }
  .project-cta-btn:hover {
    transform: translateY(-1.32266667px);
    box-shadow: 0 10.58133333px 21.16266667px rgba(185, 146, 30, 0.28);
  }
  .project-hero-actions {
    gap: 10.58133333px;
    margin: 0 0 25.13066667px 0;
  }
  .project-primary-btn,
  .project-secondary-btn {
    padding: 11.24266667px 19.84px;
    border-radius: 660.672px;
    font-size: 10.58133333px;
    line-height: 10.58133333px;
  }
  .project-primary-btn {
    box-shadow: 0 7.936px 18.51733333px rgba(185, 146, 30, 0.22);
  }
  .project-primary-btn:hover {
    transform: translateY(-1.32266667px);
    box-shadow: 0 10.58133333px 21.16266667px rgba(185, 146, 30, 0.28);
  }
  .project-secondary-btn {
    border: 0.66133333px solid rgba(255, 255, 255, 0.18);
  }
  .contact-form-status {
    margin-bottom: 13.22666667px;
    padding: 7.936px 9.92px;
    font-size: 9.25866667px;
    border: 0.66133333px solid #cc0000;
  }
  .recaptcha-disclaimer {
    font-size: 7.936px !important;
    margin-top: 9.92px !important;
  }
  .blog-content-hero {
    height: 476.16px;
  }
  .blog-post-meta {
    margin-top: 10.58133333px;
    font-size: 9.25866667px;
  }
  .blog-post-meta-separator {
    margin: 0 6.61333333px;
  }
  .blog-content-section {
    padding: 19.84px 0 33.06666667px;
  }
  .blog-post-article {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
    padding-left: 39.68px;
    padding-right: 39.68px;
  }
  .blog-post-body h2,
  .blog-post-body h3,
  .blog-post-body h4 {
    margin-top: 27.776px;
    margin-bottom: 11.904px;
  }
  .blog-post-body p {
    margin-bottom: 4.62933333px;
  }
  .blog-post-body {
    margin-bottom: 26.45333333px;
  }
  .blog-post-body ul,
  .blog-post-body ol {
    margin: 0 0 15.872px 15.872px;
  }
  .blog-post-body li {
    margin-bottom: 6.61333333px;
  }
  .blog-post-footer {
    margin-top: 33.06666667px;
    padding-top: 16.53333333px;
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.12);
  }
  .blog-post-category-link {
    font-size: 9.92px;
  }
  .blog-post-header {
    padding-top: 19.84px;
    padding-left: 39.68px;
    padding-right: 39.68px;
  }
  .section-eyebrow-blog {
    margin-top: 19.84px;
  }
  .blog-post-header h1 {
    font-size: 19.84px;
    margin-top: 9.92px;
  }
  .blog-post-body h2 {
    font-size: 15.872px;
    margin-top: 21.16266667px;
  }
  .blog-back-link {
    font-size: 9.92px;
  }
  .blog-hero {
    min-height: 476.16px;
    padding: 6.61333333px 13.22666667px 39.68px;
  }
  .locations-page .location-tile-row {
    margin-top: 6.61333333px;
  }
  .locations-page .location-tile {
    margin-bottom: 19.84px;
    padding: 15.872px 14.54933333px;
    border: 0.66133333px solid rgba(224, 161, 0, 0.22);
  }
  .locations-page .location-tile:hover {
    transform: translateY(-1.984px);
    box-shadow: 0 11.904px 23.14666667px rgba(0, 0, 0, 0.18);
  }
  .locations-page .location-tile h3 {
    margin: 0 0 9.25866667px;
    font-size: 14.54933333px;
    line-height: 19.84px;
  }
  .locations-page .location-tile p {
    margin: 0 0 11.904px;
    font-size: 9.92px;
    line-height: 17.19466667px;
  }
  .locations-page .location-tile-link {
    font-size: 9.25866667px;
    line-height: 14.54933333px;
  }
  .locations-page .locations-intro-panel .contact-local-note {
    margin-top: 18.51733333px;
  }
  .location-detail-page .location-detail-hero .contact-hero-content {
    max-width: 542.29333333px;
  }
  .location-detail-page .location-detail-hero-button {
    margin-top: 5.29066667px;
  }
  .location-detail-page .location-detail-main .row {
    margin-left: -13.22666667px;
    margin-right: -13.22666667px;
  }
  .location-detail-page .location-detail-main .col-sm-8,
  .location-detail-page .location-detail-main .col-md-8,
  .location-detail-page .location-detail-main .col-lg-8,
  .location-detail-page .location-detail-main .col-sm-4,
  .location-detail-page .location-detail-main .col-md-4,
  .location-detail-page .location-detail-main .col-lg-4 {
    padding-left: 13.22666667px;
    padding-right: 13.22666667px;
  }
  .location-detail-page .location-detail-content-panel > h2 {
    margin-bottom: 18.51733333px;
  }
  .location-detail-page .location-detail-copy-block {
    margin-bottom: 22.48533333px;
    padding-bottom: 19.84px;
    border-bottom: 0.66133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-copy-block h3 {
    margin: 0 0 9.25866667px;
    font-size: 15.872px;
    line-height: 21.16266667px;
  }
  .location-detail-page .location-detail-copy-block p {
    font-size: 10.58133333px;
    line-height: 19.17866667px;
  }
  .location-detail-page .location-detail-faqs {
    margin-top: 27.776px;
    padding-top: 22.48533333px;
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-faq-heading {
    margin: 0 0 15.872px;
    font-size: 18.51733333px;
    line-height: 23.808px;
  }
  .location-detail-page .location-detail-faq-item {
    margin-bottom: 15.872px;
    padding-bottom: 14.54933333px;
    border-bottom: 0.66133333px solid rgba(255, 255, 255, 0.08);
  }
  .location-detail-page .location-detail-faq-item h4 {
    margin: 0 0 6.61333333px;
    font-size: 13.22666667px;
    line-height: 18.51733333px;
  }
  .location-detail-page .location-detail-faq-item p {
    font-size: 10.58133333px;
    line-height: 18.51733333px;
  }
  .location-detail-page .location-detail-back-link-wrap {
    margin-top: 22.48533333px;
    padding-top: 15.872px;
    border-top: 0.66133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-back-link {
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .legal-main,
  .privacy-main {
    padding: 19.84px 0;
  }
  .legal-content-wrapper,
  .privacy-content-wrapper {
    max-width: 595.2px;
  }
  .legal-content h2,
  .privacy-policy-content h2 {
    margin-top: 19.84px;
    margin-bottom: 6.61333333px;
    font-size: 17.19466667px;
  }
  .legal-content p,
  .privacy-policy-content p {
    margin-bottom: 9.92px;
  }
  .legal-content ul,
  .privacy-policy-content ul {
    margin-bottom: 13.22666667px;
    padding-left: 13.22666667px;
  }
  .legal-content li,
  .privacy-policy-content li {
    margin-bottom: 5.29066667px;
  }
  .legal-effective-date,
  .privacy-effective-date {
    margin-top: 19.84px;
    font-size: 9.25866667px;
  }
  .sitemap-content ul {
    margin-bottom: 18.51733333px;
    padding-left: 14.54933333px;
  }
  .sitemap-content li {
    margin-bottom: 5.29066667px;
  }
}
@media only screen and (max-width: 992px) {
  .site-header {
    padding-top: 5.11333333px;
    padding-bottom: 5.11333333px;
    border-bottom: 2.55666667px solid #e0a100;
  }
  .logo {
    width: 153.4px;
  }
  .main-nav ul {
    gap: 23.01px;
  }
  .main-nav {
    padding-top: 28.12333333px;
  }
  .main-nav .cta a {
    padding: 4.09066667px 8.18133333px;
    border-radius: 10.22666667px;
  }
  .main-nav a {
    letter-spacing: 0.25566667px;
    font-size: 8.18133333px;
  }
  .hero-content {
    max-width: 552.24px;
  }
  .hero {
    min-height: 434.63333333px;
    padding: 20.45333333px 10.22666667px 30.68px;
  }
  .hero-content .hero-cta {
    margin-top: 11.24933333px;
    padding: 7.15866667px 14.31733333px;
    border-radius: 510.822px;
    box-shadow: 0 5.11333333px 15.34px rgba(0, 0, 0, 0.25);
    font-size: 8.18133333px;
  }
  .hero-content .hero-cta:hover {
    transform: translateY(-0.51133333px);
  }
  .hero-content h1,
  .hero-content p {
    text-shadow: 0 1.02266667px 7.15866667px rgba(0, 0, 0, 0.45);
  }
  .hero-content h1 {
    margin: 0 0 7.15866667px;
    font-size: 24.544px;
    letter-spacing: -0.51133333px;
  }
  .hero-content p {
    font-size: 9.204px;
  }
  .welcome-section {
    padding: 23.01px 0 23.01px;
  }
  .welcome-copy-col {
    padding-right: 35.79333333px;
  }
  .welcome-copy {
    max-width: 388.61333333px;
  }
  .welcome-title {
    margin: 0 0 14.31733333px;
    font-size: 15.34px;
    line-height: 15.34px;
    letter-spacing: -0.25566667px;
  }
  .welcome-text {
    margin: 0 0 13.29466667px;
    font-size: 8.69266667px;
    line-height: 13.29466667px;
  }
  .value-points {
    margin: 18.408px 0 0;
  }
  .value-points li {
    margin-bottom: 8.18133333px;
    padding-left: 14.31733333px;
    font-size: 8.69266667px;
    line-height: 11.24933333px;
  }
  .value-points li:before {
    font-size: 9.204px;
    line-height: 13.29466667px;
  }
  .welcome-highlight {
    gap: 13.29466667px;
  }
  .highlight-box {
    min-height: 70.564px;
    padding: 17.38533333px 15.34px;
    border-radius: 7.15866667px;
  }
  .highlight-number {
    margin-bottom: 4.09066667px;
    font-size: 24.544px;
    line-height: 26.58933333px;
  }
  .highlight-label {
    font-size: 8.69266667px;
    line-height: 12.272px;
  }
  .services-section {
    padding: 23.01px 0 23.01px;
  }
  .services-header {
    margin-bottom: 15.34px;
  }
  .services-title {
    margin: 0 0 10.22666667px;
    font-size: 15.34px;
    line-height: 17.38533333px;
    letter-spacing: -0.25566667px;
  }
  .services-intro {
    font-size: 8.69266667px;
    line-height: 13.29466667px;
  }
  .services-grid > [class*="col-"] {
    margin-bottom: 10.22666667px;
  }
  .service-card {
    padding: 17.38533333px 15.34px 16.36266667px;
    border-radius: 7.15866667px;
    border: 0.51133333px solid rgba(0, 0, 0, 0.04);
  }
  .service-card:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 7.15866667px 17.89666667px rgba(0, 0, 0, 0.08);
  }
  .service-card h3 {
    margin: 0 0 7.15866667px;
    font-size: 11.24933333px;
    line-height: 15.34px;
  }
  .service-card p {
    font-size: 8.18133333px;
    line-height: 13.29466667px;
  }
  .services-section {
    border-top: 2.04533333px solid #eeeeee;
  }
  .featured-work-section {
    padding: 23.01px 0 23.01px;
  }
  .featured-work-header {
    margin-bottom: 30.68px;
  }
  .featured-work-title {
    margin: 0 0 10.22666667px;
    font-size: 15.34px;
    line-height: 17.38533333px;
    letter-spacing: -0.25566667px;
  }
  .featured-work-intro {
    font-size: 8.69266667px;
    line-height: 13.29466667px;
  }
  .featured-work-grid > [class*="col-"] {
    margin-bottom: 15.34px;
  }
  .project-card {
    border: 0.51133333px solid rgba(0, 0, 0, 0.06);
    border-radius: 7.15866667px;
  }
  .project-card:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 7.15866667px 17.89666667px rgba(0, 0, 0, 0.08);
  }
  .project-card-body {
    padding: 14.31733333px 14.31733333px 15.34px;
  }
  .project-category {
    margin-bottom: 6.136px;
    font-size: 6.64733333px;
    line-height: 9.204px;
    letter-spacing: 0.51133333px;
  }
  .project-card h3 {
    margin: 0 0 7.15866667px;
    font-size: 13.29466667px;
    line-height: 17.38533333px;
  }
  .project-card p {
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .featured-work-footer {
    margin-top: 7.67px;
  }
  .featured-work-button {
    padding: 8.18133333px 14.31733333px;
    font-size: 8.18133333px;
    line-height: 11.24933333px;
    border-radius: 4.09066667px;
  }
  .featured-work-section {
    border-top: 2.04533333px solid #eeeeee;
  }
  .home-process {
    padding: 23.01px 0;
  }
  .process-intro {
    max-width: 388.61333333px;
    margin: 0 auto 30.68px;
  }
  .home-process .section-eyebrow {
    font-size: 8.18133333px;
    letter-spacing: 1.02266667px;
    margin-bottom: 9.204px;
  }
  .home-process .section-title {
    margin: 0 0 10.22666667px;
    font-size: 16.36266667px;
  }
  .home-process .section-description {
    font-size: 8.18133333px;
  }
  .process-row {
    margin-bottom: 17.89666667px;
  }
  .process-card {
    border: 0.51133333px solid #e5e7eb;
    padding: 20.45333333px 15.34px 17.38533333px;
    min-height: 148.28666667px;
    box-shadow: 0 5.11333333px 15.34px rgba(0, 0, 0, 0.04);
    border-radius: 7.15866667px;
  }
  .process-card:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 9.204px 20.45333333px rgba(0, 0, 0, 0.08);
  }
  .process-number {
    font-size: 26.58933333px;
    margin-bottom: 11.24933333px;
  }
  .process-card h3 {
    margin: 0 0 8.18133333px;
    font-size: 12.272px;
  }
  .process-card p {
    font-size: 8.18133333px;
  }
  .process-footer {
    padding-top: 5.11333333px;
  }
  .process-footer p {
    font-size: 8.18133333px;
  }
  .home-process {
    border-top: 2.04533333px solid #eeeeee;
  }
  .home-why-choose {
    padding: 23.01px 0;
  }
  .why-choose-intro {
    max-width: 388.61333333px;
    margin: 0 auto 30.68px;
  }
  .home-why-choose .section-eyebrow {
    margin-bottom: 9.204px;
    font-size: 8.18133333px;
    letter-spacing: 1.02266667px;
  }
  .home-why-choose .section-title {
    margin: 0 0 10.22666667px;
    font-size: 16.36266667px;
  }
  .home-why-choose .section-description {
    font-size: 8.18133333px;
  }
  .why-choose-grid {
    margin-bottom: 7.67px;
  }
  .why-card {
    border: 0.51133333px solid #e5e7eb;
    padding: 18.408px 15.34px 16.36266667px;
    margin-bottom: 10.22666667px;
    min-height: 132.94666667px;
    border-radius: 7.15866667px;
  }
  .why-card:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 8.18133333px 18.408px rgba(0, 0, 0, 0.08);
  }
  .why-card-icon {
    width: 27.612px;
    height: 27.612px;
    margin-bottom: 11.24933333px;
    font-size: 8.18133333px;
    line-height: 27.612px;
  }
  .why-card h3 {
    margin: 0 0 8.18133333px;
    font-size: 12.272px;
  }
  .why-card p {
    font-size: 8.18133333px;
  }
  .why-choose-bottom {
    max-width: 388.61333333px;
    padding-top: 5.11333333px;
  }
  .why-choose-bottom p {
    font-size: 8.18133333px;
  }
  .home-why-choose {
    border-top: 2.04533333px solid #eeeeee;
  }
  .home-cta {
    padding: 30.68px 0;
  }
  .cta-inner {
    max-width: 388.61333333px;
  }
  .cta-title {
    margin: 0 0 10.22666667px;
    font-size: 18.408px;
  }
  .cta-subtitle {
    margin: 0 auto 17.89666667px;
    font-size: 8.18133333px;
  }
  .cta-buttons {
    margin-bottom: 12.78333333px;
  }
  .cta-btn-primary {
    padding: 8.18133333px 17.38533333px;
    margin: 0 5.11333333px;
    font-size: 7.67px;
  }
  .cta-btn-secondary {
    padding: 8.18133333px 17.38533333px;
    margin: 0 5.11333333px;
    font-size: 7.67px;
    border: 1.02266667px solid rgba(255, 255, 255, 0.7);
  }
  .cta-note {
    font-size: 7.15866667px;
  }
  .footer-main {
    padding: 23.01px 0 10.22666667px;
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.06);
  }
  .footer-widget {
    margin-bottom: 15.34px;
  }
  .footer-logo {
    margin: 0 0 10.22666667px;
    font-size: 14.31733333px;
    letter-spacing: 0.25566667px;
  }
  .footer-widget h4 {
    margin: 0 0 11.24933333px;
    font-size: 8.18133333px;
    letter-spacing: 0.51133333px;
  }
  .footer-widget p {
    margin: 0 0 9.204px;
    font-size: 7.67px;
  }
  .footer-links,
  .footer-contact-list,
  .footer-bottom-links {
    font-size: 8.18133333px;
  }
  .footer-links li,
  .footer-contact-list li {
    margin-bottom: 6.136px;
  }
  .footer-cta-btn {
    margin-top: 4.09066667px;
    padding: 7.15866667px 14.31733333px;
    font-size: 7.15866667px;
  }
  .footer-bottom {
    padding: 11.24933333px 0;
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .footer-copyright {
    font-size: 7.15866667px;
  }
  .footer-bottom-links li {
    margin-left: 11.24933333px;
  }
  .footer-bottom-links a {
    font-size: 7.15866667px;
  }
  .footer-logo-link {
    margin-bottom: 10.22666667px;
  }
  .footer-logo-img {
    max-width: 112.49333333px;
  }
  .header-spacer {
    height: 68.51866667px;
  }
  #backToTop {
    bottom: 15.34px;
    right: 15.34px;
    width: 24.544px;
    height: 24.544px;
    line-height: 24.544px;
    box-shadow: 0 2.04533333px 6.136px rgba(0, 0, 0, 0.25);
  }
  #backToTop .glyphicon {
    line-height: 24.544px;
    font-size: 9.204px;
  }
  .about-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .about-hero-content {
    max-width: 419.29333333px;
    padding: 5.11333333px 0 46.02px;
  }
  .section-eyebrow {
    margin-bottom: 5.11333333px;
    font-size: 6.136px;
  }
  .about-hero h1 {
    margin: 0 0 6.136px;
    font-size: 24.544px;
  }
  .about-hero-lead {
    max-width: 409.06666667px;
    font-size: 9.204px;
    line-height: 14.31733333px;
  }
  .about-intro {
    padding: 25.56666667px 0 25.56666667px;
  }
  .about-intro-content h2,
  .about-partners-content h2,
  .about-closing-content h2 {
    margin: 0 0 12.272px;
    font-size: 15.34px;
    line-height: 18.408px;
  }
  .about-intro-content p,
  .about-partners-content p,
  .about-closing-content p {
    margin: 0 0 12.272px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .about-highlights {
    padding: 15.34px 0 25.56666667px;
  }
  .about-card {
    padding: 18.408px 16.36266667px;
    border: 0.51133333px solid #ecece6;
    box-shadow: 0 6.136px 15.34px rgba(0, 0, 0, 0.04);
    border-radius: 7.15866667px;
  }
  .about-card h3 {
    margin: 0 0 9.204px;
    font-size: 13.29466667px;
  }
  .about-card p {
    font-size: 8.69266667px;
  }
  .about-partners {
    padding: 38.35px 0;
  }
  .cta-about {
    padding: 40.90666667px 0;
    border-top: 0.51133333px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0.51133333px solid rgba(0, 0, 0, 0.1);
  }
  .cta-about-inner {
    max-width: 490.88px;
  }
  .cta-about h2 {
    margin: 0 0 10.22666667px;
    font-size: 18.408px;
  }
  .cta-about p {
    margin: 0 0 17.38533333px;
    font-size: 9.71533333px;
  }
  .cta-about-button {
    padding: 8.18133333px 17.38533333px;
    font-size: 8.18133333px;
    border-radius: 510.822px;
    box-shadow: 0 7.15866667px 15.34px rgba(0, 0, 0, 0.18);
  }
  .cta-about-button:hover {
    transform: translateY(-1.02266667px);
  }
  .about-closing-content h2 {
    margin-top: 30.68px;
  }
  .contact-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .contact-hero-content {
    max-width: 419.29333333px;
    padding: 5.11333333px 0 46.02px;
  }
  .contact-hero-content h1 {
    margin: 0 0 6.136px;
    font-size: 24.544px;
    line-height: 26.58933333px;
    letter-spacing: -0.51133333px;
  }
  .contact-hero-lead {
    max-width: 419.29333333px;
    font-size: 9.204px;
    line-height: 14.31733333px;
  }
  .contact-main {
    padding: 23.01px 0 28.12333333px;
  }
  .contact-info-panel {
    padding: 0 17.89666667px 0 0;
  }
  .contact-info-panel h2,
  .contact-form-panel h2,
  .contact-quote-cta-inner h2 {
    margin: 0 0 9.204px;
    font-size: 15.34px;
    line-height: 18.408px;
    letter-spacing: -0.25566667px;
  }
  .contact-info-panel p,
  .contact-form-panel p,
  .contact-method p,
  .contact-quote-cta-inner p {
    margin: 0 0 11.24933333px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .contact-method {
    margin-bottom: 14.31733333px;
    padding-bottom: 12.272px;
    border-bottom: 0.51133333px solid #e8e8e8;
  }
  .contact-method:last-of-type {
    margin-bottom: 12.272px;
  }
  .contact-method h3 {
    margin: 0 0 4.09066667px;
    font-size: 9.204px;
    line-height: 12.272px;
  }
  .contact-local-note {
    margin-top: 16.36266667px;
    font-size: 8.18133333px;
    line-height: 14.82866667px;
  }
  .contact-form-panel {
    border: 0.51133333px solid #ececec;
    border-radius: 9.204px;
    padding: 21.476px 20.45333333px 20.45333333px;
  }
  .contact-form-intro {
    margin-bottom: 14.31733333px;
  }
  .contact-form .form-group {
    margin-bottom: 11.24933333px;
  }
  .contact-form label {
    margin-bottom: 4.602px;
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .contact-form .form-control {
    height: 26.58933333px;
    border: 0.51133333px solid #d8d8d8;
    border-radius: 4.09066667px;
    font-size: 8.18133333px;
    line-height: 11.24933333px;
    padding: 6.136px 8.18133333px;
  }
  .contact-form textarea.form-control {
    min-height: 92.04px;
    line-height: 14.31733333px;
    padding-top: 7.15866667px;
    padding-bottom: 7.15866667px;
  }
  .contact-submit-btn {
    min-width: 97.15333333px;
    padding: 8.18133333px 14.31733333px;
    border-radius: 510.822px;
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .contact-submit-btn:hover,
  .contact-submit-btn:focus {
    transform: translateY(-0.51133333px);
  }
  .contact-quote-cta {
    padding: 0 0 51.13333333px;
  }
  .contact-quote-cta-inner {
    border: 0.51133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 11.24933333px;
    padding: 21.476px 22.49866667px 20.45333333px;
  }
  .contact-quote-button {
    margin-top: 4.09066667px;
    padding: 7.67px 13.29466667px;
    border-radius: 510.822px;
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .contact-quote-button:hover,
  .contact-quote-button:focus {
    transform: translateY(-0.51133333px);
  }
  .quote-checkbox-grid {
    margin-top: 3.068px;
  }
  .quote-check {
    margin: 0 0 6.136px;
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .quote-check input[type="checkbox"] {
    top: 0.51133333px;
    margin-right: 4.09066667px;
  }
  .quote-form select.form-control {
    height: 26.58933333px;
    line-height: 11.24933333px;
  }
  .quote-form-panel .form-group {
    margin-bottom: 11.24933333px;
  }
  .quote-page .contact-form-panel {
    padding-bottom: 17.38533333px;
  }
  .quote-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .form-group-right {
    padding-left: 5.11333333px;
  }
  .faq-section {
    padding: 28.12333333px 0 40.90666667px;
  }
  .faq-section .container {
    max-width: 603.37333333px;
  }
  .faq-section .panel {
    border-radius: 7.15866667px;
    box-shadow: 0 4.09066667px 12.272px rgba(15, 17, 21, 0.06);
    margin-bottom: 9.204px;
    -webkit-box-shadow: 0 4.09066667px 12.272px rgba(15, 17, 21, 0.06);
  }
  .faq-section .panel-title {
    font-size: 12.272px;
  }
  .faq-section .panel-title a {
    padding: 13.29466667px 36.816px 13.29466667px 15.34px;
    font-size: 10.738px;
  }
  .faq-section .panel-title a:before {
    right: 14.31733333px;
    width: 14.31733333px;
    height: 14.31733333px;
    margin-top: -7.15866667px;
    font-size: 10.22666667px;
    line-height: 14.31733333px;
  }
  .faq-section .panel-collapse {
    border-top: 0.51133333px solid #ececec;
  }
  .faq-section .panel-body {
    padding: 14.31733333px 15.34px 16.36266667px;
    font-size: 9.204px;
  }
  /* Optional intro block above accordion */
  .faq-intro {
    max-width: 460.2px;
    margin: 0 auto 21.476px;
  }
  .faq-intro h2 {
    margin: 0 0 7.15866667px;
    font-size: 18.408px;
    line-height: 18.408px;
  }
  .faq-intro p {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .faq-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .services-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .services-hero-content {
    max-width: 439.74666667px;
    padding: 5.11333333px 0 46.02px;
  }
  .services-hero-content h1 {
    margin: 0 0 6.136px;
    font-size: 24.544px;
    line-height: 26.58933333px;
    letter-spacing: -0.51133333px;
  }
  .services-hero-lead {
    max-width: 424.40666667px;
    font-size: 9.204px;
    line-height: 14.31733333px;
  }
  .services-intro-main {
    padding: 25.56666667px 0 25.56666667px;
  }
  .services-intro-copy {
    padding-right: 25.56666667px;
  }
  .services-intro-copy h2 {
    margin: 0 0 11.24933333px;
    font-size: 15.34px;
    line-height: 18.408px;
    letter-spacing: -0.25566667px;
  }
  .services-intro-copy p {
    margin: 0 0 11.24933333px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .services-intro-aside {
    padding-left: 10.22666667px;
  }
  .services-stat-box {
    margin-bottom: 9.204px;
    padding: 14.31733333px 15.34px;
    border: 0.51133333px solid #ecece6;
    border-radius: 7.15866667px;
    box-shadow: 0 5.11333333px 12.272px rgba(0, 0, 0, 0.04);
  }
  .services-stat-number {
    margin-bottom: 4.09066667px;
    font-size: 17.38533333px;
    line-height: 19.43066667px;
  }
  .services-stat-label {
    font-size: 8.18133333px;
    line-height: 12.78333333px;
  }
  .services-listing-section {
    padding: 25.56666667px 0 28.12333333px;
    border-top: 2.04533333px solid #eeeeee;
  }
  .services-listing-header {
    max-width: 429.52px;
    margin: 0 auto 18.408px;
  }
  .services-listing-header h2 {
    margin: 0 0 9.204px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .services-listing-header p {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .services-tiles-grid > [class*="col-"] {
    margin-bottom: 12.272px;
  }
  .service-tile {
    padding: 17.38533333px 15.34px 15.34px;
    border: 0.51133333px solid rgba(0, 0, 0, 0.05);
    border-radius: 8.18133333px;
    box-shadow: 0 5.11333333px 14.31733333px rgba(0, 0, 0, 0.04);
  }
  .service-tile:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 8.18133333px 19.43066667px rgba(0, 0, 0, 0.08);
  }
  .service-tile-kicker {
    margin-bottom: 9.204px;
    font-size: 6.64733333px;
    line-height: 8.18133333px;
    letter-spacing: 1.02266667px;
  }
  .service-tile h3 {
    margin: 0 0 7.15866667px;
    font-size: 12.272px;
    line-height: 15.34px;
    letter-spacing: -0.20453333px;
  }
  .service-tile p {
    margin: 0 0 11.24933333px;
    font-size: 8.18133333px;
    line-height: 13.29466667px;
  }
  .service-tile-arrow {
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .services-benefits-section {
    padding: 25.56666667px 0 28.12333333px;
    border-top: 2.04533333px solid #eeeeee;
  }
  .services-benefits-header {
    max-width: 409.06666667px;
    margin: 0 auto 18.408px;
  }
  .services-benefits-header h2 {
    margin: 0 0 9.204px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .services-benefits-header p {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .services-benefits-grid > [class*="col-"] {
    margin-bottom: 10.22666667px;
  }
  .services-benefit-card {
    padding: 17.38533333px 15.34px 15.34px;
    border: 0.51133333px solid #ecece6;
    border-radius: 7.15866667px;
  }
  .services-benefit-card h3 {
    margin: 0 0 7.15866667px;
    font-size: 12.272px;
    line-height: 15.34px;
  }
  .services-benefit-card p {
    font-size: 8.18133333px;
    line-height: 13.806px;
  }
  .services-closing-section {
    padding: 0 0 46.02px;
  }
  .services-closing-inner {
    border: 0.51133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 11.24933333px;
    padding: 22.49866667px 22.49866667px 21.476px;
  }
  .services-closing-inner h2 {
    margin: 0 0 8.18133333px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .services-closing-inner p {
    max-width: 429.52px;
    margin: 0 auto 13.29466667px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .services-closing-button {
    padding: 7.67px 14.31733333px;
    border-radius: 510.822px;
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .services-closing-button:hover,
  .services-closing-button:focus {
    transform: translateY(-0.51133333px);
  }
  .custom-web-design-page .section-eyebrow {
    margin-bottom: 9.204px;
    font-size: 6.136px;
  }
  .custom-web-design-page h2 {
    font-size: 18.408px;
    line-height: 22.49866667px;
    margin-bottom: 12.272px;
  }
  .custom-web-design-page h3 {
    font-size: 11.24933333px;
    margin-bottom: 7.15866667px;
  }
  .custom-web-design-page p {
    font-size: 9.204px;
    line-height: 13.29466667px;
    margin-bottom: 10.22666667px;
  }
  .custom-web-design-page .section-dark {
    padding: 25.56666667px 0;
  }
  .custom-web-design-page .section-deep {
    padding: 25.56666667px 0;
  }
  .custom-web-design-page .section-gold {
    padding: 28.12333333px 0;
  }
  .custom-web-design-page .section-heading {
    max-width: 419.29333333px;
    margin-bottom: 28.12333333px;
  }
  /* Hero */
  .custom-web-design-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .service-hero-content {
    max-width: 419.29333333px;
  }
  .service-breadcrumb {
    margin: 0 0 15.34px;
    font-size: 7.67px;
  }
  .custom-web-design-page .service-hero-content h1 {
    font-size: 27.612px;
    line-height: 29.65733333px;
    margin-bottom: 14.31733333px;
    max-width: 460.2px;
  }
  .service-hero-lead {
    max-width: 388.61333333px;
    font-size: 10.738px;
    margin-bottom: 16.36266667px;
  }
  .service-hero-cta {
    margin-bottom: 17.38533333px;
  }
  .btn-service-primary,
  .btn-service-secondary,
  .btn-service-outline-dark {
    min-width: 97.15333333px;
    padding: 8.18133333px 13.29466667px;
    border-radius: 510.822px;
    font-size: 7.15866667px;
    margin-right: 7.15866667px;
    margin-bottom: 6.136px;
  }
  .btn-service-primary {
    box-shadow: 0 7.15866667px 20.45333333px rgba(216, 176, 106, 0.25);
  }
  .btn-service-primary:hover {
    transform: translateY(-1.02266667px);
    box-shadow: 0 9.204px 24.544px rgba(216, 176, 106, 0.32);
  }
  .btn-service-secondary {
    border: 0.51133333px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(3.068px);
  }
  .service-hero-highlights li {
    margin-right: 13.29466667px;
    margin-bottom: 4.09066667px;
    padding-left: 9.204px;
    font-size: 7.15866667px;
  }
  .service-hero-highlights li:before {
    top: 4.602px;
    width: 3.57933333px;
    height: 3.57933333px;
  }
  /* Trust bar */
  .service-trust-bar {
    margin-top: -24.544px;
    padding-bottom: 20.45333333px;
  }
  .trust-stat {
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
    border-radius: 10.22666667px;
    padding: 14.31733333px 12.272px;
    min-height: 79.25666667px;
    box-shadow: 0 9.204px 25.56666667px rgba(0, 0, 0, 0.24);
    margin-bottom: 10.22666667px;
  }
  .trust-stat-number {
    font-size: 12.272px;
    margin-bottom: 5.11333333px;
  }
  .trust-stat-label {
    font-size: 7.67px;
  }
  /* Panels / cards */
  .content-block {
    max-width: 332.36666667px;
  }
  .service-feature-panel,
  .seo-panel,
  .process-card,
  .deliverable-card,
  .diff-card,
  .faq-item,
  .service-cta-box {
    border-radius: 12.272px;
  }
  .service-feature-panel,
  .seo-panel {
    padding: 18.408px 17.38533333px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .service-check-list li {
    padding-left: 14.31733333px;
    margin-bottom: 8.18133333px;
    font-size: 8.69266667px;
  }
  .service-check-list li:before {
    top: 6.136px;
    width: 5.11333333px;
    height: 5.11333333px;
    box-shadow: 0 0 0 2.55666667px rgba(216, 176, 106, 0.1);
  }
  /* Process */
  .process-card {
    padding: 17.38533333px 14.31733333px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 15.34px;
  }
  .process-number {
    margin-bottom: 9.204px;
    font-size: 6.64733333px;
  }
  /* Deliverables */
  .deliverable-card {
    padding: 16.36266667px 14.31733333px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 7.67px;
  }
  /* Industries */
  .industry-grid {
    gap: 7.15866667px;
  }
  .industry-pill {
    padding: 7.15866667px 9.204px;
    border-radius: 510.822px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
    font-size: 7.67px;
  }
  .service-link-list li {
    margin-bottom: 6.136px;
  }
  .service-link-list a {
    font-size: 8.69266667px;
    border-bottom: 0.51133333px solid transparent;
  }
  /* Differentiators */
  .diff-card {
    padding: 15.34px 14.31733333px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 7.67px;
  }
  /* FAQ */
  .faq-list {
    max-width: 501.10666667px;
  }
  .faq-item {
    padding: 15.34px 15.34px 10.22666667px;
    margin-bottom: 9.204px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .faq-item h3 {
    font-size: 10.738px;
    margin-bottom: 6.136px;
  }
  /* CTA */
  .service-cta-box {
    max-width: 501.10666667px;
    padding: 27.612px 25.56666667px;
    border: 0.51133333px solid rgba(17, 21, 27, 0.08);
    box-shadow: 0 12.272px 35.79333333px rgba(0, 0, 0, 0.14);
  }
  .service-cta-box h2 {
    margin-bottom: 11.24933333px;
  }
  .service-cta-box p {
    max-width: 398.84px;
  }
  /* top-level nav only */
  /* invisible bridge to prevent hover flicker */
  .has-dropdown::after {
    width: 173.85333333px;
    height: 10.22666667px;
  }
  /* services trigger */
  .nav-item-with-toggle {
    gap: 0px;
  }
  .submenu-toggle {
    width: 13.29466667px;
    height: 13.29466667px;
  }
  .submenu-caret {
    width: 4.09066667px;
    height: 4.09066667px;
    border-right: 1.02266667px solid currentColor;
    border-bottom: 1.02266667px solid currentColor;
    margin-top: -1.02266667px;
  }
  .has-dropdown.open .submenu-caret,
  .has-dropdown:hover .submenu-caret {
    margin-top: 1.02266667px;
  }
  /* dropdown panel */
  .submenu {
    top: calc(100% + 18px*0.51133333);
    width: 173.85333333px;
    padding: 6.136px 0;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
    border-radius: 8.18133333px;
    box-shadow: 0 10.22666667px 25.56666667px rgba(0, 0, 0, 0.24);
    transform: translateY(5.11333333px);
  }
  .submenu > li > a {
    padding: 6.64733333px 11.24933333px;
    font-size: 8.18133333px;
  }
  .submenu > li > a:hover,
  .submenu > li > a:focus {
    padding-left: 13.29466667px;
  }
  .submenu::before {
    top: -3.57933333px;
    left: 18.408px;
    width: 7.15866667px;
    height: 7.15866667px;
    border-left: 0.51133333px solid rgba(255, 255, 255, 0.08);
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .custom-web-development-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .landing-page-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .seo-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .hosting-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .agency-hero {
    min-height: 357.93333333px;
    padding: 25.56666667px 0 40.90666667px;
  }
  .our-work-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .our-work-hero-content {
    max-width: 460.2px;
    padding: 5.11333333px 0 46.02px;
  }
  .our-work-hero-content h1 {
    margin: 0 0 6.136px;
    font-size: 24.544px;
    line-height: 26.58933333px;
    letter-spacing: -0.51133333px;
  }
  .our-work-hero-lead {
    max-width: 439.74666667px;
    font-size: 9.204px;
    line-height: 14.31733333px;
  }
  .our-work-intro-section {
    padding: 25.56666667px 0 25.56666667px;
  }
  .our-work-intro-copy {
    padding-right: 25.56666667px;
  }
  .our-work-intro-copy h2 {
    margin: 0 0 11.24933333px;
    font-size: 15.34px;
    line-height: 18.408px;
    letter-spacing: -0.25566667px;
  }
  .our-work-intro-copy p {
    margin: 0 0 11.24933333px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .our-work-intro-aside {
    padding-left: 10.22666667px;
  }
  .our-work-stat-box {
    margin-bottom: 9.204px;
    padding: 14.31733333px 15.34px;
    border: 0.51133333px solid #ecece6;
    border-radius: 7.15866667px;
    box-shadow: 0 5.11333333px 12.272px rgba(0, 0, 0, 0.04);
  }
  .our-work-stat-number {
    margin-bottom: 4.09066667px;
    font-size: 17.38533333px;
    line-height: 19.43066667px;
  }
  .our-work-stat-label {
    font-size: 8.18133333px;
    line-height: 12.78333333px;
  }
  .our-work-grid-section {
    padding: 25.56666667px 0 28.12333333px;
    border-top: 2.04533333px solid #eeeeee;
  }
  .our-work-grid-header {
    max-width: 439.74666667px;
    margin: 0 auto 18.408px;
  }
  .our-work-grid-header h2 {
    margin: 0 0 9.204px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .our-work-grid-header p {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .our-work-grid > [class*="col-"] {
    margin-bottom: 12.272px;
  }
  .our-work-card {
    border: 0.51133333px solid rgba(0, 0, 0, 0.05);
    border-radius: 8.18133333px;
    box-shadow: 0 5.11333333px 14.31733333px rgba(0, 0, 0, 0.04);
  }
  .our-work-card:hover {
    transform: translateY(-3.068px);
    box-shadow: 0 8.18133333px 19.43066667px rgba(0, 0, 0, 0.08);
  }
  .our-work-image-wrap {
    border-bottom: 0.51133333px solid rgba(0, 0, 0, 0.05);
  }
  .our-work-card-body {
    padding: 14.31733333px 14.31733333px 15.34px;
  }
  .our-work-category {
    margin-bottom: 6.136px;
    font-size: 6.64733333px;
    line-height: 9.204px;
    letter-spacing: 0.51133333px;
  }
  .our-work-card h3 {
    margin: 0 0 7.15866667px;
    font-size: 13.29466667px;
    line-height: 17.38533333px;
  }
  .our-work-card p {
    margin: 0 0 10.22666667px;
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .our-work-card-cta {
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .our-work-approach-section {
    padding: 25.56666667px 0 28.12333333px;
    border-top: 2.04533333px solid #eeeeee;
  }
  .our-work-approach-header {
    max-width: 409.06666667px;
    margin: 0 auto 18.408px;
  }
  .our-work-approach-header h2 {
    margin: 0 0 9.204px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .our-work-approach-header p {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .our-work-approach-grid > [class*="col-"] {
    margin-bottom: 10.22666667px;
  }
  .our-work-approach-card {
    padding: 17.38533333px 15.34px 15.34px;
    border: 0.51133333px solid #ecece6;
    border-radius: 7.15866667px;
  }
  .our-work-approach-card h3 {
    margin: 0 0 7.15866667px;
    font-size: 12.272px;
    line-height: 15.34px;
  }
  .our-work-approach-card p {
    font-size: 8.18133333px;
    line-height: 13.806px;
  }
  .our-work-closing-section {
    padding: 0 0 46.02px;
  }
  .our-work-closing-inner {
    border: 0.51133333px solid rgba(224, 161, 0, 0.22);
    border-radius: 11.24933333px;
    padding: 22.49866667px 22.49866667px 21.476px;
  }
  .our-work-closing-inner h2 {
    margin: 0 0 8.18133333px;
    font-size: 16.36266667px;
    line-height: 19.43066667px;
    letter-spacing: -0.25566667px;
  }
  .our-work-closing-inner p {
    max-width: 429.52px;
    margin: 0 auto 13.29466667px;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .our-work-closing-button {
    padding: 7.67px 14.31733333px;
    border-radius: 510.822px;
    font-size: 7.67px;
    line-height: 10.22666667px;
  }
  .our-work-closing-button:hover,
  .our-work-closing-button:focus {
    transform: translateY(-0.51133333px);
  }
  /* =========================
     HERO
  ========================= */
  .project-hero {
    padding: 35.79333333px 0 40.90666667px 0;
  }
  .project-hero:before {
    top: -61.36px;
    right: -92.04px;
    width: 265.89333333px;
    height: 265.89333333px;
  }
  .project-hero-inner {
    gap: 35.79333333px;
  }
  .project-hero-copy {
    width: 306.8px;
  }
  .project-eyebrow,
  .section-kicker {
    margin-bottom: 9.204px;
    font-size: 6.64733333px;
    line-height: 6.64733333px;
    letter-spacing: 1.02266667px;
  }
  .project-hero h1 {
    margin: 0 0 12.272px 0;
    font-size: 24.544px;
    line-height: 26.58933333px;
    letter-spacing: -0.51133333px;
  }
  .project-hero-text {
    margin: 0 0 17.38533333px 0;
    font-size: 8.69266667px;
    line-height: 14.31733333px;
  }
  .project-hero-meta {
    gap: 8.18133333px;
    padding-top: 4.09066667px;
  }
  .project-meta-item {
    gap: 2.04533333px;
  }
  .meta-label {
    font-size: 6.136px;
    line-height: 6.136px;
    letter-spacing: 0.767px;
  }
  .meta-value {
    font-size: 8.18133333px;
    line-height: 12.272px;
  }
  .project-hero-visual {
    width: 286.34666667px;
  }
  .project-hero-image-wrap {
    border-radius: 12.272px;
    box-shadow: 0 15.34px 40.90666667px rgba(0, 0, 0, 0.45);
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  /* =========================
     GENERAL SECTIONS
  ========================= */
  .project-overview-section,
  .project-story-section,
  .project-features-section,
  .project-showcase-section,
  .project-results-section,
  .project-bottom-section {
    padding: 20.45333333px 0;
  }
  .project-section-heading {
    max-width: 388.61333333px;
    margin-bottom: 25.56666667px;
  }
  .project-section-heading.centered {
    max-width: 388.61333333px;
    margin: 0 auto 30.68px auto;
  }
  .project-section-heading h2 {
    font-size: 21.476px;
    line-height: 25.56666667px;
    letter-spacing: -0.25566667px;
  }
  .project-overview-section p,
  .project-story-section p,
  .project-results-box p,
  .feature-card p,
  .project-cta-card p {
    margin: 0 0 11.24933333px 0;
    font-size: 9.204px;
    line-height: 16.36266667px;
  }
  /* =========================
     OVERVIEW
  ========================= */
  .project-overview-grid {
    gap: 30.68px;
  }
  .project-main-column {
    width: 388.61333333px;
  }
  .project-sidebar {
    width: 173.85333333px;
  }
  .project-sidebar-card {
    padding: 19.43066667px 17.38533333px;
    border-radius: 10.22666667px;
    border: 0.51133333px solid #e7e7e7;
    box-shadow: 0 6.136px 17.89666667px rgba(0, 0, 0, 0.05);
  }
  .project-sidebar-card h3 {
    margin: 0 0 14.31733333px 0;
    font-size: 12.272px;
    line-height: 15.34px;
  }
  .project-stats-list li {
    gap: 2.55666667px;
    padding: 0 0 10.22666667px 0;
    margin: 0 0 10.22666667px 0;
    border-bottom: 0.51133333px solid #e5e5e5;
  }
  .stat-label {
    font-size: 6.136px;
    line-height: 6.136px;
    letter-spacing: 0.767px;
  }
  .stat-value {
    font-size: 8.69266667px;
    line-height: 13.806px;
  }
  /* =========================
     STORY SECTION
  ========================= */
  .project-story-grid {
    gap: 17.38533333px;
  }
  .story-card {
    width: calc(50% - 17px*0.51133333);
    padding: 21.476px 20.45333333px;
    border-radius: 11.24933333px;
    box-shadow: 0 7.15866667px 18.408px rgba(0, 0, 0, 0.06);
  }
  .story-card h3 {
    margin: 0 0 11.24933333px 0;
    font-size: 15.34px;
    line-height: 19.43066667px;
  }
  /* =========================
     FEATURES
  ========================= */
  .project-features-grid {
    gap: 14.31733333px;
  }
  .feature-card {
    width: calc(50% - 14px*0.51133333);
    padding: 18.408px 17.38533333px;
    border-radius: 10.22666667px;
    border: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .feature-card h3 {
    margin: 0 0 9.204px 0;
    font-size: 12.272px;
    line-height: 15.34px;
  }
  /* =========================
     SHOWCASE
  ========================= */
  .project-showcase-grid {
    gap: 14.31733333px;
  }
  .showcase-large {
    width: 393.72666667px;
  }
  .showcase-stack {
    width: 189.19333333px;
    gap: 14.31733333px;
  }
  .showcase-large img,
  .showcase-small img {
    border-radius: 10.22666667px;
    box-shadow: 0 9.204px 20.45333333px rgba(0, 0, 0, 0.08);
    border: 0.51133333px solid #ebebeb;
  }
  /* =========================
     RESULTS
  ========================= */
  .project-results-box {
    max-width: 460.2px;
    padding: 28.63466667px 30.68px;
    border-radius: 12.272px;
    border: 0.51133333px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 11.24933333px 28.12333333px rgba(0, 0, 0, 0.22);
  }
  .project-results-box h2 {
    margin: 0 0 12.272px 0;
    font-size: 20.45333333px;
    line-height: 24.544px;
  }
  /* =========================
     BOTTOM / NAV / CTA
  ========================= */
  .project-bottom-inner {
    gap: 20.45333333px;
  }
  .project-nav-links {
    width: 163.62666667px;
    gap: 9.204px;
    padding-top: 10.22666667px;
  }
  .project-back-link,
  .project-next-link {
    font-size: 9.204px;
    line-height: 14.31733333px;
  }
  .project-cta-card {
    width: 388.61333333px;
    padding: 24.544px 25.56666667px;
    border-radius: 12.272px;
    border: 0.51133333px solid #ead8a2;
    box-shadow: 0 9.204px 23.01px rgba(0, 0, 0, 0.06);
  }
  .project-cta-card h3 {
    margin: 0 0 9.204px 0;
    font-size: 17.38533333px;
    line-height: 21.476px;
  }
  .project-cta-btn {
    margin-top: 14.31733333px;
    padding: 8.69266667px 15.34px;
    border-radius: 510.822px;
    font-size: 8.18133333px;
    line-height: 8.18133333px;
    box-shadow: 0 6.136px 14.31733333px rgba(185, 146, 30, 0.22);
  }
  .project-cta-btn:hover {
    transform: translateY(-1.02266667px);
    box-shadow: 0 8.18133333px 16.36266667px rgba(185, 146, 30, 0.28);
  }
  .project-hero-actions {
    gap: 8.18133333px;
    margin: 0 0 19.43066667px 0;
  }
  .project-primary-btn,
  .project-secondary-btn {
    padding: 8.69266667px 15.34px;
    border-radius: 510.822px;
    font-size: 8.18133333px;
    line-height: 8.18133333px;
  }
  .project-primary-btn {
    box-shadow: 0 6.136px 14.31733333px rgba(185, 146, 30, 0.22);
  }
  .project-primary-btn:hover {
    transform: translateY(-1.02266667px);
    box-shadow: 0 8.18133333px 16.36266667px rgba(185, 146, 30, 0.28);
  }
  .project-secondary-btn {
    border: 0.51133333px solid rgba(255, 255, 255, 0.18);
  }
  .contact-form-status {
    margin-bottom: 10.22666667px;
    padding: 6.136px 7.67px;
    font-size: 7.15866667px;
    border: 0.51133333px solid #cc0000;
  }
  .recaptcha-disclaimer {
    font-size: 6.136px !important;
    margin-top: 7.67px !important;
  }
  .blog-content-hero {
    height: 368.16px;
  }
  .blog-post-meta {
    margin-top: 8.18133333px;
    font-size: 7.15866667px;
  }
  .blog-post-meta-separator {
    margin: 0 5.11333333px;
  }
  .blog-content-section {
    padding: 15.34px 0 25.56666667px;
  }
  .blog-post-article {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
    padding-left: 30.68px;
    padding-right: 30.68px;
  }
  .blog-post-body h2,
  .blog-post-body h3,
  .blog-post-body h4 {
    margin-top: 21.476px;
    margin-bottom: 9.204px;
  }
  .blog-post-body p {
    margin-bottom: 3.57933333px;
  }
  .blog-post-body {
    margin-bottom: 20.45333333px;
  }
  .blog-post-body ul,
  .blog-post-body ol {
    margin: 0 0 12.272px 12.272px;
  }
  .blog-post-body li {
    margin-bottom: 5.11333333px;
  }
  .blog-post-footer {
    margin-top: 25.56666667px;
    padding-top: 12.78333333px;
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.12);
  }
  .blog-post-category-link {
    font-size: 7.67px;
  }
  .blog-post-header {
    padding-top: 15.34px;
    padding-left: 30.68px;
    padding-right: 30.68px;
  }
  .section-eyebrow-blog {
    margin-top: 15.34px;
  }
  .blog-post-header h1 {
    font-size: 15.34px;
    margin-top: 7.67px;
  }
  .blog-post-body h2 {
    font-size: 12.272px;
    margin-top: 16.36266667px;
  }
  .blog-back-link {
    font-size: 7.67px;
  }
  .blog-hero {
    min-height: 368.16px;
    padding: 5.11333333px 10.22666667px 30.68px;
  }
  .locations-page .location-tile-row {
    margin-top: 5.11333333px;
  }
  .locations-page .location-tile {
    margin-bottom: 15.34px;
    padding: 12.272px 11.24933333px;
    border: 0.51133333px solid rgba(224, 161, 0, 0.22);
  }
  .locations-page .location-tile:hover {
    transform: translateY(-1.534px);
    box-shadow: 0 9.204px 17.89666667px rgba(0, 0, 0, 0.18);
  }
  .locations-page .location-tile h3 {
    margin: 0 0 7.15866667px;
    font-size: 11.24933333px;
    line-height: 15.34px;
  }
  .locations-page .location-tile p {
    margin: 0 0 9.204px;
    font-size: 7.67px;
    line-height: 13.29466667px;
  }
  .locations-page .location-tile-link {
    font-size: 7.15866667px;
    line-height: 11.24933333px;
  }
  .locations-page .locations-intro-panel .contact-local-note {
    margin-top: 14.31733333px;
  }
  .location-detail-page .location-detail-hero .contact-hero-content {
    max-width: 419.29333333px;
  }
  .location-detail-page .location-detail-hero-button {
    margin-top: 4.09066667px;
  }
  .location-detail-page .location-detail-main .row {
    margin-left: -10.22666667px;
    margin-right: -10.22666667px;
  }
  .location-detail-page .location-detail-main .col-sm-8,
  .location-detail-page .location-detail-main .col-md-8,
  .location-detail-page .location-detail-main .col-lg-8,
  .location-detail-page .location-detail-main .col-sm-4,
  .location-detail-page .location-detail-main .col-md-4,
  .location-detail-page .location-detail-main .col-lg-4 {
    padding-left: 10.22666667px;
    padding-right: 10.22666667px;
  }
  .location-detail-page .location-detail-content-panel > h2 {
    margin-bottom: 14.31733333px;
  }
  .location-detail-page .location-detail-copy-block {
    margin-bottom: 17.38533333px;
    padding-bottom: 15.34px;
    border-bottom: 0.51133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-copy-block h3 {
    margin: 0 0 7.15866667px;
    font-size: 12.272px;
    line-height: 16.36266667px;
  }
  .location-detail-page .location-detail-copy-block p {
    font-size: 8.18133333px;
    line-height: 14.82866667px;
  }
  .location-detail-page .location-detail-faqs {
    margin-top: 21.476px;
    padding-top: 17.38533333px;
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-faq-heading {
    margin: 0 0 12.272px;
    font-size: 14.31733333px;
    line-height: 18.408px;
  }
  .location-detail-page .location-detail-faq-item {
    margin-bottom: 12.272px;
    padding-bottom: 11.24933333px;
    border-bottom: 0.51133333px solid rgba(255, 255, 255, 0.08);
  }
  .location-detail-page .location-detail-faq-item h4 {
    margin: 0 0 5.11333333px;
    font-size: 10.22666667px;
    line-height: 14.31733333px;
  }
  .location-detail-page .location-detail-faq-item p {
    font-size: 8.18133333px;
    line-height: 14.31733333px;
  }
  .location-detail-page .location-detail-back-link-wrap {
    margin-top: 17.38533333px;
    padding-top: 12.272px;
    border-top: 0.51133333px solid rgba(255, 255, 255, 0.1);
  }
  .location-detail-page .location-detail-back-link {
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .legal-main,
  .privacy-main {
    padding: 15.34px 0;
  }
  .legal-content-wrapper,
  .privacy-content-wrapper {
    max-width: 460.2px;
  }
  .legal-content h2,
  .privacy-policy-content h2 {
    margin-top: 15.34px;
    margin-bottom: 5.11333333px;
    font-size: 13.29466667px;
  }
  .legal-content p,
  .privacy-policy-content p {
    margin-bottom: 7.67px;
  }
  .legal-content ul,
  .privacy-policy-content ul {
    margin-bottom: 10.22666667px;
    padding-left: 10.22666667px;
  }
  .legal-content li,
  .privacy-policy-content li {
    margin-bottom: 4.09066667px;
  }
  .legal-effective-date,
  .privacy-effective-date {
    margin-top: 15.34px;
    font-size: 7.15866667px;
  }
  .sitemap-content ul {
    margin-bottom: 14.31733333px;
    padding-left: 11.24933333px;
  }
  .sitemap-content li {
    margin-bottom: 4.09066667px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 26px;
    z-index: 100000;
  }
  .hamburger-line {
    width: 40px;
    height: 1px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    background-color: #000000;
  }
  .hamburger-line-2 {
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
  }
  .hamburger-line-3 {
    bottom: 0px;
  }
  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    display: none;
    opacity: 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    padding-top: 18%;
  }
  .menu-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e0a100;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .logo {
    flex: 0 0 auto;
    width: 180px;
    margin-left: 10px;
  }
  .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-spacer {
    height: 88px;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f1;
    opacity: 0;
    overflow: hidden;
  }
  .menu-items-desktop {
    position: absolute;
    top: 45%;
    left: 50%;
    width: calc(100% - 50px);
    max-width: 420px;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    box-shadow: none;
    background: transparent;
  }
  .menu-items-desktop li {
    margin: 0;
  }
  .menu-items-desktop li + li {
    margin-top: 18px;
  }
  .menu-mobile a {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 19px;
    line-height: 1.3;
    padding: 6px 0;
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .menu-mobile li:not(.cta) a:hover {
    transform: translateY(-1px);
  }
  .menu-mobile .cta {
    margin-top: 28px;
  }
  .menu-mobile .cta a {
    display: inline-block;
    padding: 14px 26px;
    background: #c89b1d;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }
  .menu-mobile .cta a:hover {
    background: #d4a722;
    transform: translateY(-1px);
  }
  .mobile-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 180px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .mobile-logo img {
    width: 100%;
    height: auto;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero {
    min-height: 450px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 15px 20px 60px;
  }
  .hero-content .hero-cta {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 22px;
    background: #e0a100;
    font-weight: 700;
    border-radius: 999px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    font-size: 14px;
  }
  .hero-content .hero-cta:hover {
    background: #f2b400;
    transform: translateY(-1px);
  }
  .hero-content h1,
  .hero-content p {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  }
  .hero-content h1 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .hero-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .welcome-section {
    padding: 15px;
    background: #ffffff;
  }
  .welcome-row {
    --bs-gutter-x: 0;
  }
  .welcome-copy-col {
    padding-right: 0px;
  }
  .welcome-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .welcome-text {
    margin: 0 0 26px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }
  .value-points {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
  }
  .value-points li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 28px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }
  .value-points li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  .welcome-highlight {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .highlight-box {
    min-height: 100px;
    padding: 24px 20px;
    background: #f7f7f7;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .highlight-number {
    display: block;
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
  }
  .highlight-label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .services-section {
    padding: 15px;
    background: #f5f6f8;
  }
  .services-header {
    margin-bottom: 30px;
  }
  .services-title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .services-intro {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .services-grid > [class*="col-"] {
    margin-bottom: 10px;
  }
  .service-card {
    height: 100%;
    padding: 24px 30px 22px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    margin: auto;
    width: 99%;
  }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  }
  .service-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .service-card p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .services-section {
    border-top: 4px solid #eeeeee;
  }
  .service-card-link {
    display: block;
  }
  .featured-work-section {
    padding: 15px;
    padding-bottom: 20px;
    background: #ffffff;
  }
  .featured-work-header {
    margin-bottom: 30px;
  }
  .featured-work-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .featured-work-intro {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .featured-work-grid > [class*="col-"] {
    margin-bottom: 14px;
  }
  .project-card-link {
    display: block;
  }
  .project-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    width: 99%;
    margin: auto;
  }
  .project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  }
  .project-image-wrap {
    overflow: hidden;
    background: #e9eaec;
  }
  .project-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .project-card-body {
    padding: 18px 18px 20px;
  }
  .project-category {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .project-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .project-card p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .featured-work-footer {
    margin-top: 15px;
  }
  .featured-work-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    background: #111111;
    border-radius: 999px;
    transition: all 0.3s ease;
  }
  .featured-work-button:hover,
  .featured-work-button:focus {
    background: #000000;
  }
  .featured-work-section {
    border-top: 4px solid #eeeeee;
  }
  .home-process {
    padding: 15px;
    padding-bottom: 20px;
    background: #f7f9fc;
    position: relative;
  }
  .process-intro {
    margin: 0 auto 20px;
  }
  .home-process .section-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .home-process .section-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
  }
  .home-process .section-description {
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
  }
  .process-row {
    margin-bottom: 15px;
  }
  .process-card {
    border: 1px solid #e5e7eb;
    padding: 20px 15px 12px;
    height: 100%;
    min-height: 200px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    width: 99%;
    margin: auto;
    margin-bottom: 10px;
  }
  .process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }
  .process-number {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .process-card h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
  }
  .process-card p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .process-footer {
    margin: 0 auto;
    padding-top: 10px;
  }
  .process-footer p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .home-process {
    border-top: 4px solid #eeeeee;
  }
  .home-why-choose {
    padding: 15px;
    paddging-bottom: 20px;
    background: #ffffff;
    position: relative;
  }
  .why-choose-intro {
    margin: 0 auto 20px;
  }
  .home-why-choose .section-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .home-why-choose .section-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
  }
  .home-why-choose .section-description {
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
  }
  .why-choose-grid {
    margin-bottom: 15px;
  }
  .why-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 26px 20px 22px;
    margin-bottom: 20px;
    min-height: 200px;
    transition: all 0.3s ease;
    width: 99%;
    margin: auto;
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    background: #ffffff;
  }
  .why-card-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(29, 78, 216, 0.08);
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
  }
  .why-card h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
  }
  .why-card p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .why-choose-bottom {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .why-choose-bottom p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .home-cta {
    padding: 15px;
    position: relative;
    background: linear-gradient(135deg, #e0a100 0%, #c78e00 50%, #9f6f00 100%);
    overflow: hidden;
  }
  .cta-inner {
    margin: 0 auto;
  }
  .cta-title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
  }
  .cta-subtitle {
    margin: 0 auto 25px;
    font-size: 15px;
    line-height: 24px;
  }
  .cta-buttons {
    margin-bottom: 25px;
  }
  .cta-btn-primary {
    display: inline-block;
    padding: 10px 26px;
    margin: 0 10px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
  }
  .cta-btn-primary:hover {
    background: #f3f4f6;
  }
  .cta-btn-secondary {
    display: inline-block;
    padding: 10px 26px;
    margin: 0 10px;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    transition: all 0.3s ease;
  }
  .cta-btn-secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
  .cta-note {
    margin: 0;
    font-size: 14px;
  }
  .home-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.15), transparent 45%);
    pointer-events: none;
  }
  .site-footer {
    background: #111111;
  }
  .footer-main {
    padding: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-logo {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .footer-widget h4 {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .footer-widget p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-location {
    font-weight: 600;
  }
  .footer-links,
  .footer-contact-list,
  .footer-bottom-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
  }
  .footer-links li,
  .footer-contact-list li {
    margin-bottom: 12px;
  }
  .footer-links a,
  .footer-contact-list a,
  .footer-bottom-links a {
    transition: all 0.3s ease;
  }
  .footer-cta-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 14px 28px;
    background: #e0a100;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    transition: all 0.3s ease;
  }
  .footer-cta-btn:hover {
    background: #f0b321;
  }
  .footer-bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b0b0b;
  }
  .footer-copyright {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    margin-left: 10px;
  }
  .footer-bottom-links {
    text-align: left;
    margin-top: 10px;
  }
  .footer-bottom-links li {
    display: inline-block;
    margin-left: 10px;
  }
  .footer-bottom-links a {
    font-size: 14px;
  }
  .footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer-logo-img {
    max-width: 180px;
    height: auto;
    display: block;
  }
  .about-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/about-page-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about-hero-content {
    max-width: 820px;
    padding: 10px 0 10px;
    text-align: left;
  }
  .section-eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  .about-hero h1 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .about-hero-lead {
    max-width: 800px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .about-intro {
    padding: 15px;
    background: #ffffff;
  }
  .about-intro-content h2,
  .about-partners-content h2,
  .about-closing-content h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .about-intro-content p,
  .about-partners-content p,
  .about-closing-content p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .about-intro-content p:last-child,
  .about-partners-content p:last-child,
  .about-closing-content p:last-child {
    margin-bottom: 0;
  }
  .about-highlights {
    padding: 10px 0 20px;
    background: #ffffff;
  }
  .about-card {
    height: 100%;
    padding: 26px 22px;
    background: #f7f7f4;
    border: 1px solid #ecece6;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    width: 97%;
    margin: auto;
    margin-bottom: 10px;
  }
  .about-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .about-card p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }
  .about-partners {
    padding: 0px 0;
    background-image: url("/images/leather-background.webp");
    background-size: cover;
  }
  .about-partners-content {
    padding: 20px;
    padding-bottom: 25px;
  }
  .about-closing {
    padding: 15px;
    padding-bottom: 0px;
    background: #f7f7f4;
  }
  .about-closing-content {
    text-align: left;
    width: 100%;
  }
  .laptop-girl {
    width: 50%;
    margin: auto;
    position: relative;
    top: 2px;
  }
  .cta-about {
    padding: 20px 0;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, #d4a61f 0%, #edd38a 52%, #d4a61f 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .cta-about-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .cta-about h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .cta-about p {
    margin: 0 0 34px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-about-button {
    display: inline-block;
    padding: 10px 26px;
    background: #111111;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
  }
  .cta-about-button:hover {
    background: #000000;
    transform: translateY(-2px);
  }
  .about-intro a,
  .about-partners a,
  .about-closing a,
  .cta-about a {
    font-weight: 700;
  }
  .about-closing-content h2 {
    margin-top: 10px;
  }
  .contact-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 70%), url('/images/contact-page-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact-hero {
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .quote-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/request-a-quote-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-hero {
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .contact-hero-content {
    max-width: 820px;
    padding: 10px 0 10px;
    text-align: left;
  }
  .contact-hero-content h1 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .contact-hero-lead {
    max-width: 820px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .contact-main {
    padding: 15px;
    padding-bottom: 20px;
    background: #ffffff;
  }
  .contact-info-panel {
    padding: 0 0px 0 0;
  }
  .contact-info-panel h2,
  .contact-form-panel h2,
  .contact-quote-cta-inner h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .contact-info-panel p,
  .contact-form-panel p,
  .contact-method p,
  .contact-quote-cta-inner p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 24px;
  }
  .contact-method {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
  }
  .contact-method:last-of-type {
    margin-bottom: 24px;
  }
  .contact-method h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .contact-method p {
    margin: 0;
  }
  .contact-local-note {
    margin-top: 32px;
    font-size: 16px;
    line-height: 29px;
  }
  .contact-form-panel {
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 10px 10px 10px;
  }
  .contact-form-intro {
    margin-bottom: 28px;
  }
  .contact-form .form-group {
    margin-bottom: 22px;
  }
  .contact-form label {
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }
  .contact-form label span {
    font-weight: 400;
  }
  .contact-form .form-control {
    height: 46px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 16px;
    background: #ffffff;
  }
  .contact-form textarea.form-control {
    height: auto;
    min-height: 140px;
    resize: vertical;
    line-height: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .contact-form .form-control:focus {
    border-color: #e0a100;
    box-shadow: none;
  }
  .contact-submit-btn {
    display: inline-block;
    min-width: 190px;
    padding: 10px 20px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0a100 0%, #f0bc2a 100%);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease;
  }
  .contact-submit-btn:hover,
  .contact-submit-btn:focus {
    transform: translateY(-1px);
  }
  .contact-quote-cta {
    padding: 0 0 10px;
    background: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-quote-cta-inner {
    background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
    border: 1px solid rgba(224, 161, 0, 0.22);
    border-radius: 22px;
    padding: 15px 15px 15px;
  }
  .contact-quote-button {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #111111;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.2s ease;
  }
  .contact-quote-button:hover,
  .contact-quote-button:focus {
    transform: translateY(-1px);
  }
  #main-content a:link,
  #main-content a:active,
  #main-content a:visited {
    font-weight: 600;
  }
  #main-content a:hover {
    font-weight: 600;
  }
  .form-group-right {
    padding-left: 0px;
  }
  .quote-form select.form-control {
    height: 46px;
    line-height: 22px;
  }
  .contact-hero-content {
    max-width: 820px;
    padding: 0px 0 10px;
    text-align: left;
  }
  .faq-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 15%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 70%), url('/images/faq-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .faq-section {
    padding: 15px;
  }
  .faq-hero {
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .faq-intro {
    max-width: 900px;
    margin: 0 auto 42px;
    text-align: center;
  }
  .faq-intro h2 {
    margin: 0 0 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }
  .faq-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .faq-section .panel-title a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    background: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .faq-section .panel-body {
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
  }
  .services-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 45%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 70%), url('/images/services-page-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .services-hero {
    position: relative;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .services-hero-content {
    max-width: 860px;
    padding: 10px 0 90px;
    text-align: left;
  }
  .services-hero-content h1 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .services-hero-lead {
    max-width: 830px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
  }
  .services-intro-main {
    padding: 15px;
    background: #ffffff;
  }
  .services-intro-copy {
    padding-right: 0px;
  }
  .services-intro-copy h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .services-intro-copy p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 24px;
  }
  .services-intro-aside {
    padding-left: 0px;
    margin-top: 15px;
  }
  .services-stat-box {
    margin: auto;
    margin-bottom: 18px;
    padding: 28px 30px;
    background: #f7f7f4;
    border: 1px solid #ecece6;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  }
  .services-stat-box:last-child {
    margin-bottom: 0;
  }
  .services-stat-number {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  .services-stat-label {
    display: block;
    font-size: 15px;
    line-height: 24px;
  }
  .services-listing-section {
    padding: 15px;
    background: #f7f8fa;
    border-top: 4px solid #eeeeee;
  }
  .services-listing-header {
    max-width: 840px;
    margin: 0 auto 36px;
  }
  .services-listing-header h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .services-listing-header p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .services-tiles-grid > [class*="col-"] {
    margin-bottom: 24px;
  }
  .service-tile-link {
    display: block;
  }
  .service-tile {
    height: 100%;
    width: 97%;
    padding: 24px 20px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
  }
  .service-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  }
  .service-tile-kicker {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .service-tile h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.4px;
  }
  .service-tile p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 24px;
  }
  .service-tile-arrow {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .services-benefits-section {
    padding: 15px;
    background: #ffffff;
    border-top: 4px solid #eeeeee;
  }
  .services-benefits-header {
    max-width: 800px;
    margin: 0 auto 36px;
  }
  .services-benefits-header h2 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .services-benefits-header p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .services-benefits-grid > [class*="col-"] {
    margin-bottom: 20px;
  }
  .services-benefit-card {
    height: 100%;
    width: 97%;
    padding: 24px 20px 20px;
    background: #f7f7f4;
    border: 1px solid #ecece6;
    border-radius: 14px;
  }
  .services-benefit-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .services-benefit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .services-closing-section {
    padding: 0 0 20px;
    background: #ffffff;
  }
  .services-closing-inner {
    background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
    border: 1px solid rgba(224, 161, 0, 0.22);
    border-radius: 22px;
    padding: 24px 24px 22px;
  }
  .services-closing-inner h2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .services-closing-inner p {
    max-width: 840px;
    margin: 0 auto 16px;
    font-size: 15px;
    line-height: 24px;
  }
  .services-closing-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #111111;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.25s ease;
    margin-top: 15px;
  }
  .service-hero {
    padding: 15px;
    height: 500px;
  }
  .service-breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 11px;
  }
  .custom-web-design-page .section-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .custom-web-design-page .service-hero-content h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    max-width: 900px;
  }
  .service-hero-lead {
    max-width: 760px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .custom-web-design-page p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .service-hero-highlights li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 8px;
    padding-left: 6px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .btn-service-primary,
  .btn-service-secondary,
  .btn-service-outline-dark {
    display: inline-block;
    min-width: 120px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .service-trust-bar {
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .trust-stat {
    background: rgba(17, 22, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 8px 14px;
    min-height: 110px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    width: 98%;
    margin: auto;
    margin-bottom: 10px;
  }
  .trust-stat-number {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .trust-stat-label {
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .custom-web-design-page .section-dark {
    padding: 15px;
  }
  .custom-web-design-page .section-deep {
    padding: 15px;
  }
  .service-feature-panel,
  .seo-panel,
  .process-card,
  .deliverable-card,
  .diff-card,
  .faq-item,
  .service-cta-box {
    border-radius: 12px;
    margin-top: 20px;
  }
  .service-feature-panel,
  .seo-panel {
    height: 100%;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .service-check-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .service-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d8b06a 0%, #f0d393 100%);
    box-shadow: 0 0 0 5px rgba(216, 176, 106, 0.1);
  }
  .custom-web-design-page h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 5px;
  }
  .custom-web-design-page p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .custom-web-design-page .section-heading {
    margin-bottom: 0px;
  }
  .custom-web-design-page h2 {
    margin-bottom: 8px;
  }
  .faq-item,
  .diff-card {
    padding: 15px;
  }
  .industry-pill {
    padding: 9.25866667px 11.904px;
    border-radius: 660.672px;
    border: 0.66133333px solid rgba(255, 255, 255, 0.08);
    font-size: 9.92px;
  }
  .service-link-list li {
    margin-bottom: 12px;
  }
  .service-link-list a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid transparent;
  }
  .custom-web-design-page .section-gold {
    padding: 10px;
    padding-bottom: 20px;
    background: #cccccc;
  }
  .hosting-hero {
    height: 620px;
  }
  .agency-hero {
    height: 600px;
  }
  .our-work-hero-content {
    text-align: left;
    padding: 15px;
  }
  .our-work-hero-content h1 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
  }
  .our-work-hero-lead {
    max-width: 860px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
  }
  .our-work-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.62) 30%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.54) 60%, rgba(0, 0, 0, 0.4) 70%), url('/images/our-work-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .our-work-intro-section {
    padding: 15px;
    background: #ffffff;
  }
  .our-work-intro-copy {
    padding-right: 0px;
  }
  .our-work-intro-copy h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.5px;
  }
  .our-work-intro-copy p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 24px;
    color: #4d4d4d;
  }
  .our-work-intro-copy p:last-child {
    margin-bottom: 0;
  }
  .our-work-intro-aside {
    padding-left: 0px;
  }
  .our-work-stat-box {
    margin-top: 8px;
    padding: 8px 10px;
    background: #f7f7f4;
    border: 1px solid #ecece6;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  }
  .our-work-stat-box:last-child {
    margin-bottom: 0;
  }
  .our-work-stat-number {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #111111;
  }
  .our-work-stat-label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #5e5e5e;
  }
  .our-work-grid-section {
    padding: 15px;
    background: #f7f8fa;
    border-top: 4px solid #eeeeee;
  }
  .our-work-grid-header {
    max-width: 860px;
    margin: 0 auto 16px;
  }
  .our-work-grid-header h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.5px;
  }
  .our-work-grid-header p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #5a5a5a;
  }
  .our-work-grid > [class*="col-"] {
    margin-bottom: 24px;
  }
  .our-work-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .our-work-card-link:hover,
  .our-work-card-link:focus {
    text-decoration: none;
    color: inherit;
  }
  .our-work-card {
    height: 100%;
    width: 97%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
  }
  .our-work-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  }
  .our-work-image-wrap {
    overflow: hidden;
    background: #e9eaec;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .our-work-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .our-work-card-body {
    padding: 12px 12px 15px;
  }
  .our-work-category {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777777;
  }
  .our-work-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #111111;
  }
  .our-work-card p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }
  .our-work-card-cta {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #111111;
  }
  .our-work-approach-section {
    padding: 15px;
    background: #ffffff;
    border-top: 4px solid #eeeeee;
  }
  .our-work-approach-header {
    max-width: 800px;
    margin: 0 auto 36px;
  }
  .our-work-approach-header h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.5px;
  }
  .our-work-approach-header p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #5b5b5b;
  }
  .our-work-approach-grid > [class*="col-"] {
    margin-bottom: 20px;
  }
  .our-work-approach-card {
    height: 100%;
    width: 97%;
    padding: 14px 20px 20px;
    background: #f7f7f4;
    border: 1px solid #ecece6;
    border-radius: 14px;
  }
  .our-work-approach-card h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #111111;
  }
  .our-work-approach-card p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color: #5f5f5f;
  }
  .our-work-closing-section {
    padding: 20px;
    background: #ffffff;
  }
  .our-work-closing-inner {
    background: linear-gradient(135deg, rgba(224, 161, 0, 0.12) 0%, rgba(224, 161, 0, 0.06) 100%);
    border: 1px solid rgba(224, 161, 0, 0.22);
    border-radius: 22px;
    padding: 24px 24px 22px;
  }
  .our-work-closing-inner h2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.5px;
  }
  .our-work-closing-inner p {
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 24px;
    color: #4d4d4d;
  }
  .our-work-closing-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .our-work-closing-button:hover,
  .our-work-closing-button:focus {
    color: #ffffff !important;
    text-decoration: none;
    background: #000000;
    transform: translateY(-1px);
  }
  .our-work-grid-section .our-work-card-link,
  .our-work-grid-section .our-work-card-link:link,
  .our-work-grid-section .our-work-card-link:visited,
  .our-work-grid-section .our-work-card-link:active,
  .our-work-grid-section .our-work-card-link:hover,
  .our-work-grid-section .our-work-card-link:focus {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit !important;
  }
  .our-work-grid-section .our-work-card-link:hover h3,
  .our-work-grid-section .our-work-card-link:hover p,
  .our-work-grid-section .our-work-card-link:hover span,
  .our-work-grid-section .our-work-card-link:focus h3,
  .our-work-grid-section .our-work-card-link:focus p,
  .our-work-grid-section .our-work-card-link:focus span {
    text-decoration: none !important;
    color: inherit !important;
  }
  .portfolio-project-page {
    background: #0b0f14;
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
  }
  .project-detail-page {
    overflow: hidden;
  }
  .project-hero {
    position: relative;
    padding: 15px;
    background: linear-gradient(135deg, rgba(8, 12, 18, 0.94) 0%, rgba(11, 15, 20, 0.88) 45%, rgba(18, 25, 34, 0.82) 100%);
  }
  .blog-hero {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.62) 30%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.54) 60%, rgba(0, 0, 0, 0.4) 70%), url('/images/blog-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .project-hero:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -180px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 72%);
    pointer-events: none;
  }
  .project-hero-inner {
    display: inline;
  }
  .project-hero-copy {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .project-eyebrow,
  .section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e0a100;
  }
  .project-hero h1 {
    margin: 0 0 14px 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ffffff;
  }
  .project-hero-text {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
  }
  .project-hero-meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
  }
  .project-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .meta-label {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
  }
  .meta-value {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
  }
  .project-hero-visual {
    width: 97%;
    margin: auto;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .project-hero-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #10161e;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .project-hero-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  .project-back-link,
  .project-next-link {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #151515;
    transition: color 0.3s ease;
  }
  .project-overview-section,
  .project-story-section,
  .project-features-section,
  .project-showcase-section,
  .project-results-section,
  .project-bottom-section {
    position: relative;
    padding: 15px;
  }
  .project-overview-section {
    background: #ffffff;
    color: #151515;
  }
  .project-story-section {
    background: #f5f1e8;
    color: #151515;
  }
  .project-features-section {
    background: #10161e;
    color: #ffffff;
  }
  .project-showcase-section {
    background: #ffffff;
    color: #151515;
  }
  .project-results-section {
    background: #0e141b;
    color: #ffffff;
  }
  .project-bottom-section {
    background: #ffffff;
    color: #151515;
  }
  .project-section-heading {
    max-width: 760px;
    margin-bottom: 10px;
  }
  .project-section-heading.centered {
    max-width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  .project-section-heading h2 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: inherit;
  }
  .project-overview-section p,
  .project-story-section p,
  .project-results-box p,
  .feature-card p,
  .project-cta-card p {
    margin: 0 0 22px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
  }
  .project-overview-section p:last-child,
  .project-story-section p:last-child,
  .project-results-box p:last-child,
  .feature-card p:last-child,
  .project-cta-card p:last-child {
    margin-bottom: 0;
  }
  /* =========================
     OVERVIEW
  ========================= */
  .project-overview-grid {
    display: inline;
  }
  .project-main-column {
    width: 100%;
  }
  .project-sidebar {
    width: 100%;
    margin-top: 20px;
  }
  .project-sidebar-card {
    padding: 18px 14px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  }
  .project-sidebar-card h3 {
    margin: 0 0 28px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #151515;
  }
  .project-stats-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .project-stats-list li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .project-stats-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .stat-label {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #8a8a8a;
  }
  .stat-value {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #151515;
  }
  /* =========================
   STORY SECTION
========================= */
  .project-story-grid {
    display: inline;
  }
  .story-card {
    width: 100%;
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
  }
  .story-card h3 {
    margin: 0 0 22px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #151515;
  }
  /* =========================
     FEATURES
  ========================= */
  .project-features-grid {
    display: inline;
  }
  .feature-card {
    width: 100%;
    padding: 16px 14px;
    background: #161f29;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
  }
  .feature-card h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
  }
  .feature-card p {
    color: rgba(255, 255, 255, 0.78);
  }
  /* =========================
     SHOWCASE
  ========================= */
  .project-showcase-grid {
    display: flex;
    justify-content: space-between;
    gap: 28px;
  }
  .showcase-large {
    width: 770px;
  }
  .showcase-stack {
    width: 370px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .showcase-large img,
  .showcase-small img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #ebebeb;
  }
  /* =========================
     RESULTS
  ========================= */
  .project-results-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 26px 30px;
    text-align: center;
    background: linear-gradient(135deg, #151f29 0%, #0f151c 100%);
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  }
  .project-results-box h2 {
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
  }
  .project-results-box p {
    color: rgba(255, 255, 255, 0.8);
  }
  /* =========================
     BOTTOM / NAV / CTA
  ========================= */
  .project-bottom-inner {
    display: inline;
  }
  .project-nav-links {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
  }
  .project-back-link,
  .project-next-link {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    color: #151515;
    transition: color 0.3s ease;
  }
  .project-back-link:hover,
  .project-next-link:hover {
    color: #b9921e;
  }
  .project-cta-card {
    width: 100%;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f6efe0 0%, #ffffff 100%);
    border: 1px solid #ead8a2;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  }
  .project-cta-card h3 {
    margin: 0 0 18px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #151515;
  }
  .project-cta-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0a100 0%, #b9921e 100%);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #111111;
    box-shadow: 0 12px 28px rgba(185, 146, 30, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .project-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(185, 146, 30, 0.28);
    color: #111111;
  }
  .project-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 38px 0;
  }
  .project-primary-btn,
  .project-secondary-btn {
    display: inline-block;
    padding: 17px 30px;
    border-radius: 999px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .project-primary-btn {
    background: linear-gradient(135deg, #e0a100 0%, #b9921e 100%);
    color: #111111;
    box-shadow: 0 12px 28px rgba(185, 146, 30, 0.22);
  }
  .project-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(185, 146, 30, 0.28);
    color: #111111;
  }
  .project-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #ffffff;
  }
  .project-secondary-btn:hover {
    border-color: #e0a100;
    color: #e0a100;
  }
  .contact-form-status {
    margin-bottom: 13.22666667px;
    padding: 7.936px 9.92px;
    font-size: 9.25866667px;
    border: 0.66133333px solid #cc0000;
  }
  .recaptcha-disclaimer {
    font-size: 9.25866667px !important;
    margin-top: 9.92px !important;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f1;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
    pointer-events: none;
    margin: auto;
  }
  .menu-items-mobile {
    position: absolute;
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    box-shadow: none;
    background: transparent;
  }
  .menu-items-mobile > li {
    margin: 0;
  }
  .menu-items-mobile > li + li {
    margin-top: 18px;
  }
  .menu-mobile a {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 0;
    color: #000000;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
  }
  .menu-mobile li.active > a,
  .menu-mobile .has-mobile-submenu.active > .mobile-nav-item-with-toggle > a,
  .menu-mobile .mobile-submenu li.active > a {
    color: #e0a100;
  }
  .menu-mobile li:not(.cta) > a:hover,
  .menu-mobile .mobile-submenu li a:hover,
  .menu-mobile .mobile-nav-item-with-toggle > a:hover {
    color: #e0a100;
    text-decoration: none;
    transform: translateY(-1px);
  }
  .mobile-nav-item-with-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mobile-nav-item-with-toggle > a {
    display: inline-block;
    padding: 6px 0;
  }
  .mobile-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
  }
  .mobile-submenu-caret {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000000;
    transition: transform 0.25s ease, border-top-color 0.25s ease;
  }
  .has-mobile-submenu.active .mobile-submenu-caret,
  .mobile-submenu-toggle:hover .mobile-submenu-caret,
  .mobile-submenu-toggle.is-open .mobile-submenu-caret {
    border-top-color: #e0a100;
  }
  .mobile-submenu-toggle.is-open .mobile-submenu-caret {
    transform: rotate(180deg);
  }
  .mobile-submenu {
    display: none;
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .mobile-submenu li {
    margin: 0;
  }
  .mobile-submenu li + li {
    margin-top: 10px;
  }
  .mobile-submenu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    padding: 2px 0;
  }
  .menu-mobile .cta {
    margin-top: 20px;
  }
  .menu-mobile .cta a {
    display: inline-block;
    padding: 10px 18px;
    background: #000000;
    color: #ffffff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  }
  .menu-mobile .cta a:hover {
    color: #e0a100;
    background: #000000;
    transform: translateY(-1px);
  }
  .menu-mobile .cta.active a {
    color: #e0a100;
  }
  .mobile-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 180px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }
  .mobile-logo img {
    width: 100%;
    height: auto;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f1;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
    pointer-events: none;
  }
  .menu-items-mobile {
    position: relative;
    margin: 0 auto;
    padding: 140px 0 110px 0;
    list-style: none;
    text-align: center;
    opacity: 0;
    box-shadow: none;
    background: transparent;
  }
  .mobile-nav-item-with-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-services-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 0;
    border: 0;
    background: transparent;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: none;
  }
  .has-mobile-submenu.active .mobile-services-trigger,
  .mobile-services-trigger:hover {
    color: #e0a100;
  }
  .mobile-services-label {
    display: inline-block;
  }
  .mobile-submenu-caret {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000000;
    transition: transform 0.25s ease, border-top-color 0.25s ease;
    margin-top: 2px;
  }
  .has-mobile-submenu.active .mobile-submenu-caret,
  .mobile-services-trigger:hover .mobile-submenu-caret,
  .mobile-services-trigger.is-open .mobile-submenu-caret {
    border-top-color: #e0a100;
  }
  .mobile-services-trigger.is-open .mobile-submenu-caret {
    transform: rotate(180deg);
  }
  .menu-items-mobile > li + li {
    margin-top: 13px;
  }
  .mobile-submenu {
    display: none;
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .mobile-submenu li + li {
    margin-top: 12px;
  }
  .mobile-submenu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    padding: 0;
  }
  .menu-mobile li.active > a,
  .menu-mobile .has-mobile-submenu.active > .mobile-nav-item-with-toggle .mobile-services-trigger,
  .menu-mobile .mobile-submenu li.active > a {
    color: #e0a100;
  }
  .blog-content-hero {
    height: 350px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-post-meta {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #333333;
  }
  .blog-post-meta-separator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.6;
  }
  .blog-content-section {
    padding: 20px 0 30px;
  }
  .blog-post-article {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-post-body h2,
  .blog-post-body h3,
  .blog-post-body h4 {
    margin-top: 32px;
    margin-bottom: 18px;
    color: #333333;
  }
  .blog-post-body p {
    margin-bottom: 7px;
  }
  .blog-post-body {
    margin-bottom: 30px;
  }
  .blog-post-body ul,
  .blog-post-body ol {
    margin: 0 0 24px 24px;
    padding: 0;
  }
  .blog-post-body li {
    margin-bottom: 10px;
  }
  .blog-post-body a {
    color: #e0a100;
  }
  .blog-post-body img {
    max-width: 100%;
    height: auto;
  }
  .blog-post-footer {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .blog-post-category-link {
    margin: 0;
    font-size: 15px;
  }
  .blog-post-header {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-eyebrow-blog {
    margin-top: 15px;
  }
  .blog-post-header h1 {
    font-size: 22px;
    margin-top: 15px;
  }
  .blog-post-body h2 {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
  }
  .blog-back-link {
    font-size: 13px;
  }
  .legal-content,
  .privacy-main {
    padding: 10px;
  }
  .legal-content h2,
  .privacy-policy-content h2 {
    margin-top: 19.84px;
    margin-bottom: 6.61333333px;
    font-size: 17.19466667px;
  }
  .legal-effective-date,
  .privacy-effective-date {
    margin-top: 30px;
    font-size: 14px;
    opacity: 0.8;
  }
  .sitemap-main {
    padding-top: 0px;
  }
  .locations-page .location-tile-row {
    margin-top: 6.61333333px;
  }
  .locations-page .location-tile {
    margin-bottom: 19.84px;
    padding: 15.872px 14.54933333px;
    border: 0.66133333px solid rgba(224, 161, 0, 0.22);
  }
  .locations-page .location-tile:hover {
    transform: translateY(-1.984px);
    box-shadow: 0 11.904px 23.14666667px rgba(0, 0, 0, 0.18);
  }
  .locations-page .location-tile h3 {
    margin: 0 0 9.25866667px;
    font-size: 14.54933333px;
    line-height: 19.84px;
  }
  .locations-page .location-tile p {
    margin: 0 0 11.904px;
    font-size: 11.904px;
    line-height: 17.19466667px;
  }
  .locations-page .location-tile-link {
    font-size: 11.24266667px;
    line-height: 14.54933333px;
  }
  .location-detail-page .location-detail-copy-block p {
    font-size: 12.56533333px;
    line-height: 19.17866667px;
  }
  .location-detail-page .location-detail-faq-item p {
    font-size: 12.56533333px;
    line-height: 19.17866667px;
  }
  .location-detail-page .location-detail-back-link {
    font-size: 11.24266667px;
    line-height: 14.54933333px;
  }
  .location-detail-page .location-detail-copy-block h3 {
    margin: 0 0 9.25866667px;
    font-size: 15.872px;
    line-height: 21.16266667px;
  }
  .location-detail-page .location-detail-hero-button {
    margin-top: 8px;
  }
}
