.service-page {
  background: var(--white);
  overflow-x: hidden;
}

.service-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(14px);
}

.service-hero {
  position: relative;
  padding: 178px 0 108px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 213, 0, 0.22), transparent 24%),
    linear-gradient(118deg, var(--white) 0 61%, var(--cream) 61%);
  overflow: hidden;
}

.service-hero::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 470px;
  height: 470px;
  border: 62px solid var(--yellow);
  border-radius: 50%;
  content: "";
  opacity: 0.22;
}

.service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.65fr);
  gap: 78px;
  align-items: end;
}

.service-hero-grid > *,
.service-cta-grid > *,
.service-answer-copy,
.service-answer-facts,
.service-image-story figure,
.service-image-story-copy,
.service-scenario-heading,
.service-scenario-body,
.service-detail-heading,
.service-proof-intro,
.service-proof-item {
  min-width: 0;
}

.service-hero h1,
.service-answer-copy h2,
.service-image-story-copy h2,
.service-scenario h2,
.service-detail-heading h2,
.service-proof h2,
.service-cta h2,
.case-principle h2,
.case-principle blockquote,
.service-answer-facts dd {
  overflow-wrap: anywhere;
}

.service-hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 6.2vw, 94px);
}

.service-hero-lead {
  max-width: 760px;
  margin-bottom: 35px;
  color: #45556a;
  font-size: 19px;
}

.service-hero-actions,
.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.service-hero-aside {
  padding: 30px;
  color: var(--white);
  background: var(--navy);
  border-bottom: 8px solid var(--yellow);
}

.service-hero-aside strong {
  display: block;
  margin-bottom: 16px;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-hero-aside p {
  margin: 0;
  color: #d4dbe2;
}

.service-breadcrumbs {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

.service-breadcrumbs a {
  border-bottom: 1px solid var(--yellow);
}

.service-answer {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.service-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(6, 27, 49, 0.15);
}

.service-answer-copy {
  padding: 46px 52px;
}

.service-answer-copy h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(34px, 3.6vw, 52px);
}

.service-answer-copy h2 span {
  color: var(--yellow);
}

.service-answer-copy p:last-child {
  max-width: 760px;
  margin: 0;
  color: #c8d2dc;
  font-size: 17px;
}

.service-answer-facts {
  margin: 0;
  padding: 28px 38px;
  display: grid;
  align-content: center;
  background: var(--yellow);
}

.service-answer-facts div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(6, 27, 49, 0.24);
}

.service-answer-facts div:last-child {
  border-bottom: 0;
}

.service-answer-facts dt {
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-answer-facts dd {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.service-pain-heading,
.service-detail-heading {
  max-width: 830px;
  margin-bottom: 50px;
}

.service-pain-heading h2,
.service-detail-heading h2 {
  font-size: clamp(46px, 5vw, 72px);
}

.service-pain-heading > p:last-child,
.service-detail-heading > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.service-pain-grid,
.service-detail-grid,
.service-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-pain-card,
.service-detail-card,
.service-model-card {
  position: relative;
  padding: 31px;
  border: 1px solid var(--line);
  background: var(--white);
}

.service-pain-card {
  min-height: 214px;
  padding-top: 64px;
}

.service-pain-card::before {
  position: absolute;
  top: 29px;
  left: 31px;
  width: 28px;
  height: 5px;
  background: var(--yellow);
  content: "";
}

.service-pain-card h3,
.service-detail-card h3,
.service-model-card h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.service-pain-card p,
.service-detail-card p,
.service-model-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-detail-card {
  min-height: 285px;
  border-top: 7px solid var(--yellow);
}

.service-detail-card > span,
.service-model-card > span {
  display: block;
  margin-bottom: 32px;
  color: #8c7800;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-detail-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-card li {
  position: relative;
  padding: 8px 0 8px 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.service-detail-card li::before {
  position: absolute;
  left: 0;
  color: #8c7800;
  content: "→";
}

.service-model-card {
  min-height: 245px;
  background: var(--cream);
  border-left: 7px solid var(--yellow);
}

.service-proof {
  padding: 54px 0;
  color: var(--white);
  background: var(--navy);
}

.service-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.7fr));
  gap: 34px;
  align-items: center;
}

.service-proof-intro h2 {
  margin: 0;
  color: var(--white);
  font-size: 34px;
}

.service-proof-item {
  padding-left: 22px;
  border-left: 4px solid var(--yellow);
}

.service-proof-item strong {
  display: block;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 20px;
}

.service-proof-item span {
  color: #c8d2dc;
  font-size: 14px;
}

.service-scenario {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  border: 1px solid var(--line);
}

.service-scenario-heading {
  padding: 45px;
  background: var(--yellow);
}

.service-scenario-heading h2 {
  font-size: clamp(39px, 4.4vw, 60px);
}

.service-scenario-body {
  padding: 45px;
}

.service-scenario-body h3 {
  font-size: 28px;
}

.service-scenario-body p {
  color: var(--muted);
}

.service-context-links {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-context-links a {
  padding: 11px 15px;
  border: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.service-image-story {
  padding: 0 0 120px;
}

.service-image-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 560px;
  color: var(--white);
  background: var(--navy);
}

.service-image-story figure {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.service-image-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-image-story.is-portrait img {
  object-position: center 30%;
}

.service-image-story-copy {
  align-self: center;
  padding: 54px;
}

.service-image-story-copy h2 {
  color: var(--white);
  font-size: clamp(42px, 4.6vw, 66px);
}

.website-seo-page .service-image-story-copy h2,
.health-check-page .service-image-story-copy h2 {
  font-size: clamp(40px, 3.8vw, 60px);
  overflow-wrap: normal;
  word-break: normal;
}

.service-image-story-copy h2 span {
  color: var(--yellow);
}

.website-seo-page .service-image-story-copy h2 .keep-word,
.health-check-page .service-image-story-copy h2 .keep-word {
  color: inherit;
  white-space: nowrap;
}

.service-image-story-copy p:not(.eyebrow) {
  color: #c8d2dc;
  font-size: 17px;
}

.service-intro-grid,
.service-split,
.service-tool-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 88px;
  align-items: start;
}

.service-copy h2,
.service-section-heading h2 {
  font-size: clamp(46px, 5vw, 72px);
  overflow-wrap: anywhere;
}

.service-copy > p,
.service-section-heading > p {
  color: var(--muted);
  font-size: 17px;
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-feature {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-feature span,
.service-step > span {
  color: #a98f00;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-feature h3 {
  margin: 38px 0 13px;
  font-size: 25px;
}

.service-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-dark {
  color: var(--white);
  background: var(--navy);
}

.service-dark h2,
.service-dark h3 {
  color: var(--white);
}

.service-dark h2 span,
.service-dark h3 span {
  color: var(--yellow);
}

.service-dark p {
  color: #bdc9d5;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.service-step {
  min-height: 260px;
  padding: 27px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service-step h3 {
  margin: 52px 0 15px;
  font-size: 23px;
}

.service-step p {
  margin: 0;
  font-size: 14px;
}

.service-checklist {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  list-style: none;
}

.service-checklist li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid var(--line);
}

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

.service-result-card,
.service-tool-card,
.project-placeholder {
  padding: 42px;
  background: var(--cream);
  border-left: 8px solid var(--yellow);
}

.service-result-card h3,
.service-tool-card h3 {
  margin-bottom: 18px;
  font-size: 32px;
}

.service-result-card-yellow {
  color: var(--navy);
  background: var(--yellow);
  border-left-color: rgba(0, 28, 55, 0.28);
}

.service-dark .service-result-card-yellow h3,
.service-dark .service-result-card-yellow p {
  color: var(--navy);
}

.service-tool-card {
  color: var(--white);
  background: var(--navy);
}

.service-tool-card h3 {
  color: var(--white);
}

.service-tool-card p {
  color: #bdc9d5;
}

.service-tool-card .text-link {
  color: var(--yellow);
}

.service-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 78px;
}

.service-faq-list details {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.service-faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.service-faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.service-faq-list details p {
  margin: 16px 0 0;
  color: var(--muted);
}

.service-cta {
  padding: 76px 0;
  background: var(--yellow);
}

.service-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.service-cta h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.service-cta .button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 8px 8px 0 var(--white);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.project-placeholder {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.project-placeholder .project-status {
  width: max-content;
  padding: 5px 9px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-placeholder h2 {
  margin: 45px 0 18px;
  font-size: 34px;
}

.project-placeholder p {
  color: var(--muted);
}

.project-template {
  margin-top: 70px;
  padding: 42px;
  border: 1px solid var(--line);
}

.project-template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.project-template-grid h3 {
  font-size: 21px;
}

.projects-hero-aside strong {
  font-size: 25px;
}

.projects-hero-aside p {
  font-size: 16px;
}

.case-overview-grid,
.home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.case-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(6, 27, 49, 0.12);
}

.case-cover {
  position: relative;
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.case-cover::after {
  position: absolute;
  inset: auto -35px -70px auto;
  width: 190px;
  height: 190px;
  border: 35px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.case-cover-label,
.case-cover strong {
  position: relative;
  z-index: 1;
}

.case-cover-label {
  width: max-content;
  padding: 7px 10px;
  color: var(--white);
  background: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-cover strong {
  max-width: 290px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.92;
  text-transform: uppercase;
}

.case-cover-tapeziererin {
  color: #432f24;
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 255, 255, 0.75) 0 8%, transparent 8.5%),
    linear-gradient(135deg, #d7b496, #efe4d5 52%, #9e7964);
}

.case-cover-spar {
  color: var(--white);
  background:
    linear-gradient(90deg, #db1620 0 14%, transparent 14%),
    linear-gradient(145deg, #165c38 0 64%, #a9beb0 64% 65.3%, #d71920 65.3%);
}

.case-cover-spar .case-cover-label {
  color: #165c38;
  background: var(--white);
}

.case-cover-ki {
  color: var(--yellow);
  background: var(--navy);
}

.case-cover-flow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}

.case-cover-flow span {
  padding: 8px 10px;
  color: var(--navy);
  background: var(--white);
  font-size: 11px;
  font-weight: 800;
}

.case-cover-flow i {
  color: var(--yellow);
  font-style: normal;
}

.case-card-body {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.case-card-meta {
  margin-bottom: 17px;
  color: #877400;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-card h2,
.case-card h3 {
  margin-bottom: 15px;
  font-size: 33px;
}

.case-card p {
  color: var(--muted);
}

.case-card .text-link {
  margin-top: auto;
}

.case-preview {
  margin-top: 30px;
  padding: 34px 40px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  color: var(--white);
  background: var(--navy);
}

.case-preview-badge {
  padding: 8px 10px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-preview h2 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 28px;
}

.case-preview p {
  margin: 0;
  color: #c8d2dc;
}

.case-preview-status {
  color: var(--yellow);
  font-weight: 800;
}

.case-hero {
  padding-bottom: 80px;
}

.case-hero-grid {
  align-items: center;
}

.case-meta {
  margin: 0;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--navy);
  background: var(--yellow);
}

.case-meta div {
  padding: 14px;
  border-bottom: 1px solid rgba(6, 27, 49, 0.2);
}

.case-meta dt {
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-meta dd {
  margin: 0;
  font-weight: 700;
}

.case-section-heading {
  max-width: 840px;
  margin-bottom: 42px;
}

.case-section-heading h2 {
  font-size: clamp(46px, 5vw, 72px);
  overflow-wrap: anywhere;
}

.case-section-heading > p:last-child,
.case-narrative > p {
  color: var(--muted);
  font-size: 17px;
}

.case-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 84px;
  align-items: start;
}

.case-narrative h3 {
  margin: 34px 0 12px;
  font-size: 27px;
}

.case-narrative h3:first-child {
  margin-top: 0;
}

.case-bullet-list {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  list-style: none;
}

.case-bullet-list li {
  position: relative;
  padding: 12px 0 12px 23px;
  border-bottom: 1px solid var(--line);
}

.case-bullet-list li::before {
  position: absolute;
  left: 0;
  color: #8c7800;
  content: "→";
  font-weight: 900;
}

.case-pills {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.case-pills li {
  padding: 9px 12px;
  color: var(--navy);
  background: var(--cream);
  border-left: 4px solid var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.case-principle {
  padding: 58px;
  color: var(--white);
  background: var(--navy);
  border-bottom: 10px solid var(--yellow);
}

.case-principle h2,
.case-principle blockquote {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.case-principle h2 span,
.case-principle blockquote span {
  color: var(--yellow);
}

.case-principle cite {
  display: block;
  margin-top: 28px;
  color: #c8d2dc;
  font-style: normal;
}

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

.case-outcome-card,
.case-content-card {
  min-height: 220px;
  padding: 27px;
  background: var(--cream);
  border-top: 7px solid var(--yellow);
}

.case-outcome-card h3,
.case-content-card h3 {
  font-size: 22px;
}

.case-outcome-card p,
.case-content-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.case-content-card > span {
  display: block;
  margin-bottom: 34px;
  color: #8c7800;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
}

.case-flow {
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, auto));
  align-items: center;
  gap: 9px;
}

.case-flow-step {
  min-height: 176px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--navy);
  background: var(--white);
}

.case-flow-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.case-flow-head span {
  color: #8c7800;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
}

.case-flow-head svg {
  width: 46px;
  height: 46px;
  color: var(--navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-flow-step strong {
  font-size: 13px;
}

.case-flow-arrow {
  color: var(--yellow);
  font-size: 22px;
  font-weight: 900;
}

.case-automation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.case-automation-card {
  padding: 35px;
  border: 1px solid var(--line);
}

.case-automation-card h3 {
  font-size: 28px;
}

.case-before-after {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: stretch;
}

.case-before-after article {
  padding: 38px;
  background: var(--cream);
}

.case-before-after article:last-child {
  background: var(--yellow);
}

.case-before-after ol {
  margin: 24px 0 0;
  padding-left: 22px;
}

.case-before-after li {
  padding: 6px 0;
}

.case-before-after-arrow {
  align-self: center;
  color: #8c7800;
  font-size: 38px;
}

.service-case-reference {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  background: var(--navy);
}

.service-case-reference .case-cover {
  min-height: 390px;
}

.service-case-reference-copy {
  align-self: center;
  padding: 50px;
}

.service-case-reference-copy h2 {
  color: var(--white);
  font-size: clamp(40px, 4.5vw, 62px);
  overflow-wrap: anywhere;
}

.service-case-reference-copy h2 span {
  color: var(--yellow);
}

.service-case-reference-copy p:not(.eyebrow) {
  color: #c8d2dc;
}

.service-case-reference-copy .text-link {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .service-hero-grid,
  .service-intro-grid,
  .service-split,
  .service-tool-grid,
  .service-faq-grid,
  .service-cta-grid {
    grid-template-columns: 1fr;
  }

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

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-overview-grid,
  .home-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-card:last-child {
    grid-column: 1 / -1;
  }

  .case-story-grid {
    grid-template-columns: 1fr;
  }

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

  .case-outcome-grid,
  .case-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-flow {
    grid-template-columns: 1fr;
  }

  .case-flow-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .service-answer-grid,
  .service-scenario,
  .service-image-story-grid {
    grid-template-columns: 1fr;
  }

  .service-image-story figure {
    min-height: 440px;
  }

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

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

@media (max-width: 760px) {
  .service-hero {
    padding: 128px 0 80px;
    background: linear-gradient(150deg, var(--white) 0 72%, var(--cream) 72%);
  }

  .service-hero-grid {
    gap: 44px;
  }

  .service-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .service-hero-lead {
    font-size: 17px;
  }

  .service-hero-actions,
  .service-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-hero-actions .button,
  .service-cta-actions .button {
    width: calc(100% - 8px);
  }

  .service-feature-grid,
  .service-process,
  .service-checklist,
  .service-pain-grid,
  .service-detail-grid,
  .service-model-grid,
  .service-proof-grid,
  .projects-grid,
  .project-template-grid {
    grid-template-columns: 1fr;
  }

  .case-overview-grid,
  .home-case-grid,
  .case-outcome-grid,
  .case-content-grid,
  .case-automation-grid,
  .case-before-after,
  .case-meta,
  .service-case-reference {
    grid-template-columns: 1fr;
  }

  .service-case-reference-copy {
    padding: 32px 28px;
  }

  .case-card:last-child {
    grid-column: auto;
  }

  .case-preview {
    padding: 28px;
    grid-template-columns: 1fr;
  }

  .case-cover {
    min-height: 250px;
  }

  .case-principle {
    padding: 34px 28px;
  }

  .case-bullet-list {
    grid-template-columns: 1fr;
  }

  .case-before-after-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .service-answer {
    margin-top: 0;
  }

  .service-answer-copy,
  .service-answer-facts,
  .service-scenario-heading,
  .service-scenario-body {
    padding: 28px;
  }

  .service-image-story {
    padding-bottom: 84px;
  }

  .service-image-story-grid,
  .service-image-story figure {
    min-height: 0;
  }

  .service-image-story figure {
    aspect-ratio: 4 / 3;
  }

  .service-image-story.is-portrait figure {
    aspect-ratio: 4 / 5;
  }

  .service-image-story-copy {
    padding: 32px 28px;
  }

  .service-pain-card,
  .service-detail-card,
  .service-model-card {
    min-height: 0;
    padding: 26px;
  }

  .service-feature,
  .service-step {
    min-height: 0;
  }

  .service-result-card,
  .service-tool-card,
  .project-placeholder,
  .project-template {
    padding: 28px;
  }
}
