:root {
  --ink: #242b32;
  --muted: #858991;
  --line: #e9eaed;
  --orange: #ed774c;
  --pale: #fff2eb;
  --paper: #fff;
  --bg: #f7f8fa;
  --green: #31866b;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  font-size: 14px;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
}
.modal [hidden] {
  display: none !important;
}
.modal .field-pair:has(> [hidden]) {
  grid-template-columns: minmax(0, 1fr);
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 550;
  transition:
    background 0.18s,
    transform 0.18s;
}
button:hover {
  background: #f4f4f4;
}
button:active {
  transform: translateY(1px);
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ed774c80;
  outline-offset: 3px;
}
svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
  flex-shrink: 0;
}
a {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.primary {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
  box-shadow: 0 3px 5px #e27e4920;
}
.primary:hover {
  background: #dd6941;
}
.soft {
  background: var(--pale);
  color: #bd5b34;
  border: 0;
}
.ghost {
  border: 0;
  background: transparent;
}
.icon-button {
  padding: 9px;
}
.small {
  font-size: 12px;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #989aa1;
}
.row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.between {
  justify-content: space-between;
}
.stack {
  display: grid;
  gap: 16px;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 250px;
  background: #fff;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 29px 17px 17px;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1.1px;
  padding: 0 11px;
}
.brand > span {
  color: var(--orange);
}
.brand-mark {
  background: var(--orange);
  padding: 7px;
  border-radius: 9px;
  display: flex;
  color: white;
  transform: rotate(-5deg);
}
.brand-mark svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}
.brand-caption {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.8px;
  margin: 9px 0 36px 14px;
}
.restaurant-switch {
  width: 100%;
  justify-content: flex-start;
  padding: 11px 9px;
  margin-bottom: 30px;
  background: #fcfcfc;
}
.restaurant-switch .restaurant-icon {
  padding: 9px;
  background: #eeefe8;
  color: #6e7662;
  border-radius: 7px;
}
.restaurant-switch strong {
  display: block;
  font-size: 12px;
  text-align: left;
}
.restaurant-switch small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  text-align: left;
  margin-top: 3px;
}
.restaurant-switch > svg {
  width: 13px;
  margin-left: auto;
}
.nav-label {
  padding: 0 13px;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #a0a2a8;
  font-weight: 650;
  margin-bottom: 12px;
}
.nav-button {
  width: 100%;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: #7f838c;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 12px 13px;
  gap: 12px;
}
.nav-button.active {
  background: #fff0e8;
  color: #d26e48;
}
.nav-button.active:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 100%;
  margin-left: auto;
}
.sidebar-divider {
  height: 1px;
  background: var(--line);
  margin: 19px 12px;
}
.help-card {
  margin-top: auto;
  background: #faf8f4;
  border: 1px solid #f0ece5;
  padding: 17px 13px;
  border-radius: 10px;
}
.help-card svg {
  color: #bd9670;
  margin-bottom: 8px;
}
.help-card h3 {
  font-size: 12px;
  margin-bottom: 6px;
}
.help-card p {
  font-size: 11px;
  color: #9a948a;
  line-height: 1.7;
}
.help-card button {
  padding: 9px 0 0;
  border: 0;
  background: transparent;
  font-size: 11px;
}
.help-card button svg {
  margin: 0;
  width: 13px;
}
.profile {
  border-top: 1px solid var(--line);
  margin-top: 21px;
  padding: 20px 6px 0;
}
.avatar {
  background: #e8ebe5;
  border: 3px solid #f6f7f4;
  color: #68705f;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.profile strong {
  font-size: 12px;
}
.profile small {
  display: block;
  font-size: 10px;
  color: #92959b;
  margin-top: 3px;
}
.main {
  margin-left: 250px;
}
.topbar {
  height: 76px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.breadcrumb {
  font-size: 12px;
  color: #979aa0;
  gap: 12px;
}
.breadcrumb strong {
  font-weight: 500;
  color: #464c55;
}
.breadcrumb svg {
  width: 13px;
}
.top-actions {
  gap: 13px;
  font-size: 12px;
}
.save-state {
  font-size: 11px;
  color: #8c9490;
  gap: 6px;
}
.save-state svg {
  width: 14px;
  color: #6b927c;
}
.top-actions button {
  font-size: 12px;
  padding: 10px 15px;
}
.workspace {
  max-width: 1570px;
  margin: 0 auto;
  padding: 32px 36px 24px;
}
.workspace.workspace-editor {
  padding-top: 16px;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 27px;
}
.intro .eyebrow {
  font-size: 10px;
  margin-bottom: 10px;
  color: #a4a6ac;
}
.intro h1 {
  font-size: 29px;
  letter-spacing: -1.15px;
  line-height: 1.3;
  font-weight: 650;
}
.intro p {
  font-size: 12px;
  color: #93969e;
  margin-top: 8px;
}
.intro-badge {
  background: #eaf3ee;
  color: #6a8c79;
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 5px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.intro-badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #74a186;
}
.steps {
  display: flex;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 24px;
  gap: 4px;
}
.step {
  flex: 1;
  padding: 12px 6px;
  border: none;
  background: transparent;
  color: #606875;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  gap: 9px;
}
.step-number {
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 10px;
  flex-shrink: 0;
}
.step.active {
  background: #fff1e8;
  color: #a94f2d;
}
.step.active .step-number {
  background: #ea8056;
  border-color: #ea8056;
  color: #fff;
}
.step.done .step-number {
  background: #edf2ed;
  border-color: #edf2ed;
  color: #607c63;
}
.step.done .step-number svg {
  width: 12px;
}
.step-arrow {
  width: 12px;
  color: #d2d4d8;
  align-self: center;
}
.editor-layout {
  display: grid;
  grid-template-columns: minmax(350px, 1.16fr) minmax(310px, 1fr);
  gap: 24px;
  align-items: start;
}
.editor-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.panel-heading {
  padding: 23px 25px 21px;
  border-bottom: 1px solid var(--line);
}
.panel-heading h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.panel-heading h2 svg {
  color: #e0805a;
  width: 17px;
}
.panel-heading p {
  font-size: 11px;
  color: #9699a1;
  margin-top: 7px;
  line-height: 1.6;
}
.panel-heading.welcome-heading {
  padding-top: 16px;
  padding-bottom: 16px;
}
.welcome-heading h2 {
  line-height: 1.3;
}
.welcome-heading p {
  margin-top: 3px;
  line-height: 1.4;
}
.panel-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  padding: 0 25px;
  gap: 24px;
}
.panel-tabs button {
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 11px;
  color: #8f939b;
  padding: 15px 0 13px;
  border-bottom: 2px solid transparent;
}
.panel-tabs button.active {
  color: #d4704b;
  border-bottom-color: #e7815a;
}
.panel-tabs svg {
  width: 14px;
}
.panel-body {
  padding: 23px 25px;
}
.settings-section {
  --section-padding: 16px;
  min-width: 0;
  padding: 0 var(--section-padding) var(--section-padding);
  margin-bottom: 18px;
  border: 1px solid #e4e7eb;
  border-radius: 10px;
  background: #fafbfc;
}
.settings-section:last-child {
  margin-bottom: 0;
}
.settings-section > .section-title {
  margin: 0 calc(-1 * var(--section-padding)) 18px;
  padding: 13px var(--section-padding);
  border-bottom: 1px solid #e4e7eb;
  border-radius: 9px 9px 0 0;
  background: #f2f4f7;
  color: #343f4b;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.settings-section > summary::-webkit-details-marker {
  display: none;
}
.settings-section > summary:hover {
  background: #edf0f4;
}
.settings-section > summary:focus-visible {
  outline: 3px solid #ed774c80;
  outline-offset: 2px;
}
.settings-section:not([open]) {
  padding-bottom: 0;
}
.settings-section:not([open]) > .section-title {
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 9px;
}
.settings-section > .section-title svg {
  color: #657180;
  transition: transform 0.2s;
}
.settings-section:not([open]) > .section-title svg {
  transform: rotate(-90deg);
}
.settings-section > .control-row:last-child,
.settings-section .overlay-range .control-row {
  margin-bottom: 0;
}
.settings-section .logo-upload {
  flex-wrap: wrap;
}
.settings-section .logo-upload p,
.settings-section output {
  color: #657180;
}
.settings-section output {
  background: #fff;
  border-color: #e4e7eb;
}
.settings-section input[type="range"] {
  min-width: 0;
}
.settings-section .style-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.settings-section .style-options button {
  min-width: 0;
  padding: 12px 2px;
}
.settings-section .style-options button span {
  padding-inline: 5px;
}
@media (max-width: 700px) {
  .settings-section {
    --section-padding: 12px;
  }
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-title svg {
  width: 14px;
  color: #9b9ea6;
}
.logo-upload {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 19px;
}
.logo-thumb {
  width: 69px;
  height: 69px;
  border: 1px solid #e7e9e4;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f3;
  color: #6b7959;
}
.logo-thumb svg {
  width: 37px;
  height: 37px;
  stroke-width: 1;
}
.logo-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logo-upload button {
  font-size: 10px;
  padding: 8px 10px;
}
.logo-upload p {
  font-size: 10px;
  color: #a2a5aa;
  margin-top: 7px;
}
.control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 11px;
  margin-bottom: 16px;
}
.range-group {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 58%;
}
input[type="range"] {
  accent-color: var(--orange);
  height: 3px;
  width: 100%;
  cursor: pointer;
}
output {
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 6px 7px;
  min-width: 49px;
  text-align: center;
  color: #8b8e97;
}
label.field {
  display: grid;
  gap: 7px;
  font-size: 11px;
  color: #6c737d;
  margin-bottom: 14px;
}
input:not([type="range"]):not([type="color"]):not([type="file"]),
textarea,
select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 11px;
  background: white;
  color: #515762;
  font-size: 12px;
  outline-offset: 2px;
}
textarea {
  resize: vertical;
  min-height: 75px;
  line-height: 1.6;
}
input[type="color"] {
  width: 26px;
  height: 27px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.section-rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0;
}
.control-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.segmented {
  display: flex;
  gap: 4px;
  border: 1px solid var(--line);
  background: #f9fafb;
  padding: 3px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.segmented button {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 10px;
  color: #999ba3;
  padding: 8px 4px;
  gap: 5px;
}
.segmented button svg {
  width: 13px;
}
.segmented button.active {
  color: #cf7755;
  background: #fff;
  box-shadow: 0 1px 4px #0000000c;
}
.background-image {
  position: relative;
  display: block;
  width: 100%;
  height: 109px;
  object-fit: cover;
  border-radius: 7px;
  filter: brightness(0.8);
}
.media-preview {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.framed-image {
  object-position: var(--background-x, 50%) 50%;
  transform: scale(var(--background-scale, 1));
  transform-origin: var(--background-x, 50%) 50%;
}
.background-framing {
  margin-top: 18px;
}
.framing-directions {
  display: flex;
  justify-content: space-between;
  width: 58%;
  margin: -8px 0 18px auto;
  padding-right: 61px;
  color: #78818c;
  font-size: 10px;
}
.reset-framing {
  padding: 5px 0;
  font-size: 12px;
  color: #68717e;
}
.reset-framing svg {
  width: 14px;
}
.media-label {
  position: absolute;
  bottom: 13px;
  left: 12px;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.media-label svg {
  width: 12px;
}
.change-media {
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 5px 9px;
  background: #fffefae8;
  border: 0;
  font-size: 10px;
}
.overlay-range {
  margin-top: 16px;
}
.style-options {
  display: flex;
  gap: 9px;
}
.style-options button {
  flex: 1;
  padding: 12px 5px;
  font-size: 10px;
  border-radius: 7px;
}
.style-options button.active {
  border-color: #ecad91;
  background: #fff9f5;
  color: #c77751;
}
.style-pill {
  background: #d3865e;
  color: white;
  padding: 5px 13px;
  border-radius: 15px;
}
.style-square {
  background: #d3865e;
  color: white;
  padding: 5px 13px;
  border-radius: 3px;
}
.style-outline {
  color: #d3865e;
  border: 1px solid #d3865e;
  padding: 4px 12px;
  border-radius: 15px;
}
.style-underline,
.style-underline-arrow,
.style-underline-double {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-block: 4px;
  border-bottom: 1px solid #b6754d;
  color: #a9613d;
}
.style-underline-arrow svg {
  width: 12px;
  height: 12px;
}
.style-underline-double {
  border-bottom: 3px double #b6754d;
}
.button-dimensions {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e4e7eb;
}
.button-dimensions .control-row:last-child {
  margin-bottom: 0;
}
.panel-footer {
  padding: 15px 25px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #fff;
}
.panel-footer span {
  font-size: 10px;
  color: #a0a3a9;
}
.panel-footer button {
  font-size: 11px;
  padding: 9px 12px;
}
.preview-panel {
  background: #eff0f2;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  min-height: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 20px;
  overflow: hidden;
}
.preview-toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #888e98;
  font-size: 10px;
  border-bottom: 1px solid #e3e5e9;
}
.live-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.live-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8cac94;
}
.device-switch {
  display: flex;
  background: #e4e6e9;
  border: 1px solid #dedfe3;
  border-radius: 6px;
  padding: 2px;
  gap: 2px;
}
.device-switch button {
  padding: 5px 9px;
  border: 0;
  background: transparent;
  color: #a0a4ac;
  border-radius: 4px;
}
.device-switch button.active {
  background: white;
  box-shadow: 0 1px 3px #00000010;
  color: #545d69;
}
.device-switch svg {
  width: 13px;
  height: 13px;
}
.phone {
  width: 270px;
  height: 566px;
  background: #242727;
  padding: 7px;
  border: 2px solid #505250;
  box-shadow:
    0 20px 35px #18221b20,
    0 0 0 3px #dedfdd;
  border-radius: 38px;
  margin: 32px 0 22px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.phone-screen {
  position: relative;
  border-radius: 29px;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.phone-bar {
  height: 35px;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  color: white;
  padding: 10px 19px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.phone-bar:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 18px;
  border-radius: 12px;
  background: #242727;
  top: 6px;
  left: calc(50% - 34px);
}
.phone-bar svg {
  width: 12px;
  height: 11px;
  stroke-width: 2;
}
.phone-home {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 45px);
  height: 4px;
  border-radius: 4px;
  width: 90px;
  background: #ffffffbb;
  z-index: 4;
}
.welcome {
  height: 100%;
  position: relative;
  color: #fff;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 45px 26px 30px;
}
.welcome-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -3;
}
.welcome-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.welcome-overlay {
  position: absolute;
  inset: 0;
  background: #111e12;
  z-index: -2;
}
.menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.menu-logo svg {
  width: 100%;
  height: 100%;
  stroke-width: 1;
}
.menu-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.welcome h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.13;
  font-weight: 400;
  letter-spacing: -0.7px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.welcome .tagline {
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 1.7;
  margin: 19px 0 0;
  text-transform: uppercase;
  opacity: 0.85;
}
.welcome .divider {
  width: 28px;
  height: 1px;
  background: #d0b997;
  margin: 22px 0 0;
}
.welcome .welcome-copy {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 11px;
  line-height: 1.8;
  opacity: 0.87;
  margin: 16px 0 34px;
  white-space: pre-line;
}
.enter-button {
  font-size: 10px;
  min-height: 35px;
  flex-shrink: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 4px 10px;
  line-height: 1.4;
  background: var(--button-accent);
  border: 1px solid var(--button-accent);
  border-radius: 40px;
  color: white;
}
.enter-button:hover {
  background: var(--button-accent);
  filter: brightness(1.08);
}
.enter-button[data-style="square"] {
  border-radius: 4px;
}
.enter-button[data-style="outline"],
.enter-button[data-style^="underline"] {
  background: transparent;
}
.enter-button[data-style^="underline"] {
  border: 0;
  border-radius: 0;
  padding-inline: 4px;
  box-shadow: none;
}
.enter-button[data-style^="underline"] .enter-label {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--button-accent);
}
.enter-button[data-style="underline-double"] .enter-label {
  border-bottom: 3px double var(--button-accent);
}
.enter-button .enter-label {
  min-width: 0;
}
.enter-button svg {
  width: 13px;
}
.welcome .location {
  position: absolute;
  bottom: 45px;
  font-size: 7px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 85%;
  line-height: 1.5;
}
.location svg {
  width: 10px;
}
.preview-caption {
  text-align: center;
}
.preview-caption p {
  font-size: 10px;
  color: #9b9fa7;
  margin-bottom: 7px;
}
.preview-caption strong {
  font-weight: 500;
  font-size: 10px;
  color: #737b87;
}
.preview-pages {
  display: flex;
  gap: 7px;
  margin: 18px 0 23px;
}
.preview-pages button {
  padding: 0;
  width: 5px;
  height: 5px;
  background: #c9cbd0;
  border: 0;
  border-radius: 50%;
}
.preview-pages button.active {
  background: #ed8a63;
  width: 17px;
  border-radius: 3px;
}
.preview-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #969ca5;
  margin-bottom: 24px;
}
.preview-note svg {
  width: 12px;
}
.workspace-footer {
  display: flex;
  justify-content: space-between;
  margin: 21px 2px 0;
  color: #a8acb3;
  font-size: 10px;
}
.workspace-footer .row {
  gap: 5px;
}
.workspace-footer svg {
  width: 12px;
}
.full-panel {
  padding: 25px;
}
.full-panel h2 {
  font-size: 18px;
  margin-bottom: 9px;
}
.full-panel > p {
  font-size: 12px;
  color: #8b939d;
  margin-bottom: 24px;
  line-height: 1.7;
}
.empty {
  text-align: center;
  padding: 35px 15px;
  color: #9298a0;
  line-height: 1.8;
  font-size: 13px;
}
.empty svg {
  width: 35px;
  height: 35px;
  color: #dab39e;
  margin-bottom: 12px;
}
.item-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  padding: 13px;
  border-radius: 9px;
  margin-bottom: 10px;
  background: #fff;
}
.item-card .item-icon {
  width: 43px;
  height: 43px;
  background: #f4eee7;
  color: #b08b6c;
  border-radius: 7px;
  display: grid;
  place-items: center;
}
.item-card h3 {
  font-size: 12px;
  font-weight: 600;
}
.item-card p {
  font-size: 10px;
  color: #9298a0;
  margin-top: 5px;
}
.item-card .item-actions {
  margin-left: auto;
  display: flex;
  gap: 0;
}
.item-actions button {
  padding: 7px;
  border: 0;
}
.item-actions svg {
  width: 14px;
}
.item-card img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 6px;
}
.add-button {
  width: 100%;
  border: 1px dashed #e5beaa;
  background: #fffaf7;
  color: #c37c56;
  font-size: 11px;
  margin-top: 8px;
  padding: 13px;
}
.layout-cards {
  display: flex;
  gap: 9px;
  margin-bottom: 24px;
}
.layout-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  padding: 14px 8px;
  color: #969ba3;
}
.layout-card svg {
  width: 25px;
  height: 25px;
  margin-bottom: 7px;
}
.layout-card.active {
  border-color: #e7a685;
  background: #fff8f3;
  color: #c78059;
}
.menu-inside {
  height: 100%;
  overflow-y: auto;
  background: #faf8f3;
  padding: 44px 16px 25px;
  scrollbar-width: none;
}
.menu-inside .menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  font-size: 10px;
  color: #767d70;
}
.menu-top button {
  background: transparent;
  padding: 4px;
  border: 0;
}
.menu-inside h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 6px;
}
.menu-inside .menu-sub {
  font-size: 10px;
  color: #8b8b7f;
  line-height: 1.6;
  margin-bottom: 22px;
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.category-grid.list,
.category-grid.editorial {
  grid-template-columns: 1fr;
}
.category-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 126px;
  background: #e7e6dc;
  border: 0;
  border-radius: 7px;
  padding: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  color: white;
}
.category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #162114b3);
}
.category-tile strong,
.category-tile small,
.category-tile > svg {
  position: relative;
  z-index: 1;
}
.category-tile strong {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 400;
}
.category-tile small {
  font-size: 9px;
  margin-top: 3px;
  opacity: 0.8;
}
.category-grid.list .category-tile {
  min-height: 80px;
}
.category-grid.editorial .category-tile {
  min-height: 145px;
}
.food-entry {
  background: white;
  border-radius: 8px;
  margin-bottom: 11px;
  padding: 10px;
  display: flex;
  gap: 9px;
}
.food-entry img {
  height: 62px;
  width: 62px;
  border-radius: 5px;
  object-fit: cover;
}
.food-entry strong {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  line-height: 1.3;
  display: block;
}
.food-entry p {
  font-size: 9px;
  color: #9b9b8e;
  line-height: 1.5;
  margin: 4px 0;
}
.food-entry b {
  font-size: 10px;
  color: #ad7d4f;
}
.food-entry.cards {
  display: block;
  padding: 0 0 13px;
  overflow: hidden;
}
.food-entry.cards img {
  width: 100%;
  height: 126px;
  border-radius: 0;
}
.food-entry.cards > div {
  padding: 10px 12px 0;
}
.category-chips {
  display: flex;
  gap: 5px;
  overflow: auto;
  margin-bottom: 15px;
  padding: 2px;
}
.category-chips button {
  padding: 6px 9px;
  font-size: 9px;
  white-space: nowrap;
  border-radius: 20px;
}
.category-chips button.active {
  background: #626e52;
  color: white;
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.notice {
  font-size: 11px;
  color: #9e815f;
  line-height: 1.7;
  background: #faf5ec;
  padding: 12px;
  border-radius: 7px;
  margin-top: 16px;
}
.document-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.document-row small {
  color: #9298a0;
  margin-left: auto;
}
.restaurant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.restaurant-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  display: block;
}
.restaurant-card > svg {
  color: var(--orange);
  width: 30px;
  height: 30px;
  margin-bottom: 25px;
}
.restaurant-card h3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.restaurant-card p {
  font-size: 12px;
  color: #969ca4;
  margin-bottom: 24px;
}
.restaurant-card small {
  font-size: 11px;
  color: #b4886c;
}
.modal {
  width: min(490px, calc(100vw - 30px));
  border: 1px solid #e9e8e5;
  border-radius: 15px;
  padding: 28px;
  color: var(--ink);
  box-shadow: 0 20px 100px #0002;
}
.modal.wide {
  width: min(700px, calc(100vw - 30px));
}
dialog::backdrop {
  background: #1c242763;
  backdrop-filter: blur(4px);
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.modal-header h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
}
.modal-header button {
  padding: 5px;
  border: 0;
}
.modal > p {
  font-size: 12px;
  color: #9398a0;
  line-height: 1.8;
  margin-bottom: 22px;
}
.modal label {
  font-size: 12px;
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 25px;
}
.modal-actions button {
  font-size: 12px;
}
.modal ol {
  font-size: 13px;
  line-height: 1.9;
  padding-left: 20px;
}
.modal li {
  padding: 0 0 12px 5px;
}
.modal li strong {
  display: block;
}
.modal li p {
  color: #9398a0;
  font-size: 12px;
}
.qr-box {
  display: grid;
  place-items: center;
  background: #faf9f6;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 222px;
  margin-bottom: 20px;
  padding: 20px;
}
.qr-box > svg {
  width: 100px;
  height: 100px;
  color: #d5d4cb;
}
.qr-box img {
  max-width: 100%;
}
.qr-actions {
  display: flex;
  gap: 10px;
}
.qr-actions button {
  font-size: 11px;
  flex: 1;
}
.public-mode {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100svh;
  background: #fff;
}
.public-mode .phone-screen {
  height: 100svh;
  border-radius: 0;
}
.public-mode .welcome {
  padding: 70px 40px;
}
.public-mode .welcome h2 {
  max-width: 100%;
}
.public-mode .welcome .tagline {
  font-size: 11px;
}
.public-mode .welcome .welcome-copy {
  font-size: 16px;
  margin-bottom: 40px;
}
.public-mode .enter-button {
  font-size: 14px;
  min-height: 48px;
}
.public-mode .location {
  font-size: 10px;
}
.public-mode .menu-inside {
  min-height: 100svh;
}
.public-mode .category-tile {
  min-height: 200px;
}
.public-mode .food-entry strong {
  font-size: 18px;
}
.public-mode .food-entry p {
  font-size: 13px;
}
.public-mode .food-entry b {
  font-size: 14px;
}
.public-mode .food-entry img {
  width: 90px;
  height: 90px;
}
.public-mode .food-entry.cards img {
  width: 100%;
  height: 210px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  padding: 13px 20px;
  background: #2c3a32;
  color: white;
  font-size: 12px;
  border-radius: 9px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  max-width: 90vw;
  box-shadow: 0 6px 22px #0002;
}
#toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.phone.tablet {
  width: 340px;
  border-radius: 25px;
}
.phone.tablet .phone-screen {
  border-radius: 16px;
}
.mobile-menu {
  display: none;
}
.preview-modal {
  display: flex;
  justify-content: center;
  background: #eee;
  max-height: 80vh;
  overflow: auto;
  border-radius: 10px;
}
.preview-modal .phone {
  margin: 22px 0;
  min-height: 566px;
}
.file-input {
  display: none;
}
.text-link {
  color: #ca7956;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}
.delete {
  color: #c46151;
}
.bottom-gap {
  margin-bottom: 15px;
}
@media (min-width: 1450px) {
  .workspace {
    padding: 37px 50px;
  }
  .topbar {
    padding: 0 50px;
  }
  .editor-layout {
    grid-template-columns: minmax(390px, 1.12fr) minmax(380px, 1fr);
  }
  .preview-panel {
    min-height: 850px;
  }
  .phone {
    width: 300px;
    height: 624px;
    margin-top: 37px;
  }
  .welcome {
    padding-left: 32px;
    padding-right: 32px;
  }
  .panel-body {
    padding: 26px 30px;
  }
  .panel-heading {
    padding: 24px 30px;
  }
  .background-image {
    height: 122px;
  }
  .control-row {
    margin-bottom: 21px;
  }
  .section-rule {
    margin: 26px 0;
  }
}
@media (max-width: 1150px) {
  .sidebar {
    width: 212px;
    padding: 24px 12px 15px;
  }
  .main {
    margin-left: 212px;
  }
  .brand {
    font-size: 23px;
  }
  .brand-caption {
    font-size: 9px;
  }
  .restaurant-switch strong {
    font-size: 10px;
  }
  .restaurant-switch small {
    font-size: 9px;
  }
  .workspace {
    padding: 26px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .editor-layout {
    gap: 18px;
    grid-template-columns: minmax(310px, 1fr) minmax(280px, 0.9fr);
  }
  .panel-body,
  .panel-heading {
    padding: 20px;
  }
  .preview-toolbar {
    padding: 14px 13px;
  }
  .save-state {
    display: none;
  }
  .step {
    gap: 6px;
    font-size: 10px;
  }
  .phone {
    width: 246px;
    height: 530px;
  }
  .welcome {
    padding: 40px 21px;
  }
  .intro h1 {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .sidebar {
    width: 72px;
    padding: 25px 10px;
  }
  .brand {
    padding: 0;
    justify-content: center;
  }
  .brand > .brand-name,
  .brand > span,
  .brand-caption,
  .restaurant-switch,
  .nav-label,
  .nav-button span,
  .help-card,
  .profile,
  .sidebar-divider {
    display: none;
  }
  .brand {
    margin-bottom: 40px;
  }
  .nav-button {
    justify-content: center;
    padding: 14px 10px;
  }
  .nav-button.active:after {
    display: none;
  }
  .main {
    margin-left: 72px;
  }
  .steps {
    overflow: auto;
  }
  .step {
    white-space: nowrap;
  }
  .step-arrow {
    display: none;
  }
  .topbar {
    height: 67px;
  }
  .workspace {
    padding: 24px 20px;
  }
  .intro-badge {
    display: none;
  }
  .editor-layout {
    grid-template-columns: minmax(290px, 1fr) minmax(268px, 0.9fr);
    gap: 15px;
  }
  .preview-toolbar {
    font-size: 9px;
  }
  .preview-panel {
    min-height: 765px;
  }
  .panel-body,
  .panel-heading {
    padding: 19px;
  }
  .top-actions button {
    font-size: 11px;
    padding: 9px 12px;
  }
  .breadcrumb {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  .topbar {
    padding: 0 15px;
  }
  .breadcrumb span,
  .breadcrumb > svg,
  .top-actions .preview-top {
    display: none;
  }
  .top-actions {
    gap: 5px;
  }
  .top-actions button {
    font-size: 10px;
    padding: 9px;
  }
  .workspace {
    padding: 22px 15px;
  }
  .intro h1 {
    font-size: 25px;
  }
  .intro p {
    font-size: 11px;
    line-height: 1.6;
  }
  .steps {
    padding: 5px;
    gap: 3px;
  }
  .step {
    font-size: 0;
    padding: 10px 7px;
    gap: 0;
  }
  .step.active {
    font-size: 10px;
    gap: 6px;
    flex: 2;
  }
  .step-number {
    width: 21px;
    height: 21px;
  }
  .editor-layout {
    grid-template-columns: 1fr;
  }
  .preview-panel {
    position: static;
    min-height: 720px;
    order: 2;
  }
  .phone {
    width: 270px;
    height: 566px;
  }
  .workspace-footer > span {
    display: none;
  }
  .intro {
    margin-bottom: 20px;
  }
  .panel-tabs {
    gap: 20px;
  }
  .panel-tabs button {
    font-size: 11px;
  }
  .main {
    margin-left: 58px;
  }
  .sidebar {
    width: 58px;
    padding: 24px 5px;
  }
  .brand-mark {
    padding: 6px;
    border-radius: 7px;
  }
  .brand-mark svg {
    width: 19px;
    height: 19px;
  }
  .nav-button svg {
    width: 18px;
  }
  .editor-panel {
    min-width: 0;
  }
  .restaurant-grid {
    grid-template-columns: 1fr;
  }
  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .phone.tablet {
    width: 280px;
  }
  .modal {
    padding: 22px;
  }
  .preview-toolbar {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Readable controls; the phone remains a scaled preview of the customer menu. */
.nav-button {
  font-size: 14px;
}
.restaurant-switch strong,
.profile strong {
  font-size: 12px;
}
.breadcrumb {
  font-size: 13px;
}
.top-actions button {
  font-size: 13px;
}
.intro p {
  font-size: 14px;
}
.step {
  font-size: 12px;
}
.panel-heading p {
  font-size: 12px;
}
.panel-tabs button {
  font-size: 13px;
}
.section-title,
.control-title {
  font-size: 14px;
}
label.field,
.control-row {
  font-size: 13px;
}
input:not([type="range"]):not([type="color"]):not([type="file"]),
textarea,
select {
  font-size: 14px;
}
.logo-upload button {
  font-size: 12px;
}
.segmented button,
.style-options button {
  font-size: 12px;
}
.panel-footer button {
  font-size: 12px;
}
.preview-toolbar {
  font-size: 12px;
}
.item-card h3 {
  font-size: 14px;
}
.item-card p {
  font-size: 12px;
}
.add-button {
  font-size: 13px;
}
.layout-card {
  font-size: 12px;
}
.notice {
  font-size: 12px;
}
.full-panel > p,
.empty {
  font-size: 14px;
}
.modal > p {
  font-size: 14px;
}
.modal label,
.modal-actions button {
  font-size: 14px;
}
.help-card h3 {
  font-size: 13px;
}
.help-card p,
.help-card button {
  font-size: 12px;
}
.help-card p br {
  display: none;
}
@media (max-width: 1150px) {
  .restaurant-switch strong {
    font-size: 10px;
  }
  .step {
    font-size: 11px;
  }
  .preview-toolbar {
    font-size: 10px;
  }
  .nav-button {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .step {
    font-size: 0;
  }
  .step.active {
    font-size: 11px;
  }
  .intro p {
    font-size: 13px;
  }
  .breadcrumb {
    font-size: 11px;
  }
  .top-actions button {
    font-size: 10px;
  }
  .intro {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .preview-toolbar {
    font-size: 11px;
  }
}

.public-mode .phone-bar,
.public-mode .phone-home {
  display: none;
}
.public-mode .welcome {
  min-height: 100svh;
  height: auto;
}
.phone-screen .welcome {
  overflow-y: auto;
  scrollbar-width: none;
}
.welcome .menu-logo {
  flex-shrink: 0;
}
.welcome h2,
.welcome .tagline,
.welcome .welcome-copy,
.welcome .divider {
  flex-shrink: 0;
}

/* Category templates: editable palettes and distinct mobile compositions. */
.template-help {
  font-size: 13px;
  color: #78818c;
  line-height: 1.65;
  margin: -5px 0 17px;
}
.template-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 5px 5px 2px;
  margin-bottom: 22px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9ced5 transparent;
}
.template-gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.template-gallery-heading .section-title {
  margin-bottom: 5px;
}
.template-carousel-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.template-carousel-actions button {
  width: 34px;
  height: 34px;
  padding: 6px;
}
.template-carousel-actions button:not(:disabled):hover {
  background: #fff2eb;
  border-color: #edbcaa;
  color: #c16540;
}
.template-carousel {
  min-width: 0;
}
.template-card {
  flex: 0 0 min(220px, 85%);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-width: 0;
  border: 1px solid #e1e5e9;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.template-card.selected {
  border-color: #e98b63;
  box-shadow: 0 0 0 1px #e98b633d;
}
.template-thumbnail {
  height: 200px;
  flex-shrink: 0;
  position: relative;
  background: #edf0f2;
  overflow: hidden;
  border-bottom: 1px solid #e5e8eb;
}
.template-miniature {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 260px;
  height: 520px;
  transform: translateX(-50%) scale(0.52);
  transform-origin: top center;
  pointer-events: none;
  user-select: none;
  border: 5px solid #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px #16271b30;
}
.template-miniature .category-page {
  padding: 18px 14px;
  height: 100%;
  overflow: hidden;
}
.template-miniature .ct-heading {
  margin-bottom: 16px;
}
.template-info {
  padding: 12px 11px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.template-info h3 {
  font-size: 14px;
  font-weight: 650;
}
.template-info > .row > svg {
  width: 15px;
  color: #d9784f;
}
.template-info p {
  font-size: 11px;
  line-height: 1.6;
  color: #7e8790;
  margin: 4px 0 10px;
  min-height: 35px;
}
.template-info button {
  margin-top: auto;
  width: 100%;
  font-size: 11px;
  padding: 8px 5px;
  gap: 5px;
  white-space: normal;
}
.template-info button svg {
  width: 12px;
}
.template-card.selected .template-info button {
  background: #fff4ed;
  border-color: #f0d6c6;
  color: #ad5c38;
}
.category-colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 18px 0 24px;
}
.category-colors label {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border: 1px solid #e4e7eb;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}
.category-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.6;
}
.category-checkbox input {
  accent-color: var(--orange);
  width: 16px;
  height: 16px;
}
.category-editor > .settings-section {
  margin-bottom: 24px;
}
/* Google Fonts — unmodified fonts bundled with their SIL OFL licenses. */
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dmsans.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/plusjakartasans.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/spacegrotesk.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("assets/fonts/outfit.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora.ttf") format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/urbanist.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/bricolagegrotesque.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("assets/fonts/rubik.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunitosans.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

/* MenuScan — collection mobile. Shared proportions, twenty-one distinct art directions. */
@font-face {
  font-family: Manrope;
  src: url("assets/manrope.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Fraunces;
  src: url("assets/fraunces.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Allura;
  src: url("assets/allura.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.phone-screen.category-viewport {
  transform-origin: top left;
  border-radius: 0;
}
.phone:has(.category-viewport) {
  isolation: isolate;
}
.category-page {
  --cat-pad-x: 20px;
  --cat-pad-top: 42px;
  container-type: inline-size;
  padding: var(--cat-pad-top) var(--cat-pad-x) 28px;
  background: var(--cat-bg);
  color: var(--cat-ink);
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.category-page .menu-top {
  gap: 10px;
  min-height: 32px;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  color: inherit;
}
.category-page .menu-top > span:not(.ct-nav-logo) {
  flex: 1;
  text-align: center;
  overflow-wrap: anywhere;
}
.category-page .menu-top button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 7px;
  border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  border-radius: 50%;
  color: inherit;
  background: transparent;
  flex-shrink: 0;
}
.category-page .menu-top button svg {
  width: 15px;
  height: 15px;
}
.ct-nav-logo {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--cat-accent);
}
.ct-nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ct-nav-logo svg {
  width: 20px;
  height: 20px;
}
.ct-heading {
  position: relative;
  margin: 0 0 20px;
}
.ct-kicker {
  display: block;
  font:
    600 8px/1.4 Manrope,
    Arial,
    sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--cat-accent);
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.category-page .ct-heading h2 {
  font-family: var(--cat-font);
  font-size: var(--cat-title);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: inherit;
  margin: 0 0 9px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.ct-heading p {
  margin: 0;
  font:
    400 12px/1.6 Manrope,
    Arial,
    sans-serif;
  white-space: normal;
  opacity: 0.72;
  overflow-wrap: anywhere;
  max-width: 290px;
}
.ct-heading-rule {
  display: none;
}
.ct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cat-gap);
}
.ct-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  padding: 0;
  gap: 0;
  text-align: left;
  white-space: normal;
  color: var(--cat-ink);
  background: var(--cat-card);
  border: 1px solid color-mix(in srgb, var(--cat-ink) 8%, transparent);
  border-radius: var(--cat-radius);
  overflow: hidden;
  box-shadow: none;
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.ct-card:hover {
  background: var(--cat-card);
  border-color: var(--cat-accent);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--cat-ink) 8%, transparent);
}
.ct-card:focus-visible,
.ct-quick-card:focus-visible {
  outline: 2px solid var(--cat-accent);
  outline-offset: 3px;
}
.ct-photo {
  width: 100%;
  height: var(--cat-photo);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--cat-accent) 12%, var(--cat-card));
  overflow: hidden;
}
.ct-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct-photo > svg {
  width: 26px;
  height: 26px;
  color: var(--cat-accent);
  stroke-width: 1.3;
}
.ct-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 5px;
  padding: 12px 27px 12px 12px;
}
.ct-copy > strong {
  font: 550 var(--cat-name) / 1.2 var(--cat-font);
  letter-spacing: -0.3px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.ct-description {
  font:
    400 11px/1.5 Manrope,
    Arial,
    sans-serif;
  opacity: 0.7;
  overflow-wrap: anywhere;
}
.ct-copy > small {
  font:
    500 10px/1.4 Manrope,
    Arial,
    sans-serif;
  color: var(--cat-accent);
}
.ct-arrow {
  position: absolute;
  display: grid;
  place-items: center;
  right: 10px;
  bottom: 13px;
  color: var(--cat-accent);
}
.ct-arrow svg {
  width: 13px;
  height: 13px;
}
.ct-number {
  display: none;
}
.ct-signature {
  text-align: center;
  margin-top: 23px;
  color: inherit;
  opacity: 0.5;
  font:
    500 8px/1.6 Manrope,
    Arial,
    sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.ct-empty {
  grid-column: 1/-1;
  font-size: 12px;
  line-height: 1.7;
  padding: 22px 0;
  opacity: 0.65;
}
.ct-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 500 17px/1.2 var(--cat-font);
  margin: 0 0 14px;
}
.ct-section-label span {
  height: 1px;
  flex: 1;
  background: var(--cat-accent);
  opacity: 0.3;
}
.ct-section-label span:first-child {
  display: none;
}

/* 01 — Table noire. Fine brass, circular plates, restrained lettering. */
.category-page[data-layout="plates"] {
  background:
    radial-gradient(ellipse at top right, #ffffff06, transparent 65%),
    var(--cat-bg);
}
.category-page[data-layout="plates"] .ct-heading {
  margin-bottom: 24px;
}
.ct-menu-word {
  display: block;
  font:
    800 70px/0.82 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -6px;
  color: var(--cat-accent);
  opacity: 0.12;
}
.category-page[data-layout="plates"] .ct-heading h2 {
  font-family: Allura, cursive;
  font-size: calc(var(--cat-title) * 1.35);
  font-weight: 400;
  margin: -37px 0 10px 48px;
  position: relative;
  letter-spacing: 0;
}
.category-page[data-layout="plates"] .ct-heading p {
  font-size: 10px;
}
.category-page[data-layout="plates"] .ct-grid {
  row-gap: calc(var(--cat-gap) + 4px);
}
.category-page[data-layout="plates"] .ct-card {
  border: 0;
  background: transparent;
  overflow: visible;
  align-items: center;
  isolation: isolate;
}
.category-page[data-layout="plates"] .ct-card::before {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  border-radius: var(--cat-radius);
  background: var(--cat-card);
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--cat-accent) 12%, transparent);
}
.category-page[data-layout="plates"] .ct-photo {
  width: min(var(--cat-photo), 88%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid var(--cat-bg);
  outline: 1px solid color-mix(in srgb, var(--cat-accent) 26%, transparent);
}
.category-page[data-layout="plates"] .ct-copy {
  align-items: center;
  text-align: center;
  padding: 12px 9px 15px;
  width: 100%;
  gap: 5px;
}
.category-page[data-layout="plates"] .ct-copy > strong {
  font-weight: 600;
  font-size: var(--cat-name);
}
.category-page[data-layout="plates"] .ct-arrow {
  display: none;
}
.category-page[data-layout="plates"] .ct-no-photo::before {
  top: 0;
}
.ct-badge {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 0;
  max-width: 66px;
  padding: 5px 7px;
  border-radius: 20px;
  background: var(--cat-accent);
  color: var(--cat-bg);
  font:
    700 8px/1.2 Manrope,
    Arial,
    sans-serif;
  overflow-wrap: anywhere;
}

/* 02 — Pop gourmand. Vibrant small cards with a light stagger. */
.category-page[data-layout="pop"] .ct-heading {
  padding-right: 56px;
}
.category-page[data-layout="pop"] .ct-heading h2 {
  font-weight: 800;
  letter-spacing: -1.1px;
}
.category-page[data-layout="pop"] .ct-kicker {
  color: var(--cat-ink);
  opacity: 0.55;
}
.ct-pop-total {
  position: absolute;
  right: 0;
  top: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--cat-accent);
  color: var(--cat-ink);
  transform: rotate(7deg);
}
.ct-pop-total b {
  font:
    800 19px/1 Manrope,
    Arial,
    sans-serif;
}
.ct-pop-total > span {
  font:
    650 6px/1.4 Manrope,
    Arial,
    sans-serif;
}
.category-page[data-layout="pop"] .ct-grid {
  padding-bottom: 12px;
  align-items: stretch;
}
.category-page[data-layout="pop"] .ct-card {
  padding: 8px;
  background: var(--pop-card);
  color: var(--pop-ink);
  border: 0;
}
.category-page[data-layout="pop"] .ct-card:nth-child(even) {
  transform: translateY(12px);
}
.ct-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 1px 1px 8px;
  font:
    650 8px/1.2 Manrope,
    Arial,
    sans-serif;
  min-height: 16px;
}
.ct-pop-label {
  min-width: 0;
  overflow-wrap: anywhere;
  letter-spacing: 0.4px;
}
.ct-card-meta small {
  font:
    600 8px/1.2 Manrope,
    Arial,
    sans-serif;
  white-space: nowrap;
  border: 1px solid color-mix(in srgb, var(--pop-ink) 30%, transparent);
  border-radius: 15px;
  padding: 2px 5px;
}
.category-page[data-layout="pop"] .ct-photo {
  border-radius: calc(var(--cat-radius) * 0.65);
  background: color-mix(in srgb, var(--pop-ink) 8%, var(--pop-card));
}
.category-page[data-layout="pop"] .ct-photo > svg {
  color: var(--pop-ink);
}
.category-page[data-layout="pop"] .ct-copy {
  padding: 10px 0 24px;
  gap: 5px;
  flex: 1;
}
.category-page[data-layout="pop"] .ct-copy > strong {
  font-weight: 800;
  letter-spacing: -0.65px;
  line-height: 1.06;
}
.category-page[data-layout="pop"] .ct-description {
  font-size: 9px;
  opacity: 0.82;
}
.category-page[data-layout="pop"] .ct-arrow {
  color: inherit;
  right: 8px;
  bottom: 8px;
  width: 21px;
  height: 21px;
  border: 1px solid color-mix(in srgb, var(--pop-ink) 28%, transparent);
  border-radius: 50%;
}
.category-page[data-layout="pop"] .ct-arrow svg {
  width: 12px;
  height: 12px;
}

/* 03 — Smoothie bar. Slim cream labels and small floating medallions. */
.category-page[data-layout="floating"] {
  background:
    radial-gradient(
      ellipse at top left,
      color-mix(in srgb, var(--cat-accent) 17%, var(--cat-bg)),
      transparent 75%
    ),
    var(--cat-bg);
}
.category-page[data-layout="floating"] .ct-heading h2 {
  font-weight: 750;
}
.category-page[data-layout="floating"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
  padding: 8px 6px 0 0;
}
.category-page[data-layout="floating"] .ct-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 33%;
  grid-template-rows: auto 1fr;
  gap: 6px 12px;
  padding: 14px 17px;
  min-height: 114px;
  background: var(--cat-card);
  color: var(--cat-bg);
  border: 0;
  overflow: visible;
}
.category-page[data-layout="floating"] .ct-number {
  display: block;
  grid-column: 1;
  grid-row: 1;
  font:
    600 8px/1 Manrope,
    Arial,
    sans-serif;
  letter-spacing: 1px;
  opacity: 0.6;
}
.category-page[data-layout="floating"] .ct-photo {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  width: min(var(--cat-photo), 31cqw);
  height: auto;
  aspect-ratio: 1;
  margin: -23px -24px 15px 0;
  border: 4px solid var(--cat-card);
  border-radius: 50%;
  box-shadow: 0 4px 10px #31130d18;
}
.category-page[data-layout="floating"] .ct-copy {
  grid-column: 1;
  grid-row: 2;
  padding: 1px 0 0;
  gap: 6px;
}
.category-page[data-layout="floating"] .ct-copy > strong {
  font-weight: 750;
}
.category-page[data-layout="floating"] .ct-copy > small {
  color: inherit;
  opacity: 0.7;
  font-size: 9px;
}
.category-page[data-layout="floating"] .ct-arrow {
  background: var(--cat-bg);
  color: var(--cat-card);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  right: 13px;
  bottom: 10px;
}
.category-page[data-layout="floating"] .ct-no-photo {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  padding-right: 44px;
}

/* Shared short covers for the two brasserie themes. */
.category-page:is(
    [data-layout="bistro"],
    [data-layout="royal"],
    [data-layout="paper"]
  )
  .ct-cover {
  margin: calc(-1 * var(--cat-pad-top)) calc(-1 * var(--cat-pad-x)) 18px;
  padding: var(--cat-pad-top) var(--cat-pad-x) 18px;
  background: var(--cat-ink);
  color: var(--cat-bg);
  overflow: hidden;
}
.category-page:is(
    [data-layout="bistro"],
    [data-layout="royal"],
    [data-layout="paper"]
  )
  .ct-nav-logo {
  color: var(--cat-accent);
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-heading {
  margin: 0;
  position: relative;
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-heading p {
  font-size: 10px;
}
.ct-hero-photo {
  position: absolute;
  display: block;
  object-fit: cover;
}
.ct-with-hero > :not(.ct-hero-photo) {
  position: relative;
  z-index: 1;
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-copy {
  padding: 10px 30px 10px 12px;
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-arrow {
  width: 23px;
  height: 23px;
  right: 10px;
  bottom: 12px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--cat-accent) 19%, var(--cat-card));
  color: var(--cat-ink);
}
.category-page:is([data-layout="bistro"], [data-layout="royal"]) .ct-no-photo {
  grid-template-columns: minmax(0, 1fr);
}

/* 04 — Comptoir doré. Quiet type, fine brass and a cropped circular cover photo. */
.category-page[data-layout="bistro"] .ct-cover {
  border-bottom: 1px solid var(--cat-accent);
}
.category-page[data-layout="bistro"] .ct-heading {
  padding: 8px 0 6px;
}
.category-page[data-layout="bistro"] .ct-with-hero {
  padding-right: 112px;
  min-height: 115px;
}
.category-page[data-layout="bistro"] .ct-hero-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -27px;
  top: 0;
  border: 1px solid color-mix(in srgb, var(--cat-accent) 40%, transparent);
  padding: 3px;
}
.category-page[data-layout="bistro"] .ct-heading h2 {
  font-weight: 450;
}
.category-page[data-layout="bistro"] .ct-card {
  padding: 5px;
  border-color: color-mix(in srgb, var(--cat-accent) 18%, transparent);
}
.category-page[data-layout="bistro"] .ct-photo {
  border-radius: calc(var(--cat-radius) * 0.65);
}
.category-page[data-layout="bistro"] .ct-copy > strong {
  font-weight: 550;
}
.category-page[data-layout="bistro"] .ct-number {
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  font:
    500 8px/1 Manrope,
    Arial,
    sans-serif;
  color: var(--cat-accent);
}

/* 05 — Jardin frais. Browseable photo stories and a two-column index. */
.category-page[data-layout="stories"] .ct-heading h2 {
  font-weight: 650;
}
.ct-story-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -3px 0 12px;
  font-size: 10px;
}
.ct-story-controls > span {
  margin-right: auto;
  opacity: 0.7;
}
.ct-story-controls button {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cat-ink) 14%, transparent);
  background: transparent;
  color: var(--cat-ink);
  border-radius: 50%;
}
.ct-story-controls button svg {
  width: 14px;
  height: 14px;
}
.category-page[data-layout="stories"] .ct-grid {
  display: flex;
  overflow-x: auto;
  padding: 2px 2px 10px;
  margin: 0 -2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}
.category-page[data-layout="stories"] .ct-card {
  flex: 0 0 66%;
  min-height: var(--cat-photo);
  scroll-snap-align: start;
  justify-content: flex-end;
  isolation: isolate;
  border: 0;
}
.category-page[data-layout="stories"] .ct-photo {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -2;
}
.category-page[data-layout="stories"] .ct-card:not(.ct-no-photo)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, #10190ac9);
  z-index: -1;
}
.category-page[data-layout="stories"] .ct-card:not(.ct-no-photo) .ct-copy,
.category-page[data-layout="stories"]
  .ct-card:not(.ct-no-photo)
  .ct-copy
  > small {
  color: white;
}
.category-page[data-layout="stories"] .ct-copy {
  padding: 45px 33px 16px 14px;
}
.category-page[data-layout="stories"] .ct-description {
  display: none;
}
.category-page[data-layout="stories"] .ct-arrow {
  color: white;
  bottom: 18px;
  right: 14px;
}
.category-page[data-layout="stories"] .ct-no-photo .ct-arrow {
  color: var(--cat-accent);
}
.ct-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}
.ct-quick h3 {
  grid-column: 1/-1;
  font: 600 14px/1.2 var(--cat-font);
  margin: 0 0 2px;
}
.ct-quick-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 0;
  min-height: 76px;
  padding: 12px;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--cat-card);
  color: var(--cat-ink);
  isolation: isolate;
}
.ct-quick-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58);
  z-index: -1;
}
.ct-quick-card span {
  font:
    650 11px/1.25 Manrope,
    Arial,
    sans-serif;
  overflow-wrap: anywhere;
}
.ct-quick-card:not(.ct-no-photo) {
  color: white;
}
.ct-quick-card svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-left: 5px;
}

/* 06 — Braise royale. Cinematic short cover, warm white rows. */
.category-page[data-layout="royal"] .ct-cover {
  border-bottom: 2px solid var(--cat-accent);
  padding-bottom: 0;
}
.category-page[data-layout="royal"] .ct-heading {
  padding: 20px 0;
  min-height: 120px;
  isolation: isolate;
}
.category-page[data-layout="royal"] .ct-with-hero {
  margin-inline: calc(-1 * var(--cat-pad-x));
  padding-inline: var(--cat-pad-x);
  min-height: 142px;
}
.category-page[data-layout="royal"] .ct-hero-photo {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center 55%;
  z-index: -2;
}
.category-page[data-layout="royal"] .ct-with-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #10191ce8, #10191c88 65%, #10191c28);
  z-index: -1;
}
.category-page[data-layout="royal"] .ct-heading p {
  max-width: 235px;
}
.category-page[data-layout="royal"] .ct-card {
  grid-template-columns: 91px minmax(0, 1fr);
  border: 0;
}
.category-page[data-layout="royal"] .ct-copy > strong {
  font-weight: 600;
}

/* 07 — Épices de nuit. Close-cropped photos, small bronze labels. */
.category-page[data-layout="mosaic"] {
  background:
    radial-gradient(ellipse at top right, #a4622512, transparent 65%),
    var(--cat-bg);
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"]) .ct-card {
  min-height: var(--cat-photo);
  justify-content: flex-end;
  isolation: isolate;
  border: 0;
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"]) .ct-photo {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -2;
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"])
  .ct-card:not(.ct-no-photo)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, #000000bc);
  z-index: -1;
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"])
  .ct-card:not(.ct-no-photo)
  .ct-copy,
.category-page:is([data-layout="mosaic"], [data-layout="tiles"])
  .ct-card:not(.ct-no-photo)
  .ct-copy
  > small {
  color: white;
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"]) .ct-copy {
  padding: 36px 12px 12px;
}
.category-page:is([data-layout="mosaic"], [data-layout="tiles"])
  .ct-description,
.category-page:is([data-layout="mosaic"], [data-layout="tiles"]) .ct-arrow {
  display: none;
}
.category-page[data-layout="mosaic"] .ct-number {
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  color: white;
  background: #00000044;
  border: 1px solid #ffffff33;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
}
.category-page[data-layout="mosaic"] .ct-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid
    color-mix(in srgb, var(--cat-accent) 24%, transparent);
}

/* Disposition photo conservée pour les menus déjà personnalisés. */
.category-page[data-layout="tiles"] .ct-heading h2 {
  font-weight: 750;
  letter-spacing: -1px;
}
.category-page[data-layout="tiles"] .ct-nav-logo {
  border: 1px solid color-mix(in srgb, var(--cat-accent) 18%, transparent);
  border-radius: 50%;
  padding: 5px;
}
.category-page[data-layout="tiles"] .ct-copy > strong {
  font-weight: 750;
  letter-spacing: -0.2px;
}
.category-page[data-layout="tiles"] .ct-copy > small {
  opacity: 0.85;
}

/* 09 — Carte classique. Compact navy masthead and a legible printed menu. */
.category-page[data-layout="paper"] .ct-cover {
  background: var(--cat-accent);
  border-bottom: 2px solid #c49a59;
}
.category-page[data-layout="paper"] .ct-heading {
  margin: 0;
}
.category-page[data-layout="paper"] .ct-heading h2 {
  letter-spacing: 0.2px;
  font-weight: 500;
}
.category-page[data-layout="paper"] .ct-kicker {
  color: var(--cat-bg);
  opacity: 0.65;
}
.category-page[data-layout="paper"] .ct-nav-logo {
  color: var(--cat-bg);
}
.category-page[data-layout="paper"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="paper"] .ct-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  padding-bottom: var(--cat-gap);
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cat-ink) 13%, transparent);
  border-radius: 0;
}
.category-page[data-layout="paper"] .ct-photo {
  border-radius: var(--cat-radius);
}
.category-page[data-layout="paper"] .ct-copy {
  padding: 0 0 0 13px;
  gap: 9px;
}
.category-page[data-layout="paper"] .ct-copy > strong {
  font-weight: 650;
  color: var(--cat-accent);
}
.category-page[data-layout="paper"] .ct-arrow {
  display: none;
}
.ct-paper-foods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-paper-dish {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ct-paper-dish > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.ct-paper-dish strong {
  font: 550 11px/1.4 var(--cat-font);
  overflow-wrap: anywhere;
}
.ct-paper-dish b {
  font:
    500 10px/1.4 Manrope,
    Arial,
    sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}
.ct-paper-dish small {
  font:
    400 9px/1.5 Manrope,
    Arial,
    sans-serif;
  opacity: 0.65;
}
.ct-paper-more {
  font-size: 9px;
  color: var(--cat-accent);
}
.category-page[data-layout="paper"] .ct-no-photo {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="paper"] .ct-no-photo .ct-copy {
  padding-left: 0;
}

/* 10 — Signature. An editorial, entirely typographic tasting-menu treatment. */
.category-page[data-layout="typography"] .ct-heading {
  margin: 8px 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--cat-accent);
}
.category-page[data-layout="typography"] .ct-heading h2 {
  font-weight: 400;
  letter-spacing: -1px;
}
.category-page[data-layout="typography"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="typography"] .ct-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--cat-accent) 25%, transparent);
  border-radius: 0;
  background: transparent;
  padding: 19px 0;
}
.category-page[data-layout="typography"] .ct-number {
  display: block;
  font:
    450 13px/1 Fraunces,
    Georgia,
    serif;
  color: var(--cat-accent);
}
.category-page[data-layout="typography"] .ct-copy {
  padding: 0;
  gap: 6px;
}
.category-page[data-layout="typography"] .ct-copy > strong {
  font-weight: 450;
  letter-spacing: -0.6px;
}
.category-page[data-layout="typography"] .ct-arrow {
  position: static;
}
.category-page[data-layout="typography"] .ct-copy > small {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* 11 — Café crème. Small saucers and warm, tactile typography. */
.category-page[data-layout="circles"] .ct-card {
  align-items: center;
  background: transparent;
  border: 0;
  overflow: visible;
}
.category-page[data-layout="circles"] .ct-photo {
  width: min(var(--cat-photo), 90%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid var(--cat-card);
  outline: 1px solid color-mix(in srgb, var(--cat-accent) 20%, transparent);
  box-shadow: 0 3px 8px #432b1010;
}
.category-page[data-layout="circles"] .ct-copy {
  padding: 12px 3px 8px;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.category-page[data-layout="circles"] .ct-arrow {
  display: none;
}
.ct-cafe .ct-heading {
  padding: 0 0 17px;
  border-bottom: 1px solid
    color-mix(in srgb, var(--cat-accent) 28%, transparent);
}
.ct-cafe .ct-heading h2 {
  font-weight: 450;
}
.ct-cafe .ct-grid {
  gap: 20px var(--cat-gap);
}

/* 12 — Street club. Graphic ink borders, warm yellow, concise bold labels. */
.ct-street .ct-heading h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1.3px;
}
.ct-street .ct-kicker {
  display: inline-block;
  background: var(--cat-ink);
  color: var(--cat-bg);
  padding: 5px 7px;
  letter-spacing: 1px;
}
.ct-street .ct-card {
  border: 1.5px solid var(--cat-ink);
  box-shadow: 2px 2px 0 var(--cat-ink);
}
.ct-street .ct-copy {
  padding: 11px 26px 11px 11px;
}
.ct-street .ct-copy > strong {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.ct-street .ct-copy > small {
  color: var(--cat-ink);
}

/* 13 — Izakaya. Slim rows, vermilion index and disciplined spacing. */
.category-page[data-layout="list"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="list"] .ct-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 14px;
  gap: 12px;
  padding: 12px 0;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cat-ink) 12%, transparent);
  border-radius: 0;
}
.category-page[data-layout="list"] .ct-photo {
  height: var(--cat-photo);
  border-radius: var(--cat-radius);
}
.category-page[data-layout="list"] .ct-copy {
  padding: 0;
}
.category-page[data-layout="list"] .ct-arrow {
  position: static;
}
.category-page[data-layout="list"] .ct-no-photo {
  grid-template-columns: minmax(0, 1fr) 14px;
}
.ct-izakaya .ct-heading {
  border-left: 2px solid var(--cat-accent);
  padding-left: 13px;
}
.ct-izakaya .ct-heading h2 {
  font-weight: 600;
}
.ct-izakaya[data-layout="list"] .ct-card {
  grid-template-columns: 18px 64px minmax(0, 1fr) 14px;
  gap: 10px;
}
.ct-izakaya[data-layout="list"] .ct-number {
  display: block;
  font-size: 8px;
  color: var(--cat-accent);
}
.ct-izakaya[data-layout="list"] .ct-no-photo {
  grid-template-columns: 18px minmax(0, 1fr) 14px;
}

/* 14 — Riviera. A lead postcard followed by small Mediterranean photo cards. */
.category-page[data-layout="editorial"] .ct-card:first-child {
  grid-column: 1/-1;
}
.category-page[data-layout="editorial"] .ct-card:first-child .ct-photo {
  height: calc(var(--cat-photo) * 1.05);
}
.category-page[data-layout="editorial"] .ct-card:not(:first-child) .ct-photo {
  height: calc(var(--cat-photo) * 0.8);
}
.category-page[data-layout="editorial"] .ct-copy {
  padding: 11px 30px 11px 12px;
}
.category-page[data-layout="editorial"] .ct-number {
  position: absolute;
  display: block;
  top: 9px;
  left: 9px;
  padding: 4px 6px;
  border-radius: 20px;
  background: var(--cat-bg);
  color: var(--cat-accent);
  font-size: 8px;
}
.ct-riviera .ct-heading h2 {
  font-weight: 450;
  font-style: italic;
}
.ct-riviera .ct-card {
  border: 1px solid color-mix(in srgb, var(--cat-accent) 12%, transparent);
}

/* 15 — Douceur. Pastry-shop arches and understated blush tones. */
.ct-douceur .ct-heading {
  text-align: center;
  margin-bottom: 23px;
}
.ct-douceur .ct-heading p {
  margin-inline: auto;
}
.ct-douceur .ct-heading h2 {
  font-weight: 450;
}
.ct-douceur[data-layout="circles"] .ct-photo {
  width: 100%;
  height: var(--cat-photo);
  aspect-ratio: auto;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 65px 65px 8px 8px;
}
.ct-douceur .ct-copy > strong {
  font-weight: 500;
}
.ct-douceur .ct-copy > small {
  letter-spacing: 0.3px;
}

/* Nine compact compositions from the September 12 reference selection. */
.template-new {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border: 1px solid #e6e8e2;
  background: #fffffff2;
  color: #3f5746;
  border-radius: 20px;
  padding: 4px 7px;
  font:
    650 8px/1.2 Manrope,
    Arial,
    sans-serif;
  box-shadow: 0 2px 6px #00000008;
}

/* Citron club — a short charcoal cover and small white food cards. */
.category-page[data-layout="spotlight"] .ct-heading {
  background: var(--cat-ink);
  color: var(--cat-card);
  border-radius: var(--cat-radius);
  padding: 19px 17px;
  margin-bottom: 17px;
  overflow: hidden;
  isolation: isolate;
}
.category-page[data-layout="spotlight"] .ct-with-hero {
  padding-right: 118px;
  min-height: 136px;
}
.category-page[data-layout="spotlight"] .ct-hero-photo {
  width: 134px;
  height: 134px;
  right: -34px;
  top: 8px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid color-mix(in srgb, var(--cat-accent) 30%, var(--cat-ink));
}
.category-page[data-layout="spotlight"] .ct-heading h2 {
  font-size: var(--cat-title);
  font-weight: 750;
  line-height: 1.08;
}
.category-page[data-layout="spotlight"] .ct-heading p {
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.85;
}
.category-page[data-layout="spotlight"] .ct-kicker {
  color: var(--cat-accent);
  font-size: 7px;
  letter-spacing: 1px;
}
.category-page[data-layout="spotlight"] .ct-section-label {
  font: 650 13px/1.2 var(--cat-font);
}
.category-page[data-layout="spotlight"] .ct-section-label > span {
  display: none;
}
.category-page[data-layout="spotlight"] .ct-card {
  padding: 13px 10px 10px;
  border: 0;
  box-shadow: 0 2px 9px #19201405;
}
.category-page[data-layout="spotlight"] .ct-photo {
  width: min(var(--cat-photo), 95%);
  height: auto;
  aspect-ratio: 1;
  align-self: center;
  border-radius: 50%;
  background: var(--cat-bg);
}
.category-page[data-layout="spotlight"] .ct-copy {
  padding: 12px 8px 29px 2px;
  gap: 6px;
  flex: 1;
}
.category-page[data-layout="spotlight"] .ct-copy > strong {
  font-weight: 700;
}
.category-page[data-layout="spotlight"] .ct-copy > small {
  color: var(--cat-ink);
  opacity: 0.6;
}
.category-page[data-layout="spotlight"] .ct-arrow {
  width: 23px;
  height: 23px;
  background: var(--cat-accent);
  color: var(--cat-ink);
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
}

/* Atelier végétal — one horizontal bowl followed by two soft capsules. */
.category-page[data-layout="bowls"] .ct-heading h2 {
  font-weight: 750;
}
.category-page[data-layout="bowls"] .ct-kicker {
  color: var(--cat-ink);
  opacity: 0.6;
}
.category-page[data-layout="bowls"] .ct-grid {
  padding-top: 6px;
}
.category-page[data-layout="bowls"] .ct-card {
  align-items: center;
  padding: 12px 10px 33px;
  border: 0;
  border-radius: var(--cat-radius);
  overflow: visible;
}
.category-page[data-layout="bowls"] .ct-photo {
  width: min(var(--cat-photo), 100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -13px;
  box-shadow: 0 4px 10px #1c261618;
  border: 3px solid var(--cat-bg);
}
.category-page[data-layout="bowls"] .ct-copy {
  padding: 12px 0 0;
  text-align: center;
  align-items: center;
}
.category-page[data-layout="bowls"] .ct-copy > strong {
  font-weight: 650;
}
.category-page[data-layout="bowls"] .ct-copy > small {
  opacity: 0.65;
}
.category-page[data-layout="bowls"] .ct-arrow {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--cat-ink);
  color: var(--cat-bg);
  right: calc(50% - 10px);
  bottom: 9px;
}
.category-page[data-layout="bowls"] .ct-card:nth-child(3n + 1) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  min-height: 104px;
  padding: 12px 34px 12px 10px;
  gap: 12px;
}
.category-page[data-layout="bowls"] .ct-card:nth-child(3n + 1) .ct-photo {
  width: min(calc(var(--cat-photo) * 1.12), 110px);
  margin: -5px 0 -5px -13px;
}
.category-page[data-layout="bowls"] .ct-card:nth-child(3n + 1) .ct-copy {
  padding: 0;
  align-items: flex-start;
  text-align: left;
}
.category-page[data-layout="bowls"] .ct-card:nth-child(3n + 1) .ct-arrow {
  right: 12px;
  bottom: calc(50% - 10px);
}
.category-page[data-layout="bowls"] .ct-card.ct-no-photo:nth-child(3n + 1) {
  grid-template-columns: minmax(0, 1fr);
  min-height: 80px;
}

/* Nuage doux — an ice-blue surface with restrained, soft relief. */
.category-page[data-layout="cloud"] .ct-heading h2 {
  font-weight: 750;
}
.category-page[data-layout="cloud"] .ct-grid {
  padding-top: 18px;
  row-gap: calc(var(--cat-gap) + 10px);
}
.category-page[data-layout="cloud"] .ct-card {
  overflow: visible;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--cat-bg) 60%, white);
  box-shadow:
    6px 6px 14px color-mix(in srgb, var(--cat-ink) 10%, var(--cat-bg)),
    -6px -6px 14px #ffffffc9;
}
.category-page[data-layout="cloud"] .ct-photo {
  width: min(var(--cat-photo), 95%);
  height: auto;
  aspect-ratio: 1;
  border-radius: calc(var(--cat-radius) * 0.9);
  align-self: center;
  margin-top: -25px;
  box-shadow: 0 5px 12px #20394c1c;
}
.category-page[data-layout="cloud"] .ct-copy {
  padding: 14px 0 28px;
  gap: 6px;
}
.category-page[data-layout="cloud"] .ct-copy > strong {
  font-weight: 750;
}
.category-page[data-layout="cloud"] .ct-copy > small {
  color: var(--cat-ink);
  opacity: 0.6;
}
.category-page[data-layout="cloud"] .ct-arrow {
  background: var(--cat-ink);
  color: var(--cat-bg);
  border-radius: 11px 0 11px 0;
  right: -1px;
  bottom: -1px;
  width: 36px;
  height: 27px;
}
.category-page[data-layout="cloud"] .ct-no-photo .ct-copy {
  padding-top: 3px;
}

/* Corail studio — floating photographs, white cards and coral actions. */
.category-page[data-layout="orbit"] .ct-heading h2 {
  font-weight: 750;
}
.category-page[data-layout="orbit"] .ct-heading p {
  color: var(--cat-ink);
}
.category-page[data-layout="orbit"] .ct-grid {
  padding-top: 17px;
  row-gap: calc(var(--cat-gap) + 12px);
}
.category-page[data-layout="orbit"] .ct-card {
  padding: 10px 11px;
  border: 0;
  overflow: visible;
  box-shadow: 0 5px 18px #24241b06;
}
.category-page[data-layout="orbit"] .ct-photo {
  width: min(var(--cat-photo), 94%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  align-self: center;
  margin-top: -23px;
  border: 3px solid var(--cat-card);
}
.category-page[data-layout="orbit"] .ct-copy {
  padding: 12px 0 29px;
  gap: 7px;
}
.category-page[data-layout="orbit"] .ct-copy > strong {
  font-weight: 650;
}
.category-page[data-layout="orbit"] .ct-copy > small {
  align-self: flex-start;
  color: var(--cat-ink);
  background: color-mix(in srgb, var(--cat-accent) 15%, var(--cat-bg));
  padding: 3px 6px;
  border-radius: 20px;
  font-size: 9px;
}
.category-page[data-layout="orbit"] .ct-arrow {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: var(--cat-ink);
  background: var(--cat-accent);
  bottom: 11px;
  right: 11px;
}
.category-page[data-layout="orbit"] .ct-signature {
  padding: 13px 18px;
  border-radius: 30px;
  background: var(--cat-ink);
  color: var(--cat-card);
  opacity: 1;
  margin-top: 24px;
}

/* Menthe brunch — a mint panel with neat photographic cards. */
.category-page[data-layout="mint"] .ct-heading h2 {
  font-weight: 750;
}
.category-page[data-layout="mint"] .ct-grid {
  padding: 19px var(--cat-pad-x) 24px;
  margin-inline: calc(-1 * var(--cat-pad-x));
  background: color-mix(in srgb, var(--cat-accent) 24%, var(--cat-bg));
  border-radius: 28px 28px 0 0;
}
.category-page[data-layout="mint"] .ct-card {
  border: 0;
}
.category-page[data-layout="mint"] .ct-copy {
  padding: 12px 25px 13px 11px;
  gap: 7px;
}
.category-page[data-layout="mint"] .ct-copy > strong {
  font-weight: 700;
}
.category-page[data-layout="mint"] .ct-copy > small {
  color: var(--cat-accent);
  font-weight: 600;
}
.category-page[data-layout="mint"] .ct-arrow {
  color: var(--cat-accent);
}
.category-page[data-layout="mint"] .ct-signature {
  margin-top: 18px;
}

/* Sumi rouge — ink, vermilion and alternating ceramic plates. */
.category-page[data-layout="sumi"] .ct-heading {
  padding: 8px 0 17px;
  border-bottom: 1px solid color-mix(in srgb, var(--cat-ink) 15%, transparent);
  isolation: isolate;
}
.category-page[data-layout="sumi"] .ct-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  right: 8px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--cat-accent);
  opacity: 0.13;
}
.category-page[data-layout="sumi"] .ct-heading h2 {
  font-weight: 450;
  letter-spacing: -0.9px;
}
.category-page[data-layout="sumi"] .ct-kicker {
  letter-spacing: 2px;
}
.category-page[data-layout="sumi"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="sumi"] .ct-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 14px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cat-ink) 12%, transparent);
  border-radius: 0;
  overflow: visible;
}
.category-page[data-layout="sumi"] .ct-photo {
  width: min(var(--cat-photo), 96px);
  height: auto;
  aspect-ratio: 1;
  grid-column: 1;
  grid-row: 1;
  border-radius: 50%;
  border: 3px solid var(--cat-ink);
}
.category-page[data-layout="sumi"] .ct-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 4px 12px 4px 0;
  gap: 7px;
}
.category-page[data-layout="sumi"] .ct-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 96px;
}
.category-page[data-layout="sumi"] .ct-card:nth-child(even) .ct-photo {
  grid-column: 2;
  justify-self: end;
}
.category-page[data-layout="sumi"] .ct-card:nth-child(even) .ct-copy {
  grid-column: 1;
  padding-left: 8px;
}
.category-page[data-layout="sumi"] .ct-copy > strong {
  font-weight: 500;
}
.category-page[data-layout="sumi"] .ct-arrow {
  display: none;
}
.category-page[data-layout="sumi"] .ct-no-photo,
.category-page[data-layout="sumi"] .ct-no-photo:nth-child(even) {
  grid-template-columns: minmax(0, 1fr);
  min-height: 76px;
}
.category-page[data-layout="sumi"] .ct-no-photo .ct-copy {
  grid-column: 1;
}

/* Cantine rouge — compact cream panels, real dishes and real prices. */
.category-page[data-layout="diner"] .ct-heading h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.category-page[data-layout="diner"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="diner"] .ct-card {
  display: grid;
  grid-template-columns: 31% minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: var(--cat-bg);
  border: 0;
}
.category-page[data-layout="diner"] .ct-photo {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  border-radius: calc(var(--cat-radius) * 0.75);
}
.category-page[data-layout="diner"] .ct-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 3px 2px;
  gap: 8px;
}
.category-page[data-layout="diner"] .ct-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 31%;
}
.category-page[data-layout="diner"] .ct-card:nth-child(even) .ct-copy {
  grid-column: 1;
}
.category-page[data-layout="diner"] .ct-card:nth-child(even) .ct-photo {
  grid-column: 2;
}
.category-page[data-layout="diner"] .ct-copy > strong {
  font-weight: 800;
  font-size: var(--cat-name);
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--cat-accent);
  letter-spacing: -0.55px;
}
.category-page[data-layout="diner"] .ct-paper-foods {
  gap: 5px;
}
.category-page[data-layout="diner"] .ct-paper-dish strong {
  font:
    550 10px/1.4 Manrope,
    Arial,
    sans-serif;
}
.category-page[data-layout="diner"] .ct-paper-dish b {
  font-size: 10px;
  font-weight: 700;
}
.category-page[data-layout="diner"] .ct-paper-dish small {
  display: none;
}
.category-page[data-layout="diner"] .ct-copy > small {
  color: var(--cat-bg);
  opacity: 0.55;
  font-size: 8px;
}
.category-page[data-layout="diner"] .ct-arrow {
  display: none;
}
.category-page[data-layout="diner"] .ct-no-photo,
.category-page[data-layout="diner"] .ct-no-photo:nth-child(even) {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="diner"] .ct-no-photo .ct-copy {
  grid-column: 1;
}

/* Charbon — one short photographic cover, followed by charcoal menu rows. */
.category-page[data-layout="charcoal"] {
  background: linear-gradient(135deg, #ffffff04, transparent), var(--cat-bg);
}
.category-page[data-layout="charcoal"] .ct-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid
    color-mix(in srgb, var(--cat-accent) 20%, transparent);
}
.category-page[data-layout="charcoal"] .ct-heading h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.category-page[data-layout="charcoal"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="charcoal"] .ct-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cat-ink) 12%, transparent);
  border-radius: 0;
  padding: 0 0 12px;
}
.category-page[data-layout="charcoal"] .ct-photo {
  width: min(var(--cat-photo), 72px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
.category-page[data-layout="charcoal"] .ct-copy {
  padding: 7px 23px 7px 0;
  gap: 6px;
}
.category-page[data-layout="charcoal"] .ct-copy > strong {
  font-weight: 650;
}
.category-page[data-layout="charcoal"] .ct-card:first-child {
  display: flex;
  min-height: var(--cat-photo);
  border: 0;
  border-radius: var(--cat-radius);
  overflow: hidden;
  isolation: isolate;
  justify-content: flex-end;
  padding: 0;
}
.category-page[data-layout="charcoal"] .ct-card:first-child .ct-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -2;
}
.category-page[data-layout="charcoal"]
  .ct-card:first-child:not(.ct-no-photo)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #10150edb, #10150e66 65%, #10150e0d);
  z-index: -1;
}
.category-page[data-layout="charcoal"] .ct-card:first-child .ct-copy {
  padding: 28px 40px 18px 16px;
  color: #ffffff;
}
.category-page[data-layout="charcoal"]
  .ct-card:first-child.ct-no-photo
  .ct-copy {
  color: var(--cat-ink);
}
.category-page[data-layout="charcoal"] .ct-card:first-child .ct-description {
  opacity: 0.85;
}
.category-page[data-layout="charcoal"] .ct-arrow {
  color: var(--cat-accent);
  right: 12px;
  bottom: 20px;
}
.category-page[data-layout="charcoal"] .ct-no-photo:not(:first-child) {
  grid-template-columns: minmax(0, 1fr);
}

/* Safran noir — mustard masthead and a restrained black menu panel. */
.category-page[data-layout="saffron"] .ct-heading h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}
.category-page[data-layout="saffron"] .ct-kicker {
  color: var(--cat-ink);
}
.category-page[data-layout="saffron"] .ct-nav-logo {
  color: var(--cat-ink);
}
.category-page[data-layout="saffron"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
  background: var(--cat-card);
  padding: 14px;
  border-radius: var(--cat-radius);
}
.category-page[data-layout="saffron"] .ct-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  background: transparent;
  color: var(--cat-accent);
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid
    color-mix(in srgb, var(--cat-accent) 18%, transparent);
  border-radius: 0;
}
.category-page[data-layout="saffron"] .ct-card:last-child {
  border-bottom: 0;
}
.category-page[data-layout="saffron"] .ct-photo {
  width: min(var(--cat-photo), 100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--cat-accent);
}
.category-page[data-layout="saffron"] .ct-copy {
  padding: 0 13px 0 0;
  gap: 6px;
}
.category-page[data-layout="saffron"] .ct-copy > strong {
  font-weight: 750;
}
.category-page[data-layout="saffron"] .ct-description,
.category-page[data-layout="saffron"] .ct-copy > small {
  color: #fff9e9;
  opacity: 0.8;
}
.category-page[data-layout="saffron"] .ct-arrow {
  color: var(--cat-accent);
  right: 0;
  bottom: 17px;
}
.category-page[data-layout="saffron"] .ct-no-photo {
  grid-template-columns: minmax(0, 1fr);
}

@container (max-width:300px) {
  .category-page[data-layout="spotlight"] .ct-with-hero {
    padding-right: 92px;
  }
  .category-page[data-layout="spotlight"] .ct-hero-photo {
    width: 112px;
    height: 112px;
    right: -32px;
  }
  .category-page[data-layout="bowls"] .ct-card:nth-child(3n + 1) {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 8px;
  }
  .category-page[data-layout="bowls"] .ct-card.ct-no-photo:nth-child(3n + 1) {
    grid-template-columns: minmax(0, 1fr);
  }
  .category-page[data-layout="sumi"] .ct-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }
  .category-page[data-layout="sumi"] .ct-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 78px;
  }
  .category-page[data-layout="sumi"] .ct-photo {
    width: min(var(--cat-photo), 78px);
  }
  .category-page[data-layout="sumi"] .ct-no-photo,
  .category-page[data-layout="sumi"] .ct-no-photo:nth-child(even) {
    grid-template-columns: minmax(0, 1fr);
  }
  .category-page[data-layout="saffron"] .ct-grid {
    padding: 10px;
  }
  .category-page[data-layout="saffron"] .ct-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
  }
  .category-page[data-layout="saffron"] .ct-no-photo {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Optional immersive bands remain available in the layout selector. */
.category-page[data-layout="panorama"] .ct-grid {
  grid-template-columns: minmax(0, 1fr);
}
.category-page[data-layout="panorama"] .ct-card {
  min-height: var(--cat-photo);
  justify-content: flex-end;
  isolation: isolate;
  border: 0;
}
.category-page[data-layout="panorama"] .ct-photo {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -2;
}
.category-page[data-layout="panorama"] .ct-card:not(.ct-no-photo)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent, #000b);
}
.category-page[data-layout="panorama"] .ct-card:not(.ct-no-photo) .ct-copy,
.category-page[data-layout="panorama"]
  .ct-card:not(.ct-no-photo)
  .ct-copy
  > small {
  color: white;
}

/* Identical menu proportions in exports, thumbnails and scaled phone previews. */
.public-mode .category-page {
  --cat-pad-top: 18px;
  --cat-pad-x: 20px;
}
.public-mode:has(.category-page) {
  max-width: 480px;
}
.template-miniature {
  width: 340px;
  height: 700px;
  transform: translateX(-50%) scale(0.52);
  border: 4px solid #fff;
  border-radius: 14px;
  top: 10px;
}
.template-miniature .category-page {
  --cat-pad-top: 16px;
  --cat-pad-x: 16px;
  height: 100%;
  overflow: hidden;
}
.template-miniature .ct-heading p,
.template-miniature .ct-description {
  display: none;
}
.template-miniature .ct-heading {
  margin-bottom: 16px;
}
.template-featured .template-miniature {
  border-color: #34322d;
}
.template-featured .template-thumbnail {
  background: #e9e6df;
}
.category-photo-current {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
@container (max-width:300px) {
  .category-page .ct-heading h2 {
    font-size: calc(var(--cat-title) * 0.92);
  }
  .category-page .ct-copy > strong {
    font-size: calc(var(--cat-name) * 0.92);
  }
  .category-page[data-layout="paper"] .ct-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .ct-izakaya[data-layout="list"] .ct-card {
    grid-template-columns: 15px 50px minmax(0, 1fr) 12px;
    gap: 8px;
  }
  .ct-izakaya[data-layout="list"] .ct-no-photo {
    grid-template-columns: 15px minmax(0, 1fr) 12px;
  }
}
@container (min-width:520px) {
  .category-page[data-layout="plates"] .ct-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-page:is(
      [data-layout="pop"],
      [data-layout="mosaic"],
      [data-layout="tiles"]
    )
    .ct-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-page[data-layout="pop"] .ct-card:nth-child(even) {
    transform: none;
  }
  .category-page[data-layout="pop"] .ct-card:nth-child(3n + 2) {
    transform: translateY(12px);
  }
}
@media (max-width: 700px) {
  .template-gallery {
    gap: 9px;
  }
  .template-info {
    padding: 10px 8px;
  }
  .template-info h3 {
    font-size: 13px;
  }
  .template-info button,
  .template-info p {
    font-size: 10px;
  }
  .category-colors {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ct-card {
    transition: none;
  }
}

/* Detailed category controls stay in the editor; exported menus use their own styles. */
.category-customization-help {
  margin: 18px 0 15px;
  color: #687260;
  font-size: 13px;
  line-height: 1.6;
}
.category-editor .settings-section > .section-title {
  gap: 12px;
}
.appearance-control {
  margin: 17px 0;
  min-width: 0;
}
.appearance-control label {
  font-size: 13px;
  font-weight: 500;
  color: #485442;
}
.appearance-control .row {
  gap: 12px;
}
.appearance-control small {
  display: block;
  margin-top: 4px;
  color: #7a8374;
  font-size: 11px;
}
.appearance-control > select,
.appearance-control > input[type="text"] {
  width: 100%;
  margin-top: 7px;
}
.appearance-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 24px;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
}
.appearance-slider input[type="range"] {
  width: 100%;
  min-width: 0;
  accent-color: var(--orange);
}
.appearance-slider input[type="number"] {
  width: 64px;
  padding: 7px 4px 7px 8px;
  font-size: 13px;
}
.appearance-slider > span {
  color: #7a8374;
  font-size: 12px;
}
.appearance-reset {
  padding: 5px;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #69785b;
  background: transparent;
  border: 0;
}
.appearance-reset svg {
  width: 13px;
  height: 13px;
}
.appearance-reset:disabled {
  opacity: 0.3;
  cursor: default;
}
.appearance-color {
  display: flex;
  align-items: center;
  gap: 10px;
}
.appearance-color label {
  flex: 1;
}
.appearance-color input[type="color"] {
  width: 35px;
  height: 32px;
  padding: 2px;
  flex-shrink: 0;
}
.reset-category-group {
  margin-top: 10px;
  padding: 9px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.reset-category-group svg {
  width: 14px;
  height: 14px;
}
.category-editor .range-group {
  min-width: 0;
}

.category-font-preview {
  padding: 15px;
  margin: -2px 0 18px;
  border: 1px solid #dce2d6;
  border-radius: 10px;
  background: #ffffffa6;
}
.category-font-preview > span {
  display: block;
  color: #7a8374;
  font-size: 11px;
}
.category-font-preview > p {
  margin: 7px 0 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  color: #34442d;
  overflow-wrap: anywhere;
}

/* Dish pages reuse the selected category composition, with readable prices and descriptions. */
.category-page.food-page .food-entry {
  margin: 0;
  cursor: default;
}
.category-page.food-page .ct-copy > strong {
  font-size: var(--cat-name);
}
.category-page.food-page .ct-description {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.category-page.food-page .ct-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page.food-page .ft-price {
  display: inline-block;
  align-self: flex-start;
  margin-top: 3px;
  max-width: 100%;
  font:
    700 14px/1.4 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -0.2px;
  color: var(--cat-accent);
  overflow-wrap: anywhere;
}
:is(.category-page.food-page, .food-nav-sample) .ft-tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: var(--food-nav-gap, 7px);
  overflow-x: auto;
  padding: 2px 2px 10px;
  margin: 0 -2px 18px;
  background: var(--food-nav-background, transparent);
  border-radius: var(--food-nav-radius, 0px);
  scrollbar-width: thin;
  scrollbar-color: var(--cat-accent) transparent;
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs
  > :is(button, .ft-tab-preview) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid
    var(--food-nav-border, color-mix(in srgb, var(--cat-ink) 16%, transparent));
  border-radius: var(--food-nav-radius, 24px);
  padding: var(--food-nav-pad-y, 9px) var(--food-nav-pad-x, 13px);
  background: var(--food-nav-item-background, transparent);
  color: var(--food-nav-text, var(--cat-ink));
  font:
    550 11px/1.4 Manrope,
    Arial,
    sans-serif;
  max-width: 250px;
  white-space: normal;
  overflow-wrap: anywhere;
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs
  > :is([aria-pressed="true"], .is-active) {
  background: var(--food-nav-active, var(--cat-ink));
  color: var(--food-nav-active-ink, var(--cat-bg));
  border-color: transparent;
}
.category-page.food-page .ft-tabs button:focus-visible {
  outline: 2px solid var(--cat-accent);
  outline-offset: 2px;
}
.category-page.food-page .ft-badge {
  max-width: calc(100% - 14px);
  top: 8px;
  left: 8px;
  font-size: 9px;
  box-shadow: 0 2px 6px #0000000c;
}
.category-page.food-page .ct-no-photo:has(.ft-badge) {
  padding-top: 35px;
}
.category-page.food-page:is([data-layout="pop"], [data-layout="floating"])
  .ft-price {
  color: var(--pop-ink, var(--cat-ink));
}
.category-page.food-page[data-layout="floating"] .ft-price {
  color: var(--cat-bg);
}
.category-page.food-page:is(
    [data-layout="cloud"],
    [data-layout="bowls"],
    [data-layout="orbit"],
    [data-layout="spotlight"]
  )
  .ft-price {
  color: var(--cat-ink);
}
.category-page.food-page:is(
    [data-layout="plates"],
    [data-layout="circles"],
    [data-layout="bowls"]
  )
  .ft-price {
  align-self: center;
}
.category-page.food-page[data-layout="bowls"]
  .ct-card:nth-child(3n + 1)
  .ft-price {
  align-self: flex-start;
}
.category-page.food-page[data-layout="diner"] .ft-price {
  color: var(--cat-bg);
}
.category-page.food-page:is(
    [data-layout="mosaic"],
    [data-layout="tiles"],
    [data-layout="panorama"]
  )
  .ct-card:not(.ct-no-photo)
  .ft-price {
  color: #fff;
}
.category-page.food-page[data-layout="charcoal"]
  .ct-card:first-child:not(.ct-no-photo)
  .ft-price {
  color: var(--cat-accent);
}
.category-page.food-page[data-layout="pop"] .ct-copy {
  padding-bottom: 14px;
}
.category-page.food-page:is([data-layout="cloud"], [data-layout="orbit"])
  .ct-copy {
  padding-bottom: 9px;
}
.category-page.food-page[data-layout="bowls"] .ct-card {
  padding-bottom: 14px;
}
.category-page.food-page[data-layout="spotlight"] .ct-copy {
  padding-bottom: 2px;
}
.category-page.food-page[data-layout="stories"] .ct-copy {
  padding-right: 14px;
}
.category-page.food-page[data-layout="typography"] .ct-card {
  grid-template-columns: 22px minmax(0, 1fr);
}
.category-page.food-page[data-layout="list"] .ct-card {
  grid-template-columns: 15px 50px minmax(0, 1fr);
}
.category-page.food-page[data-layout="list"] .ct-no-photo {
  grid-template-columns: 15px minmax(0, 1fr);
}

/* Alternative dish layouts keep the theme palette, font and corners. */
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--cat-gap);
  overflow: visible;
}
.category-page.food-page[data-food-presentation="grid"] .ct-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-card {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  transform: none;
  padding: 0;
  gap: 0;
  border-radius: var(--cat-radius);
  background: var(--pop-card, var(--cat-card));
  color: var(--pop-ink, var(--food-card-ink));
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--cat-ink) 10%, transparent);
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-card::before,
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-card::after,
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-number,
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-story-controls {
  display: none;
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-photo {
  position: relative;
  inset: auto;
  z-index: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: var(--cat-photo);
  max-width: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-copy {
  padding: 14px;
  text-align: left;
  align-items: flex-start;
  color: var(--pop-ink, var(--food-card-ink));
  grid-column: auto;
  grid-row: auto;
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ft-price {
  color: var(--pop-ink, var(--food-card-ink));
  align-self: flex-start;
}
.category-page.food-page[data-food-presentation="list"] .ct-card {
  display: grid;
  grid-template-columns: minmax(0, min(var(--cat-photo), 38%)) minmax(0, 1fr);
  align-items: center;
}
.category-page.food-page[data-food-presentation="list"] .ct-photo {
  grid-column: 1;
  grid-row: 1;
  height: auto;
  aspect-ratio: 1;
}
.category-page.food-page[data-food-presentation="list"] .ct-copy {
  grid-column: 2;
  grid-row: 1;
}
.category-page.food-page[data-food-presentation="list"] .ct-no-photo {
  grid-template-columns: minmax(0, 1fr);
}
.category-page.food-page[data-food-presentation="list"] .ct-no-photo .ct-copy {
  grid-column: 1;
}
.category-page.food-page:is(
    [data-food-presentation="list"],
    [data-food-presentation="cards"],
    [data-food-presentation="grid"]
  )
  .ct-no-photo:has(.ft-badge) {
  padding-top: 32px;
}
.food-theme-summary {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid #dce2d6;
  border-radius: 12px;
  background: #ffffffa6;
}
.food-theme-summary small {
  display: block;
  color: #7a8374;
  font-size: 12px;
  margin-bottom: 5px;
}
.food-theme-summary strong {
  font-size: 16px;
  color: #34442d;
}
.food-theme-swatch {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #00000012;
  background:
    linear-gradient(135deg, transparent 50%, var(--swatch-accent) 50%),
    var(--swatch-bg);
}
.food-layouts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.reset-food-theme {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  font-size: 12px;
}
.reset-food-theme svg {
  width: 14px;
  height: 14px;
}
.food-editor > .section-title {
  margin-top: 24px;
}

/* Four clear editing sections, with compact visual header choices. */
.food-settings-label {
  margin: 24px 0 14px;
  padding-top: 18px;
  border-top: 1px solid #dce2d6;
  color: #42533a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.food-settings-label:first-of-type {
  margin-top: 12px;
}
.food-editor .settings-section > summary + .food-settings-label {
  padding-top: 0;
  border-top: 0;
}
.food-header-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 18px;
}
.food-header-option {
  min-width: 0;
  padding: 7px 7px 12px;
  border: 1px solid #d8ded1;
  border-radius: 12px;
  background: #fffdf8;
  color: #35472f;
  text-align: left;
}
.food-header-option:hover {
  border-color: #91a17f;
  background: #fffefb;
}
.food-header-option.active {
  border-color: #597047;
  box-shadow: 0 0 0 1px #597047;
  background: #f9fcf4;
}
.food-header-option:focus-visible {
  outline: 3px solid #839b69;
  outline-offset: 3px;
}
.food-header-option strong,
.food-header-option small {
  display: block;
  padding-inline: 5px;
}
.food-header-option strong {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}
.food-header-option small {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  color: #6a7662;
}
.food-header-sample {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 94px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #e6e8df;
  border-radius: 7px;
  background: #f3f0e5;
  color: #344b39;
}
.fhs-photo {
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ccd2a9, #5d7561);
  color: #faffec;
}
.fhs-photo svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.2;
  opacity: 0.85;
}
.fhs-logo {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.fhs-logo svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.4;
}
.fhs-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 54px;
  position: relative;
}
.fhs-lines b {
  font:
    700 12px/1.1 Manrope,
    sans-serif;
  letter-spacing: 1px;
}
.fhs-lines i {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: 0.25;
  border-radius: 3px;
}
.fhs-lines i:last-child {
  width: 70%;
}
.food-header-sample[data-variant="theme"] {
  color: #f8ecc8;
  background: #304b3b;
}
.food-header-sample[data-variant="theme"] .fhs-logo {
  border: 1px solid #f8ecc866;
  border-radius: 50%;
  padding: 3px;
  width: 30px;
  height: 30px;
}
.food-header-sample[data-variant="minimal"] {
  align-items: flex-end;
  background: #fffefa;
}
.food-header-sample[data-variant="minimal"] .fhs-logo {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 15px;
  height: 15px;
}
.food-header-sample[data-variant="minimal"] .fhs-lines {
  width: 68%;
}
.food-header-sample[data-variant="centered"] {
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  text-align: center;
}
.food-header-sample[data-variant="centered"] .fhs-lines {
  align-items: center;
}
.food-header-sample[data-variant="centered"] .fhs-lines i:last-child {
  display: none;
}
.food-header-sample[data-variant="split"] .fhs-photo {
  display: flex;
  position: absolute;
  right: 9px;
  top: 19px;
  width: 43px;
  height: 57px;
  border-radius: 24px 24px 8px 8px;
}
.food-header-sample[data-variant="split"] .fhs-logo {
  display: none;
}
.food-header-sample[data-variant="split"] .fhs-lines {
  width: 46%;
}
.food-header-sample[data-variant="banner"] {
  align-items: flex-end;
  padding: 8px 12px;
}
.food-header-sample[data-variant="banner"] .fhs-photo {
  display: flex;
  position: absolute;
  inset: 0 0 auto;
  height: 47px;
}
.food-header-sample[data-variant="banner"] .fhs-logo {
  width: 15px;
  height: 15px;
}
.food-header-sample[data-variant="banner"] .fhs-lines {
  gap: 4px;
}
.food-header-sample[data-variant="banner"] .fhs-lines b {
  font-size: 9px;
}
.food-header-sample[data-variant="banner"] .fhs-lines i:last-child {
  display: none;
}
.food-header-sample[data-variant="cover"] {
  align-items: flex-end;
  color: #fffdf0;
}
.food-header-sample[data-variant="cover"] .fhs-photo {
  display: flex;
  position: absolute;
  inset: 0;
  justify-content: flex-end;
  padding-right: 18px;
  background: linear-gradient(30deg, #243e31, #7f976b);
}
.food-header-sample[data-variant="cover"] .fhs-logo {
  position: absolute;
  right: 10px;
  top: 10px;
}
.food-header-sample[data-variant="cover"] .fhs-lines {
  width: 63px;
}
.food-header-image-control {
  margin: 10px 0 20px;
}
.food-header-image-control > img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.food-header-image-control .add-button {
  margin-bottom: 8px;
}
.food-header-image-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 15px;
  border: 1px dashed #bbc7b0;
  border-radius: 10px;
  color: #67775b;
  font-size: 12px;
  margin-bottom: 10px;
}
.food-header-image-empty svg {
  flex-shrink: 0;
  width: 20px;
}

/* Custom food headers retain the menu palette and can fill the entire top edge. */
.category-page.food-page {
  --food-header-height: 220px;
  --food-header-photo-size: 100px;
  --food-header-shade: 45%;
  --food-header-overlay: #101712;
  --food-page-top: var(--cat-pad-top);
}
.category-page.food-page[data-food-header] .ft-header {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  margin: 0 0 20px;
  padding: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cat-ink);
  overflow: hidden;
}
.category-page.food-page[data-food-header] .ft-header .menu-top {
  position: relative;
  flex: 0 0 auto;
  margin: 0 0 20px;
  color: inherit;
}
.category-page.food-page[data-food-header] .ft-header .ct-heading {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  overflow: visible;
}
.category-page.food-page[data-food-header] .ft-header .ct-heading::before,
.category-page.food-page[data-food-header] .ft-header .ct-heading::after {
  display: none;
}
.category-page.food-page[data-food-header] .ft-header .ct-heading h2 {
  margin: 0 0 8px;
  color: inherit;
  font-family: var(--cat-font);
  font-size: var(--cat-title);
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-transform: none;
}
.category-page.food-page[data-food-header] .ft-header .ct-heading p {
  color: inherit;
  font-size: 12px;
  line-height: 1.6;
  max-width: 32em;
  opacity: 0.78;
}
.category-page.food-page[data-food-header] .ft-header .ct-kicker {
  margin: 0 0 8px;
  color: inherit;
  font-size: 8px;
  letter-spacing: 0.13em;
  opacity: 0.7;
}
.category-page.food-page[data-food-header] .ft-header .ct-nav-logo {
  color: inherit;
}
.category-page.food-page[data-food-header] .ft-header .ft-nav-spacer {
  flex: 0 0 32px;
}
.category-page.food-page[data-food-header] .ft-header-copy {
  min-width: 0;
}
.category-page.food-page[data-food-header] .ft-header-media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.category-page.food-page[data-food-header] .ft-header-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page.food-page[data-food-header="minimal"] .ft-header .ct-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}
.category-page.food-page[data-food-header="centered"] .ft-header .ct-heading {
  text-align: center;
  padding: 0 8px 9px;
}
.category-page.food-page[data-food-header="centered"]
  .ft-header
  .ft-header-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}
.category-page.food-page[data-food-header="centered"] .ft-header-logo svg {
  width: 75%;
  height: 75%;
}
.category-page.food-page[data-food-header="centered"] .ft-header .ct-heading p {
  margin-inline: auto;
}
.category-page.food-page[data-food-header="split"] .ft-header .ct-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 3px 0 6px;
}
.category-page.food-page[data-food-header="split"] .ft-header-media {
  width: min(var(--food-header-photo-size), 42%);
  aspect-ratio: 1;
  border-radius: 50% 50% 14px 14px;
}
.category-page.food-page:is(
    [data-food-header="banner"],
    [data-food-header="cover"]
  )
  .ft-header {
  margin-top: calc(-1 * var(--food-page-top));
  margin-inline: calc(-1 * var(--cat-pad-x));
}
.category-page.food-page[data-food-header="banner"]
  .ft-header
  .ft-header-media {
  height: var(--food-header-height);
}
.category-page.food-page[data-food-header="banner"]
  .ft-header
  .ft-header-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#0006, transparent 35%);
  pointer-events: none;
}
.category-page.food-page[data-food-header="banner"] .ft-header .menu-top {
  margin: 16px var(--cat-pad-x) 18px;
}
.category-page.food-page[data-food-header="banner"] .ft-header .ct-heading {
  margin-inline: var(--cat-pad-x);
  padding-bottom: 6px;
}
.category-page.food-page[data-food-header="banner"] .ft-no-media {
  padding-top: var(--food-page-top);
}
.category-page.food-page[data-food-header="cover"] .ft-header {
  min-height: var(--food-header-height);
  padding: var(--food-page-top) var(--cat-pad-x) 24px;
  color: #fff;
  background: var(--food-header-overlay);
}
.category-page.food-page[data-food-header="cover"] .ft-header .ft-header-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.category-page.food-page[data-food-header="cover"]
  .ft-header
  .ft-header-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    color-mix(
      in srgb,
      var(--food-header-overlay) var(--food-header-shade),
      transparent
    ),
    color-mix(
        in srgb,
        var(--food-header-overlay) calc(var(--food-header-shade) * 0.65),
        transparent
      )
      35%,
    color-mix(
      in srgb,
      var(--food-header-overlay) var(--food-header-shade),
      transparent
    )
  );
  pointer-events: none;
}
.category-page.food-page[data-food-header="cover"] .ft-header .ct-heading {
  margin-top: auto;
}
.category-page.food-page[data-food-header="cover"] .ft-header .menu-top {
  margin-bottom: 24px;
}
.category-page.food-page[data-food-header="cover"] .ft-header .menu-top button {
  border-color: #ffffff59;
  background: #00000015;
}

/* Logo placement keeps room for the restaurant name and return navigation. */
.category-page.food-page .menu-top[data-logo-position] {
  display: grid;
  grid-template-columns: var(--food-logo-track) minmax(0, 1fr) var(
      --food-logo-track
    );
  grid-template-areas: "back name logo";
  align-items: center;
}
.category-page.food-page .menu-top[data-logo-position] > button {
  grid-area: back;
  justify-self: start;
}
.category-page.food-page
  .menu-top[data-logo-position]
  > span:not(.ct-nav-logo) {
  grid-area: name;
  min-width: 0;
}
.category-page.food-page .menu-top[data-logo-position] > .ct-nav-logo {
  grid-area: logo;
  justify-self: end;
}
.category-page.food-page .menu-top[data-logo-position="left"] {
  grid-template-areas: "logo name back";
}
.category-page.food-page .menu-top[data-logo-position="left"] > .ct-nav-logo {
  justify-self: start;
}
.category-page.food-page .menu-top[data-logo-position="left"] > button {
  justify-self: end;
}
.category-page.food-page .menu-top[data-logo-position="center"] {
  grid-template-columns: minmax(32px, 1fr) auto minmax(32px, 1fr);
  grid-template-areas: "back logo ." "name name name";
}
.category-page.food-page .menu-top[data-logo-position="center"] > .ct-nav-logo {
  justify-self: center;
}

/* Category navigation: six compact treatments, shared with the editor samples. */
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="capsules"] {
  padding: 4px 4px 12px;
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="capsules"]
  > :is(button, .ft-tab-preview) {
  border-radius: var(--food-nav-radius, 999px);
  border-color: var(--food-nav-border, transparent);
  background: var(
    --food-nav-item-background,
    color-mix(in srgb, var(--cat-ink) 6%, var(--cat-bg))
  );
  box-shadow: 0 2px 7px color-mix(in srgb, var(--cat-ink) 7%, transparent);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="capsules"]
  > :is([aria-pressed="true"], .is-active) {
  background: var(--food-nav-active, var(--cat-ink));
  box-shadow: 0 3px 9px color-mix(in srgb, var(--cat-ink) 18%, transparent);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="outline"]
  > :is(button, .ft-tab-preview) {
  border-radius: var(--food-nav-radius, 999px);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="outline"]
  > :is([aria-pressed="true"], .is-active) {
  color: var(--food-nav-active-ink, var(--cat-ink));
  background: var(--food-nav-item-background, transparent);
  border-color: var(--food-nav-active, var(--cat-ink));
  box-shadow: inset 0 0 0 1px var(--food-nav-active, var(--cat-ink));
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="segmented"] {
  padding: 5px;
  margin-inline: 0;
  gap: var(--food-nav-gap, 3px);
  border: 1px solid var(--food-nav-border, transparent);
  border-radius: calc(var(--food-nav-radius, 24px) + 6px);
  background: var(
    --food-nav-background,
    color-mix(in srgb, var(--cat-ink) 8%, var(--cat-bg))
  );
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="segmented"]
  > :is(button, .ft-tab-preview) {
  border-color: transparent;
  border-radius: var(--food-nav-radius, 24px);
  padding: var(--food-nav-pad-y, 8px) var(--food-nav-pad-x, 12px);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="segmented"]
  > :is([aria-pressed="true"], .is-active) {
  background: var(--food-nav-active, var(--cat-bg));
  color: var(--food-nav-active-ink, var(--cat-ink));
  box-shadow: 0 2px 6px #00000012;
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="underline"] {
  padding: 2px 2px 0;
  gap: var(--food-nav-gap, 16px);
  border-bottom: 1px solid
    var(--food-nav-border, color-mix(in srgb, var(--cat-ink) 16%, transparent));
  border-radius: 0;
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="underline"]
  > :is(button, .ft-tab-preview) {
  padding: var(--food-nav-pad-y, 11px) var(--food-nav-pad-x, 2px);
  border: 0;
  border-radius: var(--food-nav-radius, 0px);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="underline"]
  > :is([aria-pressed="true"], .is-active) {
  color: var(--food-nav-active-ink, var(--cat-ink));
  background: var(--food-nav-item-background, transparent);
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="underline"]
  > :is([aria-pressed="true"], .is-active)::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  border-radius: 3px;
  background: var(--food-nav-active, var(--cat-ink));
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="soft"]
  > :is(button, .ft-tab-preview) {
  border-radius: var(--food-nav-radius, 11px);
  padding: var(--food-nav-pad-y, 10px) var(--food-nav-pad-x, 14px);
  background: var(
    --food-nav-item-background,
    color-mix(in srgb, var(--cat-card) 65%, var(--cat-bg))
  );
}
:is(.category-page.food-page, .food-nav-sample)
  .ft-tabs[data-nav-style="soft"]
  > :is([aria-pressed="true"], .is-active) {
  background: var(--food-nav-active, var(--cat-ink));
  border-color: var(--food-nav-active, var(--cat-ink));
}
.food-nav-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 20px;
}
.food-nav-option {
  min-width: 0;
  padding: 6px 6px 12px;
  border: 1px solid #d8ded1;
  border-radius: 12px;
  color: #35472f;
  background: #fffdf8;
  text-align: left;
}
.food-nav-option:hover {
  border-color: #91a17f;
  background: #fffefb;
}
.food-nav-option.active {
  border-color: #597047;
  box-shadow: 0 0 0 1px #597047;
  background: #f9fcf4;
}
.food-nav-option:focus-visible {
  outline: 3px solid #839b69;
  outline-offset: 3px;
}
.food-nav-option strong,
.food-nav-option small {
  display: block;
  padding-inline: 5px;
}
.food-nav-option strong {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}
.food-nav-option small {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  color: #6a7662;
}
.food-nav-sample {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 82px;
  padding: 12px 9px;
  overflow: hidden;
  border: 1px solid #0000000a;
  border-radius: 7px;
  background: var(--cat-bg);
  pointer-events: none;
}
.food-nav-sample .ft-tabs[data-nav-style] {
  --food-nav-pad-x: 8px;
  --food-nav-pad-y: 6px;
  --food-nav-gap: 4px;
  flex-shrink: 0;
  width: max-content;
  margin: 0;
  overflow: visible;
}
.food-nav-sample .ft-tabs[data-nav-style] > .ft-tab-preview {
  font-size: 9px;
  white-space: nowrap;
}
.food-nav-sample .ft-tabs[data-nav-style="underline"] {
  --food-nav-pad-x: 2px;
  --food-nav-gap: 10px;
}

/* Accounts and live public menus */
.auth-page { min-height:100svh; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:48px 24px; background:#f6f5f0; }
.auth-brand { margin-bottom:38px; font-size:29px; font-weight:750; letter-spacing:-1.5px; color:#263e32; }
.auth-brand span { color:var(--orange); }
.auth-card { width:100%; max-width:450px; padding:38px; border:1px solid #e4e5dd; border-radius:20px; background:#fff; box-shadow:0 18px 70px #283e3208; }
.auth-eyebrow { font-size:10px; font-weight:700; letter-spacing:1.7px; color:#657362; }
.auth-card h1 { margin:15px 0 14px; color:#263e32; font-family:"Playfair Display",serif; font-size:34px; line-height:1.2; letter-spacing:-.8px; }
.auth-card>p { margin-bottom:26px; font-size:13px; line-height:1.75; color:#6b716a; }
.auth-card .field { display:flex; flex-direction:column; gap:8px; margin-bottom:18px; }
.auth-card form>.primary { width:100%; justify-content:center; min-height:46px; }
.auth-message { color:#7a4934; font-size:12px; line-height:1.6; }
.auth-message:empty { display:none; }
.auth-links { display:flex; justify-content:space-between; gap:10px; margin:22px 0; }
.auth-links button,.auth-demo { background:none; border:0; padding:0; font-size:12px; color:#435d4a; }
.auth-demo { width:100%; border-top:1px solid #ebede6; padding-top:22px; color:#747b72; }
.auth-caption { margin:28px 0 0; font-size:11px; color:#848a7e; text-align:center; }
.cloud-account-actions { display:grid; gap:10px; margin-top:22px; }
.cloud-account-actions button { text-align:left; padding:13px 16px; }
.cloud-account-button { margin-bottom:16px; }
.cloud-menu-link { display:block; overflow-wrap:anywhere; margin:12px 0 22px; color:#385c43; text-decoration:underline; }
.sidebar .profile strong { display:block; max-width:160px; overflow:hidden; text-overflow:ellipsis; }
.public-loading { min-height:100svh; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:32px; text-align:center; color:#263e32; }
.public-mode { min-height:100svh; background:#eeefea; }
#public-menu { position:relative; width:100%; max-width:600px; min-height:100svh; margin:0 auto; background:#fff; }
#public-menu .phone-bar { display:none; }
#public-menu .welcome { min-height:100svh; }
#public-menu .category-page { min-height:100svh; padding-top:24px; }
@media(max-width:520px) { .auth-page { padding:28px 18px; } .auth-card { padding:30px 25px; } .auth-card h1 { font-size:31px; } }

/* Super administration */
.cloud-admin-button { color:#284d38; font-weight:700; }
.administration-view .top-actions { display:none; }
.admin-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:28px; }
.admin-heading h1 { margin:10px 0; font-size:30px; color:#23362b; letter-spacing:-.8px; }
.admin-heading p,.admin-panel>p { color:#71786f; line-height:1.6; }
.admin-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-bottom:24px; }
.admin-metrics>div { border:1px solid #e3e7df; border-radius:14px; padding:24px; background:#fff; }
.admin-metrics strong { display:block; font-size:31px; font-weight:650; color:#294731; }
.admin-metrics span { display:block; color:#788171; font-size:13px; margin-top:6px; }
.admin-panel { background:#fff; border:1px solid #e2e7df; border-radius:14px; margin-bottom:22px; overflow:hidden; }
.admin-toolbar { display:flex; gap:18px; align-items:center; padding:22px; flex-wrap:wrap; }
.admin-panel h2 { font-size:18px; margin:0; }
.admin-toolbar p { margin:4px 0 0; color:#858a80; font-size:12px; }
#admin-search { display:flex; align-items:center; gap:8px; margin-left:auto; }
#admin-search input { border:1px solid #dce2d7; border-radius:8px; padding:11px 12px; min-width:220px; }
.admin-table-scroll { overflow-x:auto; }
.admin-table { width:100%; border-collapse:collapse; text-align:left; font-size:13px; }
.admin-table th { background:#f6f8f3; padding:13px 18px; color:#69745f; font-size:11px; font-weight:600; white-space:nowrap; }
.admin-table td { border-top:1px solid #edf0e8; padding:19px 18px; vertical-align:middle; }
.admin-table td:first-child>strong { display:block; font-size:14px; font-weight:600; }
.admin-table td:first-child>span { display:block; color:#7b8276; font-size:12px; margin-top:5px; }
.admin-table small { color:#aa793c; display:block; margin-top:5px; }
.admin-role,.admin-status { display:inline-block; font-size:11px; border-radius:20px; padding:6px 9px; background:#f0f2ed; white-space:nowrap; }
.admin-role.super { background:#edf0ff; color:#536399; }
.admin-status { background:#eaf4ea; color:#427048; }
.admin-status.suspended { background:#fff0e8; color:#af6749; }
.admin-row-actions { display:flex; gap:6px; flex-wrap:wrap; }
.admin-row-actions button { padding:8px 10px; font-size:11px; white-space:nowrap; }
.admin-row-actions .admin-delete { color:#b36551; border-color:transparent; }
.admin-pagination { display:flex; justify-content:flex-end; align-items:center; gap:18px; padding:18px 22px; border-top:1px solid #edf0e8; font-size:12px; color:#7c8276; }
.admin-history { padding:24px; }
.admin-history>p { font-size:13px; margin:7px 0 20px; }
.admin-history ul { list-style:none; padding:0; margin:0; }
.admin-history li { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:14px 0; border-top:1px solid #edf0e8; }
.admin-history li strong { display:block; font-size:13px; }
.admin-history li span,.admin-history time { display:block; color:#818878; font-size:12px; margin-top:4px; }
.admin-empty,.admin-loading { padding:36px; text-align:center; color:#8a9082; }
.admin-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.admin-form-grid .field { min-width:0; }
#admin-user-form .field small { font-size:11px; color:#79816f; line-height:1.5; }
.admin-scope { display:flex; align-items:center; justify-content:space-between; gap:16px; background:#eff3e9; border-bottom:1px solid #dce5d3; padding:14px 30px; font-size:13px; color:#526445; }
.admin-scope strong { overflow-wrap:anywhere; }
@media(max-width:850px) { .admin-heading { align-items:flex-start; flex-direction:column; } .admin-metrics { grid-template-columns:1fr 1fr; } .admin-scope { flex-direction:column; align-items:flex-start; padding:16px; } #admin-search { margin-left:0; } }
@media(max-width:520px) { .admin-form-grid { grid-template-columns:1fr; gap:0; } .admin-metrics>div { padding:18px; } .admin-toolbar { padding:16px; } #admin-search { width:100%; } #admin-search input { min-width:0; width:100%; } .admin-heading h1 { font-size:26px; } }

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
