:root {
  --page: #f7f7f4;
  --surface: #ffffff;
  --surface-soft: #fff7ea;
  --border: #e2d6c3;
  --muted: #7a6258;
  --shadow: 0 18px 60px rgba(58, 19, 13, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--pt-ink);
  font-family: var(--pt-font-body);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: 6px;
  background: var(--surface);
  color: var(--pt-red);
  padding: 10px 12px;
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  border-bottom: 1px solid rgba(151, 7, 7, 0.14);
  background: rgba(255, 255, 255, 0.94);
  padding: 12px clamp(18px, 4vw, 44px);
  backdrop-filter: blur(18px);
}

.brand-lockup img {
  width: 178px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  border-radius: 6px;
  padding: 8px 10px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(151, 7, 7, 0.08);
  color: var(--pt-red);
  outline: none;
}

.hero-showcase {
  width: 100%;
  background: var(--pt-red-deep);
  overflow: hidden;
}

.hero-showcase picture,
.hero-showcase img {
  width: 100%;
  height: clamp(360px, 56vh, 620px);
}

.hero-showcase img {
  object-fit: cover;
  object-position: center;
}

.customer-site {
  background: #f7f7f4;
}

.customer-header {
  background: rgba(255, 255, 255, 0.96);
}

.customer-hero {
  position: relative;
  display: grid;
  min-height: clamp(520px, 76vh, 760px);
  overflow: hidden;
  background: var(--pt-red-deep);
}

.customer-hero picture,
.customer-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.customer-hero img {
  object-fit: cover;
  object-position: center 42%;
}

.customer-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(58, 19, 13, 0.86), rgba(58, 19, 13, 0.24) 58%, rgba(58, 19, 13, 0.02)),
    linear-gradient(0deg, rgba(58, 19, 13, 0.5), rgba(58, 19, 13, 0));
}

.customer-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 18px;
  width: min(100%, var(--max));
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(38px, 8vw, 86px) clamp(18px, 4vw, 44px);
  color: #fff7ea;
}

.customer-hero-copy h1 {
  max-width: 720px;
  color: #fff7ea;
  font-size: clamp(48px, 10vw, 116px);
}

.customer-hero-copy p {
  max-width: 520px;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 700;
}

.customer-cta {
  justify-self: start;
  border-radius: 6px;
  background: var(--pt-gold);
  color: var(--pt-ink);
  min-height: 48px;
  padding: 14px 20px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(37, 12, 8, 0.2);
}

.customer-order {
  padding-top: clamp(42px, 6vw, 72px);
}

.overview-band,
.asset-section {
  padding: clamp(48px, 7vw, 86px) clamp(18px, 4vw, 44px);
}

.overview-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  background: var(--surface);
}

.overview-copy,
.section-heading,
.brand-layout,
.hero-asset-grid,
.catalog-toolbar,
.menu-grid,
.order-workspace,
.board-grid,
.doc-links {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.overview-copy {
  margin-right: 0;
}

.section-label {
  margin: 0 0 10px;
  color: var(--pt-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--pt-font-display);
  font-weight: 700;
  line-height: 1.05;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 86px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 5vw, 56px);
}

h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.25;
}

.overview-copy p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.stat-grid div {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8ed 100%);
  padding: 22px;
}

.stat-grid dt {
  color: var(--pt-red);
  font-family: var(--pt-font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.stat-grid dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-white {
  background: var(--surface);
}

.section-muted {
  background: #f1ece4;
}

.section-ink {
  background:
    radial-gradient(circle at 82% 12%, rgba(213, 162, 71, 0.18), transparent 30%),
    linear-gradient(135deg, #3a130d 0%, #650000 100%);
  color: #fff7ea;
}

.section-order {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.94), rgba(255, 244, 223, 0.97)),
    var(--site-menu-section-bg, url("website-backgrounds/webp/pho-trung-menu-section-bg.webp")) center top / cover no-repeat,
    var(--home-cream);
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading p {
  color: currentColor;
  opacity: 0.72;
}

.section-heading-wide {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.brand-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
}

.logo-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.logo-tile,
.hero-asset-grid article,
.board-grid article,
.menu-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 34px rgba(58, 19, 13, 0.08);
}

.logo-tile {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 228px;
  margin: 0;
  padding: 24px;
}

.logo-tile img {
  max-height: 132px;
  object-fit: contain;
}

.logo-tile figcaption,
.result-count {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.logo-tile-dark {
  border-color: rgba(213, 162, 71, 0.3);
  background: var(--pt-red-deep);
  color: var(--surface-soft);
}

.logo-tile-dark figcaption {
  color: #f7d991;
}

.token-panel {
  display: grid;
  gap: 10px;
}

.swatch {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
}

.swatch::before {
  content: "";
  width: 42px;
  height: 42px;
  border: 1px solid rgba(58, 19, 13, 0.18);
  border-radius: 50%;
  background: var(--swatch);
}

.swatch span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.swatch strong {
  font-size: 13px;
}

.hero-asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-asset-grid article {
  overflow: hidden;
  border-color: rgba(213, 162, 71, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff7ea;
  box-shadow: none;
}

.hero-asset-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-asset-grid article > div,
.board-grid article {
  padding: 18px;
}

.hero-asset-grid h3,
.board-grid h3 {
  margin: 0 0 12px;
}

.sync-status {
  border: 1px solid rgba(181, 129, 50, 0.36);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.76);
  color: #7b392c;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 900;
}

.sync-status-ready {
  border-color: rgba(47, 107, 47, 0.35);
  color: var(--pt-green);
}

.sync-status-blocked {
  border-color: rgba(151, 7, 7, 0.24);
  color: var(--pt-red);
}

.order-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(340px, 0.64fr);
  gap: 28px;
  align-items: start;
}

.order-menu-panel,
.cart-panel {
  border: 1px solid rgba(181, 129, 50, 0.42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(213, 162, 71, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.95), rgba(255, 241, 214, 0.97)),
    var(--site-menu-section-bg, url("website-backgrounds/webp/pho-trung-menu-section-bg.webp")) center top / cover no-repeat,
    #fff3dc;
  box-shadow: 0 18px 40px rgba(58, 19, 13, 0.1);
  padding: clamp(18px, 2.2vw, 24px);
}

.order-menu-panel {
  position: relative;
}

.cart-panel {
  position: sticky;
  top: 92px;
}

.order-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.order-panel-heading h3,
.order-panel-heading output {
  margin: 0;
}

.order-panel-heading h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pt-red);
  font-family: var(--pt-font-display);
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.order-panel-heading h3 img {
  width: 30px;
  height: 30px;
}

.order-panel-heading output {
  color: var(--pt-red);
  font-weight: 900;
}

.order-search {
  width: min(100%, 300px);
  min-height: 44px;
  border-color: rgba(181, 129, 50, 0.34);
  background: rgba(255, 250, 240, 0.84);
}

.order-category-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 22px;
}

.order-category-tabs button,
.quantity-stepper button,
.add-cart-button {
  border: 1px solid rgba(181, 129, 50, 0.42);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.92);
  color: #7b392c;
  min-height: 40px;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(58, 19, 13, 0.06);
}

.order-category-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-width: 1px;
  border-radius: 8px;
  color: #7b392c;
  min-height: 54px;
  font-family: var(--pt-font-display);
  font-size: 15px;
  text-transform: none;
}

.order-category-tabs button:last-child {
  border-right-width: 1px;
}

.order-category-tabs button img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(826%) hue-rotate(355deg) brightness(91%) contrast(87%);
}

.order-category-tabs button[aria-pressed="true"],
.quantity-stepper button:hover,
.quantity-stepper button:focus-visible {
  border-color: var(--pt-red);
  background: var(--pt-red);
  color: white;
}

.order-category-tabs button[aria-pressed="true"] img {
  filter: brightness(0) invert(1);
}

.order-menu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.order-menu-row {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(181, 129, 50, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(255, 239, 205, 0.96)),
    #fff3dc;
  box-shadow: 0 16px 30px rgba(58, 19, 13, 0.1);
  padding: 0;
}

.order-menu-row img {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  border-radius: 0;
  border-bottom: 1px solid rgba(181, 129, 50, 0.28);
  background: #fffaf1;
  object-fit: cover;
  object-position: center;
}

.order-menu-row[data-category="drinks"] img {
  aspect-ratio: 1.34 / 1;
  background: white;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.order-menu-copy {
  display: grid;
  gap: 7px;
  padding: 14px 14px 10px;
}

.order-menu-copy h3 {
  min-height: 48px;
  margin: 0;
  color: #4a1b14;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.18;
}

.order-menu-copy p {
  margin: 0;
  color: #6f5146;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 34px 30px 34px;
  align-items: center;
  gap: 6px;
}

.quantity-stepper button {
  min-height: 36px;
  padding: 0;
  color: #7b392c;
}

.quantity-stepper output {
  text-align: center;
  color: #4a1b14;
  font-weight: 900;
}

.order-card-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 14px 14px;
}

.add-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--pt-red);
  background: var(--pt-red);
  color: white;
  min-height: 40px;
  white-space: nowrap;
}

.add-cart-button::before {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background: currentColor;
  content: "";
  mask: url("ui/icons/svg/pt-icon-cart.svg") center / contain no-repeat;
  -webkit-mask: url("ui/icons/svg/pt-icon-cart.svg") center / contain no-repeat;
}

.cart-lines {
  display: grid;
  gap: 12px;
  min-height: 74px;
  margin-bottom: 18px;
}

.empty-cart {
  border: 1px dashed rgba(181, 129, 50, 0.42);
  border-radius: 8px;
  color: #7b392c;
  margin: 0;
  padding: 18px;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(181, 129, 50, 0.22);
  padding-bottom: 12px;
}

.cart-line img {
  width: 72px;
  aspect-ratio: 1 / 0.82;
  border-radius: 6px;
  background: #fffaf1;
  object-fit: cover;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: #6f5146;
  font-size: 13px;
  font-weight: 800;
}

.order-form {
  display: grid;
  gap: 12px;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row {
  display: grid;
  gap: 5px;
}

.form-row label,
.dry-run-toggle {
  color: #6f5146;
  font-size: 13px;
  font-weight: 900;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(181, 129, 50, 0.36);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.86);
  color: var(--pt-ink);
  min-height: 42px;
  padding: 9px 10px;
}

.field-hint {
  margin: -3px 0 10px;
  color: #80685d;
  font-size: 13px;
  font-weight: 700;
}

.delivery-fields {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 1px solid rgba(151, 7, 7, 0.16);
  border-radius: 8px;
  background: #fffaf1;
  padding: 12px;
}

.delivery-fields[hidden] {
  display: none;
}

.delivery-fields legend {
  padding: 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px 98px;
  gap: 8px;
}

.dry-run-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit-order {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #a70404 0%, #740000 100%);
  color: white;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(94, 0, 0, 0.2);
}

.submit-order:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.order-message {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.order-message-success {
  color: var(--pt-green);
}

.order-message-error {
  color: var(--pt-red);
}

.order-message-warning {
  color: #9a5b00;
}

.customer-menu-strip {
  background: var(--surface);
}

.customer-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.customer-feature-grid article {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 10px 34px rgba(58, 19, 13, 0.08);
}

.customer-feature-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #fffaf1;
  object-fit: cover;
  object-position: center;
}

.customer-feature-grid h3,
.customer-feature-grid p {
  padding-inline: 16px;
}

.customer-feature-grid h3 {
  margin: 16px 0 6px;
}

.customer-feature-grid p {
  min-height: 72px;
  margin-bottom: 18px;
  color: var(--muted);
}

.customer-visit {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.6fr);
  gap: 24px;
  align-items: end;
}

.customer-visit > * {
  width: min(100%, var(--max));
}

.customer-visit p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.admin-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
  gap: 18px;
  align-items: start;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.admin-editor-form,
.admin-preview {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 34px rgba(58, 19, 13, 0.08);
  padding: 18px;
}

.admin-editor-form {
  display: grid;
  gap: 12px;
}

.admin-upload-row,
.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(151, 7, 7, 0.2);
  border-radius: 999px;
  background: #fff7e8;
  color: var(--pt-red);
  cursor: pointer;
  font-weight: 900;
  padding: 10px 18px;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.upload-button:hover,
.upload-button:focus-within {
  background: #ffecc3;
  transform: translateY(-1px);
}

.upload-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) minmax(180px, 0.6fr);
  gap: 12px;
}

.admin-preview {
  position: sticky;
  top: 92px;
  overflow: hidden;
}

.admin-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: #fffaf1;
  object-fit: contain;
}

.admin-preview[data-category="drinks"] img {
  width: min(78%, 240px);
  aspect-ratio: 0.62 / 1;
  margin-inline: auto;
  background: white;
}

.admin-preview > div {
  padding-top: 16px;
}

.admin-preview h3 {
  margin-bottom: 8px;
}

.admin-preview p:last-child {
  margin: 0;
  color: var(--muted);
}

.site-content-workbench {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.45fr);
  gap: 18px;
  align-items: start;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.site-content-form,
.site-content-preview {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 34px rgba(58, 19, 13, 0.08);
  padding: 18px;
}

.site-content-form {
  display: grid;
  gap: 16px;
}

.site-content-form fieldset {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(151, 7, 7, 0.13);
  border-radius: 8px;
  background: #fffaf1;
  margin: 0;
  padding: 16px;
}

.site-content-form legend {
  color: var(--pt-red);
  font-family: var(--pt-font-display);
  font-size: 19px;
  font-weight: 900;
  padding-inline: 8px;
}

.site-content-preview {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.site-content-preview h3 {
  margin: 0;
  color: var(--pt-red);
  font-family: var(--pt-font-display);
  font-size: 24px;
}

.preview-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.preview-image-tile {
  display: grid;
  min-width: 0;
  gap: 7px;
  margin: 0;
}

.preview-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(151, 7, 7, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(151, 7, 7, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(151, 7, 7, 0.05) 1px, transparent 1px),
    #fff7e8;
  background-size: 18px 18px;
}

.preview-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-image-tile-logo .preview-image-frame {
  aspect-ratio: 4 / 3;
  padding: 14px;
}

.preview-image-tile-logo img,
#content-preview-drinks-image {
  object-fit: contain;
}

.preview-image-frame-mobile {
  width: min(100%, 96px);
  justify-self: center;
  aspect-ratio: 9 / 16;
}

.preview-image-empty {
  display: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-image-tile.is-empty .preview-image-empty {
  display: block;
}

.preview-image-tile.is-hidden-on-site .preview-image-frame {
  opacity: 0.58;
}

.preview-image-tile figcaption {
  color: var(--pt-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.site-content-preview p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.aldelo-map-workbench {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: 18px;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.aldelo-import-panel,
.aldelo-output-panel,
.aldelo-map-row {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 34px rgba(58, 19, 13, 0.08);
  padding: 18px;
}

.aldelo-import-panel h3,
.aldelo-output-panel h3,
.aldelo-map-row h3 {
  margin-bottom: 12px;
}

.aldelo-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.aldelo-map-actions .submit-order,
.aldelo-map-actions .manifest-link {
  min-height: 42px;
}

.aldelo-output-panel textarea,
.aldelo-import-panel textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}

.aldelo-map-list {
  display: grid;
  gap: 10px;
  width: min(100%, var(--max));
  margin: 18px auto 0;
}

.aldelo-map-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) minmax(460px, 0.95fr);
  gap: 14px;
  align-items: center;
}

.aldelo-map-row img {
  width: 88px;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: #fffaf1;
  object-fit: contain;
}

.aldelo-map-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.aldelo-map-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.65fr);
  gap: 10px;
}

.aldelo-map-controls label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.aldelo-map-controls select,
.aldelo-map-controls input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: white;
  color: var(--pt-ink);
  min-height: 42px;
  padding: 9px 10px;
}

.aldelo-map-controls input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}

.icon-link,
.manifest-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(151, 7, 7, 0.22);
  border-radius: 6px;
  background: var(--surface);
  color: var(--pt-red);
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 800;
}

.section-ink .icon-link {
  border-color: rgba(255, 247, 234, 0.36);
  background: rgba(255, 247, 234, 0.08);
  color: #fff7ea;
}

.icon-link:hover,
.manifest-link:hover,
.icon-link:focus-visible,
.manifest-link:focus-visible {
  border-color: var(--pt-red);
  outline: none;
}

.icon-link svg,
.manifest-link svg,
.search-control svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
}

.search-control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 0 14px;
}

.search-control:focus-within {
  border-color: var(--pt-red);
  box-shadow: 0 0 0 3px rgba(151, 7, 7, 0.1);
}

.search-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--pt-ink);
}

.segmented-control {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 4px;
}

.segmented-control legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.segmented-control button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.segmented-control button[aria-pressed="true"] {
  background: var(--pt-red);
  color: white;
}

.segmented-control button:hover,
.segmented-control button:focus-visible {
  outline: 2px solid rgba(151, 7, 7, 0.24);
  outline-offset: 1px;
}

.segmented-control.compact button {
  min-width: 48px;
}

.result-count {
  width: min(100%, var(--max));
  margin: 0 auto 14px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

.menu-card figure {
  display: grid;
  place-items: center;
  min-height: 204px;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(151, 7, 7, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(151, 7, 7, 0.05) 1px, transparent 1px),
    #fffaf1;
  background-size: 22px 22px;
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 10px;
}

.menu-card[data-category="drinks"] figure {
  min-height: 268px;
  background: white;
}

.menu-card[data-category="drinks"] img {
  width: min(76%, 214px);
  aspect-ratio: 0.62 / 1;
  object-fit: contain;
  padding: 10px 0;
}

.menu-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  color: var(--pt-red);
}

.menu-card h3 {
  min-height: 46px;
  margin: 0;
}

.ingredient-list {
  min-height: 44px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.asset-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.asset-actions a {
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--pt-red);
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 900;
}

.asset-actions a:hover,
.asset-actions a:focus-visible {
  border-color: var(--pt-red);
  outline: none;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  padding: 30px;
  text-align: center;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.board-grid article {
  background: var(--surface);
}

.board-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.board-grid h3 {
  margin-top: 16px;
}

.doc-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.doc-links a {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  padding: 18px;
  color: var(--pt-red);
  font-weight: 900;
}

.doc-links a:hover,
.doc-links a:focus-visible {
  border-color: var(--pt-red);
  box-shadow: 0 12px 28px rgba(151, 7, 7, 0.1);
  outline: none;
}

.site-footer,
.noscript-note {
  background: var(--pt-ink);
  color: #fff7ea;
  padding: 22px clamp(18px, 4vw, 44px);
  text-align: center;
}

.site-footer p,
.noscript-note {
  margin: 0;
  font-size: 14px;
}

.home-refresh {
  --home-red: #8b0503;
  --home-red-dark: #650000;
  --home-cream: #fff4df;
  --home-cream-deep: #f6e0b8;
  --home-gold: #d7a253;
  --home-gold-soft: #f3d49a;
  --home-ink: #41140f;
  --home-shadow: 0 20px 44px rgba(65, 20, 15, 0.18);
  background:
    radial-gradient(circle at 8% 55%, rgba(151, 7, 7, 0.05), transparent 24%),
    radial-gradient(circle at 92% 35%, rgba(213, 162, 71, 0.12), transparent 26%),
    var(--home-cream);
  color: var(--home-ink);
}

.home-topbar {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 34px;
  background:
    linear-gradient(90deg, rgba(101, 0, 0, 0.98), rgba(139, 5, 3, 0.96)),
    var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
    var(--home-red-dark);
  color: #f7dca4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(247, 220, 164, 0.24);
  background:
    linear-gradient(90deg, rgba(101, 0, 0, 0.96), rgba(141, 5, 3, 0.9)),
    var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
    var(--home-red-dark);
  box-shadow: 0 12px 30px rgba(35, 4, 2, 0.16);
  color: #f8e8ca;
  padding: 14px clamp(22px, 5vw, 48px);
  backdrop-filter: blur(12px);
}

.home-logo {
  display: block;
  width: 72px;
}

.home-logo img {
  width: 100%;
  filter: drop-shadow(0 8px 18px rgba(35, 4, 2, 0.22));
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(247, 220, 164, 0.42);
  border-radius: 999px;
  background: rgba(255, 244, 223, 0.1);
  color: #f8e8ca;
  padding: 9px 14px;
  font-family: var(--pt-font-display);
  font-weight: 900;
}

.mobile-menu-toggle img {
  width: 20px;
  height: 20px;
  filter: sepia(1) saturate(2) hue-rotate(350deg) brightness(1.18);
}

.home-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 36px);
  color: #f8e8ca;
  font-family: var(--pt-font-display);
  font-size: 14px;
  font-weight: 700;
}

.home-nav a {
  position: relative;
  padding: 8px 0;
}

.home-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: var(--home-gold);
  transition: transform 160ms ease;
}

.home-nav a:hover::after,
.home-nav a:focus-visible::after,
.home-nav a.is-active::after {
  transform: scaleX(1);
}

.home-order-pill,
.home-button,
.panel-actions a,
.drinks-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  font-family: var(--pt-font-display);
  font-weight: 800;
}

.home-order-pill {
  background: linear-gradient(180deg, #f7dca4, var(--home-gold));
  color: var(--home-ink);
  min-width: 156px;
  min-height: 44px;
  padding: 10px 18px;
  box-shadow: 0 8px 18px rgba(65, 20, 15, 0.14);
}

.home-order-pill img,
.home-button img,
.panel-actions img,
.drinks-panel a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(83, 0, 0, 0.78) 0%, rgba(119, 3, 0, 0.48) 39%, rgba(95, 0, 0, 0.05) 66%),
    var(--site-hero-bg-desktop, url("website-backgrounds/webp/pho-trung-hero-bg-desktop.webp")) right center / cover no-repeat,
    #790300;
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0.18;
  background-image: url("hero/png/pt-hero-home-desktop-1920x640.png");
  background-repeat: no-repeat;
  background-size: 1180px auto;
}

.home-hero::before,
.home-hero::after {
  display: none;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
  width: min(100% - 56px, 1120px);
  min-height: 520px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 54px;
}

.home-hero-copy {
  min-width: 0;
  color: var(--home-cream);
}

.home-hero-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--home-cream);
  font-size: clamp(56px, 7.1vw, 88px);
  line-height: 0.92;
  white-space: nowrap;
  text-shadow: 0 8px 22px rgba(37, 4, 2, 0.18);
}

.home-flourish {
  width: 190px;
  height: 32px;
  margin: 6px 0 12px 58px;
  filter: sepia(1) saturate(2.1) hue-rotate(350deg) brightness(1.12);
  opacity: 0.9;
}

.home-hero-title {
  max-width: 430px;
  margin: 0 0 14px;
  color: #fff4df;
  font-family: var(--pt-font-display);
  font-size: clamp(30px, 3.7vw, 44px);
  font-weight: 700;
  line-height: 1.05;
}

.home-hero-text {
  max-width: 390px;
  margin: 0;
  color: #fbead1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.home-button {
  min-width: 158px;
  min-height: 44px;
  padding: 10px 20px;
}

.home-button-primary {
  background: linear-gradient(180deg, #fff0c8, var(--home-gold));
  color: var(--home-ink);
}

.home-button-secondary {
  border: 1px solid rgba(247, 220, 164, 0.72);
  background: rgba(95, 0, 0, 0.24);
  color: #f7dca4;
}

.home-hero-food {
  position: relative;
  justify-self: end;
  align-self: end;
  width: min(100%, 710px);
  margin: 0;
  filter: drop-shadow(0 34px 38px rgba(25, 3, 2, 0.32));
  transform: translateY(22px);
}

.home-refresh .home-hero-food {
  display: none;
}

.home-hero-food::before {
  position: absolute;
  inset: 58% 2% -4% 12%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(39, 8, 4, 0.38), transparent 68%);
}

.home-hero-food img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.54 / 1;
  border-radius: 0;
  object-fit: cover;
  object-position: center 50%;
  -webkit-mask-image: radial-gradient(ellipse 70% 58% at 54% 57%, #000 64%, rgba(0, 0, 0, 0.82) 74%, transparent 88%);
  mask-image: radial-gradient(ellipse 70% 58% at 54% 57%, #000 64%, rgba(0, 0, 0, 0.82) 74%, transparent 88%);
}

.home-section {
  position: relative;
  padding: clamp(38px, 6vw, 78px) clamp(22px, 5vw, 48px);
}

.home-featured,
.why-section,
.visit-drinks-grid {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.92), rgba(255, 244, 223, 0.96)),
    var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center top / cover no-repeat,
    var(--home-cream);
}

.ornate-title {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  gap: 16px;
  width: min(540px, 100%);
  margin: 0 auto 8px;
}

.ornate-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
}

.ornate-title img {
  width: 42px;
  height: 34px;
  margin: 0 auto;
  opacity: 0.78;
}

.home-section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(100%, 1080px);
  margin: 0 auto 28px;
}

.home-section-heading h2,
.why-section h2,
.location-panel h2,
.drinks-panel h2 {
  color: var(--pt-red);
  font-size: clamp(28px, 4vw, 42px);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-section-heading h2,
.why-section h2 {
  text-align: center;
}

.home-section-heading a {
  color: var(--pt-red);
  font-size: 13px;
  font-weight: 900;
}

.favorite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.favorite-card {
  overflow: hidden;
  border: 1px solid rgba(151, 7, 7, 0.12);
  border-radius: 8px;
  background: #fff1d5;
  box-shadow: 0 16px 34px rgba(65, 20, 15, 0.14);
}

.favorite-card > img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
  object-position: center 16%;
}

.favorite-card-drink > img {
  box-sizing: border-box;
  aspect-ratio: 1.75 / 1;
  background: white;
  object-fit: contain;
  object-position: center;
  padding: 8px;
}

.favorite-card > div {
  position: relative;
  padding: 18px 20px 24px;
}

.favorite-card p:first-child {
  margin: 0 0 6px;
  color: #b6863d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.favorite-card h3 {
  margin: 0 44px 8px 0;
  color: var(--home-ink);
  font-family: var(--pt-font-display);
  font-size: 24px;
}

.favorite-card span {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e9c17a;
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 900;
}

.favorite-card p:last-child {
  margin: 0;
  color: #6e5044;
  font-size: 14px;
  font-weight: 700;
}

.why-section {
  padding-top: 18px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  width: min(100%, 1080px);
  margin: 26px auto 0;
}

.why-grid article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.why-grid article + article {
  border-left: 1px solid rgba(151, 7, 7, 0.24);
  padding-left: 22px;
}

.why-grid img {
  width: 64px;
  height: 64px;
  border: 2px solid rgba(181, 129, 50, 0.62);
  border-radius: 50%;
  padding: 15px;
}

.why-grid h3 {
  margin: 0 0 4px;
  color: #8b0503;
  font-family: var(--pt-font-display);
  font-size: 17px;
}

.why-grid p {
  margin: 0;
  color: #705145;
  font-size: 13px;
  font-weight: 700;
}

.visit-drinks-grid {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.92), rgba(255, 244, 223, 0.97)),
    var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center top / cover no-repeat,
    var(--home-cream);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100% - 44px, 1120px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 48px);
}

.visit-drinks-grid.has-drinks-panel {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
  gap: 28px;
  align-items: stretch;
}

.location-panel,
.drinks-panel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 2px solid rgba(181, 129, 50, 0.58);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(65, 20, 15, 0.14);
}

.location-panel {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.9) 0%, rgba(255, 241, 214, 0.94) 100%),
    var(--site-hours-bg, url("website-backgrounds/webp/pho-trung-reservation-contact-bg.webp")) center / cover no-repeat,
    #fff1d6;
  padding: clamp(28px, 4vw, 42px);
}

.location-panel::after {
  display: none;
  content: none;
}

.panel-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--pt-red);
  box-shadow: 0 12px 26px rgba(91, 0, 0, 0.18);
}

.panel-icon img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.panel-flourish {
  display: block;
  width: 170px;
  height: 26px;
  margin: 3px 0 16px;
  object-fit: contain;
  object-position: left center;
  filter: sepia(1) saturate(2) hue-rotate(350deg) brightness(0.94);
  opacity: 0.72;
}

.hours-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 20px;
}

.hours-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.9fr) minmax(120px, 1fr);
  align-items: start;
  gap: 14px;
  color: #5a3327;
  font-size: 15px;
  font-weight: 800;
}

.hours-list dt {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hours-list dt,
.hours-list dd {
  margin: 0;
}

.hours-list img,
.location-address-row > img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(20%) sepia(89%) saturate(2495%) hue-rotate(352deg) brightness(91%) contrast(97%);
}

.location-address-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 0 20px;
}

.location-address {
  margin: 0 0 18px;
  color: #5f3e33;
  font-weight: 800;
}

.panel-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
}

.panel-actions a {
  min-width: 0;
  border: 1px solid rgba(151, 7, 7, 0.22);
  background: var(--pt-red);
  color: white;
  padding: 10px 17px;
}

.panel-actions a:first-child {
  grid-column: 1 / -1;
}

.panel-actions a + a {
  background: rgba(255, 250, 240, 0.68);
  color: var(--home-ink);
}

.drinks-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.08fr);
  align-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 89% 12%, rgba(247, 220, 164, 0.16), transparent 31%),
    linear-gradient(135deg, rgba(141, 5, 3, 0.9) 0%, rgba(95, 0, 0, 0.96) 100%),
    var(--site-drinks-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
    #5f0000;
  color: #fff4df;
  padding: 34px 28px 30px 36px;
}

.drinks-panel > div {
  position: relative;
  z-index: 2;
}

.drinks-panel::after {
  display: none;
  content: none;
}

.drinks-panel h2 {
  color: #fff4df;
  font-size: clamp(26px, 3.3vw, 36px);
  line-height: 1;
}

.drinks-panel p {
  max-width: 330px;
  color: #f9e8c8;
  font-weight: 700;
}

.drinks-panel a {
  border: 1px solid rgba(247, 220, 164, 0.58);
  color: #f7dca4;
  min-width: 206px;
  padding: 10px 17px;
  white-space: nowrap;
}

.drinks-panel > img {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  justify-self: end;
  width: 100%;
  max-height: 270px;
  aspect-ratio: 1.18 / 1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  object-position: right bottom;
  padding: 0;
  filter: drop-shadow(0 18px 24px rgba(31, 0, 0, 0.24));
}

.home-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(118, 3, 0, 0.97) 0%, rgba(84, 0, 0, 0.95) 100%),
    var(--site-footer-bg-desktop, url("website-backgrounds/webp/pho-trung-footer-bg-desktop.webp")) center bottom / cover no-repeat,
    #5f0000;
  color: #fff4df;
  padding: 34px clamp(22px, 5vw, 48px) 22px;
}

.home-footer::after {
  display: none;
  content: none;
}

.home-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(160px, 0.48fr) minmax(290px, 0.78fr);
  gap: 34px;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.home-footer-grid > * + * {
  border-left: 1px solid rgba(247, 220, 164, 0.26);
  padding-left: 44px;
}

.home-footer-grid img {
  display: block;
}

.footer-brand {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0 20px;
  align-items: start;
}

.footer-logo {
  grid-row: 1 / span 2;
  width: 84px;
  filter: drop-shadow(0 10px 18px rgba(31, 0, 0, 0.2));
}

.footer-icon-row {
  display: flex;
  grid-column: 2;
  gap: 11px;
  margin-top: 16px;
}

.footer-icon-row a,
.footer-icon-row span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(247, 220, 164, 0.48);
  border-radius: 50%;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.footer-icon-row a:hover,
.footer-icon-row a:focus-visible {
  background: rgba(247, 220, 164, 0.16);
  transform: translateY(-1px);
}

.footer-icon-row img,
.footer-icon-line img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(29%) saturate(588%) hue-rotate(353deg) brightness(92%) contrast(92%);
}

.home-footer h2,
.home-footer h3 {
  color: #fff4df;
  font-family: var(--pt-font-display);
}

.home-footer h2 {
  margin: 0 0 4px;
  font-size: 30px;
}

.home-footer h3 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-footer p,
.home-footer a {
  display: block;
  margin: 0 0 6px;
  color: #f5dfb6;
  font-size: 14px;
  font-weight: 700;
}

.footer-icon-line {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.footer-icon-line a {
  overflow-wrap: anywhere;
}

.home-copyright {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(247, 220, 164, 0.3);
  width: min(100%, 1120px);
  margin: 28px auto 0;
  padding-top: 20px;
  text-align: center;
}

.home-refresh .customer-order {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.94), rgba(248, 234, 208, 0.96)),
    var(--site-menu-section-bg, url("website-backgrounds/webp/pho-trung-menu-section-bg.webp")) center top / cover no-repeat,
    #fff4df;
  padding-top: clamp(52px, 7vw, 86px);
}

.menu-page {
  --home-red: #8b0503;
  --home-red-dark: #650000;
  --home-cream: #fff4df;
  --home-gold: #d7a253;
  background: var(--home-cream);
}

.order-page {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.9), rgba(255, 244, 223, 0.96)),
    var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center top / cover no-repeat,
    var(--home-cream);
}

.menu-header {
  position: sticky;
  width: auto;
  max-width: none;
  border-bottom: 1px solid rgba(247, 220, 164, 0.28);
  background:
    linear-gradient(90deg, rgba(101, 0, 0, 0.96), rgba(141, 5, 3, 0.88)),
    var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
    #650000;
  padding: 16px clamp(22px, 5vw, 48px);
}

.menu-header .home-nav {
  color: #f8e8ca;
}

.menu-header .home-logo img {
  filter: drop-shadow(0 8px 18px rgba(35, 4, 2, 0.22));
}

.menu-page-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(83, 0, 0, 0.78) 0%, rgba(119, 3, 0, 0.48) 39%, rgba(95, 0, 0, 0.05) 66%),
    var(--site-hero-bg-desktop, url("website-backgrounds/webp/pho-trung-hero-bg-desktop.webp")) right center / cover no-repeat,
    #790300;
  color: #fff4df;
  padding: 0 clamp(22px, 5vw, 48px);
}

.menu-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(100%, 1180px);
  min-height: 380px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 clamp(48px, 6vw, 76px);
}

.menu-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.menu-hero-copy h1 {
  max-width: none;
  margin: 0;
  color: #fff4df;
  font-size: clamp(58px, 8vw, 102px);
  line-height: 0.95;
  white-space: nowrap;
}

.menu-page-hero .home-flourish {
  width: 220px;
  height: 32px;
  margin: 10px 0 18px 48px;
  filter: sepia(1) saturate(2.1) hue-rotate(350deg) brightness(1.12);
}

.menu-hero-copy p {
  max-width: 470px;
  margin: 0;
  color: #f7dfb8;
  font-size: 18px;
  font-weight: 700;
}

.order-page-hero {
  background:
    linear-gradient(90deg, rgba(83, 0, 0, 0.82) 0%, rgba(119, 3, 0, 0.58) 40%, rgba(95, 0, 0, 0.06) 68%),
    var(--site-hero-bg-desktop, url("website-backgrounds/webp/pho-trung-hero-bg-desktop.webp")) right center / cover no-repeat,
    #790300;
}

.order-page-hero .menu-hero-inner {
  grid-template-columns: minmax(360px, 0.82fr) minmax(360px, 1fr);
  justify-items: start;
  min-height: 330px;
  padding: clamp(58px, 8vw, 92px) 0 clamp(48px, 6vw, 70px);
  text-align: left;
}

.order-page-hero .menu-hero-copy p {
  max-width: 470px;
  margin-inline: 0;
}

.order-page-hero .home-flourish {
  margin-inline: 48px 0;
}

.menu-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(181, 129, 50, 0.3);
  background: #fff4df;
  box-shadow: 0 8px 24px rgba(65, 20, 15, 0.06);
}

.menu-category-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  border-right: 1px solid rgba(181, 129, 50, 0.22);
  color: #9b261e;
  font-family: var(--pt-font-display);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-category-strip a:last-child {
  border-right: 0;
}

.menu-category-strip img {
  width: 28px;
  height: 28px;
}

.designed-menu-section,
.menu-board-photo-section {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.94), rgba(255, 244, 223, 0.97)),
    var(--site-menu-section-bg, url("website-backgrounds/webp/pho-trung-menu-section-bg.webp")) center top / cover no-repeat,
    var(--home-cream);
  padding: clamp(28px, 5vw, 54px) clamp(22px, 5vw, 48px);
}

.designed-menu-grid {
  display: grid;
  grid-template-areas:
    "pho bun"
    "pho drinks"
    "extras values";
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 20px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.menu-panel,
.menu-values-panel {
  border: 2px solid rgba(181, 129, 50, 0.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 10%, rgba(213, 162, 71, 0.16), transparent 24%),
    #fff3dc;
  box-shadow: 0 16px 38px rgba(65, 20, 15, 0.12);
}

.menu-panel {
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 28px);
}

.menu-panel-pho {
  grid-area: pho;
}

.menu-panel-bun {
  grid-area: bun;
}

.menu-panel-drinks {
  grid-area: drinks;
}

.menu-panel-extras {
  grid-area: extras;
}

.menu-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.menu-panel-heading img {
  width: 34px;
  height: 28px;
}

.menu-panel-heading h2 {
  margin: 0;
  color: var(--pt-red);
  font-size: clamp(30px, 3.8vw, 45px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.menu-panel-photo {
  float: right;
  width: min(40%, 260px);
  aspect-ratio: 1.36 / 1;
  margin: -4px 0 14px 18px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 15px 18px rgba(65, 20, 15, 0.16));
}

.menu-panel-bun .menu-panel-photo {
  width: min(44%, 260px);
}

.menu-panel-photo-drinks {
  width: min(42%, 238px);
  aspect-ratio: 0.9 / 1;
  background: white;
  object-fit: contain;
  padding: 8px;
}

.menu-price-list {
  display: grid;
  gap: 7px;
  clear: none;
}

.printed-menu-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) max-content;
  align-items: start;
  gap: 10px;
  border-bottom: 1px dotted rgba(151, 7, 7, 0.25);
  padding-bottom: 6px;
}

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

.printed-menu-row > span {
  color: var(--pt-red);
  font-size: 15px;
  font-weight: 900;
}

.printed-menu-row h3 {
  margin: 0;
  color: #4a1b14;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.1;
  text-transform: uppercase;
}

.printed-menu-row p {
  margin: 2px 0 0;
  color: #5f453b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.printed-menu-row strong {
  color: var(--pt-red);
  font-size: 15px;
  font-weight: 900;
}

.menu-note-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(181, 129, 50, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  color: #5f453b;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 800;
}

.extras-photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.extras-photo-row img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  border-radius: 8px;
  background: #fffaf1;
  object-fit: cover;
}

.menu-values-panel {
  grid-area: values;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 18px;
}

.menu-values-panel article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(151, 7, 7, 0.16);
  border-bottom: 1px solid rgba(151, 7, 7, 0.16);
  padding: 12px;
}

.menu-values-panel article:nth-child(2n) {
  border-right: 0;
}

.menu-values-panel article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.menu-values-panel img {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(181, 129, 50, 0.6);
  border-radius: 50%;
  padding: 12px;
}

.menu-values-panel h3 {
  margin: 0 0 4px;
  color: #7e170f;
  font-family: var(--pt-font-display);
  font-size: 16px;
}

.menu-values-panel p {
  margin: 0;
  color: #6e5044;
  font-size: 12px;
  font-weight: 700;
}

.menu-board-photo-section {
  padding-top: clamp(18px, 4vw, 34px);
}

.menu-board-page-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  width: min(100% - 44px, 1220px);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px) 0 clamp(34px, 6vw, 72px);
}

.menu-board-frame {
  overflow: hidden;
  border: 2px solid rgba(181, 129, 50, 0.54);
  border-radius: 12px;
  background: #fff7e8;
  box-shadow: 0 18px 42px rgba(65, 20, 15, 0.18);
}

.menu-board-frame img {
  width: 100%;
  height: auto;
}

.menu-footer {
  margin-top: 0;
}

.about-page-hero,
.contact-page-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(83, 0, 0, 0.82) 0%, rgba(119, 3, 0, 0.52) 42%, rgba(95, 0, 0, 0.12) 70%),
    var(--site-hero-bg-desktop, url("website-backgrounds/webp/pho-trung-hero-bg-desktop.webp")) right center / cover no-repeat,
    #790300;
  color: #fff4df;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(26px, 5vw, 70px);
  width: min(100% - 56px, 1120px);
  min-height: 420px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 86px) 0 clamp(46px, 7vw, 72px);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
}

.about-hero-copy h1,
.contact-page-hero h1 {
  margin: 0;
  color: #fff4df;
  font-size: clamp(58px, 8vw, 102px);
  line-height: 0.94;
}

.about-hero-title,
.contact-hero-subtitle {
  margin: 0 0 12px;
  color: #fff1d0;
  font-family: var(--pt-font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.05;
}

.about-hero-text,
.contact-page-hero p {
  max-width: 470px;
  color: #f7dfb8;
  font-size: 17px;
  font-weight: 750;
}

.about-hero-food {
  align-self: end;
  justify-self: end;
  width: min(100%, 610px);
  margin: 0;
  filter: drop-shadow(0 30px 34px rgba(25, 3, 2, 0.3));
}

.about-hero-food img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse 76% 64% at 52% 55%, #000 69%, rgba(0, 0, 0, 0.82) 82%, transparent 96%);
  mask-image: radial-gradient(ellipse 76% 64% at 52% 55%, #000 69%, rgba(0, 0, 0, 0.82) 82%, transparent 96%);
}

.about-story-section,
.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.93), rgba(255, 244, 223, 0.97)),
    var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center top / cover no-repeat,
    #fff4df;
  padding: clamp(38px, 6vw, 72px) clamp(22px, 5vw, 48px);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.14fr) minmax(220px, 0.56fr);
  gap: clamp(26px, 4vw, 46px);
  align-items: center;
  width: min(100%, 1120px);
  margin: 0 auto clamp(40px, 6vw, 70px);
}

.about-story-image {
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(181, 129, 50, 0.4);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(65, 20, 15, 0.15);
}

.about-story-image img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
}

.about-story-copy h2 {
  margin: 0 0 18px;
  color: #8b0503;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}

.about-story-copy p:last-child {
  margin: 0;
  color: #5f453b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.mission-card {
  border: 2px solid rgba(181, 129, 50, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.82), rgba(255, 241, 214, 0.92)),
    var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center / cover no-repeat;
  color: #6f372b;
  padding: 28px 22px;
  text-align: center;
}

.mission-card img {
  width: 52px;
  margin: 0 auto 12px;
  opacity: 0.78;
}

.mission-card h3,
.about-values-grid h3,
.contact-card h2,
.contact-mini-card h3 {
  color: #8b0503;
  font-family: var(--pt-font-display);
}

.about-section-title {
  margin: 0 auto 26px;
  color: #8b0503;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 1120px);
  margin: 0 auto clamp(40px, 6vw, 66px);
}

.about-values-grid article {
  border-left: 1px solid rgba(151, 7, 7, 0.18);
  padding: 0 20px;
  text-align: center;
}

.about-values-grid article:first-child {
  border-left: 0;
}

.about-values-grid img {
  width: 66px;
  height: 66px;
  margin: 0 auto 12px;
  border: 2px solid rgba(181, 129, 50, 0.58);
  border-radius: 50%;
  padding: 15px;
}

.about-values-grid h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.about-values-grid p {
  margin: 0;
  color: #6e5044;
  font-size: 13px;
  font-weight: 700;
}

.about-signature-heading {
  margin-top: 0;
}

.contact-page-hero {
  background:
    linear-gradient(180deg, rgba(101, 0, 0, 0.9), rgba(141, 5, 3, 0.76)),
    var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
    #790300;
}

.contact-hero-inner {
  width: min(100% - 44px, 900px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 90px) 0 clamp(50px, 7vw, 76px);
  text-align: center;
}

.contact-page-hero .home-flourish {
  margin-inline: auto;
}

.contact-page-hero p {
  margin-inline: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 22px;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.contact-card,
.contact-mini-card {
  border: 2px solid rgba(181, 129, 50, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 14px 30px rgba(65, 20, 15, 0.1);
}

.contact-card {
  padding: clamp(24px, 4vw, 34px);
}

.decor-card-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.decor-card-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 129, 50, 0.62), transparent);
}

.decor-card-title h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.contact-info-list > div,
.contact-mini-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.contact-info-list img,
.contact-mini-card > img {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(181, 129, 50, 0.54);
  border-radius: 50%;
  background: #fff2d2;
  padding: 12px;
}

.contact-info-list h3,
.contact-mini-card h3 {
  margin: 0 0 3px;
  color: #8b0503;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-info-list p,
.contact-mini-card p {
  margin: 0;
  color: #4f2c22;
  font-weight: 750;
}

.contact-map-card {
  display: flex;
  flex-direction: column;
}

.map-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid rgba(181, 129, 50, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(151, 7, 7, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(151, 7, 7, 0.08) 1px, transparent 1px),
    #fff0d0;
  background-size: 58px 58px;
  color: #8b0503;
  text-align: center;
}

.map-preview strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pt-font-display);
  font-size: 28px;
}

.map-preview img {
  width: 44px;
}

.map-preview span,
.map-preview small {
  color: #8c6756;
  font-weight: 850;
}

.contact-primary-action,
.contact-form-card button,
.contact-mini-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  background: var(--pt-red);
  color: #fff4df;
  padding: 10px 18px;
  font-family: var(--pt-font-display);
  font-weight: 900;
}

.contact-primary-action {
  align-self: center;
  margin-top: 18px;
}

.contact-primary-action img,
.contact-form-card button img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.contact-form-card {
  grid-column: 1;
}

.contact-form-card form {
  display: grid;
  gap: 12px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(181, 129, 50, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  color: #3f1b14;
  padding: 12px;
}

.contact-form-card p {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #80685d;
  font-size: 13px;
  font-weight: 800;
}

.contact-form-card p img {
  width: 18px;
}

.contact-side-stack {
  display: grid;
  gap: 16px;
  grid-column: 2;
  grid-row: 2;
}

.contact-mini-card {
  padding: 20px;
}

.contact-mini-card a {
  min-height: 34px;
  margin-top: 12px;
  border: 1px solid rgba(151, 7, 7, 0.22);
  background: rgba(255, 244, 223, 0.76);
  color: #8b0503;
  padding: 6px 14px;
}

.social-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.social-icon-row a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(151, 7, 7, 0.28);
  border-radius: 50%;
  background: #fff5dc;
}

.social-icon-row img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1080px) {
  .home-header,
  .menu-header {
    grid-template-columns: 90px 1fr;
    gap: 18px;
  }

  .home-order-pill {
    grid-column: 2;
    justify-self: end;
  }

  .home-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 22px;
  }

  .home-hero-inner,
  .visit-drinks-grid,
  .home-footer-grid,
  .menu-hero-inner,
  .designed-menu-grid,
  .about-hero-inner,
  .about-story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .designed-menu-grid {
    grid-template-areas:
      "pho"
      "bun"
      "drinks"
      "extras"
      "values";
  }

  .home-hero-inner {
    padding-top: 60px;
  }

  .home-hero-food {
    justify-self: center;
    max-width: 620px;
  }

  .favorite-grid,
  .order-menu-list,
  .menu-board-page-section {
    grid-template-columns: 1fr;
  }

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

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .about-values-grid article {
    border-left: 0;
  }

  .contact-form-card,
  .contact-side-stack {
    grid-column: auto;
    grid-row: auto;
  }

  .why-grid article + article {
    border-left: 0;
    padding-left: 0;
  }

  .home-footer-grid > * + * {
    border-left: 0;
    border-top: 1px solid rgba(247, 220, 164, 0.26);
    padding-top: 26px;
    padding-left: 0;
  }

  .overview-band,
  .brand-layout,
  .order-workspace,
  .catalog-toolbar,
  .customer-visit,
  .admin-editor-grid,
  .site-content-workbench,
  .aldelo-map-workbench,
  .aldelo-map-row,
  .aldelo-map-controls {
    grid-template-columns: 1fr;
  }

  .cart-panel,
  .admin-preview,
  .site-content-preview {
    position: static;
  }

  .customer-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .order-category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-toolbar {
    align-items: stretch;
  }
}

@media (max-width: 780px) {
  .home-header,
  .menu-header {
    position: sticky;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    width: auto;
    align-items: center;
    gap: 10px;
    background:
      linear-gradient(135deg, rgba(141, 5, 3, 0.98) 0%, rgba(101, 0, 0, 0.98) 100%),
      var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
      #650000;
    padding: 10px 14px;
  }

  .home-refresh .home-header {
    background:
      linear-gradient(135deg, rgba(141, 5, 3, 0.98) 0%, rgba(101, 0, 0, 0.98) 100%),
      var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
      #650000;
    color: #f8e8ca;
  }

  .home-topbar {
    flex-wrap: wrap;
    gap: 6px 10px;
    min-height: 42px;
    padding: 6px 18px;
    text-align: center;
  }

  .home-logo {
    width: 62px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    grid-column: 2;
    justify-self: end;
  }

  .home-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 1 / -1;
    grid-row: 2;
    overflow: hidden;
    gap: 8px 12px;
    width: 100%;
    max-height: 0;
    border-top: 0 solid rgba(247, 220, 164, 0);
    padding: 0;
    opacity: 0;
    font-size: clamp(12px, 3.2vw, 14px);
    white-space: normal;
    transition:
      max-height 180ms ease,
      opacity 160ms ease,
      padding 160ms ease,
      border-color 160ms ease;
  }

  .home-header.is-mobile-menu-open .home-nav {
    max-height: 230px;
    border-top-width: 1px;
    border-top-color: rgba(247, 220, 164, 0.24);
    padding-top: 10px;
    opacity: 1;
  }

  .home-nav a {
    min-width: 0;
    border: 1px solid rgba(247, 220, 164, 0.16);
    border-radius: 8px;
    background: rgba(255, 244, 223, 0.08);
    padding: 9px 6px;
    color: #fff4df;
    text-align: center;
  }

  .home-nav a::after {
    left: 18%;
    right: 18%;
  }

  .home-order-pill {
    grid-column: 3;
    min-height: 42px;
    min-width: 0;
    padding: 9px 13px;
  }

  .home-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(101, 0, 0, 0.92) 0%, rgba(141, 5, 3, 0.78) 54%, rgba(101, 0, 0, 0.22) 100%),
      var(--site-hero-bg-mobile, url("website-backgrounds/webp/pho-trung-hero-bg-mobile.webp")) right bottom / cover no-repeat,
      #790300;
  }

  .home-refresh .home-hero {
    background:
      linear-gradient(180deg, rgba(101, 0, 0, 0.96) 0%, rgba(141, 5, 3, 0.78) 56%, rgba(101, 0, 0, 0.2) 100%),
      var(--site-hero-bg-mobile, url("website-backgrounds/webp/pho-trung-hero-bg-mobile.webp")) right bottom / auto 100% no-repeat,
      #790300;
  }

  .home-hero-inner {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 42px;
    width: min(100% - 36px, 1180px);
  }

  .home-hero-copy,
  .menu-hero-copy {
    width: min(100%, 330px);
    max-width: calc(100vw - 36px);
    overflow-wrap: break-word;
  }

  .home-hero-copy h1 {
    font-size: clamp(42px, 12.5vw, 58px);
    white-space: normal;
  }

  .home-hero-title {
    max-width: 330px;
    font-size: clamp(25px, 6.4vw, 31px);
  }

  .home-hero-text,
  .menu-hero-copy p {
    max-width: 330px;
    font-size: 14.5px;
  }

  .home-hero-actions {
    max-width: 330px;
  }

  .home-flourish {
    margin-left: 14px;
  }

  .home-hero-food img {
    aspect-ratio: 1.42 / 1;
  }

  .home-refresh .home-hero-food {
    display: none;
    justify-self: center;
    width: min(100%, 380px);
    margin: 4px auto -8px;
    filter: drop-shadow(0 22px 22px rgba(25, 3, 2, 0.32));
    transform: none;
  }

  .home-refresh .home-hero-food::before {
    display: none;
  }

  .home-refresh .home-hero-food img {
    width: 100%;
    max-height: 270px;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
    -webkit-mask-image: radial-gradient(ellipse 78% 66% at 50% 55%, #000 72%, rgba(0, 0, 0, 0.82) 82%, transparent 96%);
    mask-image: radial-gradient(ellipse 78% 66% at 50% 55%, #000 72%, rgba(0, 0, 0, 0.82) 82%, transparent 96%);
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .why-grid article {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .location-panel,
  .drinks-panel {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .home-refresh .visit-drinks-grid {
    width: 100%;
    padding: 24px 18px 30px;
    background:
      linear-gradient(180deg, rgba(255, 244, 223, 0.9), rgba(255, 238, 205, 0.96)),
      var(--site-section-cream-bg, url("website-backgrounds/webp/pho-trung-section-bg-cream.webp")) center top / cover no-repeat,
      var(--home-cream);
  }

  .home-footer {
    background:
      linear-gradient(180deg, rgba(118, 3, 0, 0.96) 0%, rgba(84, 0, 0, 0.94) 100%),
      var(--site-footer-bg-mobile, url("website-backgrounds/webp/pho-trung-footer-bg-mobile.webp")) center bottom / cover no-repeat,
      #5f0000;
  }

  .drinks-panel > img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
  }

  .hours-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    width: 100%;
    justify-content: flex-start;
    row-gap: 4px;
  }

  .hero-showcase picture,
  .hero-showcase img {
    height: min(62vh, 520px);
    min-height: 360px;
  }

  .customer-hero {
    min-height: 620px;
  }

  .customer-hero::after {
    background:
      linear-gradient(0deg, rgba(58, 19, 13, 0.82), rgba(58, 19, 13, 0.2) 72%, rgba(58, 19, 13, 0)),
      linear-gradient(90deg, rgba(58, 19, 13, 0.46), rgba(58, 19, 13, 0));
  }

  .stat-grid,
  .logo-rail,
  .hero-asset-grid,
  .board-grid,
  .doc-links {
    grid-template-columns: 1fr;
  }

  .doc-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading-wide {
    align-items: start;
    flex-direction: column;
  }

  .order-panel-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .order-search {
    width: 100%;
  }

  .order-menu-row {
    grid-template-columns: none;
  }

  .order-menu-row img {
    width: 100%;
  }

  .quantity-stepper {
    justify-content: start;
  }

  .order-card-actions {
    grid-template-columns: auto minmax(0, 1fr);
  }

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

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .aldelo-map-row {
    align-items: start;
  }

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

  .menu-hero-inner {
    min-height: 520px;
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .menu-page-hero {
    background:
      linear-gradient(180deg, rgba(101, 0, 0, 0.92) 0%, rgba(141, 5, 3, 0.72) 48%, rgba(101, 0, 0, 0.16) 100%),
      var(--site-hero-bg-mobile, url("website-backgrounds/webp/pho-trung-hero-bg-mobile.webp")) right bottom / cover no-repeat,
      #790300;
  }

  .order-page-hero {
    background:
      linear-gradient(180deg, rgba(101, 0, 0, 0.94) 0%, rgba(141, 5, 3, 0.76) 52%, rgba(101, 0, 0, 0.18) 100%),
      var(--site-hero-bg-mobile, url("website-backgrounds/webp/pho-trung-hero-bg-mobile.webp")) right bottom / cover no-repeat,
      #790300;
  }

  .order-page-hero .menu-hero-inner {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .order-page-hero .menu-hero-copy {
    width: min(100%, 330px);
  }

  .menu-hero-copy h1 {
    font-size: clamp(48px, 14vw, 68px);
    white-space: normal;
  }

  .about-page-hero,
  .contact-page-hero {
    background:
      linear-gradient(180deg, rgba(101, 0, 0, 0.95), rgba(141, 5, 3, 0.8)),
      var(--site-section-red-bg, url("website-backgrounds/webp/pho-trung-section-bg-red.webp")) center / cover no-repeat,
      #790300;
  }

  .about-hero-inner {
    min-height: auto;
    width: min(100% - 36px, 1120px);
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-hero-copy,
  .contact-hero-inner {
    width: min(100%, 340px);
    max-width: calc(100vw - 36px);
  }

  .about-hero-copy h1,
  .contact-page-hero h1 {
    font-size: clamp(46px, 13vw, 66px);
    white-space: normal;
  }

  .about-hero-title,
  .contact-hero-subtitle {
    font-size: clamp(26px, 7vw, 34px);
  }

  .about-hero-food {
    justify-self: center;
    width: min(100%, 380px);
  }

  .about-hero-food img {
    object-fit: contain;
  }

  .about-values-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-inner {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .contact-info-list > div,
  .contact-mini-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .menu-page-hero .home-flourish {
    margin-left: 14px;
  }

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

  .menu-category-strip a {
    min-height: 56px;
    min-width: 0;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    white-space: normal;
  }

  .menu-category-strip span {
    min-width: 0;
  }

  .menu-panel-photo,
  .menu-panel-bun .menu-panel-photo,
  .menu-panel-photo-drinks {
    float: none;
    width: 100%;
    max-height: 260px;
    margin: 0 0 16px;
  }

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

  .menu-values-panel article,
  .menu-values-panel article:nth-child(2n),
  .menu-values-panel article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(151, 7, 7, 0.16);
  }

  .menu-values-panel article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 540px) {
  .home-order-pill span {
    display: none;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-button {
    width: 100%;
  }

  .favorite-card h3 {
    font-size: 22px;
  }

  .home-section-heading h2,
  .why-section h2,
  .location-panel h2,
  .drinks-panel h2 {
    letter-spacing: 1px;
  }

  .panel-actions a {
    width: 100%;
  }

  .panel-actions {
    grid-template-columns: 1fr;
  }

  .panel-actions a:first-child {
    grid-column: auto;
  }

  .menu-page-hero h1 {
    font-size: 48px;
    white-space: normal;
  }

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

  .designed-menu-section,
  .menu-board-photo-section {
    padding-inline: 14px;
  }

  .menu-panel {
    padding: 17px;
  }

  .printed-menu-row {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .printed-menu-row strong {
    grid-column: 2;
    justify-self: start;
  }

  .extras-photo-row {
    grid-template-columns: 1fr;
  }

  .brand-lockup img {
    width: 150px;
  }

  .site-nav {
    gap: 2px;
    font-size: 13px;
  }

  .site-nav a {
    padding-inline: 7px;
  }

  .customer-hero-copy p {
    max-width: 315px;
    font-size: 17px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .overview-copy p:last-child {
    font-size: 16px;
  }

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

  .customer-feature-grid {
    grid-template-columns: 1fr;
  }

  .doc-links {
    grid-template-columns: 1fr;
  }

  .menu-card h3,
  .ingredient-list {
    min-height: 0;
  }

  .segmented-control {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
