.start-service-page {
  --start-pine: #060807;
  --start-ivory: #F2EFE6;
  --start-rust: #A84B29;
  --start-rule: rgba(6, 8, 7, 0.22);
}

/* Author display rules must never override the HTML hidden state. */
.start-service-page [hidden] { display: none !important; }

.start-service-content {
  background: var(--start-ivory);
  color: var(--start-pine);
  padding: 0 clamp(24px, 7vw, 112px);
}

.start-service-wrap {
  margin: 0 auto;
  max-width: 1220px;
}

.start-step {
  align-items: start;
  border-bottom: 1px solid var(--start-rule);
  display: grid;
  gap: clamp(50px, 7vw, 108px);
  grid-template-columns: minmax(250px, 0.72fr) minmax(480px, 1.28fr);
  padding: clamp(64px, 6vw, 88px) 0;
}

.start-step:last-child {
  border-bottom: 0;
  padding-bottom: clamp(76px, 8vw, 112px);
}

.start-step__heading { display: grid; gap: 15px; }
.start-number {
  color: var(--start-rust);
  font-family: var(--home-bold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0;
}
.start-step h2 {
  border-bottom: 1px solid var(--start-pine);
  font-family: var(--home-narrow);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  letter-spacing: -0.03em;
  line-height: 0.9;
  margin: 0;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.start-step__body { max-width: 740px; min-width: 0; }
.start-lede {
  color: var(--start-rust);
  font-family: var(--home-narrow);
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.start-copy {
  font-family: var(--home-regular);
  font-size: clamp(1.02rem, 1.18vw, 1.16rem);
  line-height: 1.58;
  margin: 0 0 28px;
}

.service-choices {
  border-top: 1px solid var(--start-pine);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-choice {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--start-rule);
  color: var(--start-pine);
  cursor: pointer;
  font-family: var(--home-narrow);
  font-size: 1.15rem;
  font-weight: 700;
  min-height: 58px;
  padding: 14px 8px 12px 0;
  text-align: left;
  text-transform: uppercase;
}
.service-choice:nth-child(odd) { border-right: 1px solid var(--start-rule); }
.service-choice:nth-child(even) { padding-left: 18px; }
.service-choice[aria-checked="true"] { color: var(--start-rust); }

/* Landscaping project-type sub-choice — Plant By Number folded in here as
   "New Plantings" rather than a standalone top-level service. */
.service-subchoices {
  border-left: 3px solid var(--start-rust);
  margin: 0 0 28px;
  padding: 4px 0 4px 18px;
}
.service-subchoices__label {
  color: var(--start-pine);
  font-family: var(--home-bold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.service-subchoices__buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-choice--sub {
  border: 1px solid var(--start-rule);
  font-size: 0.92rem;
  min-height: 46px;
  padding: 10px 14px;
}
.service-choice--sub[aria-checked="true"] {
  border-color: var(--start-rust);
  color: var(--start-rust);
}
.service-choice:focus-visible,
.start-button:focus-visible,
.start-link-button:focus-visible,
.start-link:focus-visible,
.request-context__change:focus-visible,
.request-composer input:focus-visible,
.request-composer textarea:focus-visible {
  outline: 3px solid var(--start-rust);
  outline-offset: 3px;
}

.service-price-gate {
  border-left: 3px solid var(--start-rust);
  margin-top: 24px;
  padding: 4px 0 4px 18px;
}
.service-price-gate p { margin: 5px 0 10px; line-height: 1.5; }
.build-note {
  color: var(--start-rust);
  font-family: var(--home-bold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.request-context {
  align-items: center;
  border-bottom: 1px solid var(--start-rule);
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
  padding: 0 0 16px;
}
.request-context__eyebrow {
  color: var(--start-rust);
  font-family: var(--home-bold);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.request-context__service {
  font-family: var(--home-narrow);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.request-context__change {
  border-bottom: 1px solid var(--start-rust);
  color: var(--start-rust) !important;
  font-family: var(--home-narrow);
  font-size: .82rem;
  font-weight: 700;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.request-stage-note {
  border-left: 3px solid var(--start-rust);
  color: #5f625d;
  font-family: var(--home-regular);
  font-size: .9rem;
  line-height: 1.45;
  margin: 0 0 26px;
  padding: 4px 0 4px 15px;
}
.request-stage-note span {
  color: var(--start-rust);
  display: block;
  font-family: var(--home-bold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.quoted-price {
  align-items: baseline;
  border-bottom: 1px solid var(--start-pine);
  border-top: 1px solid var(--start-pine);
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px;
  padding: 16px 0;
}
.quoted-price span {
  color: var(--start-rust);
  font-family: var(--home-bold);
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.quoted-price strong {
  font-family: var(--home-narrow);
  font-size: 2rem;
}

.request-composer { display: grid; gap: 26px; }
.field-row, .timing-group { display: grid; gap: 9px; }
.field-row > label,
.timing-group legend {
  color: var(--start-pine);
  font-family: var(--home-bold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field-row label span,
.preferred-dates label span { color: #666962; font-weight: 400; letter-spacing: 0; text-transform: none; }
.request-composer input,
.request-composer textarea {
  background: rgba(255,255,255,0.42);
  border: 1px solid rgba(6,8,7,0.46);
  border-radius: 0;
  color: var(--start-pine);
  font-family: var(--home-regular);
  font-size: 1rem;
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}
.request-composer textarea { resize: vertical; }
.field-row small {
  color: #666962;
  font-family: var(--home-regular);
  font-size: 0.85rem;
  line-height: 1.4;
}
.field-row--staging {
  border-left: 2px solid rgba(168,75,41,.55);
  padding-left: 14px;
}

.timing-group {
  border: 0;
  border-top: 1px solid var(--start-rule);
  margin: 0;
  padding: 24px 0 0;
}
.timing-group legend { margin-bottom: 14px; padding: 0; }
.choice-stack { display: grid; gap: 0; }
.timing-choice {
  align-items: center;
  border-bottom: 1px solid var(--start-rule);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr;
  padding: 14px 0;
}
.timing-choice:first-child { border-top: 1px solid var(--start-rule); }
.timing-choice input[type="radio"] {
  accent-color: var(--start-rust);
  height: 18px;
  margin: 0;
  min-height: 0;
  width: 18px;
}
.timing-choice span { display: grid; gap: 2px; }
.timing-choice strong {
  font-family: var(--home-regular);
  font-size: 1rem;
  font-weight: 400;
}
.timing-choice small {
  color: #666962;
  font-family: var(--home-regular);
  font-size: .82rem;
  line-height: 1.35;
}
.conditional-field { margin-top: 14px; max-width: 320px; }
.conditional-field label,
.preferred-dates label,
.project-date-window label {
  display: block;
  font-family: var(--home-bold);
  font-size: 0.78rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.preferred-dates,
.project-date-window {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}
.project-date-window { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pbn-request-note { border-left: 3px solid var(--start-rust); line-height: 1.5; margin: 0; padding-left: 16px; }

.request-preview {
  border-top: 1px solid var(--start-pine);
  padding-top: 22px;
}
.request-preview__label {
  color: var(--start-rust);
  font-family: var(--home-bold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.request-preview pre {
  background: transparent;
  border: 0;
  color: var(--start-pine);
  font-family: var(--home-regular);
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0;
  overflow: visible;
  white-space: pre-wrap;
}
.request-device-note {
  color: #666962;
  font-family: var(--home-regular);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: -10px 0 0;
}
.request-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.start-button {
  background: var(--start-pine);
  border: 1px solid var(--start-pine);
  color: var(--start-ivory);
  cursor: pointer;
  font-family: var(--home-narrow);
  /* 0.88rem + 0.1em tracking is the site's button, set on every other page.
     This one had drifted to 0.9rem with no tracking, so the last button in
     the funnel was the only one that did not match the rest. */
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  min-height: 52px;
  padding: 11px 21px;
  text-transform: uppercase;
}
.start-button:hover { background: var(--start-rust); border-color: var(--start-rust); }
.start-link-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--start-rust);
  color: var(--start-rust);
  cursor: pointer;
  font-family: var(--home-narrow);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0 0 4px;
  text-transform: uppercase;
}
.start-link {
  border-bottom: 1px solid var(--start-rust);
  color: var(--start-rust) !important;
  font-family: var(--home-narrow);
  font-size: 0.88rem;
  font-weight: 700;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.request-status { color: var(--start-rust); font-family: var(--home-bold); margin: -10px 0 0; min-height: 1.2em; }

@media (max-width: 1040px) and (min-width: 841px) {
  .start-step { gap: 48px; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
  .desktop-nav { gap: 14px; }
}

@media (max-width: 840px) {
  .start-service-content { padding: 0 42px; }
  .start-service-hero h1 { font-size: clamp(3.3rem, 13vw, 5.6rem); }
  .start-step { gap: 24px; grid-template-columns: 1fr; padding: 46px 0 52px; }
  .start-step__heading { gap: 11px; }
  .start-number { font-size: .78rem; }
  .start-step h2 { font-size: clamp(2.2rem, 8.4vw, 3.2rem); line-height: .94; padding-bottom: 16px; }
  .start-lede { font-size: clamp(1.45rem, 5.8vw, 1.95rem); line-height: 1.06; }
  .start-copy { font-size: clamp(1.02rem, 4.2vw, 1.18rem); }
  .service-choices { grid-template-columns: 1fr; }
  .service-choice:nth-child(odd) { border-right: 0; }
  .service-choice:nth-child(even) { padding-left: 0; }
  .service-subchoices__buttons { grid-template-columns: 1fr; }
  .preferred-dates, .project-date-window { grid-template-columns: 1fr; }
  .request-actions { align-items: stretch; flex-direction: column; }
  .start-button { width: 100%; }
  .start-link-button, .start-link { align-self: flex-start; }
  .request-context { gap: 20px; }
}

@media (max-width: 420px) {
  .start-service-content { padding: 0 24px; }
  .start-service-hero h1 { font-size: clamp(3rem, 12.6vw, 4.25rem); }
  .request-context { align-items: flex-start; flex-direction: column; gap: 10px; }
}
