.business-page {
  background: #f8f5ef;
  overflow-x: hidden;
}

.business-page .site-nav {
  gap: 15px;
}

.business-hero {
  padding: 96px 0 86px;
  background:
    radial-gradient(circle at 82% 8%, rgba(196, 164, 106, .22), transparent 32%),
    linear-gradient(135deg, #fff 0%, #faf7f2 46%, #eee7dc 100%);
  overflow: hidden;
}

.business-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
  gap: 56px;
  align-items: center;
}

.business-hero-copy {
  min-width: 0;
}

.business-hero-copy h1,
.business-hero-copy .lead {
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: anywhere;
}

.business-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 14px;
  border: 1px solid rgba(196, 164, 106, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #5a4b43;
  font-weight: 800;
  font-size: 14px;
}

.business-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
}

.business-dashboard {
  min-width: 0;
  position: relative;
}

.business-dashboard::before {
  content: "";
  position: absolute;
  inset: -18px 32px 42px -16px;
  border: 1px solid rgba(196, 164, 106, .42);
  border-radius: 32px;
  transform: rotate(-3deg);
}

.dash-window {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border: 1px solid rgba(58, 50, 44, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 28px 70px rgba(58, 50, 44, .14);
  overflow: hidden;
}

.dash-bar {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  background: #3a322c;
}

.dash-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4a46a;
}

.dash-bar span:nth-child(2) {
  background: #c98f7a;
}

.dash-bar span:nth-child(3) {
  background: #66816f;
}

.dash-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 390px;
}

.dash-layout aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 22px;
  border-right: 1px solid rgba(58, 50, 44, .12);
  background: #f7f2ea;
}

.dash-layout aside b {
  margin-bottom: 12px;
  color: #3a322c;
}

.dash-layout aside span {
  padding: 8px 10px;
  border-radius: 8px;
  color: #5a4b43;
  font-size: 13px;
  font-weight: 800;
}

.dash-layout aside span:nth-child(3) {
  background: #fff;
  box-shadow: 0 8px 18px rgba(58, 50, 44, .06);
}

.dash-layout section {
  padding: 30px;
}

.dash-title p {
  margin: 0 0 5px;
  color: #8a7a70;
  font-size: 13px;
  font-weight: 800;
}

.dash-title strong {
  display: block;
  color: #3a322c;
  font-size: 23px;
  line-height: 1.4;
}

.dash-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.dash-cards article {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(58, 50, 44, .12);
  border-radius: 14px;
  background: #fff;
}

.dash-cards small {
  display: block;
  color: #c98f7a;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dash-cards b {
  display: block;
  margin-top: 8px;
  color: #3a322c;
}

.dash-lines {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.dash-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(196, 164, 106, .35), rgba(102, 129, 111, .16));
}

.dash-lines span:nth-child(2) {
  width: 82%;
}

.dash-lines span:nth-child(3) {
  width: 64%;
}

.business-checks,
.business-card ul {
  list-style: none;
  padding: 0;
}

.business-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 0;
}

.business-checks li,
.business-card li {
  position: relative;
  padding-left: 24px;
}

.business-checks li {
  min-height: 62px;
  padding: 17px 20px 17px 46px;
  border: 1px solid rgba(58, 50, 44, .12);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.business-checks li::before,
.business-card li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4a46a;
}

.business-card li::before {
  left: 0;
  top: .74em;
}

.business-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  gap: 44px;
  align-items: start;
}

.business-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.business-area-grid span {
  padding: 16px 18px;
  border: 1px solid rgba(196, 164, 106, .26);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: #3a322c;
  font-weight: 800;
}

.business-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

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

.business-card {
  border-radius: 8px;
}

.business-card p {
  color: #5a4b43;
}

.business-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  color: #5a4b43;
  font-weight: 700;
}

.business-card li {
  width: calc(50% - 9px);
  font-size: 14px;
}

.business-targets,
.business-strength-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.business-targets article,
.business-strength-grid article {
  padding: 26px;
  border: 1px solid rgba(58, 50, 44, .12);
  border-radius: 8px;
  background: #fff;
}

.business-targets p,
.business-strength-grid p {
  margin-bottom: 0;
  color: #5a4b43;
}

.business-strength-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #c98f7a;
  font-weight: 900;
}

.business-price article {
  border-radius: 8px;
}

.business-note {
  margin: 24px 0 0;
  color: #5a4b43;
}

.business-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.business-flow article {
  padding: 22px;
  border: 1px solid rgba(58, 50, 44, .12);
  border-radius: 8px;
  background: #fff;
}

.business-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(196, 164, 106, .42);
  border-radius: 50%;
  color: #c98f7a;
  font-weight: 900;
}

.business-flow h3 {
  font-size: 18px;
}

.business-flow p {
  margin: 0;
  color: #5a4b43;
  font-size: 14px;
}

.business-final {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(58, 50, 44, .93), rgba(90, 75, 67, .9)),
    #3a322c;
}

.business-final h2,
.business-final p {
  color: #fff;
}

.business-final .eyebrow {
  color: #d7bd86;
}

.business-final p {
  width: min(780px, 100%);
  margin: 22px auto 0;
}

.business-final .button.ghost {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

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

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

@media (max-width: 720px) {
  .business-page .container {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .business-hero {
    padding: 62px 0 58px;
  }

  .business-hero h1 {
    font-size: 29px;
    line-height: 1.55;
  }

  .business-page h2 {
    font-size: 25px;
    line-height: 1.55;
  }

  .business-hero .lead {
    font-size: 16px;
    line-height: 2;
    word-break: break-all;
  }

  .business-hero .actions {
    width: 100%;
  }

  .business-hero .actions .button {
    width: 100%;
    padding: 0 16px;
  }

  .business-label {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
  }

  .business-page .site-nav {
    gap: 0;
  }

  .business-checks,
  .business-area-grid,
  .business-service-grid,
  .business-targets,
  .business-strength-grid,
  .business-flow {
    grid-template-columns: 1fr;
  }

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

  .dash-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dash-layout aside {
    display: none;
  }

  .dash-layout section {
    padding: 24px 22px;
  }

  .dash-window {
    width: 100%;
  }

  .dash-title strong {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .dash-cards {
    grid-template-columns: 1fr;
  }

  .business-card li {
    width: 100%;
  }
}
