.coffee-hero { text-align: center; padding: 2rem 0 1.5rem; }
.coffee-hero h1 { font-size: 2rem; font-weight: 800; }
.coffee-hero p { color: var(--gray-600); max-width: 500px; margin: 0.5rem auto 0; }

.coffee-corner-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}
.coffee-menu-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 2rem;
    align-items: stretch;
    min-height: 430px;
    margin-bottom: 2.5rem;
}
.coffee-menu-copy {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: clamp(2rem, 4vw, 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.coffee-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--primary);
    font-weight: 800;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1rem;
}
.coffee-menu-copy h1 {
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1;
    font-weight: 900;
    color: var(--gray-900);
    margin-bottom: 1rem;
}
.coffee-menu-copy p {
    color: var(--gray-600);
    font-size: 1.06rem;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 1.5rem;
}
.coffee-menu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}
.coffee-menu-photo {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    background: var(--gray-100);
    min-height: 360px;
}
.coffee-menu-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.coffee-menu-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.coffee-menu-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    margin: 0;
}
.coffee-count {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    padding: .45rem .9rem;
    color: var(--gray-600);
    font-weight: 700;
}
.coffee-menu-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}
.coffee-menu-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 1.1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 104px;
}
.coffee-menu-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: rgba(37,99,235,.08);
    color: var(--primary);
    font-size: 1.2rem;
    flex: 0 0 auto;
}
.coffee-menu-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}
.coffee-menu-card-body h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--gray-900);
}
.coffee-menu-card-body span {
    color: var(--gray-900);
    font-weight: 900;
    white-space: nowrap;
}

/* ── Menu Section ── */
.menu-section { margin-bottom: 2.5rem; }
.menu-banner {
    display: flex; gap: 2rem; align-items: stretch;
    background: #fff; border: 1px solid var(--gray-200); border-radius: 16px;
    overflow: hidden; margin-bottom: 1.5rem;
}
.menu-banner-img {
    flex: 0 0 280px; position: relative; overflow: hidden;
}
.menu-banner-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.menu-banner-img .img-badge {
    position: absolute; bottom: 12px; left: 12px;
    background: rgba(0,0,0,0.6); color: #fff; padding: 6px 14px;
    border-radius: 10px; font-size: 0.78rem; font-weight: 600;
    display: flex; align-items: center; gap: 6px; backdrop-filter: blur(4px);
}
.menu-banner-body { flex: 1; padding: 1.75rem; display: flex; flex-direction: column; }
.menu-banner-body h3 { font-size: 1.2rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.25rem; }
.menu-banner-body .menu-subtitle { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 1.25rem; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; flex: 1; }
.menu-grid-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.6rem 0; border-bottom: 1px solid var(--gray-100);
    font-size: 0.88rem;
}
.menu-grid-item:nth-child(odd) { padding-right: 1rem; }
.menu-grid-item:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--gray-100); }
.menu-grid-item .mg-left { display: flex; align-items: center; gap: 8px; color: var(--gray-700); }
.menu-grid-item .mg-left i { color: var(--primary); width: 18px; text-align: center; font-size: 0.85rem; }
.menu-grid-item .mg-price { font-weight: 700; color: var(--gray-900); white-space: nowrap; }
.menu-note { font-size: 0.8rem; color: var(--gray-500); margin-top: 0.75rem; font-style: italic; }

.calc-divider {
    display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; color: var(--gray-400); font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
}
.calc-divider::before, .calc-divider::after { content: ''; flex: 1; height: 1px; background: var(--gray-200); }

@media (max-width: 768px) {
    .coffee-corner-page { padding-top: 1rem; }
    .coffee-menu-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .coffee-menu-photo { min-height: 240px; order: -1; }
    .coffee-menu-copy { padding: 1.5rem; }
    .coffee-menu-actions .btn { width: 100%; }
    .coffee-menu-header { align-items: start; flex-direction: column; }
    .menu-banner { flex-direction: column; }
    .menu-banner-img { flex: 0 0 180px; }
    .menu-grid { grid-template-columns: 1fr; }
    .menu-grid-item:nth-child(odd) { padding-right: 0; }
    .menu-grid-item:nth-child(even) { padding-left: 0; border-left: none; }
}

/* ── Person Card ── */
.person-card {
    background: #fff; border: 1.5px solid var(--gray-200); border-radius: 14px;
    padding: 1.25rem; margin-bottom: 1rem; position: relative; transition: border-color 0.15s;
}
.person-card:hover { border-color: var(--primary); }
.person-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0; }
.person-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #60a5fa);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.person-header input {
    border: none; border-bottom: 1.5px solid var(--gray-200);
    font-size: 1rem; font-weight: 600; padding: 0.25rem 0;
    outline: none; flex: 1; background: transparent; border-radius: 0; min-width: 0;
}
.person-header input:focus { border-color: var(--primary); }
.remove-person {
    background: none; border: none; color: var(--gray-400);
    cursor: pointer; font-size: 1rem; padding: 0.25rem; flex-shrink: 0;
}
.remove-person:hover { color: #dc2626; }

/* ── Add Items Button ── */
.btn-add-items {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
    width: 100%; padding: 0.6rem; margin-top: 0.75rem;
    border: 2px dashed var(--gray-200); border-radius: 10px;
    background: var(--gray-50); color: var(--primary);
    font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: all 0.15s;
}
.btn-add-items:hover { background: rgba(37,99,235,0.05); border-color: var(--primary); }

/* ── Person Items List (compact summary) ── */
.person-items-list { margin-top: 0.75rem; }
.person-item-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.4rem 0; border-bottom: 1px solid var(--gray-100); font-size: 0.85rem;
}
.person-item-row:last-child { border-bottom: none; }
.person-item-left { display: flex; align-items: center; gap: 0.5rem; min-width: 0; overflow: hidden; }
.person-item-left i { color: var(--primary); width: 16px; text-align: center; font-size: 0.8rem; flex-shrink: 0; }
.person-item-left .item-name-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.person-item-qty {
    background: var(--gray-100); border-radius: 6px; padding: 0.1rem 0.45rem;
    font-size: 0.75rem; font-weight: 700; color: var(--gray-600); margin-left: 0.35rem; flex-shrink: 0;
}
.person-item-price { font-weight: 600; white-space: nowrap; margin-left: 0.75rem; flex-shrink: 0; }
.person-subtotal {
    display: flex; justify-content: space-between;
    font-weight: 700; font-size: 0.95rem; margin-top: 0.5rem;
    padding-top: 0.5rem; border-top: 2px solid var(--gray-200);
}

/* ── Grand Total Bar ── */
.grand-total-bar {
    position: sticky; bottom: 0; background: #fff;
    border-top: 2px solid var(--gray-200); padding: 1rem 1rem 2rem;
    margin: 1.5rem -12px 0; border-radius: 14px;
    z-index: 10;
}
.grand-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 1.2rem; font-weight: 800; }
.action-btns { display: flex; gap: 0.5rem; margin-top: 0.75rem; }
.action-btns .btn { flex: 0 1 auto; font-weight: 600; font-size: 0.9rem; border-radius: 10px; padding: 0.6rem 1.5rem; }
.btn-save { background: var(--primary); color: #fff; border: none; }
.btn-save:hover { background: var(--primary-dark, #1d4ed8); color: #fff; }
.btn-save:disabled { opacity: 0.5; }
.btn-reset { background: var(--gray-100); color: var(--gray-700); border: none; }
.btn-reset:hover { background: var(--gray-200); }

.empty-calc { text-align: center; padding: 3rem 1rem; color: var(--gray-600); }
.empty-calc i { font-size: 3rem; margin-bottom: 1rem; color: var(--gray-300); display: block; }

/* ── Items Modal ── */
.items-modal .modal-content { border-radius: 16px; border: none; max-height: 90vh; display: flex; flex-direction: column; }
.items-modal .modal-header {
    border-bottom: 1px solid var(--gray-200); padding: 1rem 1.25rem;
}
.items-modal .modal-header h5 { font-weight: 700; font-size: 1rem; margin: 0; }
.items-modal .modal-body { padding: 0; overflow-y: auto; flex: 1; }

.modal-item-row {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--gray-100);
    transition: background 0.1s;
}
.modal-item-row:last-child { border-bottom: none; }
.modal-item-row:hover { background: var(--gray-50); }
.modal-item-row.has-qty { background: rgba(37,99,235,0.04); }
.modal-item-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--gray-100); display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--primary); flex-shrink: 0;
}
.modal-item-row.has-qty .modal-item-icon { background: rgba(37,99,235,0.1); }
.modal-item-info { flex: 1; min-width: 0; }
.modal-item-name { font-weight: 600; font-size: 0.9rem; color: var(--gray-800); }
.modal-item-price { font-size: 0.78rem; color: var(--gray-500); }
.modal-qty-control { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.modal-qty-control button {
    width: 32px; height: 32px; border-radius: 8px;
    border: 1.5px solid var(--gray-200); background: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 1rem; font-weight: 700; color: var(--gray-600);
    transition: all 0.12s;
}
.modal-qty-control button:hover { border-color: var(--primary); color: var(--primary); }
.modal-qty-control .qty-value {
    font-weight: 700; font-size: 1rem; min-width: 28px; text-align: center; color: var(--gray-800);
}
.modal-qty-control .qty-value.has-val { color: var(--primary); }

.items-modal .modal-footer {
    border-top: 1px solid var(--gray-200); padding: 0.75rem 1.25rem;
    display: flex; align-items: center; justify-content: space-between;
}
.modal-footer-total { font-weight: 700; font-size: 0.95rem; }
.modal-footer-total span { color: var(--primary); }
.btn-modal-done {
    background: var(--primary); color: #fff; border: none;
    border-radius: 10px; padding: 0.5rem 1.5rem; font-weight: 600;
    font-size: 0.9rem; cursor: pointer; transition: background 0.15s;
}
.btn-modal-done:hover { background: var(--primary-dark, #1d4ed8); }

.coffee-order-builder {
    width: 100%;
    max-width: none;
    margin: 0;
}
.coffee-order-builder .person-card {
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.coffee-order-builder .person-header {
    gap: 1rem;
    align-items: center;
}
.coffee-order-builder .person-avatar {
    width: 58px;
    height: 58px;
    font-size: 1.25rem;
    font-weight: 700;
}
.person-name-field {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.person-name-field span {
    color: var(--gray-500);
    font-size: .76rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.person-name-field input {
    width: 100%;
    border: 1.5px solid var(--gray-200);
    font-size: 1.05rem;
    font-weight: 600;
    padding: .75rem .9rem;
    outline: none;
    background: #fff;
    border-radius: 8px;
    min-width: 0;
    color: var(--gray-900);
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.person-name-field input:hover {
    border-color: #cbd5e1;
    background: var(--gray-50);
}
.person-name-field input:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}
.coffee-order-builder .btn-add-items {
    margin-top: 1rem;
    padding: .95rem;
    border-radius: 8px;
    font-size: .98rem;
    font-weight: 600;
}
.coffee-order-builder > .btn-reset {
    border-radius: 8px !important;
    padding: 1rem !important;
    font-weight: 600;
    font-size: 1rem;
    background: #fff;
}
.coffee-order-builder .person-items-list {
    margin-top: 1rem;
}
.coffee-order-builder .person-item-row {
    padding: .72rem 0;
    font-size: .95rem;
}
.coffee-order-builder .person-item-price,
.coffee-order-builder .person-subtotal {
    font-weight: 700;
}
.coffee-order-builder .person-subtotal {
    font-size: 1.05rem;
    margin-top: .8rem;
    padding-top: .8rem;
}
.coffee-order-builder .grand-total-bar {
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 1.15rem;
    margin: 1.5rem 0 0;
    box-shadow: 0 -10px 35px rgba(15, 23, 42, .08);
}
.coffee-order-builder .grand-total-row {
    font-size: 1.35rem;
    font-weight: 800;
}
.coffee-order-builder .action-btns .btn {
    flex: 1;
    border-radius: 8px;
    padding: .85rem 1.25rem;
    font-size: .98rem;
    font-weight: 700;
}
.coffee-builder-grid {
    display: grid;
    grid-template-columns: minmax(240px, .75fr) minmax(520px, 1.75fr) minmax(280px, .8fr);
    gap: 1rem;
    align-items: start;
}
.coffee-builder-panel {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s, transform .15s;
}
.coffee-builder-panel:hover {
    border-color: #d1d5db;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}
.coffee-builder-panel-head {
    min-height: 72px;
    padding: 1rem;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}
.coffee-builder-panel-head > span {
    font-weight: 700;
    color: var(--gray-900);
    font-size: 1rem;
}
.coffee-builder-panel-head button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--primary);
    color: #fff;
}
.coffee-person-list,
.coffee-menu-order-list {
    padding: .65rem;
}
.coffee-person-tab {
    width: 100%;
    border: 1.5px solid transparent;
    background: var(--gray-50);
    border-radius: 8px;
    padding: .85rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    text-align: left;
    margin-bottom: .65rem;
    color: var(--gray-900);
    transition: background .15s, border-color .15s, transform .15s, box-shadow .15s;
}
.coffee-person-tab:hover {
    background: #fff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}
.coffee-person-tab.active {
    background: rgba(37, 99, 235, .08);
    border-color: rgba(37, 99, 235, .35);
}
.coffee-person-letter {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--gray-200);
    display: grid;
    place-items: center;
    color: var(--primary);
    font-weight: 700;
    flex: 0 0 auto;
}
.coffee-person-tab.active .coffee-person-letter {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.coffee-person-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.coffee-person-name-line {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-width: 0;
}
.coffee-person-name-line strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.coffee-person-edit {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gray-400);
    flex: 0 0 auto;
    font-size: .78rem;
}
.coffee-person-edit:hover {
    color: var(--primary);
    background: rgba(37, 99, 235, .08);
}
.coffee-person-info input {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--gray-900);
    font-weight: 600;
    padding: .15rem .25rem;
    outline: 0;
    margin-left: -.25rem;
}
.coffee-person-info input:hover {
    border-color: var(--gray-200);
    background: #fff;
}
.coffee-person-info input:focus {
    border-color: var(--primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .08);
}
.coffee-person-info small {
    color: var(--gray-500);
    font-weight: 400;
    margin-top: .15rem;
}
.coffee-person-remove {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gray-400);
}
.coffee-person-remove:hover {
    color: #dc2626;
    background: #fee2e2;
}
.coffee-selected-name {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.coffee-selected-name small {
    color: var(--gray-500);
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.coffee-selected-name input {
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    padding: .65rem .8rem;
    font-weight: 600;
    color: var(--gray-900);
    outline: 0;
}
.coffee-selected-name input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}
.coffee-menu-order-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    padding: .55rem .65rem;
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    margin-bottom: .45rem;
    transition: background .15s, border-color .15s, box-shadow .15s, transform .15s;
}
.coffee-menu-order-row:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
    transform: translateY(-1px);
}
.coffee-menu-order-row.has-qty {
    border-color: rgba(37, 99, 235, .25);
    background: rgba(37, 99, 235, .04);
}
.coffee-menu-order-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--gray-50);
    color: var(--primary);
    display: grid;
    place-items: center;
}
.coffee-menu-order-info {
    min-width: 0;
}
.coffee-menu-order-info strong {
    display: block;
    color: var(--gray-900);
    font-size: .9rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coffee-menu-order-info small {
    color: var(--gray-500);
    font-weight: 400;
    font-size: .78rem;
}
.coffee-menu-qty {
    display: grid;
    grid-template-columns: 30px 34px 30px;
    align-items: center;
    gap: .35rem;
}
.coffee-menu-qty button {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gray-200);
    background: #fff;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-700);
}
.coffee-menu-qty button:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.coffee-menu-qty span {
    text-align: center;
    font-weight: 700;
    color: var(--gray-900);
}
.coffee-total-column {
    position: sticky;
    top: 1rem;
}
.coffee-total-amount {
    padding: 1.25rem 1rem .75rem;
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 800;
    color: var(--gray-900);
}
.coffee-total-amount span {
    display: block;
    font-size: .9rem;
    color: var(--gray-500);
    margin-top: .35rem;
}
.coffee-selected-total,
.coffee-summary-person {
    margin: 0 1rem;
    padding: .8rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--gray-100);
    font-weight: 400;
}
.coffee-summary-person strong,
.coffee-selected-total strong {
    font-weight: 700;
}
.coffee-selected-total {
    color: var(--primary);
}
.coffee-summary-list {
    padding-bottom: .5rem;
}
.coffee-empty-summary {
    margin: 0 1rem;
    padding: 1rem 0;
    color: var(--gray-500);
}
.coffee-builder-actions {
    border-top: 1px solid var(--gray-100);
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
}
.coffee-builder-actions .btn {
    border-radius: 8px;
    padding: .85rem;
    font-weight: 700;
    transition: transform .15s, box-shadow .15s;
}
.coffee-builder-actions .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

@media (max-width: 576px) {
    .coffee-hero h1 { font-size: 1.5rem; }
    .modal-item-row { padding: 0.65rem 1rem; }
    .coffee-order-builder .person-card { padding: 1rem; }
    .coffee-order-builder .person-header { align-items: flex-start; }
    .coffee-order-builder .person-avatar { width: 48px; height: 48px; }
    .coffee-order-builder .action-btns { flex-direction: column; }
}

@media (max-width: 1100px) {
    .coffee-builder-grid {
        grid-template-columns: minmax(220px, .75fr) minmax(420px, 1.5fr);
    }
    .coffee-total-column {
        position: static;
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .coffee-builder-grid {
        grid-template-columns: 1fr;
    }
    .coffee-builder-panel-head {
        min-height: 0;
    }
    .coffee-builder-actions {
        grid-template-columns: 1fr;
    }
}
