:root {
  --bg: #f7eddf;
  --surface: #ffffff;
  --surface-soft: #edf8f5;
  --ink: #18110d;
  --muted: #6d6258;
  --line: rgba(49, 35, 24, 0.13);
  --accent: #ef6532;
  --accent-dark: #b9441d;
  --teal: #0a7370;
  --green: #317345;
  --gold: #f1b64c;
  --night: #15100c;
  --cream: #fff4df;
  --shadow: 0 24px 60px rgba(24, 17, 13, 0.16);
  --soft-shadow: 0 12px 28px rgba(24, 17, 13, 0.09);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffaf2 0%, #f7eddf 46%, #edf8f5 100%);
}

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

a {
  color: inherit;
}

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

.truck-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.truck-topbar {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding: 10px 0 12px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.72));
  backdrop-filter: blur(14px);
}

.truck-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 6px 14px 6px 8px;
  border: 1px solid rgba(49, 35, 24, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  box-shadow: var(--soft-shadow);
  text-decoration: none;
  font-weight: 850;
}

.truck-brand img {
  border-radius: 14px;
}

.topbar-button,
.text-button {
  border: 1px solid rgba(24, 17, 13, 0.1);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  min-height: 40px;
  padding: 0 14px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(23, 20, 17, 0.08);
}

.text-button {
  min-height: 36px;
  font-size: 14px;
}

.truck-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 244, 229, 0.68)),
    rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
}

.hero-media {
  min-height: 520px;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(229, 95, 50, 0.12), transparent 18rem),
    linear-gradient(135deg, #fffaf2, #eadfce);
  box-shadow: 0 22px 56px rgba(23, 20, 17, 0.16);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.hero-media--fallback,
.hero-media--loading {
  display: grid;
  place-items: center;
}

.hero-media--fallback img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: contain;
}

.hero-media--loading {
  background:
    linear-gradient(110deg, #e2ddd5 8%, #f4f1ec 18%, #e2ddd5 33%);
  background-size: 220% 100%;
  animation: shimmer 1.1s linear infinite;
}

@keyframes shimmer {
  to {
    background-position-x: -220%;
  }
}

.hero-copy,
.section-panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px);
}

.hero-copy {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.truck-hero--banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  padding: clamp(8px, 1.2vw, 14px);
  border-color: rgba(49, 35, 24, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 232, 0.82)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.truck-hero--banner .hero-media {
  display: block;
  width: min(100%, 1060px);
  height: clamp(300px, 38vw, 470px);
  min-height: 0;
  margin-inline: auto;
  padding: 0;
  border: 1px solid rgba(49, 35, 24, 0.1);
  border-radius: 22px;
  background: #fff8ec;
  box-shadow: 0 20px 52px rgba(24, 17, 13, 0.12);
}

.truck-hero--banner .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center var(--truck-photo-position-y, 52%);
}

.truck-hero--banner .hero-copy {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 56px));
  min-height: 0;
  margin: clamp(-24px, -2vw, -14px) auto 0;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(49, 35, 24, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 242, 0.9)),
    var(--surface);
  box-shadow: var(--soft-shadow);
  text-align: center;
}

.truck-hero--banner .hero-copy::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: min(190px, 42%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--teal));
  transform: translateX(-50%);
}

.truck-hero--banner h1 {
  max-width: 20ch;
  margin-inline: auto;
  overflow-wrap: anywhere;
  font-size: 46px;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
  word-spacing: 0.04em;
}

.truck-hero--banner .lede {
  max-width: 44ch;
  margin-inline: auto;
  font-size: 17px;
}

.truck-hero--banner .quick-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.truck-hero--banner .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.truck-hero--banner .hero-actions .button {
  flex: 0 0 auto;
  min-width: 150px;
  max-width: 240px;
  width: auto;
  padding-inline: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 18ch;
  overflow-wrap: anywhere;
  font-size: 58px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: 26px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

.lede,
.panel-copy,
.empty-note {
  color: var(--muted);
  line-height: 1.6;
}

.lede {
  margin-top: 18px;
  max-width: 58ch;
  font-size: 18px;
  font-weight: 500;
}

.status-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 18px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(229, 95, 50, 0.14);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 850;
}

.status-badge--open {
  background: rgba(49, 115, 69, 0.15);
  color: var(--green);
}

.status-badge--muted {
  background: rgba(11, 115, 117, 0.1);
  color: var(--teal);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.pill {
  border: 1px solid rgba(11, 115, 117, 0.2);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--teal);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 850;
}

.hero-actions,
.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.app-download-panel {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(10, 115, 112, 0.16);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(237, 248, 245, 0.96), rgba(255, 255, 255, 0.76));
  color: var(--ink);
  box-shadow: none;
}

.app-download-panel .eyebrow {
  color: var(--teal);
}

.app-download-panel .panel-copy {
  color: var(--muted);
}

.app-note-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.app-note-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.app-note-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(23, 20, 17, 0.08);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button--primary {
  background: linear-gradient(135deg, var(--accent), #f07a3d);
  color: #fff;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--accent-dark);
}

.button--secondary {
  background: linear-gradient(135deg, #221812, var(--ink));
  color: #fff;
}

.button--ghost {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.button:hover,
.button:focus-visible,
.topbar-button:hover,
.topbar-button:focus-visible,
.text-button:hover,
.text-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 14px 28px rgba(23, 20, 17, 0.12);
}

.button--full {
  width: 100%;
  margin-top: 16px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.quick-fact {
  min-width: 0;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 16px;
  padding: 13px 14px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.84));
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 8px 18px rgba(24, 17, 13, 0.05);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.quick-fact:hover,
.quick-fact:focus-visible {
  border-color: rgba(10, 115, 112, 0.35);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(24, 17, 13, 0.1);
}

.quick-facts span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-facts strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35;
}

.truck-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: start;
  gap: 20px;
}

.truck-profile > .truck-hero {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.truck-profile > .content-grid {
  grid-column: 1 / -1;
}

.truck-profile .main-column {
  grid-column: 1;
}

.truck-profile .side-column {
  grid-column: 2;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: start;
  gap: 20px;
}

.conversion-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 236, 0.82)),
    var(--surface);
  box-shadow: var(--soft-shadow);
}

.main-column > .conversion-grid {
  margin-top: 0;
}

.conversion-grid .section-panel {
  backdrop-filter: none;
}

.main-column,
.side-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

@media (min-width: 921px) {
  .side-column {
    position: sticky;
    top: 86px;
  }
}

.section-panel {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(255, 255, 255, 0.9)),
    var(--surface);
}

.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.menu-list,
.photo-gallery,
.schedule-list,
.link-stack {
  display: grid;
  gap: 10px;
}

.menu-list:not(.menu-list--photos) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-list--photos {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  align-items: start;
}

.menu-item,
.schedule-item,
.link-item {
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.86));
  padding: 14px;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  min-height: 92px;
}

.menu-photo {
  display: grid;
  gap: 10px;
  width: 100%;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.86));
  padding: 10px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  text-align: left;
  appearance: none;
  cursor: pointer;
}

.menu-photo img {
  width: 100%;
  height: clamp(180px, 22vw, 270px);
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
}

.menu-photo span {
  color: var(--teal);
  font-size: 14px;
}

.gallery-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.photo-gallery {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}

.gallery-photo {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 128px;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 18px;
  background: #fff;
  color: #fff;
  aspect-ratio: 4 / 3;
  padding: 0;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(24, 17, 13, 0.06);
  appearance: none;
  cursor: pointer;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-photo span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(24, 17, 13, 0.76);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
}

.gallery-photo:hover,
.gallery-photo:focus-visible {
  border-color: var(--teal);
  outline: none;
}

.gallery-photo:hover img,
.gallery-photo:focus-visible img {
  transform: scale(1.025);
}

.menu-item strong,
.schedule-item strong,
.link-item strong {
  display: block;
  line-height: 1.3;
}

.menu-price {
  align-self: start;
  border: 1px solid rgba(49, 115, 69, 0.16);
  border-radius: 999px;
  background: rgba(49, 115, 69, 0.09);
  color: var(--green);
  font-weight: 850;
  font-size: 15px;
  padding: 5px 8px;
  white-space: nowrap;
}

.menu-desc,
.schedule-item span,
.link-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.link-item {
  position: relative;
  min-height: 72px;
  padding-right: 64px;
  text-decoration: none;
}

.link-item::after {
  content: "Open";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(10, 115, 112, 0.18);
  border-radius: 999px;
  background: rgba(10, 115, 112, 0.08);
  color: var(--teal);
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 850;
}

.link-item:hover,
.link-item:focus-visible {
  border-color: var(--teal);
}

.claim-panel {
  align-self: stretch;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  padding-left: clamp(28px, 3vw, 36px);
  position: relative;
}

.claim-panel::before {
  content: "";
  position: absolute;
  inset: 28px auto 28px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--gold));
}

.claim-panel .section-heading {
  margin-bottom: 12px;
}

.claim-time {
  flex: 0 0 auto;
  border: 1px solid rgba(229, 95, 50, 0.22);
  border-radius: 999px;
  background: rgba(229, 95, 50, 0.12);
  color: var(--accent-dark);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.claim-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.claim-checklist li {
  position: relative;
  min-width: 0;
  padding: 0 0 0 24px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.claim-checklist li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.claim-download-callout {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid rgba(11, 115, 117, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(237, 248, 245, 0.94), rgba(255, 255, 255, 0.82));
  padding: 16px;
}

.claim-download-callout strong,
.claim-download-callout span {
  display: block;
}

.claim-download-callout strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.claim-download-callout span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.claim-download-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.claim-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.share-box {
  overflow-wrap: anywhere;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(11, 115, 117, 0.2);
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--teal);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  font-weight: 850;
  box-shadow: var(--shadow);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 20, 17, 0.48);
}

.claim-modal {
  width: min(640px, 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 32px);
}

.claim-modal h2 {
  margin-bottom: 12px;
}

.claim-summary {
  margin-top: 16px;
  border: 1px solid rgba(11, 115, 117, 0.18);
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--teal);
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.claim-steps {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: claim-step;
}

.claim-steps li {
  position: relative;
  min-height: 56px;
  border: 1px solid rgba(45, 34, 26, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.86));
  padding: 13px 14px 13px 58px;
  counter-increment: claim-step;
}

.claim-steps li::before {
  content: counter(claim-step);
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.claim-steps strong,
.claim-steps span {
  display: block;
}

.claim-steps strong {
  line-height: 1.35;
}

.claim-steps span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.photo-modal-backdrop {
  z-index: 30;
  display: block;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: max(100vw, var(--photo-modal-vw, 100vw));
  height: max(100dvh, var(--photo-modal-vh, 100dvh));
  padding: 0;
  overflow: auto;
  background: transparent;
}

.photo-modal-backdrop::before {
  content: "";
  position: fixed;
  inset: 0;
  width: max(100vw, var(--photo-modal-vw, 100vw));
  width: max(100vw, 100lvw, var(--photo-modal-vw, 100vw));
  height: max(100dvh, var(--photo-modal-vh, 100dvh));
  height: max(100dvh, 100lvh, var(--photo-modal-vh, 100dvh));
  background: rgba(23, 20, 17, 0.82);
  backdrop-filter: blur(8px);
}

.photo-modal {
  position: fixed;
  z-index: 1;
  top: var(--photo-modal-center-y, 50dvh);
  left: var(--photo-modal-center-x, 50vw);
  width: min(960px, calc(var(--photo-modal-vw, 100vw) - 48px));
  max-width: calc(var(--photo-modal-vw, 100vw) - 24px);
  max-height: min(calc(var(--photo-modal-vh, 100dvh) - 48px), 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 246, 232, 0.92)),
    #fffaf2;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  padding: clamp(12px, 1.8vw, 18px);
  transform: translate(-50%, -50%);
}

.photo-modal--portrait {
  width: min(620px, calc(var(--photo-modal-vw, 100vw) - 48px));
}

.photo-modal--landscape {
  width: min(1060px, calc(var(--photo-modal-vw, 100vw) - 48px));
}

.photo-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 2px;
}

.photo-modal-header h2 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.1;
}

.photo-modal img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: min(calc(var(--photo-modal-vh, 100dvh) - 150px), 760px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 38%),
    #16110d;
  box-shadow: 0 18px 44px rgba(24, 17, 13, 0.22);
}

body.modal-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  .truck-hero--banner h1 {
    max-width: 100%;
    font-size: 42px;
  }
}

@media (max-width: 920px) {
  .truck-hero,
  .truck-profile,
  .content-grid,
  .conversion-grid {
    grid-template-columns: 1fr;
  }

  .truck-profile > .truck-hero,
  .truck-profile > .content-grid,
  .truck-profile > .conversion-grid,
  .truck-profile .main-column,
  .truck-profile .side-column {
    grid-column: 1;
    grid-row: auto;
  }

  .app-download-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 115, 112, 0.16);
  }

  .claim-panel {
    padding-left: 24px;
  }

  .claim-panel::before {
    inset: 0 24px auto;
    width: auto;
    height: 4px;
  }

  .hero-media,
  .hero-copy {
    min-height: auto;
  }

  .hero-media {
    aspect-ratio: 4 / 3;
  }

  .truck-hero--banner .hero-copy {
    width: min(100% - 18px, 980px);
    margin-top: -24px;
  }

  .truck-hero--banner h1 {
    max-width: 100%;
    font-size: 42px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .truck-hero--banner .quick-facts {
    grid-template-columns: 1fr;
  }

  .menu-list:not(.menu-list--photos) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .truck-shell {
    width: min(100% - 18px, 1180px);
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .truck-topbar {
    top: 8px;
    margin-bottom: 12px;
    padding: 8px;
  }

  .truck-brand span {
    display: none;
  }

  .hero-copy,
  .section-panel {
    padding: 18px;
  }

  .truck-hero--banner {
    padding: 9px;
    border-radius: 24px;
  }

  .truck-hero--banner .hero-media {
    padding: 0;
    border-radius: 18px;
  }

  .truck-hero--banner .hero-media img {
    border-radius: 0;
  }

  .truck-hero--banner .hero-copy {
    width: 100%;
    margin: 8px 0 0;
    padding: 18px;
    border-radius: 18px;
  }

  .truck-hero--banner .hero-copy::before {
    display: none;
  }

  h1 {
    font-size: 34px;
  }

  .truck-hero--banner h1 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .truck-hero--banner .hero-actions {
    grid-template-columns: 1fr;
  }

  .photo-modal {
    width: min(520px, calc(var(--photo-modal-vw, 100vw) - 48px));
    max-width: calc(var(--photo-modal-vw, 100vw) - 32px);
    max-height: calc(var(--photo-modal-vh, 100dvh) - 20px);
    border-radius: 20px;
    padding: 10px;
  }

  .photo-modal-header {
    align-items: center;
    padding: 2px;
  }

  .photo-modal-header h2 {
    font-size: 20px;
  }

  .photo-modal img {
    max-height: calc(var(--photo-modal-vh, 100dvh) - 118px);
    border-radius: 14px;
  }

  h2 {
    font-size: 21px;
  }

  .lede {
    font-size: 16px;
  }

  .hero-actions,
  .share-actions {
    display: grid;
  }

  .claim-checklist {
    grid-template-columns: 1fr;
  }

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

  .modal-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

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

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

  .menu-photo img {
    height: min(360px, 78vw);
  }

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

  .gallery-photo {
    min-height: 118px;
  }
}
