/* =======================================================
   GOODUSE SERVICES
   Scoped landing page styles for /services.
   ======================================================= */

body.gu-services {
  max-width: none;
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaff 44%, #ffffff 100%);
  color: #171421;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body.gu-services .gu-header,
body.gu-services .gu-footer {
  max-width: 1120px;
}

.services-page {
  --services-brand: #6429b7;
  --services-ink: #171421;
  --services-muted: #5f596b;
  --services-soft: #f7f3ff;
  --services-border: rgba(100, 41, 183, 0.12);
  --services-teal: #0f8c8c;
  --services-gold: #b56b1f;

  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px 88px;
}

.services-page h1,
.services-page h2,
.services-page h3,
.services-page p {
  margin-top: 0;
}

.services-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 54px 0 70px;
}

.services-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--services-ink);
}

.services-hero-copy p {
  max-width: 650px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.58;
  color: #443d55;
  font-weight: 500;
}

.services-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.services-hero-copy .services-request-note {
  max-width: 560px;
  margin: 16px 0 0;
  color: #6a6178;
  font-size: 14.5px;
  line-height: 1.56;
  font-weight: 600;
}

.services-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.services-btn:focus-visible {
  outline: 3px solid rgba(100, 41, 183, 0.26);
  outline-offset: 3px;
}

.services-btn-primary {
  background: var(--services-brand);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(100, 41, 183, 0.28);
}

.services-btn-secondary {
  border: 1px solid rgba(100, 41, 183, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #352052;
  box-shadow: 0 8px 22px rgba(20, 16, 34, 0.06);
}

.services-btn:hover {
  transform: translateY(-2px);
}

.services-btn-primary:hover {
  box-shadow: 0 18px 38px rgba(100, 41, 183, 0.34);
}

.services-btn-secondary:hover {
  background: #ffffff;
  border-color: rgba(100, 41, 183, 0.28);
}

.decision-map {
  position: relative;
  min-height: 440px;
  border: 1px solid rgba(100, 41, 183, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 255, 0.92)),
    linear-gradient(90deg, rgba(100, 41, 183, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(100, 41, 183, 0.06) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  box-shadow: 0 28px 80px rgba(47, 32, 78, 0.12);
  overflow: hidden;
}

.decision-map::before,
.decision-map::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(100, 41, 183, 0.10);
  border-radius: 24px;
  pointer-events: none;
}

.decision-map::after {
  inset: 78px;
  border-color: rgba(15, 140, 140, 0.16);
}

.map-panel {
  position: absolute;
  left: 28px;
  right: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  z-index: 2;
}

.map-panel-top {
  top: 30px;
}

.map-panel-bottom {
  bottom: 30px;
}

.map-panel span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(100, 41, 183, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #4e4362;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 10px 24px rgba(24, 18, 38, 0.06);
}

.map-panel-bottom span:nth-child(1) {
  color: #715219;
  border-color: rgba(181, 107, 31, 0.18);
}

.map-panel-bottom span:nth-child(2) {
  color: #185f5f;
  border-color: rgba(15, 140, 140, 0.20);
}

.map-lines {
  position: absolute;
  inset: 118px 70px;
  z-index: 1;
}

.map-lines span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(100, 41, 183, 0), rgba(100, 41, 183, 0.38), rgba(15, 140, 140, 0));
}

.map-lines span:nth-child(1) { transform: rotate(26deg) translateX(-50%); }
.map-lines span:nth-child(2) { transform: rotate(-26deg) translateX(-50%); }
.map-lines span:nth-child(3) { transform: rotate(154deg) translateX(-50%); }
.map-lines span:nth-child(4) { transform: rotate(206deg) translateX(-50%); }

.map-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    linear-gradient(145deg, #ffffff 0%, #f2ebff 100%);
  border: 1px solid rgba(100, 41, 183, 0.18);
  box-shadow:
    0 24px 54px rgba(100, 41, 183, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}

.map-core-small {
  margin-bottom: 8px;
  color: #6f6290;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-core strong {
  max-width: 150px;
  color: #271344;
  font-size: 28px;
  line-height: 1.08;
}

.services-problem {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
  margin: 4px 0 84px;
  padding: 46px;
  border-radius: 28px;
  background: #171421;
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(23, 20, 33, 0.16);
}

.services-problem h2 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.services-problem p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.services-section,
.engagement-example,
.founder-credibility,
.example-section {
  margin-bottom: 94px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.engagement-copy h2,
.method-copy h2,
.different-copy h2,
.founder-copy h2,
.services-final-cta h2 {
  margin-bottom: 12px;
  color: var(--services-ink);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.section-heading p,
.engagement-copy p,
.method-copy p,
.different-copy p,
.founder-copy p,
.services-final-cta p {
  color: var(--services-muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.service-card {
  position: relative;
  min-height: 458px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--services-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(31, 23, 52, 0.08);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--services-brand), var(--services-teal), var(--services-gold));
  opacity: 0.72;
}

.service-card-featured::before {
  height: 5px;
  opacity: 1;
}

.service-card-marker {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  background: var(--services-soft);
  color: var(--services-brand);
  font-size: 13px;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 12px;
  color: #1d172a;
  font-size: 23px;
  line-height: 1.18;
}

.service-card p {
  color: #554d64;
  font-size: 15px;
  line-height: 1.58;
}

.service-card-detail {
  margin: 8px 0 18px;
  padding: 15px;
  border-radius: 16px;
  background: #fbf9ff;
  border: 1px solid rgba(100, 41, 183, 0.08);
}

.service-card-detail span {
  display: block;
  margin-bottom: 4px;
  color: var(--services-brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card-detail p {
  margin-bottom: 0;
  font-size: 14px;
}

.service-card-note {
  margin: 0 0 18px;
  padding: 0 0 0 14px;
  border-left: 3px solid rgba(100, 41, 183, 0.24);
  color: #332842;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 600;
}

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

.service-card li {
  position: relative;
  padding-left: 22px;
  color: #3f384f;
  font-size: 14px;
  line-height: 1.42;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--services-brand);
  box-shadow: 0 0 0 4px rgba(100, 41, 183, 0.10);
}

.engagement-example {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: 34px;
  align-items: center;
  padding: 40px;
  border-radius: 32px;
  border: 1px solid rgba(100, 41, 183, 0.12);
  background:
    linear-gradient(145deg, #171421 0%, #251936 54%, #3a2162 100%);
  box-shadow: 0 30px 84px rgba(37, 22, 61, 0.18);
  color: #ffffff;
}

.engagement-copy h2 {
  color: #ffffff;
}

.engagement-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.engagement-artifact {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(220px, 0.84fr) minmax(0, 0.94fr);
  gap: 14px;
  align-items: stretch;
}

.artifact-before,
.artifact-after,
.artifact-flow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
}

.artifact-before,
.artifact-after {
  min-height: 330px;
  padding: 22px;
}

.artifact-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.artifact-before h3,
.artifact-after h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.16;
}

.artifact-cluster {
  position: relative;
  min-height: 220px;
}

.artifact-cluster::before {
  content: "";
  position: absolute;
  inset: 34px 18px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.artifact-cluster span {
  position: absolute;
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #342052;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.artifact-cluster span:nth-child(1) { left: 4px; top: 20px; }
.artifact-cluster span:nth-child(2) { right: 6px; top: 4px; }
.artifact-cluster span:nth-child(3) { left: 42px; top: 82px; }
.artifact-cluster span:nth-child(4) { right: 18px; top: 104px; }
.artifact-cluster span:nth-child(5) { left: 2px; bottom: 48px; }
.artifact-cluster span:nth-child(6) { right: 0; bottom: 6px; }

.artifact-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  list-style: none;
}

.artifact-flow li {
  position: relative;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
}

.artifact-flow li + li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.30);
}

.artifact-flow span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #d9c9ff;
  font-size: 11px;
  font-weight: 800;
}

.artifact-flow strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}

.artifact-flow p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12.5px;
  line-height: 1.42;
}

.artifact-layers {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.artifact-layers span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  color: #291c3e;
  font-size: 13px;
  font-weight: 800;
}

.artifact-layers span:nth-child(2) {
  margin-left: 18px;
}

.artifact-layers span:nth-child(3) {
  margin-left: 36px;
}

.artifact-layers span:nth-child(4) {
  margin-left: 54px;
  color: #185f5f;
}

.artifact-after p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.52;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 94px;
  padding: 40px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, #ffffff 0%, #f8f4ff 100%);
  border: 1px solid rgba(100, 41, 183, 0.12);
  box-shadow: 0 28px 74px rgba(40, 28, 70, 0.10);
}

.method-copy p {
  margin-bottom: 0;
}

.method-visual {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.58) 100%),
    repeating-linear-gradient(90deg, rgba(100, 41, 183, 0.06) 0, rgba(100, 41, 183, 0.06) 1px, transparent 1px, transparent 54px),
    repeating-linear-gradient(0deg, rgba(100, 41, 183, 0.06) 0, rgba(100, 41, 183, 0.06) 1px, transparent 1px, transparent 54px);
  overflow: hidden;
}

.method-track {
  position: absolute;
  inset: 68px;
  border: 1px solid rgba(100, 41, 183, 0.18);
  border-radius: 42%;
  transform: rotate(-8deg);
  z-index: 0;
}

.method-track::before,
.method-track::after {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(15, 140, 140, 0.15);
  border-radius: 40%;
  transform: rotate(18deg);
}

.method-track::after {
  inset: 86px;
  border-color: rgba(181, 107, 31, 0.14);
  transform: rotate(46deg);
}

.method-step {
  position: absolute;
  width: 220px;
  height: 144px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(100, 41, 183, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(35, 26, 55, 0.09);
  z-index: 2;
}

.method-step span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #efe8ff;
  color: var(--services-brand);
  font-size: 12px;
  font-weight: 800;
}

.method-step h3 {
  margin-bottom: 6px;
  color: #20182e;
  font-size: 17px;
  line-height: 1.2;
}

.method-step p {
  margin-bottom: 0;
  color: #5f596b;
  font-size: 13.5px;
  line-height: 1.45;
}

.method-step-one {
  top: 24px;
  left: 28px;
}

.method-step-two {
  top: 24px;
  right: 18px;
}

.method-step-three {
  top: 376px;
  right: 18px;
  bottom: auto;
}

.method-step-four {
  top: 376px;
  bottom: auto;
  left: 28px;
}

.method-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 176px;
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #171421;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  box-shadow: 0 22px 50px rgba(23, 20, 33, 0.24);
}

.method-center span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.method-center strong {
  max-width: 122px;
  font-size: 20px;
  line-height: 1.18;
}

.services-different {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 94px;
}

.founder-credibility {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: 42px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid rgba(100, 41, 183, 0.12);
  border-bottom: 1px solid rgba(100, 41, 183, 0.12);
}

.founder-copy p {
  margin-bottom: 0;
}

.founder-signals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.founder-signals span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(100, 41, 183, 0.10);
  background: rgba(255, 255, 255, 0.82);
  color: #332842;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 12px 30px rgba(38, 26, 60, 0.05);
}

.different-copy p {
  margin-bottom: 0;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.proof-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(100, 41, 183, 0.10);
  background: #ffffff;
  color: #332842;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(38, 26, 60, 0.06);
}

.proof-list span:nth-child(2n) {
  border-color: rgba(15, 140, 140, 0.12);
}

.proof-list span:nth-child(3n) {
  border-color: rgba(181, 107, 31, 0.14);
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.example-grid article {
  min-height: 124px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(100, 41, 183, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  color: #281f39;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 750;
  box-shadow: 0 14px 34px rgba(38, 26, 60, 0.06);
}

.services-final-cta {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 36px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, #1c1629 0%, #2b1745 62%, #402071 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 30px 80px rgba(37, 22, 61, 0.18);
}

.services-final-cta h2 {
  color: #ffffff;
}

.services-final-cta p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.76);
}

.services-final-cta .services-btn-primary {
  background: #ffffff;
  color: #342052;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-motion: no-preference) {
  .map-lines span {
    animation: servicesPulse 5s ease-in-out infinite;
  }

  .map-lines span:nth-child(2),
  .map-lines span:nth-child(4) {
    animation-delay: 1.4s;
  }

  .method-track {
    animation: servicesDrift 14s ease-in-out infinite alternate;
  }
}

@keyframes servicesPulse {
  0%, 100% { opacity: 0.42; }
  50% { opacity: 1; }
}

@keyframes servicesDrift {
  from { transform: rotate(-8deg) scale(1); }
  to { transform: rotate(-3deg) scale(1.025); }
}

@media (max-width: 980px) {
  .services-page {
    padding-top: 8px;
  }

  .services-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 34px;
  }

  .services-hero-copy {
    text-align: center;
  }

  .services-hero-copy h1,
  .services-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .services-request-note {
    margin-left: auto;
    margin-right: auto;
  }

  .services-cta-row {
    justify-content: center;
  }

  .decision-map {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .services-problem,
  .engagement-example,
  .method-section,
  .services-different,
  .founder-credibility {
    grid-template-columns: 1fr;
  }

  .engagement-copy {
    text-align: center;
  }

  .engagement-copy p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .engagement-artifact {
    grid-template-columns: 1fr;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .artifact-before,
  .artifact-after {
    min-height: 0;
  }

  .services-card-grid,
  .example-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .method-copy,
  .different-copy,
  .founder-copy {
    text-align: center;
  }

  .method-copy p,
  .different-copy p,
  .founder-copy p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .founder-signals {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .services-page {
    padding: 20px 18px 70px;
  }

  .services-hero {
    gap: 34px;
    padding-bottom: 54px;
  }

  .services-hero-copy h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .services-hero-copy p {
    font-size: 17px;
  }

  .services-btn {
    width: 100%;
    max-width: 360px;
  }

  .decision-map {
    min-height: 390px;
    border-radius: 22px;
  }

  .map-panel {
    left: 16px;
    right: 16px;
    gap: 7px;
  }

  .map-panel span {
    min-height: 48px;
    padding: 8px;
    border-radius: 13px;
    font-size: 11.5px;
  }

  .map-core {
    width: 168px;
    height: 168px;
  }

  .map-core strong {
    font-size: 22px;
  }

  .services-problem {
    margin-bottom: 66px;
    padding: 28px;
    border-radius: 24px;
  }

  .services-problem h2,
  .section-heading h2,
  .method-copy h2,
  .different-copy h2,
  .services-final-cta h2 {
    font-size: 30px;
  }

  .services-problem p,
  .section-heading p,
  .method-copy p,
  .different-copy p,
  .services-final-cta p {
    font-size: 16px;
  }

  .services-section,
  .engagement-example,
  .method-section,
  .services-different,
  .founder-credibility,
  .example-section {
    margin-bottom: 70px;
  }

  .engagement-example {
    padding: 24px;
    border-radius: 26px;
  }

  .artifact-before,
  .artifact-after,
  .artifact-flow {
    border-radius: 18px;
  }

  .artifact-before,
  .artifact-after {
    padding: 18px;
  }

  .artifact-cluster {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .artifact-cluster::before {
    display: none;
  }

  .artifact-cluster span {
    position: static;
  }

  .artifact-layers span,
  .artifact-layers span:nth-child(2),
  .artifact-layers span:nth-child(3),
  .artifact-layers span:nth-child(4) {
    margin-left: 0;
  }

  .founder-credibility {
    padding: 28px 0;
  }

  .founder-signals {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 22px;
    border-radius: 20px;
  }

  .method-section {
    padding: 24px;
    border-radius: 26px;
  }

  .method-visual {
    min-height: 840px;
    border-radius: 22px;
  }

  .method-track {
    inset: 70px 28px;
  }

  .method-step {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .method-step-one { top: 22px; }
  .method-step-two { top: 178px; }
  .method-step-three { top: 334px; bottom: auto; }
  .method-step-four { top: 490px; bottom: auto; }

  .method-center {
    top: 676px;
    bottom: auto;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }

  .method-center strong {
    font-size: 17px;
  }

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

  .example-grid article {
    min-height: 104px;
    font-size: 17px;
  }

  .services-final-cta {
    padding: 40px 22px;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .services-hero-copy h1 {
    font-size: 36px;
  }

  .map-panel {
    grid-template-columns: 1fr;
  }

  .map-panel-top {
    top: 16px;
  }

  .map-panel-bottom {
    bottom: 16px;
  }

  .map-panel span {
    min-height: 36px;
  }

  .decision-map {
    min-height: 520px;
  }

  .map-core {
    width: 152px;
    height: 152px;
  }
}
