.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 1fr);
  gap: 26px;
  align-items: start;
}
.planner {
  min-width: 0;
}
.instrument-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.instrument-title .eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
}
.instrument-title h3 {
  font: 600 22px var(--font-heading);
  margin: 0 0 8px;
  letter-spacing: -0.6px;
}
.instrument-title p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.rate {
  text-align: right;
  white-space: nowrap;
}
.rate strong {
  display: block;
  font: 500 28px var(--font-heading);
  color: var(--softgold);
}
.rate span {
  font-size: 10px;
  color: var(--muted);
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 28px 0 23px;
  padding: 19px 0;
  border-block: 1px solid var(--line);
}
.spec-grid span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 9px;
}
.spec-grid strong {
  font-size: 16px;
  font-weight: 500;
}
.spec-grid small {
  font-size: 9px;
  font-weight: 400;
  color: var(--muted);
}
.equipment-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
  padding-top: 22px;
  line-height: 1.6;
}
.equipment-selectors > div {
  min-width: 0;
}
.target-result {
  margin-top: 18px;
  border-left: 2px solid var(--gold);
  padding: 7px 13px;
  color: var(--softgold);
  font-size: 12px;
  line-height: 1.8;
}
.sky-preview {
  margin-top: 18px;
}
.sky-preview img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 7px;
}
.sky-preview p {
  font-size: 10px;
  color: var(--muted);
}
.preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 25px;
}
.preset-row > span {
  font-size: 11px;
  color: var(--muted);
  margin-right: auto;
}
.filter-head,
.filter-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.85fr 1fr;
  gap: 14px;
  align-items: center;
}
.filter-head {
  color: #8d957e;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.filter-row {
  padding: 9px 0;
  border-bottom: 1px solid #2b2f25;
}
.filter-row label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 12px;
}
.filter-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--filter-color);
}
.filter-row input,
.filter-row select {
  padding: 9px 10px;
  min-height: 44px;
  height: 44px;
  font-size: 12px;
}
.filter-row select {
  padding-right: 28px;
}
.filter-notice {
  margin: 18px 0 0;
  color: var(--softgold);
  font-size: 12px;
  line-height: 1.7;
}
.temperature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.temperature label {
  margin: 0;
}
.temperature > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}
.temperature input {
  max-width: 88px;
  min-height: 38px;
  padding: 8px 10px;
}
.billing-note {
  margin-top: 21px;
}
.plan-totals {
  margin-top: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
}
.plan-totals span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 8px;
}
.plan-totals strong {
  font: 500 18px var(--font-heading);
}
.plan-totals > div:last-child {
  text-align: right;
}
.plan-totals > div:last-child strong {
  color: var(--softgold);
}
.plan-actions {
  display: flex;
  gap: 12px;
}
.plan-actions > .button:last-child {
  flex: 1;
}
.request-sidebar {
  position: sticky;
  top: 22px;
}
.request-panel {
  padding: 27px 25px;
}
.count {
  margin-left: auto;
  background: #35382d;
  color: var(--softgold);
  border-radius: 50%;
  font-size: 11px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}
.empty-cart {
  text-align: center;
  padding: 20px 0 32px;
}
.empty-cart > span {
  font-size: 47px;
  color: #696e56;
}
.empty-cart h3 {
  font: 500 15px var(--font-heading);
  margin: 16px 0 9px;
}
.empty-cart p {
  color: #929b84;
  font-size: 12px;
  line-height: 1.7;
}
.request-totals {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.request-totals > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 12px;
}
.request-totals span {
  color: var(--muted);
}
.request-totals strong {
  font-weight: 500;
}
.request-totals .grand-total {
  margin-top: 23px;
  align-items: center;
}
.grand-total strong {
  font: 500 29px var(--font-heading);
  color: var(--softgold);
}
.grand-total span {
  font-size: 13px;
  color: var(--text);
}
.request-totals > p {
  font-size: 9px;
  color: #939a87;
  line-height: 1.6;
}
.checkout {
  width: 100%;
  margin-top: 12px;
  justify-content: space-between;
}
.checkout-note {
  text-align: center;
  font-size: 10px;
  line-height: 1.7;
  color: #949b87;
  margin: 15px 0 0;
}
.sidebar-caption {
  text-align: center;
  font: 500 21px/1.5 var(--font-heading);
  color: #9ca48e;
  margin: 32px 0;
}
.sidebar-caption em {
  font: italic 24px Georgia;
  color: #bcb9a4;
}
.cart-item {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.cart-item h3 {
  font: 600 15px var(--font-heading);
  margin: 0;
}
.cart-item p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin: 8px 0;
}
.cart-item strong {
  font-size: 14px;
  color: var(--softgold);
  font-weight: 500;
}
.cart-actions {
  display: flex;
  gap: 16px;
}
.cart-actions button {
  background: none;
  border: 0;
  padding: 3px 0;
  font-size: 10px;
  color: #bfc5af;
}
.cart-actions button:last-child {
  color: #a3a58f;
}
@media (max-width: 1000px) {
  .workspace {
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 1fr);
    gap: 18px;
  }
  .spec-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .instrument-title {
    align-items: start;
  }
  .instrument-title h3 {
    font-size: 19px;
  }
  .plan-actions {
    flex-direction: column;
  }
  .filter-head,
  .filter-row {
    gap: 8px;
  }
}
@media (max-width: 760px) {
  .workspace {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .request-sidebar {
    position: static;
  }
  .spec-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .spec-grid strong {
    font-size: 14px;
  }
  .spec-grid small {
    display: block;
    font-size: 8px;
  }
  .filter-head,
  .filter-row {
    grid-template-columns: 0.8fr 1.1fr 0.75fr 0.9fr;
    gap: 9px;
  }
  .filter-row input,
  .filter-row select {
    font-size: 11px;
    padding: 9px 6px;
  }
  .filter-row select {
    padding-right: 20px;
    background-position:
      calc(100% - 12px) 50%,
      calc(100% - 7px) 50%;
  }
  .equipment-selectors {
    grid-template-columns: 1fr;
  }
  .preset-row > span {
    font-size: 10px;
  }
  .plan-actions {
    flex-direction: row;
  }
  .plan-actions .button {
    padding: 11px;
    font-size: 10px;
    gap: 6px;
  }
  .request-panel {
    padding: 25px;
  }
  .empty-cart {
    padding: 10px 0 20px;
  }
  .sidebar-caption {
    display: none;
  }
  .equipment-details {
    grid-template-columns: 1fr;
  }
}
