:root {
  --dark: #111;
  --text: #6f7880;
  --heading: #3c4248;
  --line: #e8ecef;
  --accent: #f6a313;
  --white: #fff;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 1020px);
  margin: 0 auto;
  padding: 10px 24px 0;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.logo {
  display: inline-grid;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.logo-small {
  margin-left: 72px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-script {
  margin-top: -6px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(4.2rem, 8vw, 6.3rem);
  font-weight: 700;
  transform: rotate(-3deg);
}

nav {
  display: flex;
  gap: 34px;
  padding-top: 28px;
  font-size: 13px;
  font-weight: 900;
}

nav a {
  position: relative;
  color: #fff;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

nav a:hover::after,
nav a[aria-current="page"]::after {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url("assets/gevel-hero.png") center top / cover no-repeat;
}

.hero::after {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 42px;
  align-items: center;
  width: min(100%, 1020px);
  min-height: 590px;
  margin: 0 auto;
  padding: 128px 24px 80px;
  opacity: 0;
  pointer-events: none;
}

h1 {
  margin: 0;
  max-width: 650px;
  color: #fff;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

.phone-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 136px;
  padding: 28px 26px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: rgba(0, 0, 0, 0.08);
}

.phone-icon {
  font-size: 2rem;
}

.phone-card strong {
  font-size: 1.55rem;
}

.phone-card small {
  grid-column: 2;
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 900;
}

.menu-section {
  position: relative;
  z-index: 2;
  padding: 72px 24px 104px;
  background: #fff;
}

.menu-wrap {
  width: min(100%, 1020px);
  margin: 0 auto;
}

h2 {
  margin: 0;
  color: var(--heading);
  font-size: 2.35rem;
  line-height: 1;
  text-align: center;
}

.title-line,
.contact-line {
  width: 174px;
  height: 3px;
  margin: 22px auto 34px;
  background: var(--accent);
}

.menu-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 46px;
  row-gap: 18px;
}

.menu-card {
  width: 100%;
  margin: 0 0 20px;
}

.menu-card h3 {
  margin: 0;
  padding: 0 0 6px;
  color: #7d858c;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: underline;
}

.menu-list {
  display: grid;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  min-height: 33px;
  padding: 7px 0;
  border-top: 1px solid var(--line);
  color: #879099;
}

.menu-item span {
  min-width: 0;
}

.menu-item small {
  display: block;
  margin-top: 2px;
  color: #a0a7ad;
}

.price {
  color: #747d85;
  font-weight: 600;
  white-space: nowrap;
}

.menu-note {
  margin: 50px 0 0;
  color: #707982;
}

.contact-section {
  position: relative;
  margin-top: -36px;
  padding: 148px 24px 96px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("assets/contact-bg.png") center / cover no-repeat;
}

.contact-section::before {
  content: "";
  position: absolute;
  left: -5vw;
  right: -5vw;
  top: -76px;
  height: 128px;
  background: #fff;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.contact-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 0.8fr;
  gap: 44px;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 56px 50px;
  border: 2px solid rgba(255, 255, 255, 0.62);
}

.contact-section h2,
.contact-section h3 {
  color: #fff;
}

.contact-section h2 {
  text-align: left;
}

.contact-line {
  margin: 20px 0 32px;
}

.contact-intro p {
  max-width: 280px;
  font-weight: 700;
}

.contact-detail {
  text-align: center;
  font-weight: 700;
}

.round-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.round-icon.second {
  margin-top: 30px;
}

.contact-detail h3 {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hours-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px;
  text-align: left;
}

dt,
dd,
p {
  margin: 0;
}

dd {
  color: #fff;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0 calc((100vw - min(100%, 1020px)) / 2 + 24px);
  color: #fff;
  background: #141414;
  font-size: 12px;
  font-weight: 700;
}

.back-top {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #0b0b0b;
  color: #fff;
}

.admin-page {
  background: #f5f5f5;
  color: #343a40;
}

.admin-page .site-header {
  position: static;
  width: 100%;
  max-width: none;
  padding: 18px 28px;
  background: #141414;
}

.admin-page .logo-script {
  font-size: 2.7rem;
}

.admin-page nav {
  padding-top: 16px;
}

.admin-main {
  display: grid;
  gap: 24px;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 48px 24px;
}

.admin-hero,
.import-panel,
.summary-panel,
.changes-section {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 28px;
}

.admin-hero h1 {
  margin: 0 0 12px;
  color: #262b30;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.eyebrow,
.label {
  display: block;
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
}

.import-panel {
  display: grid;
  grid-template-columns: 1fr minmax(230px, 310px);
  gap: 18px;
  align-items: end;
}

.file-drop {
  display: grid;
  min-height: 86px;
  place-items: center;
  border: 2px dashed #d3d6d8;
  color: #343a40;
  font-weight: 900;
  cursor: pointer;
}

.file-drop input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary,
button.primary {
  color: #fff;
  background: #252525;
}

.button.secondary,
button.secondary {
  color: #252525;
  background: #fff;
  border: 1px solid #d9d9d9;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.summary-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.editor-table {
  min-width: 900px;
}

.editor-table input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d8dde1;
  padding: 7px 9px;
  color: #252b31;
  font: inherit;
}

.editor-table td {
  vertical-align: middle;
}

.editor-table th:first-child,
.editor-table td:first-child {
  width: 210px;
}

.editor-table th:nth-child(3),
.editor-table td:nth-child(3) {
  width: 110px;
}

.row-delete {
  width: 34px;
  min-height: 34px;
  padding: 0;
  background: #8b1a1a;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e8ecef;
}

th {
  color: #777;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.tag {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.85rem;
  font-weight: 900;
}

.tag.changed {
  color: #7a4d00;
  background: #fff0c9;
}

.tag.new {
  color: #0f5d38;
  background: #dff5e9;
}

.tag.same {
  color: #53606a;
  background: #edf1f3;
}

.tag.removed {
  color: #8b1a1a;
  background: #ffe0df;
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    display: grid;
    gap: 10px;
  }

  nav {
    gap: 22px;
    padding-top: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .phone-card {
    width: min(100%, 320px);
  }

  .menu-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
  }

  .contact-box,
  .import-panel,
  .summary-panel {
    grid-template-columns: 1fr;
  }

  .contact-detail {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 13px;
  }

  .logo-small {
    margin-left: 42px;
    font-size: 10px;
  }

  .logo-script {
    font-size: 3.4rem;
  }

  nav {
    font-size: 12px;
  }

  .hero {
    min-height: 620px;
    background-position: 16% top;
  }

  h1 {
    font-size: 2.15rem;
  }

  .menu-section {
    padding-inline: 18px;
  }

  .menu-columns {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 34px 24px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* Public website refresh */
.public-page {
  --charcoal: #171717;
  --soft-black: #0f0f0f;
  --warm-white: #fffaf1;
  --body-text: #59636b;
  --rule: #e6e0d6;
  --brand: #f5a313;
  --brand-dark: #b86f00;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body-text);
  background: var(--warm-white);
}

.public-page .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 12px clamp(18px, 5vw, 70px);
  color: #fff;
  background: rgba(15, 15, 15, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.public-page .logo {
  color: #fff;
  display: inline-flex;
  align-items: center;
  min-width: 170px;
}

.public-page .logo img {
  display: block;
  width: clamp(142px, 16vw, 220px);
  height: auto;
}

.public-page .main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
  padding: 0;
  font-size: 0.95rem;
}

.public-page .main-nav a {
  color: #fff;
}

.public-page .hero {
  min-height: 760px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.18)),
    url("assets/img/jongman-marsdijk-hero.webp") center / cover no-repeat;
}

.public-page .hero::after {
  content: "";
  display: block;
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: -74px;
  height: 140px;
  background: var(--warm-white);
  transform: rotate(-3deg);
  transform-origin: left center;
}

.public-page .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
  width: min(100%, 1120px);
  min-height: 760px;
  margin: 0 auto;
  padding: 132px 24px 110px;
  opacity: 1;
  pointer-events: auto;
}

.public-page .hero-copy {
  max-width: 720px;
  min-width: 0;
}

.public-page .hero-kicker,
.public-page .section-kicker {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.public-page h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 0.98;
}

.public-page .hero-copy p:not(.hero-kicker) {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.public-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.public-page .button {
  min-height: 48px;
  border-radius: 0;
  padding: 0 20px;
  border: 1px solid transparent;
}

.public-page .button.primary {
  color: #161616;
  background: var(--brand);
}

.public-page .button.secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.public-page .phone-card {
  grid-template-columns: 48px 1fr;
  min-height: 154px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.22);
}

.public-page .phone-icon {
  font-size: 2rem;
}

.public-page .quick-info {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100% - 36px, 1120px);
  margin: -62px auto 0;
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: 0 20px 55px rgba(34, 22, 8, 0.16);
}

.public-page .quick-info div {
  padding: 24px 28px;
  border-right: 1px solid var(--rule);
}

.public-page .quick-info div:last-child {
  border-right: 0;
}

.public-page .quick-info span {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.public-page .quick-info strong {
  color: var(--charcoal);
}

.public-page .menu-section {
  padding: 96px 24px 112px;
  background: var(--warm-white);
}

.public-page .menu-wrap {
  width: min(100%, 1120px);
}

.public-page .section-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.public-page h2 {
  color: #2f363c;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 900;
}

.public-page .title-line {
  width: 128px;
  margin: 18px auto 0;
}

.public-page .menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 32px;
}

.public-page .menu-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #3f464c;
  background: #fff;
  border: 1px solid var(--rule);
  font-size: 0.86rem;
  font-weight: 800;
}

.public-page .menu-nav a:hover {
  color: #161616;
  border-color: var(--brand);
}

.public-page .menu-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 34px;
}

.public-page .menu-card {
  padding: 18px 18px 12px;
  margin: 0;
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: 0 12px 30px rgba(34, 22, 8, 0.08);
}

.public-page .menu-card h3 {
  margin-bottom: 8px;
  color: #2f363c;
  font-size: 1.06rem;
  text-decoration-color: var(--brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.public-page .menu-item {
  min-height: 31px;
  padding: 7px 0;
  color: #65707a;
}

.public-page .menu-item small {
  color: #8e989f;
  font-size: 0.78rem;
}

.public-page .price {
  color: #2f363c;
  font-weight: 900;
}

.public-page .menu-note {
  color: #59636b;
}

.public-page .contact-section {
  margin: 0;
  padding: 120px 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.52)),
    url("assets/img/jongman-binnen-footer.webp") center / cover no-repeat;
}

.public-page .contact-section::before {
  display: none;
}

.public-page .contact-box {
  width: min(100%, 1040px);
  padding: clamp(28px, 5vw, 54px);
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.18);
}

.public-page .contact-intro p {
  max-width: 340px;
  margin-bottom: 22px;
}

.public-page .round-icon {
  background: var(--brand);
  color: #171717;
}

.public-page .site-footer {
  color: #fff;
  background: #111;
}

.public-page .footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.9fr 1.1fr;
  gap: 32px;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 54px 24px 38px;
}

.public-page .site-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.public-page .site-footer p,
.public-page .site-footer a,
.public-page .site-footer dd,
.public-page .site-footer dt {
  color: rgba(255, 255, 255, 0.78);
}

.public-page .site-footer nav {
  display: grid;
  gap: 9px;
  padding: 0;
  font-size: 0.95rem;
}

.public-page .footer-brand img {
  display: block;
  width: 172px;
  height: auto;
  margin-bottom: 12px;
}

.public-page .footer-brand p {
  max-width: 280px;
}

.public-page .site-footer .hours-row {
  grid-template-columns: 94px 1fr;
  gap: 10px;
  padding: 0;
}

.public-page .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
}

.public-page .back-top {
  background: var(--brand);
  color: #111;
  font-weight: 900;
}

@media (max-width: 920px) {
  .public-page .site-header {
    position: absolute;
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .public-page .hero-inner,
  .public-page .quick-info,
  .public-page .contact-box,
  .public-page .footer-inner {
    grid-template-columns: 1fr;
  }

  .public-page .hero {
    min-height: 820px;
  }

  .public-page .hero-inner {
    align-content: center;
    min-height: 820px;
  }

  .public-page .phone-card {
    width: min(100%, 340px);
  }

  .public-page .quick-info div {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .public-page .quick-info div:last-child {
    border-bottom: 0;
  }

  .public-page .menu-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .public-page .site-header {
    padding-inline: 18px;
  }

  .public-page .main-nav {
    gap: 18px;
    font-size: 0.86rem;
  }

  .public-page .hero {
    min-height: 760px;
    background-position: 56% center;
  }

  .public-page .hero-inner {
    min-height: 760px;
    padding: 128px 18px 80px;
  }

  .public-page h1 {
    max-width: 340px;
    font-size: 1.95rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .public-page .hero-copy {
    width: min(100%, 340px);
  }

  .public-page .hero-copy p:not(.hero-kicker) {
    max-width: 330px;
    font-size: 1rem;
  }

  .public-page .hero-actions .button {
    width: 100%;
  }

  .public-page .menu-section {
    padding-inline: 16px;
  }

  .public-page .menu-columns {
    grid-template-columns: 1fr;
  }

  .public-page .contact-section {
    padding: 70px 16px;
  }

  .public-page .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Secure admin portal */
.portal-page {
  margin: 0;
  min-height: 100vh;
  background: #f4f1ec;
  color: #20272e;
  font-family: Arial, Helvetica, sans-serif;
}

.portal-login {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("assets/img/jongman-marsdijk-hero.webp") center / cover no-repeat;
}

.portal-card {
  display: grid;
  gap: 18px;
  width: min(100%, 420px);
  padding: 34px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.portal-card img,
.portal-header img {
  width: 170px;
  height: auto;
}

.portal-card h1,
.portal-title h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.02;
}

.portal-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.portal-card label,
.hours-editor label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.portal-card input,
.portal-panel input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d9ddd8;
  border-radius: 8px;
  padding: 8px 10px;
  color: #20272e;
  background: #fff;
  font: inherit;
}

.portal-card button,
.portal-actions button,
.category-editor button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #111;
  background: #f5a313;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.portal-alert,
.portal-success {
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 800;
}

.portal-alert {
  color: #8b1a1a;
  background: #ffe8e6;
}

.portal-success {
  color: #14532d;
  background: #dcfce7;
}

.portal-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 46px);
  background: #111;
  color: #fff;
}

.portal-header nav {
  display: flex;
  gap: 18px;
  padding: 0;
}

.portal-header a {
  color: #fff;
  font-weight: 900;
}

.portal-main {
  display: grid;
  gap: 22px;
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 20px 80px;
}

.portal-title p {
  margin: 0 0 8px;
  color: #b86f00;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-panel {
  background: #fff;
  border: 1px solid #e0ddd7;
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 12px 34px rgba(31, 24, 16, 0.07);
}

.panel-heading {
  margin-bottom: 20px;
}

.panel-heading h2 {
  margin: 0 0 8px;
  color: #20272e;
  font-size: 1.8rem;
  text-align: left;
}

.panel-heading p {
  margin: 0;
  color: #66717a;
}

.hours-editor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.category-list {
  display: grid;
  gap: 18px;
}

.category-editor {
  border: 1px solid #e2ded7;
  border-radius: 8px;
  overflow: hidden;
}

.category-editor header {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #faf7f1;
  border-bottom: 1px solid #e2ded7;
}

.category-editor .category-name {
  font-weight: 900;
}

.product-editor-head,
.product-row {
  display: grid;
  grid-template-columns: 58px minmax(220px, 1.2fr) 130px minmax(180px, 0.9fr);
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
}

.product-editor-head {
  color: #66717a;
  background: #fff;
  border-bottom: 1px solid #ece7df;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-row {
  border-bottom: 1px solid #f0ece5;
}

.product-row:last-child {
  border-bottom: 0;
}

.active-toggle {
  display: grid;
  place-items: center;
}

.active-toggle input {
  width: 18px;
  min-height: 18px;
}

.portal-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px;
  background: rgba(244, 241, 236, 0.9);
  border: 1px solid #e2ded7;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.portal-actions button[name="action"] {
  background: #fff;
  border: 1px solid #d8d1c5;
}

@media (max-width: 760px) {
  .portal-header,
  .category-editor header,
  .product-editor-head,
  .product-row,
  .portal-actions {
    grid-template-columns: 1fr;
  }

  .portal-header,
  .portal-actions {
    align-items: flex-start;
  }

  .product-editor-head {
    display: none;
  }
}

/* Modern polish pass */
.public-page {
  --modern-bg: #f6efe4;
  --modern-panel: rgba(255, 255, 255, 0.9);
  --modern-text: #263039;
  --modern-muted: #6d747a;
  --modern-border: rgba(64, 45, 22, 0.13);
  --modern-shadow: 0 18px 48px rgba(35, 24, 12, 0.13);
  background:
    linear-gradient(180deg, #fff8ef 0, var(--modern-bg) 760px, #fffaf2 100%);
  color: var(--modern-muted);
}

.public-page .site-header {
  min-height: 74px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(14, 13, 12, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
}

.public-page .logo img {
  width: clamp(132px, 13vw, 188px);
}

.public-page .main-nav {
  gap: clamp(18px, 3.2vw, 38px);
}

.public-page .main-nav a {
  font-size: 0.92rem;
  letter-spacing: 0;
  opacity: 0.88;
}

.public-page .main-nav a:hover,
.public-page .main-nav a[aria-current="page"] {
  opacity: 1;
}

.public-page .main-nav a::after {
  bottom: -10px;
  height: 3px;
  background: var(--brand);
}

.public-page .hero {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.76), rgba(10, 10, 9, 0.42) 45%, rgba(10, 10, 9, 0.16)),
    url("assets/img/jongman-marsdijk-hero.webp") center / cover no-repeat;
}

.public-page .hero::after {
  bottom: -92px;
  height: 170px;
  background: var(--modern-bg);
  transform: rotate(-2.4deg);
}

.public-page .hero-inner {
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 360px);
  width: min(100%, 1180px);
  min-height: 720px;
  padding: 116px 24px 120px;
}

.public-page .hero-copy {
  max-width: 690px;
}

.public-page h1 {
  max-width: 720px;
  font-size: clamp(3.15rem, 5.2vw, 5.25rem);
  font-weight: 950;
  line-height: 0.96;
  text-wrap: balance;
}

.public-page .hero-copy p:not(.hero-kicker) {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
}

.public-page .hero-kicker,
.public-page .section-kicker {
  color: var(--brand);
  font-size: 0.78rem;
}

.public-page .button {
  min-height: 50px;
  border-radius: 8px;
  padding: 0 22px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.public-page .button:hover {
  transform: translateY(-1px);
}

.public-page .button.primary {
  box-shadow: 0 10px 26px rgba(245, 163, 19, 0.28);
}

.public-page .button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.public-page .phone-card {
  min-height: 168px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.36);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.public-page .phone-icon,
.public-page .round-icon {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.public-page .quick-info {
  width: min(100% - 40px, 1120px);
  margin-top: -76px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--modern-shadow);
  overflow: hidden;
}

.public-page .quick-info div {
  padding: 26px 30px;
  background: var(--modern-panel);
}

.public-page .quick-info span {
  color: var(--brand-dark);
}

.public-page .quick-info strong {
  color: var(--modern-text);
  font-size: 1.02rem;
}

.public-page .menu-section {
  padding: 118px 24px 124px;
  background:
    radial-gradient(circle at 12% 5%, rgba(245, 163, 19, 0.12), transparent 26%),
    var(--modern-bg);
}

.public-page .menu-wrap {
  width: min(100%, 1160px);
}

.public-page .section-heading {
  margin-bottom: 34px;
}

.public-page h2 {
  color: var(--modern-text);
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  letter-spacing: 0;
}

.public-page .title-line {
  width: 96px;
  height: 4px;
  border-radius: 999px;
}

.public-page .menu-nav {
  position: sticky;
  top: 86px;
  z-index: 10;
  width: min(100%, 1050px);
  margin: 0 auto 38px;
  padding: 10px;
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid var(--modern-border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(35, 24, 12, 0.08);
  backdrop-filter: blur(12px);
}

.public-page .menu-nav a {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  color: #48525a;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--modern-border);
}

.public-page .menu-nav a:hover {
  color: #161616;
  background: #fff4db;
  box-shadow: inset 0 0 0 1px rgba(245, 163, 19, 0.56);
}

.public-page .menu-columns {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
  gap: 22px;
}

.public-page .menu-card {
  padding: 20px;
  border: 1px solid var(--modern-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(35, 24, 12, 0.08);
}

.public-page .menu-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--modern-text);
  font-size: 1.16rem;
  text-decoration: none;
}

.public-page .menu-card h3::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
}

.public-page .menu-item {
  min-height: 34px;
  padding: 8px 0;
  border-top: 1px solid rgba(38, 48, 57, 0.09);
  color: #5f6b74;
}

.public-page .menu-item span {
  line-height: 1.25;
}

.public-page .price {
  color: var(--modern-text);
}

.public-page .menu-note {
  width: min(100%, 1160px);
  margin: 32px auto 0;
  color: #6d747a;
  font-weight: 700;
}

.public-page .contact-section {
  padding: 118px 24px;
  background:
    linear-gradient(90deg, rgba(13, 13, 12, 0.86), rgba(13, 13, 12, 0.62)),
    url("assets/img/jongman-binnen-footer.webp") center / cover no-repeat;
}

.public-page .contact-box {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(12, 12, 12, 0.36);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.public-page .contact-line {
  width: 76px;
  height: 4px;
  margin: 18px 0 26px;
  border-radius: 999px;
}

.public-page .round-icon {
  width: 38px;
  height: 38px;
  color: #111;
}

.public-page .site-footer {
  background: linear-gradient(180deg, #111, #0b0b0b);
}

.public-page .footer-inner {
  width: min(100%, 1160px);
  padding-top: 60px;
  padding-bottom: 44px;
}

.public-page .footer-bottom {
  width: min(100%, 1160px);
}

@media (max-width: 920px) {
  .public-page .menu-nav {
    position: static;
  }
}

@media (max-width: 620px) {
  .public-page .site-header {
    background: rgba(14, 13, 12, 0.88);
  }

  .public-page .hero {
    min-height: 760px;
  }

  .public-page .hero-inner {
    min-height: 760px;
    padding-top: 126px;
    display: block;
  }

  .public-page h1 {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .public-page .hero-copy {
    width: 100%;
    max-width: 350px;
  }

  .public-page .hero-copy p:not(.hero-kicker) {
    max-width: 100%;
  }

  .public-page .phone-card {
    display: none;
  }

  .public-page .quick-info {
    width: calc(100% - 28px);
  }

  .public-page .menu-section {
    padding-top: 88px;
  }

  .public-page .menu-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 8px;
  }

  .public-page .menu-nav a {
    flex: 0 0 auto;
  }

  .public-page .menu-card {
    padding: 18px;
  }
}

/* Requested layout refinements */
.public-page {
  --modern-bg: #fff;
  background: #fff;
}

.public-page .hero {
  min-height: 800px;
}

.public-page .hero::after {
  background: #fff;
}

.public-page .hero-inner {
  min-height: 800px;
  padding-top: 158px;
  padding-bottom: 160px;
}

.public-page h1 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 5vw, 5rem);
}

.public-page .hero-lead {
  max-width: 650px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  text-wrap: balance;
}

.public-page .hero-copy p:not(.hero-kicker):not(.hero-lead) {
  max-width: 520px;
  margin-bottom: 30px;
  font-size: 1.08rem;
}

.public-page .quick-info {
  margin-top: -86px;
}

.public-page .menu-section {
  background: #fff;
}

.public-page .menu-view-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: -18px 0 34px;
}

.public-page .menu-view-toggle button {
  min-height: 38px;
  border: 1px solid var(--modern-border);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--modern-text);
  background: #fff;
  font-weight: 900;
}

.public-page .menu-view-toggle button.is-active {
  color: #111;
  background: var(--brand);
  border-color: var(--brand);
}

.public-page .menu-grid-view {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-page .menu-masonry-view {
  display: block;
  column-count: 3;
  column-gap: 22px;
}

.public-page .menu-masonry-view .menu-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  break-inside: avoid;
}

.public-page .contact-intro h2 {
  color: #fff;
}

.public-page .footer-inner {
  align-items: start;
  grid-template-columns: minmax(220px, 1.25fr) minmax(120px, 0.55fr) minmax(170px, 0.8fr) minmax(220px, 1fr);
}

.public-page .site-footer nav {
  align-content: start;
  justify-items: start;
}

.public-page .site-footer nav a {
  display: block;
  padding: 2px 0;
}

.public-page .site-footer .hours-row {
  align-items: baseline;
}

@media (max-width: 920px) {
  .public-page .menu-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-page .menu-masonry-view {
    column-count: 2;
  }
}

@media (max-width: 620px) {
  .public-page .hero {
    min-height: 740px;
  }

  .public-page .hero-inner {
    min-height: 740px;
    padding-top: 150px;
    padding-bottom: 88px;
  }

  .public-page h1 {
    max-width: 340px;
    margin-bottom: 12px;
    font-size: 2.35rem;
  }

  .public-page .hero-lead {
    max-width: 340px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .public-page .hero-copy p:not(.hero-kicker):not(.hero-lead) {
    max-width: 320px;
    font-size: 0.98rem;
  }

  .public-page .menu-grid-view {
    grid-template-columns: 1fr;
  }

  .public-page .menu-masonry-view {
    column-count: 1;
  }

  .public-page .menu-view-toggle {
    justify-content: flex-start;
  }
}

/* Final public polish */
.public-page .quick-info {
  margin-top: 34px;
}

.public-page .menu-section {
  background: #fff;
}

.public-page .menu-nav {
  top: 112px;
  margin-top: 12px;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid var(--modern-border);
  box-shadow: 0 12px 28px rgba(10, 10, 10, 0.08);
}

.public-page .menu-nav button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--modern-border);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--modern-text);
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.public-page .menu-nav button:hover,
.public-page .menu-nav button.is-active {
  color: #111;
  background: var(--brand);
  border-color: var(--brand);
}

.public-page .menu-card[hidden] {
  display: none !important;
}

.public-page .menu-masonry-view .menu-card[hidden] {
  display: none !important;
}

.public-page .round-icon {
  width: 44px;
  height: 44px;
  margin-inline: auto;
  border-radius: 999px;
}

.public-page .round-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.public-page .contact-intro h2 {
  color: #fff !important;
}

.public-page .site-footer nav[aria-label="Footer navigatie"] {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: start;
  padding: 0;
}

.public-page .footer-bottom {
  gap: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.public-page .footer-bottom a:not(.back-top) {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-underline-offset: 4px;
}

.public-page .footer-bottom a:not(.back-top):hover {
  color: var(--brand);
}

@media (max-width: 920px) {
  .public-page .quick-info {
    margin-top: 24px;
  }

  .public-page .menu-nav {
    margin-top: 14px;
    background: #fff;
  }
}

@media (max-width: 620px) {
  .public-page .quick-info {
    margin-top: 18px;
  }

  .public-page .menu-nav button {
    font-size: 0.84rem;
  }
}
