:root {
  --bg: #ffffff;
  --ink: #11120f;
  --muted: #6b6d67;
  --line: #e5e2da;
  --soft: #f7f6f2;
  --soft-strong: #f0eee8;
  --emerald: #087a5b;
  --emerald-dark: #04543f;
  --gold: #bf8b24;
  --shadow: 0 18px 45px rgba(17, 18, 15, 0.14);
  --deep-shadow: 0 28px 70px rgba(8, 17, 18, 0.28);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-top,
.category-nav,
.hero-content,
.section,
.promo-grid,
.app-cta,
.stats-row {
  width: min(100%, 1720px);
  margin: 0 auto;
}

.header-top {
  display: grid;
  grid-template-columns: auto minmax(420px, 680px) auto;
  align-items: center;
  gap: 28px;
  padding: 16px 26px;
}

.brand,
.header-actions,
.category-nav,
.market-tabs,
.filters,
.section-heading,
.store-buttons,
.app-benefits {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #11120f 0%, #063f32 68%, #bf8b24 150%);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 10px 24px rgba(8, 17, 18, 0.18);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 17px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
}

.top-search {
  display: grid;
  grid-template-columns: 1fr 150px 92px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.top-search input,
.top-search select,
.market-search input,
.market-search select {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.top-search input {
  padding: 0 16px;
  font-weight: 650;
}

.top-search select {
  border-left: 1px solid var(--line);
  padding: 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.top-search button,
.market-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: var(--emerald);
  font-weight: 850;
}

.header-actions {
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.seller-link {
  min-height: 38px;
  padding: 0 16px;
  color: #fff;
  background: var(--gold);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}

.category-nav {
  gap: 4px;
  padding: 0 26px;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--line);
  scrollbar-width: thin;
}

.category-nav-item {
  flex: 0 0 auto;
}

.category-nav > a,
.category-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  color: #252722;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  border-radius: 6px;
}

.category-nav > a:hover,
.category-nav-link:hover,
.category-nav-link:focus-visible {
  background: var(--soft);
  outline: 0;
}

.category-nav-label {
  font-size: 13px;
}

.category-hover-menu {
  position: fixed;
  z-index: 80;
  width: min(320px, calc(100vw - 24px));
  color: var(--ink);
}

.category-hover-panel {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 28, 22, 0.18);
}

.category-hover-title,
.category-hover-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #252722;
  border-radius: 6px;
}

.category-hover-title {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 900;
}

.category-hover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  font-size: 17px;
  line-height: 1;
  object-fit: contain;
}

.category-icon-image {
  display: block;
  flex: 0 0 auto;
}

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

.category-hover-row {
  position: relative;
}

.category-hover-row[data-depth="2"] .category-hover-link {
  min-height: 36px;
  padding-left: 12px;
  font-size: 12px;
}

.category-hover-row[data-depth="3"] .category-hover-link,
.category-hover-row[data-depth="4"] .category-hover-link {
  min-height: 34px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 750;
}

.category-hover-link {
  min-height: 40px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 800;
}

.category-hover-link:hover,
.category-hover-link:focus-visible,
.category-hover-row:hover > .category-hover-link {
  background: var(--soft);
  outline: 0;
}

.category-hover-link strong {
  flex: 1;
}

.category-hover-children {
  display: none;
  background: #fff;
  gap: 3px;
}

.category-hover-children--inline {
  margin: 2px 0 6px 30px;
  padding-left: 10px;
  border-left: 1px solid #e5dfd4;
}

.category-hover-children--flyout {
  position: absolute;
  top: 0;
  left: calc(100% - 4px);
  z-index: 2;
  width: min(300px, calc(100vw - 24px));
  max-height: min(560px, calc(100vh - 190px));
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(25, 28, 22, 0.16);
}

.category-hover-menu[data-flyout-side="left"] .category-hover-children--flyout {
  right: calc(100% - 4px);
  left: auto;
}

.category-hover-row:focus-within > .category-hover-children,
.category-hover-row.is-mobile-open > .category-hover-children {
  display: grid;
}

.category-hover-row.is-mobile-open > .category-hover-link {
  background: var(--soft);
}

.hero {
  position: relative;
  min-height: 420px;
  color: #fff;
  overflow: hidden;
  background: #1b2b2e;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 13, 12, 0.08), rgba(9, 13, 12, 0.36) 100%),
    linear-gradient(90deg, rgba(9, 13, 12, 0.28), rgba(9, 13, 12, 0.04) 42%, rgba(9, 13, 12, 0.18) 100%),
    url("./assets/luxury-dubai-hero.png") center / cover;
  transform: scale(1.01);
}

.hero::after {
  content: none;
  position: absolute;
  z-index: 1;
  right: max(26px, calc((100vw - 1720px) / 2 + 26px));
  bottom: 36px;
  width: min(42vw, 690px);
  height: 245px;
  background: url("https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?auto=format&fit=crop&w=900&q=85") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--deep-shadow);
}

.hero::before {
  content: none;
  position: absolute;
  z-index: 1;
  right: max(14px, calc((100vw - 1720px) / 2 + 14px));
  bottom: 18px;
  width: min(46vw, 760px);
  height: 285px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.28)),
    rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  opacity: 0.72;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 430px;
  padding: 56px 26px;
}

.market-panel {
  width: min(100%, 720px);
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.market-tabs {
  display: grid;
  grid-template-columns: 58px repeat(6, minmax(78px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.market-tabs button,
.filters button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--soft);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-tabs .active,
.filters .active {
  color: #fff;
  background: var(--emerald);
}

.market-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 106px;
  gap: 8px;
}

.market-search input,
.market-search select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  font-weight: 650;
}

.market-search button {
  border-radius: 6px;
}

.category-strip {
  display: none;
}

.section {
  padding: 26px 26px 24px;
}

.section-heading {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.section-heading .section-title {
  display: grid;
  gap: 6px;
  align-items: start;
}

.section-heading h2,
.app-cta h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-heading a {
  color: var(--emerald);
  font-size: 14px;
  font-weight: 850;
}

.filters {
  gap: 8px;
}

.filters button {
  min-height: 30px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
}

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

.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.listing-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.listing-card div {
  padding: 13px;
}

.listing-type {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.listing-card h3 {
  min-height: 38px;
  margin: 6px 0 6px;
  font-size: 15px;
  line-height: 1.25;
}

.listing-card p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.listing-card strong {
  font-size: 14px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0 26px 24px;
}

.promo-grid a {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f7f6f2 100%);
}

.promo-grid strong {
  color: var(--emerald-dark);
  font-size: 16px;
}

.promo-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.section-heading p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.luxury-section {
  padding-top: 10px;
}

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

.collection-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 250px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #14201f;
  box-shadow: 0 1px 0 rgba(17, 18, 15, 0.04);
}

.collection-large {
  min-height: 350px;
}

.collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 12, 0.05) 20%, rgba(8, 14, 12, 0.78) 100%),
    linear-gradient(90deg, rgba(8, 14, 12, 0.28), rgba(8, 14, 12, 0.05));
}

.collection-card span,
.collection-card strong {
  position: relative;
  z-index: 1;
  margin: 0 18px;
}

.collection-card span {
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 850;
}

.collection-card strong {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.22;
}

.collection-large strong {
  max-width: 420px;
  font-size: 26px;
}

.collection-card:hover img {
  transform: scale(1.04);
}

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

.service-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 18, 15, 0.04);
}

.service-grid span,
.deal-grid span,
.app-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid strong {
  font-size: 19px;
  line-height: 1.18;
}

.service-grid small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.deal-section {
  padding-top: 0;
}

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

.deal-grid a {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(191, 139, 36, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(191, 139, 36, 0.12), rgba(8, 122, 91, 0.06)),
    #fff;
}

.deal-grid strong {
  font-size: 18px;
  line-height: 1.22;
}

.app-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 240px;
  gap: 28px;
  align-items: center;
  margin-bottom: 22px;
  margin-top: 6px;
  padding: 30px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(191, 139, 36, 0.36), transparent 32%),
    linear-gradient(135deg, #071512 0%, var(--emerald-dark) 50%, var(--emerald) 100%);
  border-radius: 8px;
  overflow: hidden;
}

.app-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  max-width: 720px;
}

.store-buttons {
  gap: 12px;
  flex-wrap: wrap;
}

.store-buttons a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background: #111;
  font-weight: 850;
}

.phone-preview {
  display: flex;
  justify-content: flex-end;
}

.phone-preview > div {
  display: grid;
  gap: 8px;
  width: 150px;
  min-height: 188px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.06)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.phone-preview span {
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.44);
}

.phone-preview strong {
  align-self: end;
  font-size: 20px;
  line-height: 1.05;
}

.phone-preview small {
  color: rgba(255,255,255,0.74);
  font-weight: 700;
}

.app-benefits {
  justify-content: flex-end;
  gap: 20px;
  font-size: 13px;
  font-weight: 750;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-bottom: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stats-row div {
  display: grid;
  gap: 3px;
  justify-items: center;
  padding: 15px 10px;
  border-right: 1px solid var(--line);
}

.stats-row div:last-child {
  border-right: 0;
}

.stats-row strong {
  font-size: 15px;
}

.stats-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.contact-hero,
.contact-shell,
.support-details,
.office-band {
  width: min(100%, 1720px);
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 26px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  align-items: end;
  gap: 28px;
  padding-top: 78px;
  padding-bottom: 34px;
  background:
    linear-gradient(115deg, rgba(8, 122, 91, 0.1), rgba(191, 139, 36, 0.08) 42%, rgba(255, 255, 255, 0) 74%);
}

.contact-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 0.93;
  letter-spacing: 0;
}

.contact-hero-copy,
.contact-form-panel,
.support-panel,
.support-details,
.office-band {
  min-width: 0;
}

.contact-hero-copy p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.language-switcher button {
  min-width: 46px;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
}

.language-switcher button.active {
  color: #fff;
  background: var(--ink);
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 26px;
  padding-bottom: 36px;
}

.contact-form-panel,
.support-panel,
.support-details,
.office-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-form-panel {
  padding: 32px;
}

.contact-section-title h2,
.support-details h2,
.office-band h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.contact-section-title p,
.support-details > div > p,
.office-band p {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: #2a2d27;
  font-size: 13px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  color: var(--ink);
  background: var(--soft);
  font-size: 15px;
  font-weight: 650;
}

.contact-form input,
.contact-form select {
  min-height: 50px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 170px;
  padding: 14px;
  resize: vertical;
  line-height: 1.5;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(8, 122, 91, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(8, 122, 91, 0.1);
}

.consent-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.consent-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.contact-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-submit-row button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--emerald);
  font-weight: 900;
}

.contact-submit-row button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.contact-submit-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.contact-submit-row p[data-state="success"] {
  color: var(--emerald);
}

.contact-submit-row p[data-state="error"] {
  color: #b42318;
}

.support-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px;
  background: var(--soft);
}

.support-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}

.support-card.primary {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(8, 122, 91, 0.92), rgba(17, 18, 15, 0.96)),
    var(--ink);
}

.support-card span,
.contact-methods span,
.support-detail-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.support-card strong {
  font-size: 30px;
  line-height: 1.05;
}

.support-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
  line-height: 1.55;
}

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

.contact-methods a {
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-methods strong {
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.25;
}

.support-details {
  padding-top: 34px;
  padding-bottom: 34px;
}

.support-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.support-detail-grid article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.support-detail-grid h3 {
  margin: 28px 0 10px;
  font-size: 22px;
}

.support-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.office-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 24px;
  margin-top: 26px;
  margin-bottom: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  background:
    linear-gradient(90deg, rgba(191, 139, 36, 0.1), rgba(8, 122, 91, 0.08)),
    #fff;
}

.office-band h3 {
  margin: 6px 0 0;
  font-size: 18px;
}

.legal-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 70px 26px 54px;
}

.legal-hero {
  display: grid;
  gap: 18px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-hero > a {
  width: fit-content;
  color: var(--emerald);
  font-size: 13px;
  font-weight: 900;
}

.legal-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.5;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--soft);
  font-size: 13px;
  font-weight: 750;
}

.legal-meta strong {
  margin-left: 4px;
  color: var(--ink);
}

.legal-content {
  max-width: 860px;
  padding-top: 34px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.legal-content h2,
.legal-content h3 {
  margin: 34px 0 10px;
  line-height: 1.15;
}

.legal-content h2 {
  font-size: 30px;
}

.legal-content h3 {
  font-size: 22px;
}

.legal-content p,
.legal-content li {
  color: #3f423b;
}

.legal-content a {
  color: var(--emerald);
  font-weight: 850;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.support-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 54px 26px 52px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 28px;
  align-items: stretch;
}

.support-hero > div,
.support-hero > aside,
.support-main-content,
.support-side-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.support-hero > div {
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: 380px;
  padding: 44px;
  background:
    linear-gradient(120deg, rgba(8, 122, 91, 0.1), rgba(191, 139, 36, 0.08) 48%, rgba(255,255,255,0)),
    #fff;
}

.support-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.support-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.5;
}

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

.support-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
}

.support-actions a:first-child {
  color: #fff;
  border-color: var(--emerald);
  background: var(--emerald);
}

.support-hero > aside {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(8, 122, 91, 0.94), rgba(17, 18, 15, 0.96)),
    var(--ink);
}

.support-hero aside span,
.support-side-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.support-hero aside strong {
  font-size: 34px;
  line-height: 1.06;
}

.support-hero aside p {
  color: rgba(255,255,255,0.76);
  font-size: 15px;
}

.support-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 22px;
  margin-top: 24px;
}

.support-main-content {
  padding: 34px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.support-main-content h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.15;
}

.support-main-content h2:not(:first-child) {
  margin-top: 34px;
}

.support-main-content p,
.support-main-content li {
  color: #3f423b;
}

.support-main-content ul,
.support-main-content ol {
  padding-left: 22px;
}

.support-side-list {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  background: var(--soft);
}

.support-side-list h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.support-side-list a {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.support-side-list strong {
  font-size: 18px;
}

.detail-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 38px 26px 54px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 24px;
  align-items: stretch;
}

.detail-gallery,
.detail-summary,
.detail-content,
.detail-side {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-gallery {
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
  gap: 10px;
  overflow: hidden;
  min-height: 520px;
  padding: 10px;
  background: var(--soft);
}

.detail-main-media {
  overflow: hidden;
  border-radius: 8px;
  background: #0f1210;
}

.detail-gallery img,
.detail-gallery video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-main-media img,
.detail-main-media video {
  min-height: 500px;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.detail-thumbs button {
  position: relative;
  overflow: hidden;
  min-height: 84px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
}

.detail-thumbs button.active {
  border-color: var(--gold);
}

.detail-thumbs img,
.detail-thumbs video {
  aspect-ratio: 1.25;
}

.detail-thumbs span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 18, 16, 0.78);
  font-size: 11px;
  font-weight: 850;
}

.detail-summary {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 34px;
}

.detail-summary > span {
  width: fit-content;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-summary h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
}

.detail-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.detail-summary > strong {
  font-size: 28px;
}

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

.detail-actions a,
.detail-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
}

.detail-actions a {
  color: #fff;
  border-color: var(--emerald);
  background: var(--emerald);
}

.detail-theme-gold .detail-summary {
  background:
    linear-gradient(135deg, rgba(191, 139, 36, 0.16), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.detail-theme-fashion .detail-summary {
  background:
    linear-gradient(135deg, rgba(17, 18, 15, 0.08), rgba(8, 122, 91, 0.08)),
    #fff;
}

.detail-theme-tour .detail-summary {
  background:
    linear-gradient(135deg, rgba(8, 122, 91, 0.15), rgba(191, 139, 36, 0.08)),
    #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 22px;
  margin-top: 24px;
}

.detail-content,
.detail-side {
  padding: 26px;
}

.detail-content h2,
.detail-side h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.15;
}

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

.detail-spec-grid div {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.detail-spec-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.detail-spec-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.detail-copy {
  margin-top: 28px;
  color: #3f423b;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.detail-side {
  display: grid;
  align-content: start;
  gap: 12px;
  background: var(--soft);
}

.detail-side p {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #3f423b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.seller-page {
  width: min(100%, 1720px);
  margin: 0 auto;
  padding: 46px 26px 72px;
}

.seller-login-hero {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin-bottom: 26px;
}

.seller-login-hero[hidden] {
  display: none;
}

.seller-login-intro,
.seller-login-card,
.seller-type-step,
.seller-onboarding,
.seller-profile > *,
.seller-review-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.seller-login-intro {
  display: grid;
  justify-items: center;
  width: min(100%, 920px);
  padding: 36px 34px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(10, 132, 92, 0.11), transparent 42%),
    linear-gradient(110deg, rgba(10, 132, 92, 0.06), rgba(201, 145, 31, 0.07)),
    #fff;
}

.seller-login-intro > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.seller-login-intro span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #3f423b;
  font-size: 12px;
  font-weight: 900;
}

.seller-login-hero h1,
.seller-type-step h1,
.seller-onboarding h1,
.seller-profile h1,
.seller-review-state h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.seller-login-hero p,
.seller-type-step p,
.seller-form-head p,
.seller-profile-head p,
.seller-profile-grid p,
.seller-products-panel p,
.seller-review-state p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.seller-login-card {
  display: grid;
  align-content: start;
  gap: 16px;
  width: min(100%, 480px);
  padding: 34px;
  box-shadow: 0 22px 60px rgba(17, 18, 15, 0.08);
}

.seller-login-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.seller-login-card > p {
  margin: -6px 0 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.seller-login-card label,
.seller-application-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.seller-login-card input,
.seller-application-form input,
.seller-application-form select,
.seller-application-form textarea,
.seller-share-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
}

.seller-application-form textarea {
  padding-top: 14px;
  resize: vertical;
}

.seller-login-card > button,
.seller-submit-row button,
.seller-owner-actions button:first-child,
.seller-share-row button,
.seller-review-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--emerald);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.seller-login-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.seller-login-actions button,
.seller-form-head button,
.seller-back-login,
.seller-owner-actions button:not(:first-child) {
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.seller-back-login {
  margin-bottom: 18px;
}

[data-seller-login-status],
[data-seller-form-status] {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
  font-weight: 850;
}

[data-seller-login-status][data-state="error"],
[data-seller-form-status][data-state="error"] {
  color: #b42318;
}

[data-seller-login-status][data-state="info"],
[data-seller-form-status][data-state="info"] {
  color: var(--emerald-dark);
}

.seller-login-card button:disabled,
.seller-application-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.seller-notice-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(10 12 10 / 62%);
}

.seller-notice {
  width: min(440px, 100%);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgb(0 0 0 / 24%);
  text-align: center;
}

.seller-notice h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.05;
}

.seller-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.seller-notice button[data-seller-notice-ok] {
  width: min(180px, 100%);
  height: 54px;
  margin-top: 24px;
  border: 0 !important;
  border-radius: 8px;
  background: var(--emerald) !important;
  color: #fff !important;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.seller-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  width: min(440px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgb(12 132 92 / 18%);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgb(0 0 0 / 18%);
}

.seller-toast h2 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.2;
}

.seller-toast p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.seller-toast button {
  align-self: start;
  min-width: 68px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.seller-type-step,
.seller-onboarding,
.seller-review-state {
  padding: 34px;
}

.seller-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.seller-type-grid button {
  min-height: 120px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.seller-type-grid span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

.seller-form-head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.seller-form-head h1 {
  font-size: clamp(36px, 5vw, 62px);
}

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

.seller-form-grid .wide {
  grid-column: 1 / -1;
}

.seller-category-select {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.seller-category-select h2,
.seller-profile-grid h2,
.seller-products-panel h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.12;
}

.seller-category-select p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 750;
}

[data-seller-categories] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

[data-seller-categories] label,
.seller-agree {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

[data-seller-categories] label[data-depth="1"] {
  padding-left: 22px;
  background: #fbfcfa;
}

[data-seller-categories] label[data-depth="2"] {
  padding-left: 34px;
  border-color: #d9e8df;
  background: #f7fbf8;
}

[data-seller-categories] label[data-depth="3"] {
  padding-left: 46px;
  border-color: #d6e2ee;
  background: #f6f9fc;
}

[data-seller-categories] label[data-depth="2"] span,
[data-seller-categories] label[data-depth="3"] span {
  font-size: 13px;
}

[data-seller-categories] input,
.seller-agree input {
  width: 18px;
  min-height: 18px;
}

.seller-agree {
  margin-top: 20px;
}

.seller-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.seller-profile {
  display: grid;
  gap: 22px;
}

.seller-profile-banner {
  min-height: 280px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 128, 96, 0.94), rgba(14, 17, 15, 0.94)),
    url("./assets/luxury-dubai-hero.png") center / cover;
}

.seller-profile-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.seller-profile-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px;
}

.seller-logo-preview {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  font-size: 42px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(0,0,0,0.12);
}

.seller-logo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-profile-head h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: clamp(36px, 5vw, 64px);
}

.verified-mark {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0095f6;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.92), 0 4px 12px rgba(0,149,246,0.25);
}

.seller-status {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff7df;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-status.approved {
  color: var(--emerald);
  background: #e9f8f1;
}

.seller-status.cancelled {
  color: #b42318;
  background: #fff0ee;
}

.seller-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.seller-contact-line span,
.seller-contact-line a,
.seller-category-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: #3f423b;
  font-size: 13px;
  font-weight: 800;
}

.seller-owner-actions {
  display: grid;
  gap: 8px;
  min-width: 180px;
}

.seller-owner-actions button:not(:first-child),
.seller-owner-actions a[data-seller-add-product] {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.seller-owner-actions a[data-seller-add-product] {
  display: grid;
  place-items: center;
  color: #fff;
  border-color: #1d4ed8;
  background: #2563eb;
  text-decoration: none;
}

.seller-owner-actions a[data-seller-add-product]:hover {
  background: #1d4ed8;
}

.seller-owner-actions .seller-signout {
  color: #b42318;
  border-color: rgba(180, 35, 24, 0.28);
  background: #fff8f7;
}

.seller-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 22px;
}

.seller-profile-grid > article,
.seller-profile-grid > aside,
.seller-products-panel {
  padding: 26px;
}

.seller-profile-grid h3 {
  margin: 24px 0 12px;
  font-size: 20px;
}

.seller-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.seller-share-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.seller-share-row button[data-copied="true"] {
  background: var(--gold);
}

.seller-message-empty,
.seller-product-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
  font-weight: 850;
}

.seller-product-builder {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.seller-product-flow {
  display: grid;
  gap: 24px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.seller-flow-back {
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  font-weight: 850;
}

.seller-product-flow-head {
  max-width: 820px;
}

.seller-product-flow-head span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2563eb;
  font-weight: 900;
  text-transform: uppercase;
}

.seller-product-flow-head h1 {
  margin: 0 0 10px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
}

.seller-product-flow-head p {
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  font-weight: 800;
}

.seller-product-flow .seller-product-builder {
  padding: 26px;
}

.seller-product-builder-head h3 {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.05;
}

.seller-product-builder-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.seller-product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.seller-product-category-grid button {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  text-align: left;
  font-weight: 850;
}

.seller-product-category-grid button[data-selected="true"] {
  color: #fff;
  border-color: #2563eb;
  background: #2563eb;
}

.seller-product-subcategory {
  display: grid;
  gap: 16px;
  scroll-margin-top: 24px;
}

.seller-product-subcategory-panel {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

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

.seller-review-state {
  display: grid;
  justify-items: start;
  gap: 16px;
  min-height: 360px;
  align-content: center;
}

[dir="rtl"] .contact-form input,
[dir="rtl"] .contact-form select,
[dir="rtl"] .contact-form textarea {
  text-align: right;
}

.site-footer {
  color: #fff;
  background: #0f1210;
}

.footer-main,
.footer-bottom {
  width: min(100%, 1720px);
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 26px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 34px;
  padding-top: 42px;
  padding-bottom: 34px;
}

.footer-brand p {
  max-width: 520px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 650;
  line-height: 1.55;
}

.footer-brand .brand-mark {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #11120f 0%, #063f32 68%, #bf8b24 150%);
}

.footer-main h3 {
  margin: 8px 0 16px;
  color: rgba(255,255,255,0.92);
  font-size: 15px;
}

.footer-main div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-main a:not(.brand):not(.footer-seller) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 650;
}

.footer-seller {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--gold);
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .header-top {
    grid-template-columns: 1fr;
  }

  .header-actions {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero::before {
    opacity: 0.28;
  }

  .hero::after {
    right: 26px;
    bottom: 32px;
    width: min(45vw, 500px);
    opacity: 0.46;
  }

  .hero-content {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .market-panel {
    max-width: 680px;
  }

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

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

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

  .collection-large {
    grid-column: span 2;
  }

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

  .app-cta {
    grid-template-columns: 1fr auto;
  }

  .app-benefits {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .footer-brand {
    grid-column: span 2;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

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

  .support-card.primary {
    grid-column: span 3;
  }
}

@media (max-width: 760px) {
  .header-top {
    padding: 12px 16px;
    max-width: 100vw;
    overflow: hidden;
    gap: 12px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .top-search {
    width: 100%;
    max-width: calc(100vw - 32px);
    display: block;
    min-height: 42px;
  }

  .top-search input {
    width: 100%;
    min-width: 0;
    min-height: 42px;
  }

  .top-search button {
    display: none;
  }

  .top-search select {
    display: none;
  }

  .header-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .header-actions::-webkit-scrollbar,
  .category-nav::-webkit-scrollbar,
  .market-tabs::-webkit-scrollbar,
  .filters::-webkit-scrollbar {
    display: none;
  }

  .seller-link {
    min-width: max-content;
    padding: 0 14px;
  }

  .header-actions a:nth-child(2),
  .header-actions a:nth-child(3),
  .header-actions a:nth-child(4) {
    display: none;
  }

  .category-nav {
    padding: 0 16px;
    max-width: 100vw;
    scrollbar-width: none;
  }

  .category-nav > a,
  .category-nav-link {
    min-height: 42px;
    padding: 0 14px;
  }

  .category-hover-menu {
    left: 12px !important;
    right: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
    z-index: 120;
  }

  .category-hover-panel {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .category-hover-title,
  .category-hover-link {
    min-height: 44px;
  }

  .category-hover-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
  }

  .category-hover-children,
  .category-hover-children--inline,
  .category-hover-children--flyout,
  .category-hover-menu[data-flyout-side="left"] .category-hover-children--flyout {
    position: static;
    inset: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 0 0 0 12px;
    margin: 2px 0 6px 18px;
    border: 0;
    border-left: 1px solid #e5dfd4;
    border-radius: 0;
    box-shadow: none;
  }

  .category-hover-row:hover > .category-hover-children,
  .category-hover-row:focus-within > .category-hover-children {
    display: none;
  }

  .category-hover-row.is-mobile-open > .category-hover-children {
    display: grid;
  }

  .category-hover-row.is-mobile-open > .category-hover-link {
    background: var(--soft);
  }

  .category-hover-row[data-depth="2"] .category-hover-link,
  .category-hover-row[data-depth="3"] .category-hover-link,
  .category-hover-row[data-depth="4"] .category-hover-link {
    min-height: 42px;
    padding-left: 10px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    background: #11120f;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(9, 13, 12, 0.06), rgba(9, 13, 12, 0.46) 100%),
      url("./assets/luxury-dubai-hero.png") 48% top / cover;
  }

  .hero-content {
    align-content: center;
    padding: 28px 16px;
    max-width: 100vw;
    overflow: hidden;
    min-height: 520px;
  }

  .market-panel,
  .market-tabs,
  .market-search {
    width: 100%;
    max-width: calc(100vw - 32px);
    min-width: 0;
  }

  .market-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .market-tabs button {
    flex: 0 0 auto;
    min-width: 88px;
  }

  .market-tabs button:first-child {
    min-width: 58px;
  }

  .market-panel {
    padding: 12px;
    background: rgba(255, 255, 255, 0.97);
  }

  .market-search input,
  .market-search select {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 15px;
  }

  .market-search button {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    font-size: 16px;
    text-align: center;
  }

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

  .market-search {
    grid-template-columns: 1fr;
  }

  .category-strip {
    display: none;
  }

  .section,
  .promo-grid,
  .contact-hero,
  .contact-shell,
  .support-details,
  .office-band,
  .legal-page,
  .support-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal-page {
    padding-top: 42px;
  }

  .legal-hero p {
    font-size: 16px;
  }

  .legal-meta {
    display: grid;
  }

  .support-page {
    padding-top: 28px;
  }

  .support-hero,
  .support-content-grid,
  .detail-hero,
  .detail-layout,
  .seller-login-hero,
  .seller-profile-head,
  .seller-profile-grid {
    grid-template-columns: 1fr;
  }

  .support-hero > div {
    min-height: auto;
    padding: 24px;
  }

  .support-hero p {
    font-size: 16px;
  }

  .support-main-content {
    padding: 22px;
  }

  .detail-page {
    padding: 22px 16px 40px;
  }

  .detail-gallery,
  .detail-main-media img,
  .detail-main-media video {
    min-height: 330px;
  }

  .detail-gallery {
    grid-template-rows: auto auto;
  }

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

  .detail-summary,
  .detail-content,
  .detail-side {
    padding: 22px;
  }

  .detail-spec-grid {
    grid-template-columns: 1fr;
  }

  .seller-page {
    padding: 22px 16px 42px;
  }

  .seller-login-hero > div,
  .seller-login-card,
  .seller-type-step,
  .seller-onboarding {
    padding: 22px;
  }

  .seller-login-hero h1,
  .seller-review-state h1 {
    font-size: 44px;
  }

  .seller-type-grid,
  .seller-form-grid,
  [data-seller-categories] {
    grid-template-columns: 1fr;
  }

  .seller-form-head,
  .seller-submit-row,
  .seller-login-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-profile-banner,
  .seller-profile-banner img {
    min-height: 180px;
    height: 180px;
  }

  .seller-profile-head {
    align-items: start;
  }

  .seller-logo-preview {
    width: 92px;
    height: 92px;
    border-radius: 14px;
  }

  .seller-owner-actions {
    width: 100%;
  }

  .seller-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }

  .seller-product-flow {
    padding: 22px;
  }

  .seller-product-flow-head h1 {
    font-size: 44px;
  }

  .seller-product-flow-head p {
    font-size: 18px;
  }

  .seller-product-builder-head h3 {
    font-size: 30px;
  }

  .seller-product-category-grid,
  .seller-product-subcategory-grid {
    grid-template-columns: 1fr;
  }

  .seller-share-row {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 44px;
    overflow: hidden;
  }

  .contact-hero-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
    overflow: hidden;
  }

  .contact-hero-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .language-switcher {
    justify-self: start;
  }

  .contact-form-panel {
    padding: 20px;
  }

  .form-grid,
  .support-panel,
  .support-detail-grid,
  .office-band {
    grid-template-columns: 1fr;
  }

  .support-card.primary {
    grid-column: auto;
  }

  .support-panel {
    padding: 12px;
  }

  .section-heading,
  .section-heading > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    overflow-x: auto;
    max-width: 100%;
  }

  .listing-grid,
  .promo-grid,
  .stats-row,
  .collection-grid,
  .service-grid,
  .deal-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

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

  .listing-card div {
    padding: 10px;
  }

  .listing-card h3 {
    min-height: 54px;
    font-size: 14px;
  }

  .listing-card strong {
    font-size: 13px;
  }

  .collection-large {
    grid-column: auto;
    min-height: 300px;
  }

  .collection-card {
    min-height: 240px;
  }

  .collection-large strong {
    font-size: 22px;
  }

  .service-grid a,
  .deal-grid a {
    min-height: auto;
  }

  .stats-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .app-cta {
    margin-left: 18px;
    margin-right: 18px;
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .phone-preview {
    justify-content: flex-start;
  }

  .phone-preview > div {
    width: 100%;
    min-height: 126px;
    border-radius: 8px;
  }

  .footer-main,
  .footer-bottom {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
