.koc-optima-search,
.koc-optima-trigger,
.koc-optima-link,
.koc-optima-search * {
  box-sizing: border-box;
}

.koc-optima-search {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 16%, transparent);
}

.koc-sticky-placeholder {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

.koc-optima-search.koc-is-stuck {
  position: fixed;
  z-index: 99980;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.koc-compact-form {
  width: 100%;
  margin: 0;
}

.koc-compact-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(280px, auto) minmax(190px, auto);
  align-items: stretch;
  width: 100%;
  min-height: 56px;
}

.koc-optima-search.koc-desktop-has-filters .koc-compact-row {
  grid-template-columns: minmax(220px, 1fr) auto minmax(280px, auto) minmax(290px, auto) minmax(190px, auto);
}

.koc-date-field,
.koc-undecided-field,
.koc-mobile-adults,
.koc-desktop-guests,
.koc-desktop-filters {
  border-right: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 13%, transparent);
}

.koc-date-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 7px 14px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.koc-field-label {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.koc-date-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 38px;
  cursor: pointer;
}

.koc-date-field input[type="date"] {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.koc-date-field input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.koc-date-display {
  display: inline-block;
  min-width: 96px;
  color: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.koc-calendar-mark {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.koc-calendar-mark svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.koc-date-control:focus-within {
  outline: 2px solid color-mix(in srgb, var(--koc-accent, #a7894f) 75%, transparent);
  outline-offset: 3px;
}

.koc-optima-search.koc-date-undecided-active .koc-date-field {
  color: var(--koc-date-undecided-text, #6b645b);
  background: var(--koc-date-undecided-bg, #ece8e1);
}

.koc-optima-search.koc-date-undecided-active .koc-date-display,
.koc-optima-search.koc-date-undecided-active .koc-calendar-mark {
  color: var(--koc-date-undecided-text, #6b645b);
}

.koc-optima-search.koc-date-undecided-active .koc-date-control,
.koc-optima-search.koc-date-undecided-active .koc-date-field input[type="date"] {
  cursor: default;
}

.koc-undecided-field {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
}

.koc-undecided-field input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--koc-primary, #1f2a35);
}

.koc-desktop-guests {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.koc-mobile-adults {
  display: none;
}

.koc-desktop-filters {
  display: none;
  align-items: stretch;
  min-width: 0;
}

.koc-optima-search.koc-desktop-has-filters .koc-desktop-filters {
  display: flex;
}

.koc-filter-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 12%, transparent);
  font-size: 13px;
}

.koc-filter-field > span {
  font-weight: 600;
  white-space: nowrap;
}

.koc-filter-field select {
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 4px 8px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 25%, transparent);
  border-radius: 0;
  box-shadow: none;
  font: inherit;
}

.koc-filter-field-compact {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  min-width: 132px;
  min-height: 56px;
  padding: 5px 9px;
  border-right: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 10%, transparent);
  border-bottom: 0;
}

.koc-filter-field-compact:last-child {
  border-right: 0;
}

.koc-filter-field-compact > span {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.1;
  text-overflow: ellipsis;
}

.koc-filter-field-compact select {
  min-height: 30px;
  padding: 1px 22px 1px 4px;
  border: 0;
  background-color: transparent;
  font-size: 13px;
}

.koc-quick-guest-field {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 104px;
  padding: 7px 10px;
  border-right: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 10%, transparent);
  white-space: nowrap;
  font-size: 13px;
}

.koc-quick-guest-field span {
  font-weight: 600;
}

.koc-quick-guest-field b {
  font-weight: 400;
}

.koc-quick-guest-field select {
  width: 48px;
  min-height: 36px;
  margin: 0;
  padding: 2px 4px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 23%, transparent);
  border-radius: 0;
  box-shadow: none;
  font: inherit;
}

.koc-guest-detail-button {
  min-width: 70px;
  margin: 0;
  padding: 6px 10px;
  color: var(--koc-text, #1f2428);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.koc-guest-detail-button:hover,
.koc-guest-detail-button:focus-visible {
  background: color-mix(in srgb, var(--koc-primary, #1f2a35) 7%, transparent);
}

.koc-submit,
.koc-modal-submit,
.koc-optima-trigger,
.koc-optima-link {
  color: var(--koc-button-text, #fff);
  background: var(--koc-button-bg, #1f2a35);
  border: 1px solid var(--koc-button-bg, #1f2a35);
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.koc-submit:hover,
.koc-submit:focus-visible,
.koc-submit:active,
.koc-modal-submit:hover,
.koc-modal-submit:focus-visible,
.koc-modal-submit:active,
.koc-optima-trigger:hover,
.koc-optima-trigger:focus-visible,
.koc-optima-trigger:active,
.koc-optima-link:hover,
.koc-optima-link:focus-visible,
.koc-optima-link:active {
  color: var(--koc-button-active-text, #1f2a35);
  background: var(--koc-button-active-bg, #fff);
  border-color: var(--koc-button-active-bg, #fff);
}

.koc-submit {
  min-width: 210px;
  min-height: 56px;
  margin: 0;
  padding: 9px 20px;
  border-radius: 0;
}

.koc-submit-mobile-text {
  display: none;
}

.koc-optima-trigger,
.koc-optima-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
}

.koc-optima-link,
.koc-optima-link:visited {
  color: var(--koc-link-text, var(--koc-button-text, #fff)) !important;
}

.koc-optima-link:hover,
.koc-optima-link:focus-visible,
.koc-optima-link:active {
  color: var(--koc-link-active-text, var(--koc-button-active-text, #1f2a35)) !important;
}

/*
 * Guest/condition dialog.
 *
 * This dialog is intentionally a native modal top-layer element. The search
 * bar becomes transformed while sticky, and a regular position:fixed child
 * would then be constrained by that transformed ancestor. showModal() removes
 * that constraint and lets ::backdrop cover the complete viewport.
 */
dialog.koc-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 20px !important;
  overflow: hidden !important;
  color: inherit;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

dialog.koc-modal:not([open]) {
  display: none !important;
}

dialog.koc-modal[open] {
  display: grid !important;
  place-items: center;
}

dialog.koc-modal::backdrop {
  background: rgba(12, 16, 20, 0.52) !important;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

/* Old-browser fallback. JavaScript moves the dialog directly under body. */
dialog.koc-modal.is-fallback[open] {
  position: fixed !important;
  z-index: 2147482500 !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center;
}

.koc-modal-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(12, 16, 20, 0.52);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.koc-modal-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
  max-height: min(86vh, 760px);
  max-height: min(86dvh, 760px);
  overflow: auto;
  padding: 28px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.koc-modal-panel h2 {
  margin: 0 42px 20px 0;
  font-size: 21px;
}

.koc-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--koc-text, #1f2428);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.koc-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-bottom: 18px;
}

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

.koc-guest-field {
  display: grid;
  grid-template-columns: 1fr 84px;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 12%, transparent);
}

.koc-guest-field select {
  width: 84px;
  min-height: 40px;
  padding: 4px 8px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 25%, transparent);
}

.koc-guest-label {
  display: flex;
  min-width: 0;
  align-items: baseline;
  white-space: nowrap;
}

.koc-guest-label-main {
  flex: 0 0 auto;
}

.koc-guest-label-note {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 12px;
  white-space: nowrap;
}


.koc-modal-submit {
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
}

body.koc-modal-open {
  overflow: hidden !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .koc-compact-row {
    grid-template-columns: minmax(185px, 1fr) auto minmax(230px, auto) minmax(150px, auto);
  }

  .koc-date-field,
  .koc-undecided-field {
    padding-right: 10px;
    padding-left: 10px;
  }

  .koc-quick-guest-field {
    min-width: 94px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .koc-guest-detail-button {
    min-width: 58px;
  }

  .koc-filter-field-compact {
    min-width: 116px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .koc-submit {
    min-width: 150px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .koc-optima-search {
    width: min(100%, var(--koc-desktop-max-width, 850px));
    max-width: var(--koc-desktop-max-width, 850px);
    margin-right: auto;
    margin-left: auto;
  }

  .koc-optima-search.koc-is-stuck {
    right: auto;
    left: 50%;
    width: min(calc(100vw - 32px), var(--koc-sticky-desktop-max-width, 850px));
    max-width: var(--koc-sticky-desktop-max-width, 850px);
    transform: translateX(-50%);
    border-right: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 16%, transparent);
    border-left: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 16%, transparent);
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .koc-desktop-filters {
    display: none;
  }

  .koc-compact-row {
    grid-template-columns: minmax(205px, 1fr) auto minmax(250px, auto) minmax(165px, auto);
  }
}

@media (max-width: 767px) {
  .koc-compact-row {
    grid-template-columns: minmax(0, 1fr) 86px minmax(62px, 76px);
    min-height: 52px;
  }

  .koc-date-field {
    min-width: 0;
    padding: 4px 2px 4px 6px;
  }

  .koc-field-label,
  .koc-desktop-guests,
  .koc-desktop-filters,
  .koc-submit-desktop-text {
    display: none;
  }

  .koc-date-control {
    width: auto;
    max-width: 100%;
    gap: 2px;
  }

  .koc-date-display {
    min-width: 86px;
    font-size: 15.5px;
  }

  .koc-calendar-mark {
    flex-basis: 27px;
    width: 27px;
    height: 44px;
  }

  .koc-calendar-mark svg {
    width: 23px;
    height: 23px;
  }

  .koc-undecided-field {
    gap: 4px;
    min-width: 86px;
    padding: 4px 6px;
    font-size: 11.5px;
  }

  .koc-undecided-field input {
    width: 16px;
    height: 16px;
  }

  .koc-mobile-adults {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    overflow: visible;
    padding: 4px 2px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
  }

  .koc-mobile-adults select {
    width: 28px;
    min-width: 28px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: var(--koc-text, #1f2428);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-align-last: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .koc-mobile-adults select::-ms-expand {
    display: none;
  }

  .koc-mobile-adults b {
    font-size: 13px;
    font-weight: 400;
  }

  .koc-optima-search.koc-mobile-has-adults .koc-compact-row {
    grid-template-columns: minmax(0, 1fr) 84px 88px minmax(60px, 64px);
  }

  .koc-optima-search.koc-mobile-has-adults .koc-mobile-adults {
    display: flex;
  }

  .koc-submit-mobile-text {
    display: inline;
  }

  .koc-submit {
    min-width: 0;
    min-height: 52px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .koc-guest-label {
    white-space: normal;
  }

  .koc-filter-grid,
  .koc-guest-grid {
    grid-template-columns: 1fr;
  }

  .koc-trigger-fixed-mobile {
    position: fixed;
    z-index: 9998;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
  }
}

@media (max-width: 360px) {
  .koc-optima-search.koc-mobile-has-adults .koc-mobile-adults {
    display: none;
  }

  .koc-optima-search.koc-mobile-has-adults .koc-compact-row,
  .koc-compact-row {
    grid-template-columns: minmax(0, 1fr) 82px 62px;
  }

  .koc-undecided-field {
    min-width: 82px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .koc-date-display {
    font-size: 14.5px;
  }

  .koc-submit {
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .koc-submit,
  .koc-modal-submit,
  .koc-optima-trigger,
  .koc-optima-link {
    transition: none;
  }
}

/*
 * Desktop selection dialog.
 *
 * Native <dialog>.showModal() places the selector in the browser top layer.
 * Its ::backdrop always covers the complete viewport, even when the theme
 * creates transformed or high-z-index stacking contexts for a sticky header.
 */
dialog.koc-select-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  color: inherit;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

dialog.koc-select-overlay:not([open]) {
  display: none !important;
}

dialog.koc-select-overlay[open] {
  display: grid !important;
  place-items: center;
}

dialog.koc-select-overlay::backdrop {
  background: rgba(12, 16, 20, 0.48);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

/* Fallback for old desktop browsers without HTMLDialogElement.showModal(). */
.koc-select-overlay.is-fallback {
  position: fixed !important;
  z-index: 2147483000 !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

.koc-select-overlay-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(12, 16, 20, 0.48);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.koc-select-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(92vw, 420px);
  max-height: min(84vh, 680px);
  max-height: min(84dvh, 680px);
  flex-direction: column;
  overflow: hidden;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 24%, transparent);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.koc-select-dialog-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 12px 10px 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--koc-primary, #1f2a35) 14%, transparent);
}

.koc-select-dialog-title {
  margin: 0;
  color: var(--koc-text, #1f2428);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.koc-select-dialog-close {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: var(--koc-text, #1f2428);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
  line-height: 1;
}

.koc-select-dialog-close:hover,
.koc-select-dialog-close:focus-visible {
  background: color-mix(in srgb, var(--koc-primary, #1f2a35) 8%, transparent);
  outline: 2px solid color-mix(in srgb, var(--koc-accent, #a7894f) 70%, transparent);
  outline-offset: -2px;
}

.koc-select-popover {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  max-height: min(68vh, 560px);
  max-height: min(68dvh, 560px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 0;
  box-shadow: none;
}

.koc-select-popover.is-numeric {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.koc-select-option {
  display: block;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 9px 13px;
  color: var(--koc-text, #1f2428);
  background: var(--koc-bg, #fff);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
}

.koc-select-popover.is-numeric .koc-select-option {
  min-height: 48px;
  padding: 8px;
  text-align: center;
  border-color: color-mix(in srgb, var(--koc-primary, #1f2a35) 14%, transparent);
}

.koc-select-option:hover,
.koc-select-option:focus-visible {
  color: var(--koc-button-active-text, #1f2a35);
  background: var(--koc-button-active-bg, #fff);
  border-color: color-mix(in srgb, var(--koc-accent, #a7894f) 70%, transparent);
  outline: 2px solid color-mix(in srgb, var(--koc-accent, #a7894f) 65%, transparent);
  outline-offset: -2px;
}

.koc-select-option.is-selected,
.koc-select-option[aria-selected="true"] {
  color: var(--koc-button-text, #fff);
  background: var(--koc-button-bg, #1f2a35);
  border-color: var(--koc-button-bg, #1f2a35);
  font-weight: 600;
}

.koc-select-option[disabled] {
  cursor: default;
  opacity: 0.48;
}

.koc-select-popover-active {
  outline: 2px solid color-mix(in srgb, var(--koc-accent, #a7894f) 70%, transparent);
  outline-offset: 1px;
}

html.koc-select-dialog-open,
body.koc-select-dialog-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .koc-select-overlay {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .koc-select-overlay {
    padding: 12px;
  }

  .koc-select-dialog {
    width: min(96vw, 420px);
  }

  .koc-select-popover.is-numeric {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

