:root {
  --ink: #25202b;
  --muted: #6c6674;
  --line: #e7e0df;
  --paper: #fffdfb;
  --shell: #f7f4f1;
  --rose: #b94d62;
  --rose-dark: #873746;
  --coral: #e78a79;
  --sage: #617a68;
  --mint: #dce9df;
  --gold: #c39a52;
  --blue: #385f7c;
  --shadow: 0 18px 55px rgba(37, 32, 43, 0.12);
  --premium-outline:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  --premium-outline-focus:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(185, 77, 98, 0.34),
    0 0 0 4px rgba(185, 77, 98, 0.12);
  --button-outline:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button {
  cursor: pointer;
}

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 251, 0.92);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 184px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 0;
}

.brand img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.brand-short {
  display: none !important;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex: 1;
}

.nav button,
.role-switch button,
.tab-row button,
.chip,
.icon-button,
.btn {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
}

.nav button {
  padding: 10px 12px;
  color: var(--muted);
  white-space: nowrap;
}

.nav button.active,
.nav button:hover {
  background: #f0e7e5;
  color: var(--rose-dark);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  background: white;
  box-shadow: var(--premium-outline);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2.5px 0;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.role-switch {
  display: flex;
  gap: 3px;
  padding: 3px;
  background: #eee7e5;
  border-radius: 8px;
  box-shadow: var(--premium-outline);
}

.role-switch button {
  padding: 8px 10px;
  color: var(--muted);
  min-width: 72px;
}

.role-switch button.active {
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--premium-outline), 0 4px 14px rgba(37, 32, 43, 0.09);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  font-weight: 700;
  box-shadow: var(--button-outline);
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.btn.primary {
  background: var(--rose);
  color: white;
}

.btn.primary:hover {
  background: var(--rose-dark);
}

.btn.secondary {
  background: white;
  color: var(--ink);
}

.btn.secondary:hover {
  background: #fff7f6;
  color: var(--rose);
}

.btn.dark {
  background: var(--ink);
  color: white;
}

.btn.dark:hover {
  background: var(--rose-dark);
  color: white;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: white;
  box-shadow: var(--button-outline);
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.icon-button:hover {
  background: #fff7f6;
  color: var(--rose);
}

.main {
  padding-bottom: 54px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
  min-height: 620px;
  padding: 56px clamp(18px, 4vw, 68px) 44px;
  background:
    linear-gradient(90deg, rgba(255, 253, 251, 0.92) 0%, rgba(255, 253, 251, 0.72) 48%, rgba(255, 253, 251, 0.2) 100%),
    url("https://images.unsplash.com/photo-1523438885200-e635ba2c371e?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero h1,
.page-title h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(46px, 6.4vw, 84px);
}

.page-title h1 {
  font-size: clamp(48px, 7vw, 92px);
}

.hero p,
.page-title p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  position: relative;
  z-index: 3;
  justify-self: end;
  width: min(100%, 480px);
  background: rgba(255, 253, 251, 0.9);
  border-radius: 8px;
  box-shadow: var(--premium-outline), var(--shadow);
  overflow: visible;
}

.search-panel {
  padding: 16px;
}

.search-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.input,
.select,
.textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  box-shadow: var(--premium-outline);
}

.select {
  appearance: none;
  border-radius: 8px;
  padding-right: 52px;
  background-color: #fffdfb;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2325202b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 14px;
  transition: box-shadow 160ms ease, background-color 160ms ease;
}

.select:hover {
  background-color: #fff9f8;
}

.input:focus,
.select:focus,
.textarea:focus {
  box-shadow: var(--premium-outline-focus);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04);
}

.metric {
  padding: 16px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.04);
}

.metric:last-child {
  box-shadow: none;
}

.metric strong {
  display: block;
  font-size: 22px;
}

.metric span {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 44px clamp(18px, 4vw, 68px);
}

.section.alt {
  background: var(--shell);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head h2,
.panel h2,
.card h3,
.drawer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.section-head p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card,
.panel {
  background: white;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--premium-outline);
  overflow: hidden;
}

.card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--premium-outline), 0 16px 38px rgba(37, 32, 43, 0.1);
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #eee;
  overflow: hidden;
}

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

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.save {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rose);
  font-size: 18px;
}

.card-body {
  padding: 16px;
}

.kicker {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: #f3eeeb;
  color: var(--muted);
  font-size: 13px;
}

.chip.active,
.chip:hover {
  background: var(--mint);
  color: var(--sage);
}

.page-title {
  padding: 42px clamp(18px, 4vw, 68px) 20px;
  background: var(--shell);
}

.toolbar {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(150px, 0.45fr));
  gap: 12px;
  padding: 18px clamp(18px, 4vw, 68px);
  background: var(--paper);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
  overflow: visible;
}

.content-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  padding: 26px clamp(18px, 4vw, 68px);
}

.sidebar {
  align-self: start;
  position: sticky;
  top: 84px;
  display: grid;
  gap: 14px;
}

.filter-group {
  padding: 16px;
}

.filter-group h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.filter-chip-row .chip {
  flex: 0 0 auto;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  color: var(--muted);
}

.vendor-card {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
}

.vendor-card .card-media {
  aspect-ratio: auto;
  min-height: 250px;
}

.vendor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  padding: 28px clamp(18px, 4vw, 68px);
}

.profile-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.profile-gallery img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  border-radius: 8px;
}

.profile-gallery .stack {
  display: grid;
  gap: 10px;
}

.profile-card {
  padding: 20px;
}

.quote-box {
  padding: 18px;
  background: #f9f5f3;
  border-radius: 8px;
}

.dashboard {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: calc(100vh - 72px);
}

.dash-nav {
  padding: 24px;
  background: #2b2630;
  color: white;
}

.dash-nav h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
}

.dash-nav button {
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.dash-nav button.active,
.dash-nav button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.dash-main {
  padding: 28px clamp(18px, 4vw, 44px);
  background: var(--shell);
}

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

.stat {
  padding: 16px;
  background: white;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--premium-outline);
}

.stat strong {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
}

.tool-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.tool-card {
  padding: 16px;
}

.tool-card h2 {
  margin-bottom: 16px;
}

.list {
  display: grid;
  gap: 10px;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: white;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--premium-outline);
}

.list-item.done {
  opacity: 0.58;
}

.list-item.done .item-title {
  text-decoration: line-through;
}

.task-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  align-items: center;
  min-height: 56px;
}

.task-main {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.task-main input {
  margin: 0;
  align-self: center;
}

.task-main .item-title {
  line-height: 1.25;
}

.task-row .chip {
  justify-content: center;
  min-height: 40px;
  width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
}

.progress {
  height: 9px;
  background: #ece4e2;
  border-radius: 999px;
  overflow: hidden;
}

.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--rose), var(--coral));
}

input[type="range"] {
  accent-color: var(--rose);
}

.budget-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 14px;
  align-items: center;
}

.budget-slider {
  min-width: 0;
}

.budget-row input[type="range"] {
  height: 24px;
  padding: 0;
  background: transparent;
}

.budget-row input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c05268, #e78a79);
}

.budget-row input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 2px 7px rgba(37, 32, 43, 0.24);
}

.budget-row input[type="range"]::-moz-range-track {
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c05268, #e78a79);
}

.budget-row input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 2px 7px rgba(37, 32, 43, 0.24);
}

.budget-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

.budget-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.budget-row-head .muted {
  white-space: nowrap;
}

.budget-input-wrap {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #fffdfb;
  color: var(--muted);
  box-shadow: var(--premium-outline);
}

.budget-amount-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

.budget-amount-input::-webkit-outer-spin-button,
.budget-amount-input::-webkit-inner-spin-button {
  margin: 0;
}

.budget-input-wrap:focus-within {
  box-shadow: var(--premium-outline-focus);
}

.guest-row {
  display: grid;
  grid-template-columns: 1fr 110px 100px;
  gap: 10px;
  align-items: center;
}

.custom-select {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
}

.custom-select.open {
  z-index: 70;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: #fffdfb;
  color: var(--ink);
  text-align: left;
  box-shadow: var(--premium-outline);
}

.custom-select-trigger:hover,
.custom-select.open .custom-select-trigger {
  background: #fff9f8;
  box-shadow: var(--premium-outline-focus);
}

.custom-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.custom-select.open .custom-chevron {
  transform: translateY(2px) rotate(225deg);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  display: grid;
  gap: 4px;
  padding: 6px;
  border: 0;
  border-radius: 8px;
  background: white;
  box-shadow: var(--premium-outline), 0 14px 30px rgba(37, 32, 43, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.custom-select.open .custom-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.custom-select-menu button {
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.custom-select-menu button:hover,
.custom-select-menu button.selected {
  background: #fff0ee;
  color: var(--rose-dark);
}

.toolbar .custom-select-menu,
.search-panel .custom-select-menu {
  max-height: 260px;
  overflow: auto;
}

.panel:has(.custom-select),
.card:has(.custom-select),
.list-item:has(.custom-select) {
  overflow: visible;
}

.tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}

.tab-row button {
  padding: 10px 14px;
  background: white;
  color: var(--muted);
  box-shadow: var(--premium-outline);
}

.tab-row button.active {
  color: var(--ink);
  background: #fff7f6;
  box-shadow: var(--premium-outline-focus);
}

.article-card .card-media {
  aspect-ratio: 16 / 10;
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.article-card h3 {
  margin-bottom: 0;
}

.article-card .meta {
  margin-top: auto;
  padding-top: 14px;
}

.board-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: 340px;
  padding: 14px 16px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateY(110px);
  opacity: 0;
  transition: 180ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.empty {
  padding: 40px;
  text-align: center;
  color: var(--muted);
  background: white;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--premium-outline);
}

@media (max-width: 1050px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
  }

  .hero,
  .profile-hero,
  .dashboard {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    justify-self: stretch;
  }

  .toolbar,
  .content-layout,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .grid.cols-4,
  .grid.cols-3,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    width: 150px;
    height: 38px;
  }

  .menu-toggle {
    display: flex;
  }

  .top-actions {
    display: none;
  }

  .nav {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    z-index: 30;
    display: grid;
    gap: 16px;
    padding: 16px;
    background: rgba(255, 253, 251, 0.98);
    border: 0;
    border-radius: 8px;
    box-shadow: var(--premium-outline), var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-menu-head .icon-button {
    font-size: 24px;
    line-height: 1;
  }

  .mobile-menu-links {
    display: grid;
    gap: 8px;
  }

  .mobile-menu-links button {
    width: 100%;
    min-height: 44px;
    padding: 11px 12px;
    border: 0;
    border-radius: 8px;
    background: white;
    color: var(--ink);
    text-align: left;
    box-shadow: var(--button-outline);
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  }

  .mobile-menu-links button:hover {
    background: #fff7f6;
    color: var(--rose);
  }

  .mobile-menu-links button.active {
    background: #fff4f4;
    color: var(--rose-dark);
    box-shadow: var(--premium-outline-focus);
  }

  .mobile-menu-section {
    display: grid;
    gap: 8px;
  }

  .role-switch.mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .nav button,
  .role-switch button {
    padding: 8px 10px;
    font-size: 13px;
  }

  .section-head,
  .vendor-card,
  .profile-gallery,
  .metric-strip,
  .grid.cols-2,
  .grid.cols-3,
  .grid.cols-4,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
    align-items: stretch;
  }

  .role-switch {
    overflow-x: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .page-title h1 {
    font-size: 44px;
  }

  .vendor-card .card-media {
    min-height: 220px;
  }

  .budget-row,
  .guest-row {
    grid-template-columns: 1fr;
  }

  .budget-control-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .budget-input-wrap {
    width: 100%;
  }

  .tool-card {
    padding: 14px;
  }

  .tool-card .list {
    gap: 8px;
  }

  .tool-card .list-item {
    padding: 10px;
  }

  .task-row {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .task-main .item-title {
    font-size: 15px;
    line-height: 1.2;
  }

  .task-row .chip {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .brand {
    width: 44px;
  }

  .brand-lockup {
    display: none !important;
  }

  .brand-short {
    display: block !important;
  }
}
