@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html body {
  margin: 0;
  font-size: 1rem;
}

html,
body {
  /* Sans-serif stack */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  background-color: #F1F0EC;
  color: #0C1519;
}

.hiddenZone {
  display: none !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  /* Serif stack */
  font-family: "New York", Georgia, Cambria, "Times New Roman", serif;
}

.centerZone {
  display: block;
  margin: 0 auto;
  /* Adjust centerZone width if the viewport width is 600px or less */
  /* Adjust centerZone width if the viewport width is 1280px or more */
}
@media screen and (max-width: 37.5rem) {
  .centerZone {
    width: 100%;
  }
}
@media screen and (min-width: 80rem) {
  .centerZone {
    width: 80rem;
  }
}

p {
  font-size: 0.75rem;
}

.underlayZone {
  position: fixed;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100svh; /* Will fit even when browser UI is visible */
}

header {
  height: 2.5rem;
  background-color: #162127;
  /* If viewport width is 1280px or more */
  /* If viewport width is 600px or less */
}
@media screen and (min-width: 80rem) {
  header {
    padding: 0.75rem 0;
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (min-width: 37.51rem) and (max-width: 79.99rem) {
  header {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 37.5rem) {
  header {
    padding: 0.375rem 0;
  }
}
header .logoArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}
header .logoArea img {
  display: block;
  max-height: 100%;
  width: auto;
}
header .menuArea {
  display: block;
  height: 2.5rem;
  /* If viewport width is 1280px or more */
  /* If viewport width is 600px or less */
}
@media screen and (min-width: 80rem) {
  header .menuArea {
    width: 48.25rem;
    max-width: 48.25rem;
    margin-right: 1.5rem;
    float: left;
  }
}
@media screen and (min-width: 37.51rem) and (max-width: 79.99rem) {
  header .menuArea {
    background-color: yellow;
    width: 48.25rem;
    max-width: 48.25rem;
    display: block;
    float: right;
    margin-right: 0.375rem;
  }
}
@media screen and (max-width: 37.5rem) {
  header .menuArea {
    float: none;
    width: 100%;
  }
}
header .menuArea nav {
  display: flex;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .menuArea nav a {
  display: block;
  float: left;
  text-decoration: none;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.75rem;
  color: #CF9D7B;
  letter-spacing: 0.0625rem;
  font-weight: 100;
  font-size: 0.8125rem;
  font-family: "New York", Georgia, Cambria, "Times New Roman", serif;
  -webkit-transition: background 0.35s; /* For Safari 3.0 to 6.0 */
  transition: background 0.35s; /* For modern browsers */
  margin-right: 8px;
  border-radius: 0.1875rem;
}
header .menuArea nav a:hover {
  color: #F1F0EC;
}
header .menuArea nav a.active, header .menuArea nav a.active:hover {
  background-color: #284139;
  color: #F8D794;
  background-image: url("/assets/images/calculate.svg");
  background-position: right -3px;
  background-repeat: no-repeat;
  background-size: 12px;
}
header .menuArea nav a:last-child {
  margin-right: 0;
}
header .ctaArea {
  display: block;
  height: 2.5rem;
  /* If viewport width is 1280px or more */
  /* If viewport width is 600px or less */
}
@media screen and (min-width: 80rem) {
  header .ctaArea {
    width: 14.375rem;
    max-width: 14.375rem;
    float: left;
  }
}
@media screen and (min-width: 37.51rem) and (max-width: 79.99rem) {
  header .ctaArea {
    display: none;
  }
}
@media screen and (max-width: 37.5rem) {
  header .ctaArea {
    float: none;
    width: 100%;
  }
}
header .ctaArea .phoneNr {
  display: block;
  float: left;
  font-size: 0.75rem;
  color: #F8D794;
  float: left;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0 0 1.25rem;
  margin: 0 0.75rem 0 0;
  background-image: url("/assets/images/phone.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
  letter-spacing: 0.0625rem;
}
header .ctaArea .signIn {
  display: none;
  float: left;
  font-size: 0.75rem;
  border-radius: 0.625rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0.375rem 0.625rem;
  margin: 0.875rem 0;
  background-color: #809076;
  text-decoration: none;
}
header .ctaArea .bookDemo {
  display: block;
  float: left;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.75rem;
  background-color: #724B39;
  color: #F1F0EC;
  text-decoration: none;
  margin: 0.25rem 0 0 0;
  text-transform: uppercase;
}
header .ctaArea .bookDemo:hover {
  background-color: #CF9D7B;
  color: #162127;
}
header .burgerArea {
  /* If viewport width is 600px or less */
}
@media screen and (max-width: 37.5rem) {
  header .burgerArea {
    display: block;
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem 0.375rem;
    color: #F1F0EC;
    text-decoration: none;
    padding: 0;
    background-image: url("/assets/images/burger.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  header .burgerArea:hover {
    background-color: #0C1519;
  }
}
@media screen and (min-width: 37.51rem) {
  header .burgerArea {
    display: none;
  }
}

.zoneHeader {
  display: none;
  position: relative;
  width: 100%;
  height: 2.5rem;
  padding: 0.7725rem 0;
  background-color: #162127;
}
.zoneHeader .logoArea {
  display: block;
  float: left;
  margin-left: 200px;
  height: 40px;
  width: 300px;
}
.zoneHeader .logoArea .keyZ {
  display: block;
  float: left;
  width: 20px;
  height: 40px;
  background-image: url("../images/key.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.zoneHeader .logoArea .textZ {
  display: block;
  float: left;
  width: 200px;
  height: 40px;
  background-image: url("../images/domselardi.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

/* ── Homepage Hero ─────────────────────────────────────── */
.homepageHero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 4rem);
  padding: 2rem 1rem;
  text-align: center;
}
.homepageHero__inner {
  max-width: 36rem;
}
.homepageHero__title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: #0C1519;
  margin: 0 0 1rem;
}
.homepageHero__subtitle {
  font-size: 1rem;
  color: #3A3534;
  margin: 0 0 2rem;
}
.homepageHero__cta {
  display: inline-block;
  padding: 0.625rem 1.5rem;
  background-color: #724B39;
  color: #F1F0EC;
  text-decoration: none;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  transition: background-color 0.25s;
}
.homepageHero__cta:hover {
  background-color: #CF9D7B;
  color: #162127;
}

/* ── Dishes Page ───────────────────────────────────────── */
.dishesPage {
  max-width: 48rem;
  margin: 2rem auto;
  padding: 0 1rem;
  /* ── Table ───────────────────────────────────────────── */
  /* New-row flash after create */
  /* ── Form wrapper (slide-in) ─────────────────────────── */
  /* ── Form ────────────────────────────────────────────── */
  /* ── Field group ─────────────────────────────────────── */
  /* Field-level validation message */
  /* API-level error banner */
  /* ── Ingredients section ────────────────────────────── */
  /* inline new-ingredient form (replaces the select when sentinel chosen) */
  /* ── Actions row ─────────────────────────────────────── */
}
.dishesPage__header {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(58, 53, 52, 0.2);
  padding-bottom: 1rem;
}
.dishesPage__title {
  margin: 0;
  font-size: 1.75rem;
  color: #0C1519;
}
.dishesPage__chefSelect {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #3A3534;
}
.dishesPage__chefSelect select {
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(58, 53, 52, 0.4);
  border-radius: 0.1875rem;
  background-color: #F1F0EC;
  color: #0C1519;
  cursor: pointer;
}
.dishesPage__loading, .dishesPage__empty {
  font-size: 0.875rem;
  color: #3A3534;
}
.dishesPage__pageError {
  font-size: 0.875rem;
  color: #a00;
  padding: 0.625rem 0.875rem;
  background-color: rgba(170, 0, 0, 0.06);
  border-left: 3px solid #a00;
  border-radius: 0.1875rem;
}
.dishesPage__newBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1rem;
  padding: 0.375rem 0.875rem;
  background-color: #284139;
  color: #F8D794;
  border: none;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.dishesPage__newBtn:hover {
  background-color: #809076;
  color: #0C1519;
}
.dishesPage__newBtn:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.dishesPage__table th, .dishesPage__table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(58, 53, 52, 0.15);
}
.dishesPage__table th {
  font-family: "New York", Georgia, Cambria, "Times New Roman", serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #3A3534;
}
.dishesPage__table tbody tr {
  transition: background-color 0.15s;
}
.dishesPage__table tbody tr:hover {
  background-color: rgba(207, 157, 123, 0.08);
}
.dishesPage__row--new {
  animation: rowFlash 1.1s ease-out forwards;
}
@keyframes rowFlash {
  0% {
    background-color: rgba(248, 215, 148, 0.45);
  }
  100% {
    background-color: transparent;
  }
}
.dishesPage__editBtn {
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  background: none;
  border: 1px solid rgba(58, 53, 52, 0.35);
  border-radius: 0.1875rem;
  cursor: pointer;
  color: #3A3534;
  transition: border-color 0.2s, color 0.2s;
}
.dishesPage__editBtn:hover {
  border-color: #724B39;
  color: #724B39;
}
.dishesPage__editBtn:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__formWrap {
  margin-bottom: 1.25rem;
  animation: formSlideIn 0.2s ease-out;
}
@keyframes formSlideIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dishesPage__form {
  background-color: rgba(207, 157, 123, 0.08);
  border: 1px solid rgba(207, 157, 123, 0.35);
  border-radius: 0.25rem;
  padding: 1.375rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dishesPage__formHeading {
  margin: 0;
  font-size: 1.0625rem;
  color: #0C1519;
}
.dishesPage__fieldGroup {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.dishesPage__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3A3534;
}
.dishesPage__input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4375rem 0.625rem;
  font-size: 0.9375rem;
  font-family: inherit;
  border: 1.5px solid rgba(58, 53, 52, 0.35);
  border-radius: 0.1875rem;
  background-color: #F1F0EC;
  color: #0C1519;
  transition: border-color 0.18s, box-shadow 0.18s;
  /* Invalid state — shown after a failed validation attempt */
}
.dishesPage__input::placeholder {
  color: rgba(58, 53, 52, 0.4);
}
.dishesPage__input:focus {
  outline: none;
  border-color: #724B39;
  box-shadow: 0 0 0 3px rgba(114, 75, 57, 0.18);
}
.dishesPage__input--invalid {
  border-color: #c00;
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.12);
}
.dishesPage__input--invalid:focus {
  border-color: #c00;
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.2);
}
.dishesPage__fieldError {
  font-size: 0.78125rem;
  color: #b00;
}
.dishesPage__fieldError--hidden {
  display: none;
}
.dishesPage__formBanner {
  font-size: 0.8125rem;
  color: #a00;
  background-color: rgba(170, 0, 0, 0.06);
  border-left: 3px solid #a00;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.dishesPage__formBanner--hidden {
  display: none;
}
.dishesPage__ingSection {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dishesPage__ingLabel {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3A3534;
  margin: 0;
}
.dishesPage__ingHint {
  font-size: 0.75rem;
  color: rgba(58, 53, 52, 0.65);
  margin: 0;
}
.dishesPage__ingList {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dishesPage__ingLoading {
  font-size: 0.8125rem;
  color: rgba(58, 53, 52, 0.6);
  margin: 0;
}
.dishesPage__ingRow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dishesPage__ingSelect {
  flex: 1 1 0;
  min-width: 0;
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border: 1.5px solid rgba(58, 53, 52, 0.35);
  border-radius: 0.1875rem;
  background-color: #F1F0EC;
  color: #0C1519;
  cursor: pointer;
  transition: border-color 0.18s;
}
.dishesPage__ingSelect--hidden {
  display: none;
}
.dishesPage__ingSelect:focus {
  outline: none;
  border-color: #724B39;
  box-shadow: 0 0 0 3px rgba(114, 75, 57, 0.18);
}
.dishesPage__ingNewWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* error msg wraps below on narrow screens */
  gap: 0.25rem;
  flex: 1 1 0;
  min-width: 0;
}
.dishesPage__ingNewWrap--hidden {
  display: none;
}
.dishesPage__ingNewInput {
  flex: 1 1 0;
  min-width: 0;
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.3125rem 0.5rem;
  border: 1.5px solid #724B39;
  border-radius: 0.1875rem;
  background-color: #F1F0EC;
  color: #0C1519;
}
.dishesPage__ingNewInput:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(114, 75, 57, 0.18);
}
.dishesPage__ingNewConfirm, .dishesPage__ingNewCancel {
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.15s;
}
.dishesPage__ingNewConfirm:focus-visible, .dishesPage__ingNewCancel:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__ingNewConfirm:disabled, .dishesPage__ingNewCancel:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dishesPage__ingNewConfirm {
  background-color: #284139;
  color: #F1F0EC;
}
.dishesPage__ingNewConfirm:hover:not(:disabled) {
  background-color: #809076;
  color: #0C1519;
}
.dishesPage__ingNewCancel {
  background-color: rgba(58, 53, 52, 0.12);
  color: #3A3534;
}
.dishesPage__ingNewCancel:hover {
  background-color: rgba(58, 53, 52, 0.22);
}
.dishesPage__ingNewErr {
  font-size: 0.75rem;
  color: #b00;
  flex-basis: 100%; /* wrap to its own line if needed */
}
.dishesPage__ingAmount {
  width: 5.5rem;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border: 1.5px solid rgba(58, 53, 52, 0.35);
  border-radius: 0.1875rem;
  background-color: #F1F0EC;
  color: #0C1519;
  text-align: right;
  transition: border-color 0.18s;
  /* hide browser spinner arrows */
  -moz-appearance: textfield;
}
.dishesPage__ingAmount::-webkit-inner-spin-button, .dishesPage__ingAmount::-webkit-outer-spin-button {
  display: none;
}
.dishesPage__ingAmount:focus {
  outline: none;
  border-color: #724B39;
  box-shadow: 0 0 0 3px rgba(114, 75, 57, 0.18);
}
.dishesPage__ingRemove {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(58, 53, 52, 0.3);
  border-radius: 0.1875rem;
  color: rgba(58, 53, 52, 0.6);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.dishesPage__ingRemove:hover {
  border-color: #c00;
  color: #c00;
}
.dishesPage__ingRemove:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__ingTotal {
  font-size: 0.78125rem;
  font-variant-numeric: tabular-nums;
}
.dishesPage__ingTotal--ok {
  color: #284139;
}
.dishesPage__ingTotal--bad {
  color: #b00;
  font-weight: 600;
}
.dishesPage__ingTotal--neutral {
  color: rgba(58, 53, 52, 0.5);
}
.dishesPage__ingAddBtn {
  align-self: flex-start;
  padding: 0.3125rem 0.75rem;
  background: none;
  border: 1px dashed rgba(58, 53, 52, 0.4);
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  font-family: inherit;
  color: #3A3534;
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
}
.dishesPage__ingAddBtn:hover {
  border-color: #724B39;
  color: #724B39;
}
.dishesPage__ingAddBtn:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__formActions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.dishesPage__saveBtn {
  padding: 0.4375rem 1.125rem;
  background-color: #724B39;
  color: #F1F0EC;
  border: none;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
}
.dishesPage__saveBtn:hover:not(:disabled) {
  background-color: #CF9D7B;
  color: #162127;
}
.dishesPage__saveBtn:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}
.dishesPage__saveBtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.dishesPage__cancelBtn {
  padding: 0.4375rem 1rem;
  background: none;
  border: 1px solid rgba(58, 53, 52, 0.35);
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  font-family: inherit;
  cursor: pointer;
  color: #3A3534;
  transition: border-color 0.2s, color 0.2s;
}
.dishesPage__cancelBtn:hover {
  border-color: #3A3534;
  color: #0C1519;
}
.dishesPage__cancelBtn:focus-visible {
  outline: 2px solid #724B39;
  outline-offset: 2px;
}

/*# sourceMappingURL=styles.css.map */