.service-page {
  background: #fffaf3;
}

.service-site-header .brand-logo {
  width: clamp(108px, 8vw, 138px);
}

.service-site-header .main-nav {
  gap: 0;
}

.service-site-header .main-nav a {
  padding-right: 9px;
  padding-left: 9px;
  font-size: .78rem;
}

.service-site-header .main-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, .16);
}

.service-site-header.is-scrolled .main-nav a[aria-current="page"] {
  color: var(--color-maple);
  background: rgba(178, 58, 47, .09);
}

.service-main {
  overflow: hidden;
}

.service-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fffaf3;
  background:
    radial-gradient(circle at 78% 14%, rgba(232, 169, 79, .38), transparent 28%),
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, .1), transparent 22%),
    linear-gradient(135deg, #7f251f 0%, #b23a2f 48%, #d8893e 100%);
}

.service-hero::before {
  content: "MAPLE";
  position: absolute;
  top: 4%;
  right: -3%;
  color: rgba(255, 250, 243, .08);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(10rem, 24vw, 28rem);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .8;
  pointer-events: none;
  transform: rotate(-7deg);
}

.service-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 72px;
  margin: 0 auto;
  padding: 150px 0 94px;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 250, 243, .68);
  font-size: .82rem;
  font-weight: 700;
}

.service-breadcrumb a {
  color: #fffaf3;
}

.service-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-hero .eyebrow {
  color: #fffaf3;
}

.service-hero .eyebrow::before {
  background: #fffaf3;
}

.service-hero h1 {
  max-width: 850px;
  margin-bottom: 24px;
  color: #fffaf3;
  font-size: clamp(3.25rem, 7vw, 7.4rem);
}

.service-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 250, 243, .84);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  font-weight: 600;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-actions .button-primary,
.service-cta .button-primary {
  color: var(--color-maple-dark);
  background: linear-gradient(135deg, #fffaf3, #f1c77f);
  box-shadow: 0 18px 38px rgba(70, 26, 20, .22);
}

.service-actions .button-ghost {
  color: #fffaf3;
  background: rgba(255, 255, 255, .11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.service-summary-card {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  background: rgba(70, 26, 20, .18);
  box-shadow: 0 28px 60px rgba(70, 26, 20, .2);
  backdrop-filter: blur(14px);
}

.service-summary-card > span {
  color: rgba(255, 250, 243, .68);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-summary-card strong {
  color: #fffaf3;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.02;
}

.service-summary-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-summary-card li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 250, 243, .82);
  font-size: .92rem;
  font-weight: 600;
}

.service-summary-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f1c77f;
  font-weight: 900;
}

.service-content-section {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

.service-content-section + .service-content-section {
  border-top: 1px solid rgba(23, 32, 36, .08);
}

.service-clients {
  padding: 74px 0 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(23, 32, 36, .08);
  background: linear-gradient(180deg, #fff8ec, #fff3df);
}

.service-clients-heading {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 30px;
  text-align: center;
}

.service-clients-heading .eyebrow { justify-content: center; }
.service-clients-heading h2 { margin: 0; font-size: clamp(2rem, 3.7vw, 3.8rem); }

.service-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-offer-card {
  min-height: 265px;
  display: grid;
  align-content: start;
  padding: 27px;
  border: 1px solid rgba(178, 58, 47, .11);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-offer-card:hover {
  box-shadow: 0 24px 54px rgba(127, 37, 31, .14);
  transform: translateY(-6px);
}

.service-offer-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--color-maple), var(--color-gold));
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
}

.service-offer-card h3 { margin-bottom: 11px; }
.service-offer-card p { margin: 0; }

.service-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.service-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
}

.service-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.service-value-grid,
.service-process-grid,
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-value-card,
.service-step,
.related-service-card {
  position: relative;
  border: 1px solid rgba(178, 58, 47, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 18px 44px rgba(55, 43, 31, .07);
}

.service-value-card {
  min-height: 240px;
  padding: 30px;
}

.service-value-card span,
.service-step > span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--color-maple);
  background: rgba(178, 58, 47, .08);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
}

.service-value-card h3,
.service-step h3 {
  margin-bottom: 12px;
}

.service-value-card p,
.service-step p {
  margin-bottom: 0;
}

.service-split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 70px;
}

.service-split-copy {
  position: sticky;
  top: 110px;
}

.service-split-copy h2 {
  font-size: clamp(2.35rem, 4vw, 4.2rem);
}

.service-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 17px 20px 17px 58px;
  border: 1px solid rgba(23, 32, 36, .08);
  border-radius: 18px;
  color: #293439;
  background: rgba(255, 255, 255, .74);
  font-weight: 650;
}

.service-checklist li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--color-maple);
  font-size: .72rem;
  font-weight: 900;
}

.service-process {
  width: 100%;
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 169, 79, .15), transparent 28%),
    #fff4e3;
}

.service-process > .service-content-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-step {
  min-height: 260px;
  padding: 30px;
}

.service-step > span {
  color: #fff;
  background: linear-gradient(145deg, var(--color-maple), var(--color-gold));
}

.service-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.service-faq-list details {
  padding: 0;
  border: 1px solid rgba(23, 32, 36, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 36px rgba(55, 43, 31, .06);
}

.service-faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: var(--color-ink);
  cursor: pointer;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
  touch-action: manipulation;
}

.service-faq-list summary::-webkit-details-marker {
  display: none;
}

.service-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--color-maple);
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.service-faq-list details[open] summary::after {
  content: "−";
}

.service-faq-list details p {
  max-width: 760px;
  margin: 0;
  padding: 0 24px 24px;
}

.related-service-card {
  min-height: 240px;
  display: grid;
  align-content: end;
  padding: 28px;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), background .35s ease, color .35s ease, box-shadow .35s ease;
}

.related-service-card::before {
  content: "";
  position: absolute;
  inset: auto -35px -45px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(232, 169, 79, .12);
  transition: transform .35s ease;
}

.related-service-card:hover {
  color: #fffaf3;
  background: linear-gradient(145deg, var(--color-maple), #c95137 54%, var(--color-gold));
  box-shadow: 0 24px 56px rgba(127, 37, 31, .2);
  transform: translateY(-6px);
}

.related-service-card:hover::before {
  transform: scale(1.4);
}

.related-service-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: inherit;
}

.related-service-card p {
  position: relative;
  margin: 0;
  color: var(--color-muted);
  transition: color .35s ease;
}

.related-service-card:hover p {
  color: rgba(255, 250, 243, .82);
}

.related-service-card strong {
  position: relative;
  margin-top: 24px;
  color: var(--color-maple);
  font-size: .88rem;
  transition: color .35s ease;
}

.related-service-card:hover strong {
  color: #fffaf3;
}

.service-cta-wrap {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto 100px;
}

.service-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 48px;
  border-radius: 30px;
  color: #fffaf3;
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 169, 79, .5), transparent 34%),
    linear-gradient(135deg, var(--color-maple-dark), var(--color-maple));
  box-shadow: 0 28px 64px rgba(127, 37, 31, .2);
}

.service-cta h2 {
  max-width: 730px;
  margin-bottom: 12px;
  color: #fffaf3;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.service-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 250, 243, .8);
}

.services-hub-hero .service-hero-inner {
  grid-template-columns: 1fr;
  max-width: 980px;
  text-align: center;
}

.services-hub-hero .service-breadcrumb,
.services-hub-hero .eyebrow,
.services-hub-hero .service-actions {
  justify-content: center;
}

.services-hub-hero h1,
.services-hub-hero .service-lead {
  margin-right: auto;
  margin-left: auto;
}

.service-manifesto {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(178, 58, 47, .1);
  background:
    radial-gradient(circle at 88% 18%, rgba(232, 169, 79, .28), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(178, 58, 47, .1), transparent 28%),
    #fff8ec;
}

.service-manifesto-word {
  position: absolute;
  right: -4vw;
  bottom: -5vh;
  color: rgba(178, 58, 47, .055);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(13rem, 30vw, 36rem);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .7;
  pointer-events: none;
}

.service-manifesto-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
}

.service-manifesto h2 {
  max-width: 1100px;
  margin-bottom: 54px;
  color: var(--color-ink);
  font-size: clamp(3.8rem, 8.6vw, 9rem);
  letter-spacing: -.07em;
  line-height: .84;
}

.service-manifesto h2 span {
  color: var(--color-maple);
}

.service-manifesto-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 32, 36, .13);
}

.service-manifesto-bottom p {
  max-width: 620px;
  margin: 0;
  color: #48575e;
  font-size: 1.05rem;
  font-weight: 650;
}

.service-manifesto .button-primary {
  flex: 0 0 auto;
  color: #fff;
  background: var(--color-maple);
  box-shadow: 0 18px 38px rgba(127, 37, 31, .2);
}

@media (max-width: 900px) {
  .service-hero-inner,
  .service-split {
    grid-template-columns: 1fr;
  }

  .service-hero-inner {
    gap: 42px;
  }

  .service-summary-card {
    max-width: 620px;
  }

  .service-split-copy {
    position: static;
  }

  .service-value-grid,
  .service-process-grid,
  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .service-value-card,
  .service-step,
  .related-service-card {
    min-height: auto;
  }

  .service-cta {
    grid-template-columns: 1fr;
  }

  .service-manifesto-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .service-site-header .main-nav a {
    font-size: .9rem;
  }

  .service-site-header .main-nav a[aria-current="page"] {
    color: var(--color-maple);
    background: rgba(178, 58, 47, .09);
  }
}

@media (max-width: 640px) {
  .service-hero {
    min-height: auto;
  }

  .service-hero-inner {
    width: calc(100% - 32px);
    padding: 128px 0 72px;
  }

  .service-hero h1 {
    overflow-wrap: break-word;
    font-size: clamp(2.6rem, 13.5vw, 4.5rem);
  }

  .service-hero-inner > *,
  .service-hero-inner > div,
  .service-summary-card { min-width: 0; }

  .service-manifesto {
    min-height: auto;
  }

  .service-manifesto-inner {
    width: calc(100% - 32px);
    padding: 82px 0;
  }

  .service-manifesto h2 {
    margin-bottom: 38px;
    font-size: clamp(3.25rem, 15vw, 5.7rem);
  }

  .service-content-section,
  .service-cta-wrap {
    width: calc(100% - 32px);
  }

  .service-content-section {
    padding: 76px 0;
  }

  .service-value-card,
  .service-step {
    padding: 24px;
  }

  .service-checklist li {
    padding-right: 16px;
  }

  .service-cta-wrap {
    margin-bottom: 76px;
  }

  .service-cta {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .service-offer-grid { grid-template-columns: 1fr; }

}

@media (prefers-reduced-motion: reduce) {
  .related-service-card {
    transition: none;
  }
}
