:root {
  --paper: #faf8f4;
  --white: #ffffff;
  --ink: #1b1714;
  --muted: #6f6860;
  --line: #ded8ce;
  --accent: #b56d43;
  --soft: #f2eee7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.preview-mode-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 8px 18px;
  background: #b00020;
  color: #ffffff;
  text-align: center;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 244, 0.96);
  padding: 16px clamp(18px, 4vw, 54px);
  backdrop-filter: blur(16px);
}
.brand img { width: 184px; height: 90px; object-fit: contain; }
.menu { display: flex; gap: clamp(14px, 1.7vw, 26px); align-items: center; margin-left: auto; color: var(--muted); font-size: .9rem; font-weight: 500; }
.menu a { white-space: nowrap; }
.menu a.is-priority { color: var(--ink); font-weight: 750; }
.menu a:hover, .menu a.is-active { color: var(--ink); }
.menu-item { position: relative; display: inline-flex; align-items: center; }
.menu a.has-submenu::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.submenu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 35;
  display: grid;
  min-width: 210px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(250, 248, 244, .98);
  box-shadow: 0 18px 45px rgba(27, 23, 20, .12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity .16s ease, transform .16s ease;
}
.submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.menu-item:hover .submenu,
.menu-item:focus-within .submenu,
.menu-item.is-open .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.menu-item.is-open > a,
.menu-item:hover > a,
.menu-item:focus-within > a { color: var(--ink); }
.submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  color: var(--ink);
  font-size: .84rem;
  font-weight: 760;
}
.submenu a:hover { background: var(--soft); }
.submenu span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .7rem;
}
.header-client-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: clamp(10px, 1.5vw, 22px);
  color: var(--ink);
  font-size: .88rem;
  font-weight: 850;
  white-space: nowrap;
}
.header-client-link:hover,
.header-client-link.is-active { color: var(--accent); }
.header-client-icon {
  position: relative;
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
}
.header-client-icon svg { width: 22px; height: 22px; }
.header-client-icon em {
  position: absolute;
  right: -8px;
  top: -8px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--paper);
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  font-size: .66rem;
  font-style: normal;
  font-weight: 900;
}
.menu-button {
  display: none;
  position: relative;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0;
  cursor: pointer;
}
.menu-button::before,
.menu-button::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #000000;
  transition: transform .2s ease, top .2s ease, box-shadow .2s ease;
}

.mvp-coming-soon-modal form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mvp-coming-soon-modal input {
  width: 100%;
  margin-top: 8px;
}
.menu-button::before {
  top: 10px;
  box-shadow: 0 7px 0 #000000;
}
.menu-button::after { top: 24px; }
.menu-button[aria-expanded="true"]::before {
  top: 16px;
  box-shadow: 0 0 0 transparent;
  transform: rotate(45deg);
}
.menu-button[aria-expanded="true"]::after {
  top: 16px;
  transform: rotate(-45deg);
}
.notice-banner { border-bottom: 1px solid var(--line); background: var(--white); padding: 8px clamp(18px, 4vw, 54px); color: var(--muted); font-size: .78rem; text-align: center; }

.hero-market {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  width: min(1440px, calc(100% - 38px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 70px) 0 46px;
  align-items: center;
}
.hero-logo { width: 150px; margin-bottom: 28px; }
.hero-copy { max-width: 520px; }
.hero-copy h1, .page-hero h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .98;
  overflow-wrap: break-word;
}
.hero-copy h1 { font-size: clamp(3.3rem, 6vw, 6.9rem); }
.lead { font-size: clamp(1.22rem, 2vw, 1.62rem); color: var(--ink); }
p { color: var(--muted); line-height: 1.65; }
.hero-copy, .page-hero, .product-buy, .designer-hero > div, .intro-strip > *, .section-head > *, .sell-cta > * { min-width: 0; }
.hero-copy p, .page-hero p, .section p { max-width: 100%; overflow-wrap: break-word; }
.hero-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 280px 280px; gap: 14px; }
.hero-gallery a:first-child { grid-row: span 2; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; background: var(--white); }

.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.actions.vertical { display: grid; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 12px 16px;
  background: transparent;
  color: var(--ink);
  font-weight: 750;
  cursor: pointer;
}
.button.primary { background: var(--ink); color: var(--white); }
.button.secondary { background: var(--white); }
.text-link { border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 750; }
.archive-button {
  width: fit-content;
  margin-top: 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: #5f6368;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.archive-button:hover { background: #f1f3f4; }
.is-fading-out {
  opacity: .2;
  transform: translateY(4px);
  transition: opacity .22s ease, transform .22s ease;
}
.meta { margin: 0 0 9px; color: var(--accent); font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.section, .page { width: min(1440px, calc(100% - 38px)); margin: 0 auto; }
.section { padding: clamp(44px, 7vw, 92px) 0; border-top: 1px solid var(--line); }
.intro-strip { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; align-items: end; }
.intro-strip h2, .section-head h2, .page-hero h1 { font-size: clamp(2.2rem, 4.4vw, 4.8rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-grid.gallery-listing { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-grid.featured { grid-template-columns: repeat(6, minmax(180px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
.catalogue { padding-bottom: 86px; }
.product-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.urgency-badge { position: absolute; left: 12px; top: 12px; z-index: 2; background: var(--white); border: 1px solid var(--line); padding: 7px 9px; color: var(--ink); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-photo { display: block; aspect-ratio: 1 / 1.13; background: var(--soft); overflow: hidden; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-photo img { transform: scale(1.035); }
.product-info { display: flex; min-height: 236px; flex: 1; flex-direction: column; gap: 8px; padding: 16px; }
.product-info h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.05; font-weight: 400; }
.designer { margin: 0; color: var(--muted); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.price-row strong, .product-price { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 400; color: var(--ink); }
.price-row-large strong { font-size: clamp(2rem, 3.2vw, 3.35rem); line-height: .95; }
.price-row button, .card-actions button { border: 0; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }
.saving { margin: 0; color: var(--ink); font-weight: 800; }
.auction-brief { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; margin-top: 8px; }
.auction-brief p { margin: 0; }
.auction-brief span { display: block; color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.auction-brief strong { display: block; margin-top: 3px; color: var(--ink); font-weight: 800; }
.auction-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 8px 0 0; }
.auction-meta.stacked { grid-template-columns: 1fr 1fr; }
.auction-meta dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.auction-meta dd { margin: 2px 0 0; color: var(--ink); font-weight: 750; }
.social-proof { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0; }
.social-proof span { border: 1px solid var(--line); background: var(--paper); padding: 6px 8px; color: var(--muted); font-size: .76rem; font-weight: 750; }
.auction-tension { margin: 0; color: var(--ink); font-size: .9rem; }
.price-progress { display: grid; gap: 7px; margin: 4px 0; }
.price-progress > div { height: 8px; background: var(--soft); border: 1px solid var(--line); overflow: hidden; }
.price-progress span { display: block; height: 100%; background: var(--accent); }
.price-progress p { display: flex; justify-content: space-between; margin: 0; }
.price-progress small { color: var(--muted); font-size: .72rem; font-weight: 800; }
.cm-score { display: grid; align-content: center; gap: 2px; min-width: 150px; border: 1px solid var(--line); background: var(--paper); padding: 14px; }
.cm-score strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.7rem; line-height: .9; font-weight: 400; color: var(--ink); }
.cm-score span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cm-score em { color: var(--accent); font-style: normal; font-weight: 850; }
.cm-score.compact { grid-template-columns: auto 1fr; column-gap: 10px; min-width: 0; padding: 10px; }
.cm-score.compact strong { grid-row: span 2; font-size: 2rem; }
.cm-score.compact span, .cm-score.compact em { align-self: center; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.card-actions.single { grid-template-columns: 1fr auto; }

.curated-rail { position: relative; overflow: hidden; }
.rail-shell { position: relative; }
.rail-head h2 { font-size: clamp(2rem, 3.6vw, 3.9rem); }
.rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 88px) / 5);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 0 16px;
  scrollbar-width: thin;
}
.rail-track > * { scroll-snap-align: start; }
.gallery-card {
  border: 0;
  background: transparent;
  min-width: 0;
}
.gallery-card .product-photo {
  aspect-ratio: 1 / 1;
  background: #f5f3ef;
  border: 0;
}
.gallery-card .product-photo img {
  object-fit: contain;
  padding: 16px;
}
.gallery-card .product-info {
  min-height: 246px;
  padding: 12px 0 0;
  gap: 5px;
  justify-content: flex-start;
}
.gallery-card .product-info h3 {
  min-height: 4.05em;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .98rem;
  line-height: 1.35;
  font-weight: 500;
}
.gallery-card .designer {
  min-height: 1.25em;
  font-size: .88rem;
}
.gallery-price {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 800;
}
.gallery-card.is-consultation .gallery-price {
  display: grid;
  min-height: 76px;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 400;
  text-align: center;
}
.gallery-initial {
  margin: 8px 0 -2px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 650;
}
.gallery-initial s { text-decoration-thickness: 1px; }
.gallery-initial.is-placeholder { visibility: hidden; }
.card-drop-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 10px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 9px;
}
.card-drop-info span {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.card-drop-info strong {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 950;
  text-align: right;
}
.card-drop-info em {
  color: var(--muted);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}
.card-drop-info em { color: var(--accent); opacity: .86; }
.consultation-cta {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  align-self: center;
  border: 1px solid var(--ink);
  padding: 9px 12px;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.consultation-cta:hover { background: var(--ink); color: var(--white); }
.details-link {
  width: fit-content;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  border-bottom: 1px solid transparent;
}
.details-link:hover { border-color: currentColor; color: var(--ink); }
.favorite-corner {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.gallery-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  padding: 6px 8px;
  color: var(--ink);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.swipe-hint, .rail-dots { display: none; }
.designer-track { grid-auto-columns: calc((100% - 88px) / 5); }

.designer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.designer-grid.large { padding-bottom: 86px; }
.designer-card { display: grid; grid-template-columns: .92fr 1fr; gap: 18px; background: var(--white); border: 1px solid var(--line); padding: 14px; }
.designer-card img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; background: var(--soft); }
.designer-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; }
.designer-card span { display: block; margin: 12px 0; color: var(--accent); font-weight: 800; }
.portrait-card { grid-template-columns: 1fr; }
.designer-portrait {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--white);
}
.portrait-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 1px solid var(--line);
  background: #f4f0e8;
}
.portrait-placeholder span {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  font-weight: 400;
  letter-spacing: .04em;
}
.designer-work {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .25s ease;
}
.designer-portrait:hover .designer-work { opacity: 1; }
.designer-portrait:hover .portrait-placeholder { opacity: 0; }
.designer-premium-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sell-cta { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; background: var(--white); border: 1px solid var(--line); padding: clamp(18px, 3vw, 36px); margin-bottom: 78px; }
.sell-cta img { width: 100%; height: 460px; object-fit: cover; }

.page { padding-top: 42px; }
.page-hero { padding: clamp(42px, 7vw, 86px) 0; }
.split-hero { display: grid; grid-template-columns: 1fr .8fr; gap: 44px; align-items: end; }
.sell-hero, .consign-hero, .auction-hero {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, 1.02fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 88px) 0 clamp(34px, 5vw, 66px);
}
.sell-hero h1, .consign-hero h1, .auction-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 7rem);
  line-height: .94;
  font-weight: 400;
}
.sell-hero h2 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  line-height: 1;
  font-weight: 400;
}
.trust-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--line);
  align-self: stretch;
}
.trust-panel p {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 86px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px;
  color: var(--ink);
  font-weight: 800;
}
.trust-panel p:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-panel p:nth-last-child(-n+2) { border-bottom: 0; }
.trust-panel span { color: var(--accent); font-weight: 900; }
.form-intro { display: grid; gap: 12px; grid-column: 1 / -1; margin-bottom: 12px; }
.form-intro h2 { font-size: clamp(2rem, 3.2vw, 3.6rem); }
.sell-form { width: min(800px, 100%); margin: 0 auto 48px; }
.evaluation-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); }
.evaluation-steps span { padding: 13px 14px; border-right: 1px solid var(--line); color: var(--ink); font-weight: 800; font-size: .86rem; }
.evaluation-steps span:last-child { border-right: 0; }
.designer-badges { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.designer-badges a { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--line); padding: 12px; font-weight: 850; }
.designer-badges img { width: 82px; height: 82px; object-fit: cover; background: var(--soft); }
.process-steps { width: min(1440px, calc(100% - 38px)); grid-template-columns: repeat(4, minmax(0, 1fr)); }

.auction-hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
.auction-example { display: grid; grid-template-columns: .95fr 1fr; gap: 22px; background: var(--white); border: 1px solid var(--line); padding: 18px; }
.auction-example img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; background: var(--soft); }
.auction-example h2 { font-size: clamp(2rem, 3.6vw, 4.2rem); line-height: 1; }
.auction-example dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.auction-example dt { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.auction-example dd { margin: 4px 0 0; color: var(--ink); font-weight: 850; }
.auction-primer.emotional article { min-height: 220px; align-content: space-between; }
.auction-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: end; }
.auction-note h2 { font-size: clamp(2.4rem, 5vw, 6rem); }
.opportunity-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px 10px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.opportunity-card { background: var(--white); border: 1px solid var(--line); padding: 18px; min-width: 240px; }
.opportunity-card span { color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.opportunity-card strong { display: block; margin: 8px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; line-height: .95; font-weight: 400; }

.consign-hero img { width: 100%; height: min(620px, 62vw); object-fit: cover; background: var(--soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value-grid article { background: var(--white); border: 1px solid var(--line); padding: 22px; }
.value-grid h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; line-height: 1.05; font-weight: 400; }
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.editorial-grid article,
.editorial-card-link {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 16px;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease;
}
.editorial-card-link:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}
.editorial-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}
.editorial-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1.02;
}
.editorial-grid p { margin: 0; }
.blog-article-page { max-width: 980px; }
.blog-article { width: min(760px, 100%); margin: 42px auto 84px; }
.blog-article h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 2.65rem);
  line-height: 1.02;
}
.blog-article-summary { color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.blog-article-cover { width: 100%; max-height: 520px; object-fit: contain; margin: 28px 0; background: var(--white); }
.blog-article-body { font-size: 16px; line-height: 1.6; }
.blog-article-body img { max-width: 100%; height: auto; object-fit: contain; }
.blog-article-body figure { margin: 28px 0; }
.blog-article-body figcaption { color: var(--muted); font-size: .82rem; }
.consign-benefits { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.trust-panel.compact { align-self: auto; }
.trust-panel.compact p { min-height: 66px; }
.category-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.category-chips span { background: var(--white); border: 1px solid var(--line); padding: 12px 14px; color: var(--ink); font-weight: 850; }

.designer-hero, .product-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding: 22px 0 46px; }
.designer-hero img, .product-media img { width: 100%; max-height: 720px; object-fit: cover; background: var(--white); }
.designer-hero h1, .product-buy h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.3vw, 3.65rem); font-weight: 400; line-height: .98; }
.product-buy { display: grid; gap: 8px; align-content: start; }
.product-buy > p:not(.meta):not(.designer) { margin: 0; font-size: .95rem; line-height: 1.55; }
.movement-panel {
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.movement-panel p { margin: 0; }
.movement-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.movement-initial {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: .82rem;
}
.movement-initial span,
.static-price-block span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.movement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--white);
}
.movement-grid article {
  display: grid;
  gap: 4px;
  padding: 9px 12px;
  border-right: 1px solid var(--line);
}
.movement-grid article:nth-child(2) { border-right: 0; }
.movement-grid article.next-value {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  border-right: 0;
  background: var(--paper);
}
.movement-grid span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.movement-grid strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.85vw, 1.72rem);
  line-height: 1;
  font-weight: 400;
}
.movement-grid .next-value strong {
  color: var(--accent);
  font-size: clamp(1.38rem, 2.15vw, 2rem);
}
.movement-note { color: var(--muted); font-size: .86rem; line-height: 1.35; }
.static-price-block {
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.product-purchase-actions {
  display: grid;
  gap: 7px;
  margin-top: 0;
}
.product-primary-cta {
  min-height: 48px;
  width: 100%;
  font-size: .98rem;
  letter-spacing: .03em;
}
.product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  color: var(--muted);
}
.product-secondary-actions button,
.product-secondary-actions a {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--muted);
  font: inherit;
  font-size: .88rem;
  font-weight: 760;
  cursor: pointer;
}
.product-secondary-actions button:hover,
.product-secondary-actions a:hover { color: var(--ink); }
.vip-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.vip-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  color: #000000;
  padding: 10px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  text-align: center;
}
.vip-modal .modal-panel { max-width: 520px; }
.vip-form { grid-template-columns: 1fr; }
.social-proof.quiet { margin-top: 0; }
.social-proof.quiet span { background: transparent; }
.product-social-compact {
  justify-content: center;
  gap: 8px;
  order: 2;
  margin: 0;
}
.product-social-compact span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  padding: 0 4px;
  font-size: .72rem;
}
.product-social-compact i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .72;
}
.shipping-quote {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.shipping-quote label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.shipping-quote label > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.shipping-quote input {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
}
.shipping-quote .button {
  min-height: 42px;
  padding: 10px 14px;
}
.shipping-safety {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}
.shipping-result {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px;
  color: var(--ink);
  font-size: .88rem;
}
.shipping-result strong { font-weight: 850; }
.shipping-result span { color: var(--muted); }
.shipping-result p { margin: 0; color: var(--muted); line-height: 1.5; }
.shipping-result .button { width: fit-content; }
.shipping-result.is-error { color: #9f2f2f; }
.authenticity-box {
  display: grid;
  gap: 7px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background: #f9f9f7;
  padding: 16px;
}
.authenticity-box h2 {
  margin: 0;
  color: var(--accent);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}
.authenticity-box p {
  margin: 0;
  color: #4a4a4a;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.context-gallery .section-head h2 {
  font-size: 28px;
}
.context-gallery .section-head p {
  color: var(--muted);
  font-size: 14px;
}
.context-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.context-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}
.context-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.context-grid figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(27, 23, 20, .72);
  color: #ffffff;
  padding: 7px 9px;
  opacity: 0;
  font-size: 12px;
  font-weight: 760;
  transition: opacity .16s ease;
}
.context-grid figure:hover figcaption { opacity: 1; }
.product-page-premium { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 86px 1fr; gap: 18px; align-items: start; }
.product-thumbs { display: grid; gap: 12px; }
.product-thumbs button { border: 1px solid var(--line); background: var(--white); padding: 4px; cursor: pointer; }
.product-thumbs button.is-active { border-color: var(--ink); }
.product-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #f6f4f0; }
.product-page-premium .product-media img { width: 100%; height: min(62vh, 610px); object-fit: contain; background: #f6f4f0; padding: 20px; }
.designer-profile-hero { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
.designer-profile-portrait { min-height: 540px; }
.designer-profile-portrait .portrait-placeholder { min-height: 540px; }
.designer-work-gallery .rail-track { grid-auto-columns: minmax(240px, 320px); }
.designer-work-gallery article { background: var(--white); border: 1px solid var(--line); padding: 14px; }
.designer-work-gallery img { width: 100%; height: 260px; object-fit: contain; background: var(--soft); }
.target-price { display: grid; gap: 8px; color: var(--muted); font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); background: var(--white); padding: 13px 14px; font: inherit; }
.auction-panel { display: grid; gap: 24px; }
.auction-panel-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.auction-panel-head h2 { max-width: 820px; font-size: clamp(2rem, 3.4vw, 4rem); }
.auction-dashboard { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.auction-dashboard.compact-motion { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.auction-dashboard article, .standing-bid, .price-history, .auction-primer article { background: var(--white); border: 1px solid var(--line); padding: 18px; }
.auction-dashboard span, .price-history span { display: block; color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.auction-dashboard strong { display: block; margin-top: 8px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 400; }
.auction-tools { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: start; }
.standing-bid { display: grid; gap: 13px; }
.standing-bid h3, .price-history h3, .auction-primer h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.mp-card-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px;
}
.mp-card-fields[hidden] { display: none; }
.mp-card-fields .meta,
.mp-card-fields .form-note { grid-column: 1 / -1; margin: 0; }
.price-history { display: grid; gap: 10px; }
.price-history p { display: flex; justify-content: space-between; gap: 16px; margin: 0; border-top: 1px solid var(--line); padding-top: 10px; }
.price-history strong { color: var(--ink); }
.auction-primer { width: min(1440px, calc(100% - 38px)); margin: 0 auto 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.auction-primer span { color: var(--accent); font-weight: 900; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.detail-grid article, .steps article, .form-panel { background: var(--white); border: 1px solid var(--line); padding: 24px; }
.detail-grid h2, .steps h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.timeline { display: grid; gap: 10px; }
.timeline p { margin: 0; border-top: 1px solid var(--line); padding: 13px 0; color: var(--ink); }
.steps { width: min(1180px, calc(100% - 38px)); margin: 0 auto 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps.process-steps { width: min(1440px, calc(100% - 38px)); grid-template-columns: repeat(5, minmax(0, 1fr)); }
.steps span { color: var(--accent); font-weight: 900; }

.form-panel { width: min(880px, 100%); margin-bottom: 90px; }
.form-panel.sell-form { width: min(800px, 100%); margin-left: auto; margin-right: auto; }
.form-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: var(--muted); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.check { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: .9rem; letter-spacing: 0; text-transform: none; }
.check input { width: auto; }
.full, .form-note { grid-column: 1 / -1; }
.ai-result { width: min(880px, 100%); margin: 18px 0 90px; background: var(--white); border: 1px solid var(--line); padding: 24px; }
.ai-result h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); }
.saved-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.saved-card { display: grid; grid-template-columns: 160px 1fr; gap: 16px; background: var(--white); border: 1px solid var(--line); padding: 14px; }
.saved-card img { width: 100%; height: 140px; object-fit: cover; background: var(--soft); }
.saved-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.saved-card strong, .saved-card span { display: block; margin-top: 6px; color: var(--ink); }
.saved-card span { color: var(--muted); font-weight: 750; }
.admin-page .section { padding-top: 52px; }
.admin-tabs { position: sticky; top: 119px; z-index: 10; display: flex; flex-wrap: wrap; gap: 8px; background: rgba(250, 248, 244, .94); border: 1px solid var(--line); padding: 10px; margin-bottom: 24px; backdrop-filter: blur(12px); }
.admin-tabs a { background: var(--white); border: 1px solid var(--line); padding: 10px 12px; color: var(--ink); font-weight: 800; }
.admin-note { background: var(--white); border: 1px solid var(--line); padding: 16px; margin-bottom: 16px; color: var(--muted); }
.admin-table { display: grid; gap: 10px; }
.admin-table article { display: grid; grid-template-columns: 86px 1fr auto auto; gap: 14px; align-items: center; background: var(--white); border: 1px solid var(--line); padding: 12px; }
.admin-table img { width: 86px; height: 70px; object-fit: cover; background: var(--soft); }
.admin-table h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.admin-table p { margin: 4px 0 0; }
.admin-table strong { color: var(--ink); }
.admin-table span { color: var(--muted); font-weight: 750; }
.section-head.compact { margin: 0 0 4px; }
.section-head.compact h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.whatsapp-float svg { width: 31px; height: 31px; display: block; }
.whatsapp-float span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.modal { position: fixed; inset: 0; z-index: 60; display: none; place-items: center; padding: 18px; background: rgba(27, 23, 20, .32); }
.modal.is-open { display: grid; }
.modal-panel { position: relative; width: min(560px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: var(--paper); border: 1px solid var(--line); padding: clamp(22px, 4vw, 36px); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.modal-panel h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.modal-close { position: absolute; right: 14px; top: 14px; border: 0; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.purchase-modal { width: min(680px, 100%); }
.pix-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.pix-result {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 16px;
  margin: 14px 0;
}
.pix-result[hidden] { display: none; }
.pix-result h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.pix-result textarea { resize: vertical; min-height: 92px; font-size: .9rem; }
.pix-qr { width: 180px; max-width: 100%; background: var(--white); border: 1px solid var(--line); padding: 8px; }
.alert-options { display: grid; gap: 10px; margin: 18px 0; }
.alert-options label { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: .95rem; letter-spacing: 0; text-transform: none; }
.alert-options input { width: auto; }
.is-disabled { opacity: .65; cursor: not-allowed; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(1440px, calc(100% - 38px)); margin: 0 auto; border-top: 1px solid var(--line); padding: 30px 0 42px; }
.site-footer {
  display: block;
  width: min(1440px, calc(100% - 38px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: clamp(34px, 5vw, 58px) 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.footer-identity,
.footer-column { display: grid; gap: 10px; align-content: start; }
.footer-identity img { width: 94px; margin-bottom: 4px; }
.footer-identity strong { color: var(--ink); font-size: 1rem; }
.footer-identity span { color: var(--muted); max-width: 210px; line-height: 1.35; }
.footer-column h3 {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-column a,
.footer-column .footer-link-button {
  width: fit-content;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.35;
}
.footer-column a:hover,
.footer-column .footer-link-button:hover { color: var(--ink); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: .78rem;
}
.footer-bottom a:hover { color: var(--ink); }
.footer-link-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  padding: 0;
}
.footer-link-button:hover { color: var(--ink); }
.footer-faq { width: min(1440px, calc(100% - 38px)); margin: 0 auto; border-top: 1px solid var(--line); padding: clamp(42px, 7vw, 86px) 0; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); padding: 18px; }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: 1rem;
  line-height: 1;
  transition: transform .18s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin-bottom: 0; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-links { display: none; }

.story-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(250,248,244,.96);
}
.story-overlay.is-open { display: grid; }
.story-panel {
  position: relative;
  width: min(1120px, 100%);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(0,0,0,.14);
}
.story-skip {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 850;
  cursor: pointer;
}
.story-progress { height: 3px; background: var(--line); }
.story-progress::after { content: ""; display: block; width: var(--story-progress, 16%); height: 100%; background: var(--ink); transition: width .25s ease; }
.story-content { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: clamp(24px, 5vw, 56px); align-items: center; }
.story-content.is-transitioning .story-copy,
.story-content.is-transitioning .story-visual img { animation: storyFade .28s ease; }
@keyframes storyFade {
  0% { opacity: .58; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
.story-visual { position: relative; min-height: 480px; background: var(--white); display: grid; place-items: center; overflow: hidden; }
.story-visual img { width: 78%; max-height: 360px; object-fit: contain; }
.story-price { position: absolute; left: 22px; top: 22px; background: var(--paper); border: 1px solid var(--line); padding: 14px 16px; }
.story-price span { display: block; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-price strong { display: block; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.story-price strong.is-price-drop { animation: storyPriceDrop .62s ease; }
.story-price strong.is-updating { animation: storyPulse .62s ease; }
@keyframes storyPriceDrop {
  0% { color: var(--ink); transform: translateY(-4px); opacity: .55; }
  45% { color: var(--accent); transform: translateY(2px); opacity: 1; }
  100% { color: var(--ink); transform: translateY(0); }
}
@keyframes storyPulse {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.04); color: var(--accent); }
}
.story-social { position: absolute; left: 22px; bottom: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.story-social span { display: inline-flex; align-items: center; gap: 7px; background: var(--paper); border: 1px solid var(--line); padding: 8px 10px; color: var(--ink); font-weight: 800; font-size: .8rem; }
.story-icon { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--white); color: var(--accent); font-style: normal; }
.story-icon-heart::before { content: "♡"; animation: storyHeart 1.4s infinite ease-in-out; }
.story-icon-alert::before { content: "!"; font-weight: 950; animation: storyBell 1.3s infinite ease-in-out; }
.story-icon-watch::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(181,103,63,.12); }
.story-icon-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
@keyframes storyHeart { 50% { transform: scale(1.18); } }
@keyframes storyBell { 30% { transform: rotate(-9deg); } 65% { transform: rotate(9deg); } }
.story-sold { position: absolute; inset: auto 22px 22px auto; display: none; background: var(--ink); color: var(--white); padding: 12px 14px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-sold.is-visible { display: block; }
.story-copy h2 { font-size: clamp(2.4rem, 4vw, 5rem); }
.story-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.story-choices button { display: grid; gap: 7px; border: 1px solid var(--line); background: var(--white); padding: 18px; color: var(--ink); font: inherit; text-align: left; cursor: pointer; }
.story-choices button strong { font-weight: 900; }
.story-choices button span { color: var(--muted); font-size: .88rem; }
.story-choices button:hover { border-color: var(--ink); transform: translateY(-1px); }
.story-choices button:disabled { cursor: default; opacity: .58; transform: none; }
.story-feedback {
  margin-top: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 850;
}
.story-feedback.is-warning { border-color: rgba(181,103,63,.42); color: var(--accent); }
.story-feedback.is-success { border-color: rgba(33,94,68,.28); color: #215e44; }

.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; background: var(--white); border: 1px solid var(--line); padding: 24px; }
.file-drop {
  min-height: 118px;
  place-content: center;
  border: 1px dashed var(--line);
  background: var(--paper);
  padding: 18px;
  text-align: center;
  cursor: pointer;
}
.file-drop input { max-width: 360px; margin: 0 auto; border: 0; background: transparent; padding: 8px; }
.file-drop span { color: var(--muted); font-size: .86rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.admin-photo-strip { display: grid; gap: 10px; }
.admin-photo-strip article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 10px;
}
.admin-photo-strip img { width: 92px; height: 72px; object-fit: contain; background: var(--white); }
.photo-empty-state {
  width: 92px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-align: center;
}
.admin-photo-strip strong,
.admin-photo-strip span { display: block; }
.admin-photo-strip span { margin: 4px 0 8px; color: var(--muted); font-size: .75rem; overflow-wrap: anywhere; }
.admin-photo-strip button {
  border: 1px solid var(--line);
  background: var(--white);
  margin: 0 6px 6px 0;
  padding: 6px 8px;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
}
.button.danger,
.button.secondary.danger { border-color: rgba(160,45,45,.35); color: #9a2b2b; }
.admin-editor .saved-list { margin-top: 18px; }
.image-tool { background: var(--white); border: 1px solid var(--line); padding: 24px; }
.image-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 18px 0; }
.image-tool figure { margin: 0; }
.image-tool figcaption { margin-bottom: 8px; color: var(--muted); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; }
.image-preview { display: grid; min-height: 260px; place-items: center; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.image-preview img { width: 86%; height: 86%; object-fit: contain; }
.image-preview.bg-paper, .catalog-bg { background: var(--paper); }
.image-preview.bg-white { background: var(--white); }
.image-preview.bg-transparent, .transparent-bg { background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%); background-size: 18px 18px; background-position: 0 0, 0 9px, 9px -9px, -9px 0; }
.image-preview.is-square { aspect-ratio: 1 / 1; }
.image-preview.is-vertical { aspect-ratio: 4 / 5; }

@media (max-width: 980px) {
  .site-header { width: 100%; align-items: center; gap: 16px; padding: 16px 18px; }
  .brand img { width: 128px; height: 62px; }
  .menu-button { display: inline-flex; flex: 0 0 34px; align-items: center; justify-content: center; margin-left: 0; padding: 0; }
  .header-client-link { margin-left: auto; color: #000000; }
  .header-client-link:hover,
  .header-client-link.is-active { color: #000000; }
  .header-client-link span:last-child { display: none; }
  .header-client-icon em { background: #c7372f; color: #ffffff; }
  .menu { position: absolute; top: 100%; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; margin-left: 0; background: var(--white); border: 1px solid var(--line); padding: 14px; }
  .menu.is-open { display: flex; }
  .menu a { padding: 10px 0; }
  .menu a.is-priority { font-size: 1.04rem; }
  .menu-item { display: grid; }
  .menu a.has-submenu::after { float: right; margin-top: 6px; }
  .submenu {
    position: static;
    min-width: 0;
    margin: 0 0 8px 12px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 1px solid var(--line);
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .submenu::before { display: none; }
  .submenu a { padding: 8px 0; color: var(--muted); }
  .submenu a:hover { background: transparent; color: var(--ink); }
  .menu-item:not(.is-open) .submenu { display: none; }
  .hero-market, .intro-strip, .split-hero, .designer-hero, .product-hero, .product-page-premium, .product-gallery, .sell-cta, .sell-hero, .consign-hero, .auction-hero, .auction-example, .auction-note, .consign-benefits, .story-content, .matches-hero, .matches-grid { grid-template-columns: 1fr; }
  .hero-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .hero-gallery a:first-child { grid-column: auto; grid-row: auto; }
  .product-grid, .designer-grid, .detail-grid, .steps, .auction-dashboard, .auction-tools, .auction-primer, .saved-list, .value-grid, .designer-badges, .faq-list, .evaluation-steps, .admin-form-grid, .image-tool-grid { grid-template-columns: 1fr; }
  .product-grid.gallery-listing { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rail-track { grid-auto-columns: calc((100% - 66px) / 4); }
  .steps.process-steps { grid-template-columns: 1fr; }
  .product-grid.featured { grid-template-columns: 1fr; overflow: visible; }
  .auction-panel-head { display: grid; }
  .cm-score { width: 100%; }
  .form-panel form { grid-template-columns: 1fr; }
  .full, .form-note { grid-column: auto; }
  .ai-result { margin-top: 18px; }
  .saved-card { grid-template-columns: 1fr; }
  .admin-tabs { top: 97px; }
  .admin-table article { grid-template-columns: 1fr; }
  .admin-table img { width: 100%; height: 180px; }
  .sell-cta img { height: 300px; }
  .trust-panel { grid-template-columns: 1fr; }
  .trust-panel p, .trust-panel p:nth-child(odd) { border-right: 0; }
  .trust-panel p:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .evaluation-steps span { border-right: 0; border-bottom: 1px solid var(--line); }
  .evaluation-steps span:last-child { border-bottom: 0; }
  .auction-example img, .consign-hero img { min-height: 280px; height: 320px; }
  .opportunity-hero .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.45rem, 9vw, 3.8rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .opportunity-badges { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notice-banner { padding: 8px 18px; line-height: 1.35; overflow-wrap: break-word; }
  .hero-copy h1, .page-hero h1, .designer-hero h1, .product-buy h1 { font-size: clamp(1.9rem, 7vw, 2.15rem); line-height: 1.05; max-width: 100%; }
  .hero-copy h1 { max-width: 10ch; }
  .opportunity-hero .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.45rem, 9vw, 3.8rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .actions .button { flex: 1 1 100%; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 52px; height: 52px; }
}

@media (max-width: 520px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .site-header,
  .notice-banner,
  .hero-market,
  .section,
  .page,
  .steps,
  .auction-primer,
  footer,
  .footer-faq {
    width: min(100%, 390px);
    margin-left: 0;
    margin-right: 0;
  }
  .site-header { padding-right: 18px; }
  .hero-market, .section, .page, .steps, .auction-primer, footer, .footer-faq { padding-left: 20px; padding-right: 20px; }
  .site-footer { width: 100%; padding-left: 20px; padding-right: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: grid; gap: 8px; }
  .hero-gallery, .product-media, .product-photo, .designer-card img { margin-left: 0; margin-right: 0; }
  .product-grid.gallery-listing { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .curated-rail { padding-left: 0; padding-right: 0; }
  .curated-rail .section-head { padding-left: 20px; padding-right: 20px; }
  .rail-track {
    grid-auto-columns: 74vw;
    gap: 14px;
    padding-left: 10vw;
    padding-right: 10vw;
    scroll-padding-inline: 10vw;
    scrollbar-width: none;
  }
  .rail-track::-webkit-scrollbar { display: none; }
  .gallery-card {
    scroll-snap-align: center;
    transform: scale(.96);
    transition: transform .2s ease;
  }
  .gallery-card .product-photo { aspect-ratio: 1 / 1.08; }
  .gallery-card .product-info h3 { font-size: 1.02rem; }
  .swipe-hint { display: block; margin: -8px 20px 12px; color: var(--muted); font-size: .8rem; font-weight: 800; }
  .rail-dots { display: flex; justify-content: center; gap: 5px; margin-top: -6px; }
  .rail-dots span { width: 5px; height: 5px; border-radius: 50%; background: var(--line); }
  .rail-dots span.is-active { background: var(--ink); }
  .designer-track { grid-auto-columns: 74vw; }
  .designer-work { display: none; }
  .product-gallery { gap: 12px; }
  .product-thumbs { display: flex; overflow-x: auto; order: 2; }
  .product-thumbs button { width: 70px; flex: 0 0 auto; }
  .product-page-premium .product-media img { height: 420px; }
  .story-overlay { padding: 10px; }
  .story-content { padding: 22px; gap: 18px; }
  .story-visual { min-height: 320px; }
  .story-copy h2 { font-size: 2.25rem; }
  .story-choices { grid-template-columns: 1fr; }
  .story-copy .actions .button { flex: 1 1 100%; }
  .designer-profile-portrait, .designer-profile-portrait .portrait-placeholder { min-height: 360px; }
  .order-main,
  .order-grid,
  .order-stepper { grid-template-columns: 1fr; }
  .order-main img { width: 100%; height: 180px; }
}

[hidden] { display: none !important; }

.rail-float {
  position: absolute;
  top: clamp(118px, 11vw, 174px);
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%) scale(.96);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}
.rail-float-prev { left: 4px; }
.rail-float-next { right: 4px; }
.curated-rail:hover .rail-float,
.designer-rail:hover .rail-float { opacity: 1; transform: translateY(-50%) scale(1); }
.rail-float:hover { background: var(--ink); color: var(--white); }

.product-page-premium { padding-top: 12px; gap: clamp(22px, 3vw, 46px); }
.product-page-premium .product-media { position: relative; }
.product-page-premium .product-media img { height: min(60vh, 580px); padding: 14px; }
.product-buy { gap: 8px; }
.product-buy h1 { font-size: clamp(2rem, 3vw, 3.45rem); }
.product-buy > p:not(.meta):not(.designer) {
  margin: 0;
  max-width: 58ch;
  font-size: .96rem;
  line-height: 1.52;
}
.product-buy .designer { font-size: .95rem; }
.movement-panel { gap: 7px; padding: 9px 0; }
.movement-title-row .meta { margin-bottom: 0; }
.movement-initial { font-size: .78rem; }
.movement-grid article { padding: 9px 11px; }
.movement-grid strong { font-size: clamp(1.25rem, 1.65vw, 1.72rem); }
.movement-grid .next-value strong { font-size: clamp(1.45rem, 2vw, 2rem); }
.movement-note { margin: 0; font-size: .86rem; line-height: 1.35; }
.product-primary-cta { min-height: 48px; }
.product-purchase-actions { gap: 7px; }
.product-secondary-actions { justify-content: center; gap: 7px 14px; }
.product-social-compact { order: 3; justify-content: flex-start; }

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-arrow-left { left: 16px; }
.gallery-arrow-right { right: 16px; }
.gallery-arrow:hover { background: var(--ink); color: var(--white); }

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

.payment-tabs button {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.payment-tabs button.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.payment-form { display: none; }
.payment-form.is-active { display: grid; }
.purchase-modal { max-width: 760px; }

.story-panel { position: relative; }
.story-fixed {
  display: grid;
  gap: 4px;
  padding: 0 28px 14px;
  border-bottom: 1px solid var(--line);
}

.story-fixed strong { color: var(--ink); font-size: .86rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.story-fixed span { color: var(--muted); }
.story-countdown {
  position: absolute;
  right: 22px;
  top: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 12px;
}
.story-countdown.is-revealing { animation: storyReveal .35s ease; }
@keyframes storyReveal {
  0% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0); }
}

.story-countdown span { display: block; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-countdown strong { color: var(--accent); font-size: 1rem; }
.story-microcopy { margin: -20px clamp(24px, 5vw, 56px) 22px; color: rgba(112,105,96,.62); font-size: .76rem; }
.story-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.story-actions .button.secondary { background: #f2f0eb; color: var(--muted); border-color: var(--line); }
.story-actions .button.primary { min-width: 220px; }
.story-overlay.is-choice-step .story-actions {
  justify-content: flex-start;
}
.story-overlay.is-final-step .story-actions {
  justify-content: flex-end;
}
.story-overlay.is-final-step .story-actions .button.primary {
  min-width: 260px;
}
.story-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .85rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.story-link:hover { color: var(--ink); }
.story-skip { color: var(--muted); background: transparent; }
.story-choices button { background: #f7f5f0; }

.client-area .client-hero { margin-top: 24px; }
.client-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 28px;
  padding-bottom: 6px;
}

.client-tabs a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 14px;
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
}

.client-tabs a.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.client-dashboard { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.client-dashboard-card,
.client-note {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 18px;
}

.client-dashboard-card {
  display: grid;
  gap: 8px;
  color: inherit;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}
.client-dashboard-card:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.toast-container {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 200;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 36px));
}
.toast {
  transform: translateY(-8px);
  opacity: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(0,0,0,.14);
  padding: 13px 15px;
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.is-visible { transform: translateY(0); opacity: 1; }
.toast-error { border-color: rgba(154,43,43,.35); color: #9a2b2b; }
.toast-warning { border-color: rgba(181,103,63,.42); color: var(--accent); }

.button.is-loading,
button.is-loading {
  opacity: .66;
  cursor: wait;
  pointer-events: none;
}

.upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: -6px;
}
.upload-thumb {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px;
}
.upload-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--soft);
}
.upload-thumb button {
  position: absolute;
  right: 4px;
  top: 4px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.upload-thumb figcaption {
  margin-top: 6px;
  overflow: hidden;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-result {
  margin-top: 18px;
  margin-bottom: 90px;
}
.form-note + .ai-result,
.sell-form .ai-result { clear: both; }

.curation-badges,
.product-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.curation-badges span,
.product-social-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 780;
}
.curation-badges strong {
  color: var(--accent);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-social-proof {
  justify-content: center;
}
.product-social-proof i {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-style: normal;
  opacity: 1;
}

.admin-page {
  width: min(1500px, calc(100% - 38px));
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 80px;
}
.admin-page .page-hero,
.admin-page .section { width: 100%; margin-left: 0; margin-right: 0; }
.admin-page .page-hero,
.admin-page .section:not(.admin-tabs) {
  grid-column: 2;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 42px 24px 24px;
  box-shadow: 0 18px 48px rgba(0,0,0,.035);
  scroll-margin-top: 170px;
}
.admin-page .section[hidden] { display: none !important; }
.admin-page .section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
}
.admin-tabs {
  grid-column: 1;
  grid-row: 1 / span 30;
  top: 96px;
  align-self: start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.admin-tabs a {
  width: 100%;
}
.admin-tabs a.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
.admin-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  box-shadow: none;
}
.admin-form-grid .full,
.admin-form-grid .form-note,
.admin-form-grid .file-drop { grid-column: 1 / -1; }
.admin-form-grid label:has(textarea) { grid-column: 1 / -1; }
.admin-data-table,
.finance-row,
.order-admin-row,
.saved-card,
.client-item,
.lead-card {
  min-width: 0;
}
.finance-row > *,
.order-admin-row > *,
.saved-card > *,
.client-item > *,
.lead-card > * {
  min-width: 0;
  overflow-wrap: anywhere;
}
.admin-form-grid label.field-error input,
.admin-form-grid label.field-error select,
.admin-form-grid label.field-error textarea {
  border-color: #9f2f2f;
  background: #fff8f6;
}
.admin-form-grid .form-note.is-error {
  border: 1px solid #d8aaa0;
  background: #fff8f6;
  color: #6f1f16;
  padding: 12px;
}
.admin-form-grid .form-note.is-error ul {
  margin: 8px 0 0 18px;
}
.admin-metric-box {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px;
}
.admin-metric-box span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin-metric-box strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}
.admin-section-actions { margin-bottom: 14px; }
.lead-card {
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: start;
}
.lead-photo-viewer {
  position: relative;
  width: 100%;
  min-width: 180px;
  aspect-ratio: 4 / 3;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  background: #f6f4ef;
  overflow: hidden;
}
.lead-photo-viewer.is-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}
.lead-photo-main,
.client-photo-thumb {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}
.lead-photo-main img,
.client-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.lead-photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(0,0,0,.42);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}
.lead-photo-prev { left: 8px; }
.lead-photo-next { right: 8px; }
.lead-photo-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.lead-photo-dots button {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  padding: 0;
  cursor: pointer;
}
.lead-photo-dots button.is-active {
  background: #fff;
}
.client-photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 190px));
  gap: 10px;
  margin: 14px 0;
}
.client-photo-gallery.full {
  grid-column: 1 / -1;
}
.client-photo-thumb {
  aspect-ratio: 4 / 3;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f4ef;
}
.client-card-photos {
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
}
.profile-photo-gallery {
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.86);
  padding: 54px 24px 24px;
}
.image-lightbox img {
  max-width: min(96vw, 1400px);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
}
.image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,.25);
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}
}
.client-dashboard span { display: block; color: var(--muted); font-weight: 850; }
.client-dashboard strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; font-weight: 400; color: var(--ink); }
.client-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -10px 0 26px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.client-subtabs a {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px 12px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 850;
}
.client-subtabs a.is-active {
  border-color: var(--ink);
  color: var(--ink);
}
.client-list { display: grid; gap: 14px; }
.client-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px;
}

.client-item img { width: 160px; height: 130px; object-fit: contain; background: var(--soft); }
.client-item h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.client-item h3 a { color: inherit; text-decoration: none; }
.client-item p { margin: 4px 0; color: var(--muted); }
.client-item strong { display: block; margin: 6px 0; color: var(--ink); }
.client-item span { display: block; color: var(--muted); }
.client-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.client-form fieldset { border: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; padding: 16px; }
.client-form legend { color: var(--muted); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.client-order-card {
  display: grid;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(16px, 3vw, 24px);
}
.order-main {
  display: grid;
  grid-template-columns: 128px 1fr auto;
  gap: 16px;
  align-items: center;
}
.order-main img { width: 128px; height: 106px; object-fit: contain; background: var(--soft); }
.order-main h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 400; }
.order-main p { margin: 4px 0; }
.order-main strong { display: block; color: var(--ink); }
.status-badge {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 8px 10px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.order-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.order-stepper span {
  position: relative;
  border-top: 2px solid var(--line);
  padding-top: 10px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
}
.order-stepper span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}
.order-stepper span.is-complete { border-color: var(--accent); color: var(--ink); }
.order-stepper span.is-complete::before { background: var(--accent); }
.order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.order-grid section {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px;
}
.order-grid h4 { margin: 0 0 8px; color: var(--ink); }
.order-grid p { margin: 3px 0; font-size: .88rem; }
.order-documents a,
.order-documents .document-link {
  display: block;
  width: fit-content;
  margin: 7px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  padding: 0;
  font-size: .86rem;
  font-weight: 850;
  cursor: pointer;
  text-align: left;
}

.opportunity-hero {
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}
.opportunity-hero .hero-copy {
  align-self: center;
  max-width: 620px;
}
.opportunity-hero .hero-copy h1 {
  max-width: 12.8ch;
  font-size: clamp(2.8rem, 4.65vw, 5.45rem);
  line-height: .96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.opportunity-hero .hero-copy h1 span {
  display: block;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.opportunity-example {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) 1fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 54px);
}
.opportunity-example img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--soft);
}
.opportunity-example-body {
  display: grid;
  align-content: center;
}
.opportunity-example span,
.opportunity-example small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}
.opportunity-example strong {
  display: block;
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: .96;
}
.opportunity-example em {
  display: block;
  color: var(--muted);
  font-style: normal;
  text-decoration: line-through;
  font-size: .9rem;
}
.opportunity-example b {
  display: block;
  margin: 3px 0 16px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.opportunity-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 12px;
}
.opportunity-badges small {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 11px;
}
.opportunity-badges small span {
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.opportunity-badges small strong {
  margin: 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.1;
}
.timer-badge {
  position: relative;
  padding-left: 28px !important;
}
.timer-badge i {
  position: absolute;
  left: 10px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 rgba(181,109,67,.36);
  animation: cmPulse 1.6s infinite;
}
@keyframes cmPulse {
  0% { box-shadow: 0 0 0 0 rgba(181,109,67,.35); }
  70% { box-shadow: 0 0 0 8px rgba(181,109,67,0); }
  100% { box-shadow: 0 0 0 0 rgba(181,109,67,0); }
}
.opportunity-primer {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(160px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.opportunity-primer article {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
}
.opportunity-primer article strong {
  display: block;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 400;
}
.opportunity-primer article span { color: var(--muted); }

.admin-table article { grid-template-columns: 86px 1fr auto auto auto; }

@media (max-width: 980px) {
  .admin-page {
    width: min(100%, calc(100% - 24px));
    display: block;
  }
  .admin-page .page-hero,
  .admin-page .section:not(.admin-tabs) {
    padding: 18px;
    margin-bottom: 18px;
  }
  .admin-tabs {
    position: sticky;
    top: 92px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
  }
  .admin-tabs a { width: auto; flex: 0 0 auto; }
  .admin-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-page-premium .product-media img { height: min(58vh, 520px); }
  .rail-float { display: none; }
  .opportunity-primer { grid-template-columns: 1fr; }
  .opportunity-example { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .admin-page {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .admin-form-grid,
  .admin-table article,
  .lead-card,
  .saved-card {
    grid-template-columns: 1fr;
  }
  .admin-form-grid .file-drop,
  .admin-form-grid .full,
  .admin-form-grid label:has(textarea) { grid-column: auto; }
  .upload-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toast-container { left: 12px; right: 12px; top: 12px; width: auto; }
  .curation-badges,
  .product-social-proof { align-items: stretch; }
  .curation-badges span,
  .product-social-proof span { width: 100%; justify-content: center; }
  .shipping-quote label > div { grid-template-columns: 1fr; }
  .shipping-result .button { width: 100%; }
  .vip-actions,
  .context-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .product-page-premium { gap: 20px; padding-top: 18px; }
  .product-page-premium .product-media img { height: 340px; }
  .product-buy h1 { font-size: clamp(2rem, 11vw, 3.3rem); }
  .movement-grid { grid-template-columns: 1fr; }
  .movement-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .movement-grid article:last-child { border-bottom: 0; }
  .gallery-arrow { width: 38px; height: 38px; font-size: 1.6rem; }
  .story-overlay { align-items: stretch; padding: 8px; overflow: hidden; }
  .story-panel { height: calc(100dvh - 16px); overflow: auto; padding-bottom: 104px; }
  .story-fixed { padding: 0 18px 12px; }
  .story-content { padding: 18px; gap: 18px; }
  .story-visual { min-height: 250px; }
  .story-visual img { width: 86%; max-height: 220px; }
  .story-price { left: 12px; top: 12px; padding: 10px 12px; }
  .story-price strong { font-size: 1.4rem; }
  .story-social { left: 12px; right: 12px; bottom: 12px; }
  .story-social span { padding: 6px 8px; font-size: .72rem; }
  .story-countdown { position: static; margin: 12px 0 0; }
  .story-copy h2 { font-size: clamp(2rem, 12vw, 3.05rem); }
  .story-copy p { font-size: 1rem; }
  .story-actions {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    background: rgba(250,248,244,.96);
    border: 1px solid var(--line);
    padding: 10px;
    box-shadow: 0 12px 36px rgba(0,0,0,.12);
  }
  .story-actions .button.primary { width: 100%; min-width: 0; }
  .story-actions .button.secondary { min-height: 40px; }
.client-dashboard { grid-template-columns: 1fr; }
  .client-item { grid-template-columns: 1fr; }
  .client-item img { width: 100%; height: 220px; }
}

.finance-dashboard,
.finance-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

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

.admin-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}
.admin-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 18px;
}
.admin-subtabs a {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 9px 12px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}
.admin-subtabs a:hover { color: var(--ink); border-color: var(--ink); }
.admin-subtabs button {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 9px 12px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}
.admin-subtabs button.is-active,
.admin-subtabs button:hover {
  border-color: var(--ink);
  color: var(--ink);
}
.diagnostic-log {
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px;
  margin: 0 0 18px;
}
.diagnostic-log h3 {
  font-family: var(--sans);
  font-size: 1rem;
  margin: 2px 0 12px;
}
.diagnostic-steps {
  display: grid;
  gap: 8px;
}
.diagnostic-step {
  display: flex;
  align-items: start;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 10px 12px;
  font-size: .85rem;
}
.diagnostic-step strong {
  min-width: 52px;
  font-size: .72rem;
  letter-spacing: .08em;
}
.diagnostic-step.is-ok { background: #E6F4EA; color: #137333; }
.diagnostic-step.is-warn { background: #FFF7E6; color: #8A5A00; }
.diagnostic-step.is-error { background: #FCE8E6; color: #A50E0E; }
.checkout-freight-note {
  margin: 6px 0 12px;
  color: #4A4A4A;
  font-size: .75rem;
  line-height: 1.5;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.lead-fiscal-summary {
  display: grid;
  gap: 4px;
  border-left: 2px solid var(--accent);
  padding: 8px 0 8px 12px;
  margin: 8px 0;
  color: var(--muted);
  font-size: .82rem;
}
.tiny-import-table {
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow: auto;
  border: 1px solid var(--line);
  padding: 8px;
}
.tiny-import-row {
  display: grid;
  grid-template-columns: 28px 1fr 2fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  font-size: .82rem;
}
.supplier-data-page {
  background: var(--paper);
}
.supplier-form-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
}
.supplier-form-panel {
  width: min(920px, 100%);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 32px;
}
.supplier-form-panel h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 12px;
}
.admin-data-table {
  display: grid;
  gap: 10px;
}
.order-admin-row {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr 1.1fr 1fr .8fr 1.25fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px;
  font-size: .88rem;
}
.order-admin-row > div {
  min-width: 0;
}
.order-admin-row span,
.order-admin-row em {
  display: block;
  color: var(--muted);
  font-style: normal;
}
.order-product-cell {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.order-product-cell img {
  width: 64px;
  height: 52px;
  object-fit: contain;
  background: var(--white);
}
.order-admin-row select {
  width: 100%;
  margin-bottom: 8px;
}
.reservation-row {
  grid-template-columns: 1.6fr 1.1fr .9fr auto;
}

.finance-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(90px, 1fr));
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: .92rem;
}

.finance-chart {
  display: flex;
  align-items: end;
  gap: 6px;
  min-height: 130px;
  border-bottom: 1px solid var(--line);
  padding-top: 16px;
}

.finance-chart span {
  position: relative;
  display: block;
  width: 18px;
  background: var(--accent);
  opacity: .75;
}
.finance-chart span em {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: .68rem;
  font-style: normal;
}
.finance-management-card {
  margin-bottom: 24px;
}
.compact-admin-form {
  margin: 14px 0 18px;
  padding: 0;
  border: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.finance-expense-list {
  margin-top: 12px;
}

.admin-filter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}
.architect-pending-card {
  margin: 18px 0;
}
.compact-section-head {
  margin-bottom: 8px;
}
.compact-section-head h3,
.architect-pending-item h4 {
  margin: 0;
}
.architect-pending-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.architect-pending-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.architect-pending-item p {
  margin: 4px 0 0;
  color: var(--muted);
}

.crm-client-card .crm-timeline {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.crm-client-card .crm-timeline li {
  border-left: 2px solid var(--accent);
  padding-left: 10px;
}

.crm-client-card .crm-timeline span {
  display: block;
  color: var(--muted);
}
.crm-client-card {
  grid-template-columns: 1fr;
}
.crm-profile-modal {
  max-width: 920px;
  max-height: calc(100vh - 48px);
  overflow: auto;
}
.crm-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 14px 0;
}
.crm-profile-grid section {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.crm-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}
.crm-profile-badges .status-badge {
  display: inline-flex;
  align-items: center;
  width: auto;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.35;
  white-space: normal;
}
.crm-profile-badges .status-badge.is-marketing {
  background: #e6f4ea;
  color: #137333;
}
.crm-profile-badges .status-badge.is-approval {
  background: #f1f3f4;
  color: #3c4043;
}
.crm-profile-whatsapp {
  margin-top: 8px;
}
.crm-profile-modal .crm-timeline.full {
  margin-top: 16px;
}
.crm-profile-modal .crm-timeline.full li {
  line-height: 1.35;
}
.crm-profile-modal .crm-timeline.full span {
  display: inline;
  color: var(--ink);
}

.architect-pro-page {
  width: 100%;
  margin: 0;
}
.architect-pro-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 107px);
}
.architect-pro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.architect-pro-panel {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(34px, 6vw, 86px);
  background: var(--paper);
}
.architect-pro-panel h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}
.architect-pro-panel p:not(.meta):not(.form-note) {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
}
.architect-pro-form,
.architect-pro-login {
  display: grid;
  gap: 18px;
  max-width: 520px;
}
.architect-pro-login {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.architect-pro-form label,
.architect-pro-login label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.architect-pro-form input,
.architect-pro-login input {
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  color: #000000;
  font: inherit;
}
.architect-pro-form button,
.architect-pro-login button {
  width: 100%;
  min-height: 46px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.architect-pro-login button {
  background: transparent;
  color: #000000;
}
.pro-dashboard .client-tabs,
.pro-tabs {
  border: 1px solid var(--line);
  background: var(--white);
}
.pro-project-row {
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
}
.pro-secret-card .button {
  margin-top: auto;
  width: 100%;
}

@media (max-width: 980px) {
  .architect-pro-hero { grid-template-columns: 1fr; }
  .architect-pro-image img { height: 38vh; }
  .pro-project-row { grid-template-columns: 1fr; }
}
.status-badge.is-muted {
  background: #ece8df;
  color: var(--muted);
}
.status-badge.is-paid {
  background: #e2f3e6;
  color: #24633a;
}

.lead-destination-actions {
  margin-top: 14px;
  flex-wrap: wrap;
}
.rich-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
}
.rich-editor-toolbar button,
.rich-editor-toolbar label {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 8px 10px;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 850;
  cursor: pointer;
}
.rich-editor {
  min-height: 260px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 16px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}
.rich-editor:focus { outline: 1px solid var(--ink); }
.rich-editor img { max-width: 100%; height: auto; object-fit: contain; }

.admin-action-modal label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.form-inline-action {
  align-self: end;
}

input[readonly] {
  background: #f4f1eb;
  color: var(--muted);
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .finance-dashboard,
  .finance-layout,
  .admin-filter-row,
  .compact-admin-form,
  .crm-profile-grid {
    grid-template-columns: 1fr;
  }
  .finance-row {
    grid-template-columns: 1fr;
  }
  .order-admin-row,
  .reservation-row {
    grid-template-columns: 1fr;
  }
  .architect-pending-item {
    grid-template-columns: 1fr;
  }
}
