@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600&family=Inter:wght@300;400;500&display=swap');

.sh-page {
  --cream: #f0ece4;
  --paper: #f7f4ee;
  --charcoal: #2a2824;
  --rust: #c8482a;
  --rust-deep: #9c3620;
  --line: #cdc4b0;

  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  line-height: 1.6;
}

.sh-page * {
  box-sizing: border-box;
}

.sh-page .display {
  font-family: 'Archivo', -apple-system, sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.sh-page .eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
}

.sh-page .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

/* --- window-pane cross: the recurring signature mark --- */
.sh-page .cross {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.sh-page .cross::before,
.sh-page .cross::after {
  content: '';
  position: absolute;
  background: var(--rust);
}
.sh-page .cross::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.sh-page .cross::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}

/* --- hero --- */
.sh-page .hero {
  padding: 90px 0 100px;
  background: transparent;
  border-bottom: none;
}
.sh-page .hero .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sh-page .hero h1 {
  font-size: 44px;
  line-height: 1.12;
  margin: 18px 0 22px;
  font-weight: 300;
}
.sh-page .hero p {
  color: #57534a;
  max-width: 440px;
  font-size: 16.5px;
  margin-bottom: 34px;
  line-height: 1.6;
}
.sh-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--rust);
  color: var(--paper);
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 26px;
  text-decoration: none;
  border: 1px solid var(--rust);
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: 500;
}
.sh-page .btn:hover {
  background: transparent;
  color: var(--rust);
}
.sh-page .hero-img {
  position: relative;
}
.sh-page .hero-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.sh-page .hero-img .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.sh-page .hero-img .cross::before,
.sh-page .hero-img .cross::after {
  background: var(--paper);
}

/* --- intro line --- */
.sh-page .intro {
  padding: 0 0 80px;
}
.sh-page .intro .wrap {
  border-top: 1px solid var(--line);
  padding-top: 46px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 50px;
}
.sh-page .intro p {
  font-size: 19px;
  max-width: 620px;
  color: #45423b;
  margin: 0;
  line-height: 1.6;
}

/* --- service cards --- */
.sh-page .services {
  padding-bottom: 100px;
}
.sh-page .services .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.sh-page .service-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0;
  background: var(--paper);
  display: block;
}
.sh-page .service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.sh-page .service-card .content {
  padding: 30px 30px 34px;
}
.sh-page .service-card .num {
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  color: var(--rust);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.sh-page .service-card h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
.sh-page .service-card p {
  font-size: 14.5px;
  color: #57534a;
  margin-bottom: 18px;
  line-height: 1.6;
}
.sh-page .service-card a {
  font-family: 'Archivo', sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 3px;
  display: inline-block;
}
.sh-page .service-card a:hover {
  color: var(--rust);
  border-color: var(--rust);
}

/* --- process --- */
.sh-page .process {
  padding: 90px 0 100px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sh-page .process .head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}
.sh-page .process .head h2 {
  font-size: 34px;
  font-weight: 300;
  margin-top: 14px;
  line-height: 1.2;
}
.sh-page .steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.sh-page .step {
  padding: 0 22px;
  border-left: 1px solid var(--line);
  display: block;
}
.sh-page .step:first-child {
  border-left: none;
}
.sh-page .step .n {
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  color: var(--rust);
  margin-bottom: 14px;
}
.sh-page .step h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.3;
}
.sh-page .step p {
  font-size: 13px;
  color: #6b675e;
  line-height: 1.5;
  margin: 0;
}

/* --- trust strip --- */
.sh-page .trust {
  padding: 46px 0;
}
.sh-page .trust .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sh-page .trust .item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Archivo', sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #57534a;
}
.sh-page .trust .cross {
  width: 16px;
  height: 16px;
}

/* --- CTA band --- */
.sh-page .cta-band {
  background: var(--charcoal);
  color: var(--cream);
  padding: 80px 0;
  text-align: center;
}
.sh-page .cta-band h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 16px 0 30px;
  line-height: 1.2;
}
.sh-page .cta-band .btn {
  background: var(--rust);
  border-color: var(--rust);
}

@media (max-width: 900px) {
  .sh-page .hero .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sh-page .services .grid {
    grid-template-columns: 1fr;
  }
  .sh-page .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
  .sh-page .step {
    border-left: 1px solid var(--line);
    padding: 0 15px;
  }
  .sh-page .step:nth-child(3n+1) {
    border-left: none;
  }
  .sh-page .intro .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .sh-page .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .sh-page .step {
    border-left: 1px solid var(--line);
    padding: 0 10px;
  }
  .sh-page .step:nth-child(2n+1) {
    border-left: none;
  }
  .sh-page .wrap {
    padding: 0 20px;
  }
}
