@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/admin-fonts/manrope-v20-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/admin-fonts/manrope-v20-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/admin-fonts/montserrat-v31-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("assets/admin-fonts/montserrat-v31-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { color-scheme: light; font-family: Manrope, sans-serif; color: #11122f; background: #f7f4f6; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.5; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 10; padding: 12px 16px; color: #fff; background: #11122f; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.customer-header { border-bottom: 1px solid #e3dbe0; background: #fff; }
.customer-brand { display: flex; align-items: center; gap: 12px; max-width: 1060px; margin: 0 auto; padding: 16px 24px; color: inherit; text-decoration: none; }
.customer-brand img { object-fit: contain; }
.customer-brand strong { font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 900; }
.customer-shell { width: min(100% - 32px, 900px); margin: 32px auto 64px; }
.customer-card { padding: clamp(22px, 4vw, 44px); border: 1px solid #e1d9de; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(17, 18, 47, .08); }
.eyebrow { margin: 0 0 4px; color: #eb006b; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
h1 { margin: 0 0 14px; font-family: Montserrat, sans-serif; font-size: clamp(30px, 6vw, 48px); font-weight: 900; line-height: 1.05; }
h2 { margin: 32px 0 12px; font-family: Montserrat, sans-serif; font-size: clamp(21px, 4vw, 27px); font-weight: 900; }
form { display: grid; gap: 10px; margin-top: 24px; }
label { font-weight: 700; }
input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #bfb5bb; border-radius: 12px; color: inherit; background: #fff; }
input:focus { outline: 3px solid rgba(235, 0, 107, .2); border-color: #eb006b; }
button { min-height: 52px; padding: 12px 20px; border: 1px solid #eb006b; border-radius: 12px; font-weight: 700; cursor: pointer; }
form button { margin-top: 10px; color: #fff; background: #eb006b; }
button:disabled { opacity: .55; cursor: wait; }
.button-secondary { color: #11122f; background: #fff; }
.field-separator { display: flex; align-items: center; gap: 12px; color: #726873; font-size: 14px; }
.field-separator::before, .field-separator::after { content: ""; flex: 1; border-top: 1px solid #e1d9de; }
.form-status { min-height: 24px; margin: 16px 0 0; font-weight: 600; }
.form-status.is-error { color: #a00032; }
.reservation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.reservation-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.reservation-overview div, .record { padding: 14px 16px; border: 1px solid #e1d9de; border-radius: 14px; background: #fbf9fa; }
dt, .record small { color: #6d626d; font-size: 14px; }
dd { margin: 3px 0 0; font-weight: 700; }
.record-list { display: grid; gap: 10px; }
.record { display: grid; gap: 4px; }
.record strong { font-size: 17px; }
.record p { margin: 0; }
.record a { width: fit-content; margin-top: 6px; color: #b00055; font-weight: 700; text-underline-offset: 3px; }
.section-intro { margin: -4px 0 14px; color: #625863; }
.handover-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.handover-gallery figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #e1d9de; border-radius: 14px; background: #fbf9fa; }
.handover-gallery a { display: block; background: #eee8eb; }
.handover-gallery img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.handover-gallery figcaption { padding: 13px 14px; display: grid; gap: 3px; }
.handover-gallery figcaption strong { font-size: 17px; }
.handover-gallery figcaption span { color: #6d626d; font-size: 14px; }
.handover-gallery figcaption p { margin: 3px 0 0; }
.handover-gallery > .empty-record { grid-column: 1 / -1; }
.empty-record { margin: 0; padding: 14px 16px; border-radius: 14px; color: #625863; background: #f5f1f3; }
[hidden] { display: none !important; }
@media (max-width: 620px) {
  .customer-header .customer-brand { padding-inline: 16px; }
  .customer-shell { width: min(100% - 20px, 900px); margin-top: 10px; }
  .customer-card { padding: 22px 16px; border-radius: 18px; }
  .reservation-heading { display: grid; }
  .reservation-overview { grid-template-columns: 1fr; }
  .handover-gallery { grid-template-columns: 1fr; }
  .button-secondary { width: 100%; }
}
