.services-page {
  background: var(--paper);
}

.services-page .site-header {
  background: rgba(250, 248, 243, .94);
}

.services-page .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.services-hero {
  width: var(--page);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: clamp(68px, 9vw, 138px);
  margin-inline: auto;
  padding-top: calc(var(--header-height) + clamp(48px, 5vw, 70px));
  padding-bottom: clamp(58px, 6vw, 82px);
  align-items: center;
}

.services-hero-inner {
  min-width: 0;
}

.services-hero .eyebrow,
.services-page .section-label {
  margin: 0 0 30px;
  color: #a27b3d;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .23em;
  line-height: 1.4;
  text-transform: uppercase;
}

.services-hero .eyebrow::after,
.services-page .section-label::after {
  content: "";
  width: 28px;
  height: 1px;
  display: block;
  margin-top: 14px;
  background: #a27b3d;
}

.services-hero h1 {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(3.45rem, 5.1vw, 5.2rem);
  line-height: .99;
  letter-spacing: -.03em;
}

.services-hero-copy {
  max-width: 650px;
  margin: 0;
  color: #51544b;
  font-size: clamp(.9rem, .82rem + .18vw, 1rem);
  line-height: 1.68;
}

.services-image-placeholder {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 58% 32%, rgba(255, 255, 255, .62), transparent 33%),
    linear-gradient(135deg, #eee9e2, #e5ddd3);
  color: #9d8e73;
}

.services-image {
  min-width: 0;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.services-image-placeholder svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.services-image-placeholder span {
  color: #20221e;
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.services-hero-image {
  position: relative;
  width: 88%;
  aspect-ratio: .86 / 1;
  max-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  justify-self: end;
}

.services-hero-image .services-image {
  object-position: center 58%;
}

.services-intro {
  padding: clamp(62px, 6vw, 84px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(68px, 9vw, 132px);
  align-items: center;
}

.editorial-visual {
  position: relative;
  aspect-ratio: 1.58 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.editorial-visual .services-image {
  object-position: center 88%;
}

.editorial-copy h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(2.5rem, 3.7vw, 3.7rem);
  line-height: 1.02;
}

.editorial-copy-body {
  max-width: 660px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  margin-top: 30px;
  color: var(--muted);
}

.editorial-copy-body p {
  margin: 0;
  font-size: clamp(.82rem, .76rem + .14vw, .91rem);
  line-height: 1.65;
}

.services-list-section {
  padding: clamp(40px, 4.2vw, 56px) 0 clamp(42px, 4vw, 56px);
  background: var(--ivory);
}

.services-heading {
  padding-bottom: clamp(28px, 3vw, 38px);
}

.services-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.45rem, 3.5vw, 3.35rem);
  line-height: 1.04;
}

.service-panel {
  padding: 10px 0;
}

.service-panel-inner {
  padding: clamp(38px, 4.4vw, 54px);
  border: 1px solid rgba(37, 39, 32, .05);
  border-radius: 28px;
  background: rgba(250, 248, 243, .9);
  box-shadow: 0 12px 34px rgba(69, 75, 57, .035);
}

.partnership-service .service-panel-inner {
  border-color: transparent;
  background: var(--olive-dark);
  color: white;
  box-shadow: 0 16px 42px rgba(69, 75, 57, .1);
}

.full-service .service-panel-inner {
  background: #e7e0d3;
  box-shadow: none;
}

.service-panel-header {
  margin-bottom: 16px;
}

.service-panel-header h3 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 3.5vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
}

.signature-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: rgba(255, 255, 255, .72);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-pricing {
  margin-bottom: 22px;
}

.service-price {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.75rem;
}

.service-note {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.55;
}

.service-panel-description {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  line-height: 1.36;
}

.service-panel-description span,
.included-label {
  display: block;
  margin: 0 0 9px;
  color: var(--olive);
  font-family: var(--sans);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.service-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(37, 39, 32, .1);
}

.service-inclusions {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(38px, 7vw, 84px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-inclusions li {
  position: relative;
  padding: 7px 0 7px 20px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.service-inclusions li::before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  background: var(--olive);
}

.partnership-service .service-price {
  color: white;
}

.partnership-service .service-note,
.partnership-service .service-panel-description,
.partnership-service .service-inclusions li {
  color: rgba(255, 255, 255, .72);
}

.partnership-service .included-label {
  color: rgba(255, 255, 255, .62);
}

.partnership-service .service-divider {
  background: rgba(255, 255, 255, .14);
}

.partnership-service .service-inclusions li::before {
  background: rgba(255, 255, 255, .5);
}

.services-process {
  padding: clamp(50px, 5.2vw, 68px) 0 clamp(42px, 4.4vw, 58px);
  background: var(--paper);
}

.services-process-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(64px, 9vw, 126px);
  align-items: start;
}

.services-process-heading .section-label {
  margin-bottom: 20px;
}

.services-process-heading h2 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(2.55rem, 3.7vw, 3.6rem);
  line-height: 1.02;
}

.services-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 0 0 24px;
}

.services-process-list li:last-child {
  padding-bottom: 0;
}

.process-number {
  padding-top: 5px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: .95rem;
}

.services-process-list h3 {
  margin: 0 0 6px;
  font-size: 1.85rem;
}

.services-process-list p {
  max-width: 550px;
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.6;
}

.services-cta {
  padding: clamp(44px, 4.7vw, 62px) 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.services-cta-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.services-cta .section-label {
  margin-bottom: 18px;
}

.services-cta .section-label::after {
  margin-inline: auto;
}

.services-cta h2 {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}

.services-cta .button {
  min-width: 344px;
}

@media (max-width: 900px) {
  .services-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
    gap: 48px;
  }

  .services-hero h1 {
    font-size: clamp(3.15rem, 6.5vw, 4.3rem);
  }

  .editorial-intro,
  .services-process-layout {
    gap: 48px;
  }

  .editorial-copy-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .services-page .site-header,
  .services-page .site-header.scrolled {
    background: var(--paper);
  }

  .services-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: calc(var(--header-height) + 42px);
    padding-bottom: 50px;
  }

  .services-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4rem);
  }

  .services-hero-image {
    width: 100%;
    aspect-ratio: 1.34 / 1;
    max-height: none;
    justify-self: stretch;
  }

  .services-hero-image .services-image {
    object-position: center 58%;
  }

  .services-intro {
    padding: 50px 0;
  }

  .editorial-intro,
  .services-process-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .editorial-visual {
    aspect-ratio: 1.58 / 1;
  }

  .editorial-copy h2,
  .services-heading h2,
  .services-process-heading h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.15rem);
  }

  .editorial-copy-body {
    margin-top: 24px;
  }

  .services-list-section {
    padding: 36px 0 38px;
  }

  .services-heading {
    padding-bottom: 24px;
  }

  .service-panel {
    padding: 8px 0;
  }

  .service-panel-inner {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .service-panel-header h3 {
    font-size: clamp(2.4rem, 11vw, 3rem);
  }

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

  .services-process {
    padding: 44px 0 38px;
  }

  .services-process-list li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding-bottom: 22px;
  }

  .services-cta {
    padding: 42px 0 36px;
    text-align: left;
  }

  .services-cta-inner {
    align-items: stretch;
  }

  .services-cta .section-label::after {
    margin-left: 0;
  }

  .services-cta h2 {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
  }

  .services-cta .button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page *,
  .services-page *::before,
  .services-page *::after {
    scroll-behavior: auto !important;
  }
}
