.welcome { max-width: 1100px; margin: 0 auto; }
.welcome-heading { margin-bottom: 22px; }
.welcome-heading .eyebrow { color: #775c18; margin-bottom: 12px; }
.welcome-heading h1 { font-size: clamp(34px, 3.3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.welcome-heading h1 br { display: none; }
.welcome-heading h1 em { font-weight: 400; }
.welcome-heading p { font-size: 16px; line-height: 1.5; margin-top: 12px; color: var(--muted); }
.welcome-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fffdf8; }
.welcome-setup { padding: 28px; min-width: 0; }
.welcome-place { display: block; padding: 0 0 14px; border: 0; border-radius: 0; border-bottom: 1px solid var(--line); margin-bottom: 16px; background: none; }
.welcome-place strong { font: 500 20px 'DM Sans',sans-serif; }
.welcome-place .subtle-button { min-height: 44px; margin-top: 0; padding: 8px 0; }
.welcome-settings { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; margin: 0; }
.welcome-settings select { font-size: 15px; padding: 12px 10px; }
.welcome-options { margin: 18px 0 20px; }
.welcome-options summary, .location-options summary, .proposal-reasons summary { font-size: 14px; cursor: pointer; min-height: 44px; padding: 12px 0; }
.welcome-options>div, .location-options>div { display: grid; gap: 15px; padding: 10px 0; }
.welcome-options .subtle-button { justify-self: start; text-align: left; }
.welcome-primary { width: 100%; justify-content: space-between; font-size: 17px; min-height: 54px; }
.welcome-reassurance { font-size: 14px; color: var(--muted); margin-top: 12px; text-align: center; }
.welcome-manual { display: block; min-height: 44px; margin: 12px auto 0; text-align: center; }
.welcome-picture { position: relative; min-width: 0; min-height: 100%; margin: 0; background: #dae3c9; }
.welcome-picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.welcome-picture figcaption { position: absolute; bottom: 12px; left: 12px; right: 12px; border-radius: 8px; background: #faf6f0ed; color: #3e512e; padding: 8px 10px; font-size: 12px; }
.welcome-storage { font-size: 14px; color: var(--muted); margin-top: 18px; }
.welcome-storage button { min-height: 44px; }
.location-dialog #place-search { grid-template-columns: 1fr auto; align-items: end; margin-top: 22px; gap: 12px; }
.location-dialog #place-search .button { min-height: 48px; }
.location-dialog #chosen-place:empty { display: none; }
.location-dialog #chosen-place { padding: 12px 16px; border-radius: 12px; background: #edf2e4; font: 600 20px 'DM Sans',sans-serif; }
.location-dialog .form-grid { gap: 12px; }
.location-options { border-top: 1px solid var(--line); }
.gps-options { margin-top: 22px; }
.gps-options .button { margin-top: 12px; }
.skip-location { display: block; margin-top: 18px; min-height: 44px; }
.proposal-dialog .proposal-grid { gap: 10px; margin: 20px 0 16px; }
.proposal-dialog .proposal-cell { padding: 16px; background: #f3f5ed; border: 1px solid #dce3d0; box-shadow: none; }
.proposal-crop { display: flex; align-items: center; gap: 14px; min-height: 90px; }
.proposal-crop img { width: 76px; height: 76px; object-fit: contain; mix-blend-mode: multiply; flex-shrink: 0; }
.proposal-crop>div { min-width: 0; }
.proposal-crop span { font-size: 14px; color: var(--muted); }
.proposal-crop strong { font: 400 21px/1.25 var(--serif); margin: 5px 0; }
.proposal-crop small { font-size: 13px; color: var(--muted); }
.proposal-reasons ul { padding-left: 20px; line-height: 1.6; font-size: 14px; }
.proposal-reasons li { margin-bottom: 12px; }
.proposal-actions { position: sticky; bottom: -40px; background: #faf6f0; border-top: 1px solid var(--line); padding: 18px 0; margin-bottom: -20px; z-index: 1; }
.location-continue:disabled { opacity: .5; cursor: not-allowed; }
.has-crops .garden-workspace { display: block; }
.has-crops .intent-panel { padding: 0; margin-bottom: 20px; }
.has-crops .intent-panel>summary { cursor: pointer; min-height: 44px; padding: 10px 0; font-size: 16px; }
.has-crops .intent-panel[open] { padding: 0 20px 20px; background: #f0f3e7; border-radius: 16px; }
.has-crops .intent-panel .settings { max-width: 520px; }
.has-crops .intent-heading, .has-crops .living-note { display: none; }
.has-crops .intent-choices { display: flex; flex-wrap: wrap; gap: 12px; border: 0; }
.has-crops .intent-choices button { border: 1px solid #ccd5bb; padding: 12px 16px; border-radius: 12px; }
.has-crops .intent-index { display: none; }
.has-crops .place-bar { padding: 14px 20px; margin-bottom: 10px; }
.has-crops .place-bar .eyebrow { display: none; }
.has-crops .plant-zone:not(:has(img)) .variety-initial { display: none; }
.has-crops .plant-zone:not(:has(img)) { justify-content: center; background: #edf1e4; }
.has-crops .plant-zone:not(:has(img)) strong { font-size: 24px; }
.has-crops .workspace-actions { flex-wrap: wrap; }
.has-crops .time-slider input { height: 24px; margin: 14px 0 4px; background: linear-gradient(#d6d9be,#d6d9be) center / 100% 6px no-repeat; }
.has-crops .time-controller { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid #ddd6bf; border-bottom: 0; }
@media (max-width: 850px) {
  .welcome-layout { grid-template-columns: 1fr; }
  .welcome-picture { display: none; }
  .welcome-heading { margin-bottom: 22px; }
  .welcome-setup { padding: 24px; }
}
@media (max-width: 700px) {
  .welcome-heading h1 { font-size: 36px; }
  .welcome-heading p { font-size: 16px; }
  .desktop-break { display: none; }
  .welcome-setup { padding: 20px; }
  .welcome-settings { gap: 12px; grid-template-columns: 1fr 1fr; }
  .welcome-place { padding-bottom: 14px; margin-bottom: 16px; }
  .welcome-place strong { font-size: 18px; }
  .welcome-primary { font-size: 16px; padding: 14px 18px; }
  .welcome-options { margin: 10px 0 12px; }
  .welcome-settings select { font-size: 14px; padding: 10px 7px; }
  .location-dialog #place-search { grid-template-columns: 1fr; }
  .proposal-actions { bottom: -26px; gap: 10px; }
  .proposal-actions .button { flex: 1; padding: 12px; font-size: 14px; }
  .proposal-actions .subtle-button { flex-basis: 100%; min-height: 44px; text-align: center; }
}
