/* Shared photo-story geometry comes from business-hero.css; the task picker is specific to small businesses. */
.small-business-hero { grid-template-columns: minmax(0, 1fr) minmax(370px, 34%); }
.small-business-hero .business-hero__copy h1 { font-size: clamp(2.375rem, 3.4vw, 3.75rem); }
.small-business-hero .business-hero__copy > p { max-width: 450px; }
.small-business-hero__features { display: flex; flex-wrap: wrap; gap: 16px 22px; padding: 0; margin: 30px 0 0; list-style: none; }
.small-business-hero__features li { display: flex; align-items: center; gap: 8px; color: #48443f; font-size: .875rem; line-height: 1.5; }
.small-business-hero__features .icon { width: 18px; height: 18px; color: var(--link); }
.small-picker { display: flex; flex-direction: column; gap: 20px; min-width: 0; padding: 26px; border: 1px solid var(--brand-border); border-radius: 28px; background: #fff; }
.small-picker__heading > span { display: block; margin-bottom: 10px; color: var(--link); font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.small-picker__heading h2 { margin: 0; font-size: clamp(1.5rem, 1.9vw, 1.875rem); font-weight: 700; line-height: 1.2; letter-spacing: -.025em; }
.small-picker__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 5px; border: 1px solid var(--brand-border); border-radius: 16px; background: #f7f7f6; }
.small-picker__tabs button { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; padding: 10px 12px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: var(--muted); font-size: .9375rem; font-weight: 600; line-height: 1.4; cursor: pointer; }
.small-picker__tabs button > span { font-size: .75rem; font-weight: 400; }
.small-picker__tabs button:hover { color: var(--link); background: #fff; }
.small-picker__tabs [aria-selected="true"] { color: var(--link); border-color: #ffd8ad; background: #fff1e1; box-shadow: inset 0 -2px var(--action); }
.small-picker__result { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.small-picker__result-heading h3 { margin: 0 0 5px; font-size: 1.1875rem; font-weight: 700; line-height: 1.4; }
.small-picker__result-heading p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.small-picker__services { display: grid; gap: 0; padding: 0; margin: 14px 0 20px; list-style: none; }
.small-picker__services li + li { border-top: 1px solid var(--line); }
.small-picker__services button { display: flex; align-items: center; gap: 12px; width: 100%; min-width: 0; padding: 15px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.small-picker__service-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border: 1px solid #ffe3c3; border-radius: 11px; background: #fff5e9; color: var(--link); }
.small-picker__service-icon .icon { width: 20px; height: 20px; }
.small-picker__service-copy { flex: 1; min-width: 0; }
.small-picker__service-copy strong { display: block; margin-bottom: 5px; font-size: 1rem; font-weight: 600; line-height: 1.35; }
.small-picker__service-copy > span { display: block; color: var(--muted); font-size: .875rem; font-weight: 400; line-height: 1.45; }
.small-picker__service-arrow { display: flex; flex-shrink: 0; color: var(--link); }
.small-picker__service-arrow .icon { width: 17px; height: 17px; }
.small-picker__services button:hover strong { color: var(--link); text-decoration: underline; text-underline-offset: 3px; }
.small-picker__actions { display: flex; flex-direction: column; gap: 6px; margin-top: auto; }
.small-picker__actions .button { justify-content: space-between; min-height: 48px; padding: 13px 18px; gap: 10px; font-size: .9375rem; }
.small-picker__browse { min-height: 40px; padding: 8px; border: 0; background: transparent; color: var(--link); font-size: .875rem; font-weight: 500; cursor: pointer; }
.small-picker__browse:hover { text-decoration: underline; text-underline-offset: 4px; }
.small-business-page [data-small-card].is-highlighted { border-color: var(--action); box-shadow: 0 0 0 1px var(--action); }
.small-business-page :is(button, [tabindex]):focus-visible { outline: 2px solid var(--link); outline-offset: 4px; }
@media (max-width: 1120px) {
  .small-business-hero { grid-template-columns: minmax(0, 1fr); }
  .small-business-hero .business-hero__copy h1 { font-size: clamp(2.5rem, 5.3vw, 3.75rem); }
  .small-picker { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 20px 28px; align-items: start; }
  .small-picker__heading, .small-picker__tabs { grid-column: 1; }
  .small-picker__result { grid-column: 2; grid-row: 1 / 3; padding-left: 24px; border-left: 1px solid var(--line); }
  .small-picker__tabs button { padding-inline: 8px; }
}
@media (max-width: 700px) {
  .small-picker { display: flex; padding: 22px 18px; border-radius: 24px; }
  .small-picker__result { padding-left: 0; border-left: 0; }
  .small-picker__tabs button { align-items: center; padding-inline: 5px; font-size: .875rem; }
}
@media (max-width: 600px) {
  .small-business-hero .business-hero__copy h1 { font-size: clamp(1.875rem, 7.7vw, 2.75rem); }
  .small-business-hero__features { gap: 12px 18px; margin-top: 24px; }
  .small-picker__services button { gap: 10px; }
  .small-picker__service-arrow { display: none; }
}
