/* Luxy — O Salão de Colecionadores */
@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/fonts/bodoni-moda-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --bg: #070605;
  --bg-deep: #030302;
  --surface: #100e0b;
  --surface-raised: #17130f;
  --surface-soft: #0c0b09;
  --ink: #f4f5f3;
  --muted: #b9b0a4;
  --quiet: #91887c;
  --line: rgb(209 175 114 / 18%);
  --line-strong: rgb(209 175 114 / 42%);
  --chrome: rgb(7 6 5 / 96%);
  --control: rgb(16 14 11 / 96%);
  --site-primary: #9a6a24;
  --site-accent: #d1af72;
  --shadow: 0 24px 80px rgb(0 0 0 / 42%);
  --radius-sm: 2px;
  --radius: 2px;
  --radius-lg: 2px;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f5f3;
  --bg-deep: #e8eae7;
  --surface: #ffffff;
  --surface-raised: #fafbf9;
  --surface-soft: #eef0ed;
  --ink: #191816;
  --muted: #4c4b46;
  --quiet: #64625b;
  --line: rgb(25 24 22 / 15%);
  --line-strong: rgb(121 84 38 / 52%);
  --chrome: rgb(255 255 255 / 97%);
  --control: #ffffff;
  --site-primary: #795426;
  --site-accent: #795426;
  --shadow: 0 18px 54px rgb(20 18 14 / 10%);
}

body {
  background: var(--bg);
  font-kerning: normal;
  font-optical-sizing: auto;
}

body::before {
  display: none;
}

.cookie-topbar {
  min-height: 44px;
  padding-block: 0;
  border-color: var(--line);
  background: var(--bg-deep);
  color: var(--quiet);
}

.cookie-topbar p {
  min-height: 44px;
  align-items: center;
  font-size: .72rem;
}

.cookie-topbar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cookie-topbar button {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--site-accent);
}

.topbar {
  min-height: 84px;
  gap: 0;
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--chrome);
}

.site-identity {
  order: 1;
  min-height: 84px;
  gap: 0;
  padding: 0 34px 0 0;
  border-right: 1px solid var(--line);
  color: var(--site-accent);
}

.site-identity > span {
  display: none;
}

.site-identity strong {
  font: 500 2.2rem/1 "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.top-menu {
  order: 3;
  min-height: 84px;
  gap: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
}

.top-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: var(--muted);
  font-size: .73rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.top-menu a:hover {
  background: transparent;
  color: var(--site-accent);
}

.theme-toggle {
  order: 5;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--site-accent);
}

.header-search {
  order: 4;
  margin-left: auto;
}

.header-search > div {
  height: 44px;
  border-color: var(--line);
  border-radius: 0;
  background: var(--control);
}

.header-search input {
  min-width: 220px;
  color: var(--ink);
}

.header-search input::placeholder {
  color: var(--muted);
}

.header-search button {
  min-width: 44px;
  border-radius: 0;
  background: transparent;
  color: var(--site-accent);
}

h1,
h2,
.hero-copy h1,
.collection-proof strong,
.record-card h2,
.brand-masthead h1,
.score-panel h2,
.brand-story h2,
.signature-section h2,
.brand-sources h2,
.brand-aside h2,
.editorial-hero h1,
.report-block h2,
.tier-guide h2,
.ranking-position {
  font-family: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

.database-page {
  padding-top: 0;
}

.data-hero {
  isolation: isolate;
  min-height: clamp(590px, 76vh, 760px);
  display: flex;
  align-items: center;
  padding: clamp(36px, 7vw, 88px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background-image: url("/hero/luxy-salon.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.data-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(3 3 2 / 94%) 0%, rgb(3 3 2 / 80%) 34%, rgb(3 3 2 / 28%) 66%, rgb(3 3 2 / 12%) 100%);
  pointer-events: none;
}

.data-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgb(3 3 2 / 58%));
  pointer-events: none;
}

.hero-copy {
  color: #f4f5f3;
}

.hero-copy .eyebrow {
  color: #d1af72;
}

.hero-copy h1 {
  margin-top: 22px;
  color: #f4f5f3;
  font-size: clamp(3.25rem, 7.4vw, 6rem);
  letter-spacing: -.035em;
  line-height: .96;
  font-weight: 500;
  text-wrap: balance;
}

.hero-copy p {
  margin-top: 26px;
  color: #d8d2c8;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.7;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  margin-top: 34px;
}

.hero-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 24px;
  border: 1px solid rgb(209 175 114 / 42%);
  border-radius: 2px;
  color: #f4f5f3;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color 240ms var(--ease-out), border-color 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.hero-actions a:first-child {
  border-color: #9a6a24;
  background: #9a6a24;
  color: #fff;
}

.hero-actions a:hover {
  border-color: #d1af72;
  background: rgb(209 175 114 / 10%);
  transform: translateY(-1px);
}

.hero-actions a:first-child:hover {
  background: #795426;
}

.hero-stat {
  display: none;
}

.collection-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-inline: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.collection-proof > div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 22px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.collection-proof > div:last-child {
  border-right: 0;
}

.collection-proof strong {
  color: var(--site-accent);
  font: 500 1.5rem/1 "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
}

.collection-proof span {
  color: var(--quiet);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.data-toolbar {
  margin: clamp(34px, 5vw, 60px) 0 28px;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.data-search > label {
  color: var(--site-accent);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.data-search > div {
  gap: 0;
}

.data-search input {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--control);
  color: var(--ink);
}

.data-search input::placeholder {
  color: var(--muted);
}

.data-search button {
  min-height: 50px;
  padding-inline: 24px;
  border: 1px solid var(--site-primary);
  border-radius: 0;
  background: var(--site-primary);
  color: #fff;
  box-shadow: none;
}

.records-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.record-card {
  min-height: 430px;
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #100e0b;
  box-shadow: none;
}

.record-card:nth-child(6n + 1) {
  min-height: 560px;
  grid-column: span 8;
}

.record-card:nth-child(6n + 2) {
  min-height: 560px;
  grid-column: span 4;
}

.card-image {
  position: absolute;
  inset: 0;
  height: auto;
  padding: 0;
  border: 0;
  background: #0c0b09;
}

.card-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: transform 700ms var(--ease-out), opacity 300ms var(--ease-out);
}

.card-image.is-photo img {
  object-fit: cover;
  filter: saturate(.72) contrast(1.05) brightness(.75);
}

.card-image.is-mark {
  display: grid;
  place-items: center;
  background: #d8d6d0;
}

.card-image.is-mark img {
  width: 72%;
  height: 58%;
  padding: 0;
  object-fit: contain;
  filter: grayscale(1) contrast(1.3);
  mix-blend-mode: multiply;
  opacity: .82;
}

.record-card:hover .card-image img {
  transform: scale(1.025);
}

.record-card:hover .card-image.is-mark img {
  opacity: 1;
  transform: scale(1.035);
}

.record-card-body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 120px clamp(20px, 2.6vw, 34px) clamp(22px, 3vw, 34px);
  background: linear-gradient(180deg, transparent 28%, rgb(3 3 2 / 90%) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.record-card-top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.card-score {
  color: var(--site-accent);
  font: 500 1.25rem/1 "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-variant-numeric: tabular-nums;
}

.card-score small {
  margin-left: 3px;
  color: #aaa39a;
  font: 700 .58rem/1 "Hanken Grotesk", sans-serif;
}

.record-card .badges {
  gap: 10px;
}

.record-card .badges span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c8c0b6;
  font-size: .65rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.record-card .badges span + span::before {
  content: "·";
  margin-right: 10px;
  color: var(--site-accent);
}

.record-card h2 {
  margin-top: 14px;
  color: #f4f5f3;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

.record-card dl {
  margin: 10px 0 0;
}

.record-card dt {
  display: none;
}

.record-card dd {
  color: #b9b0a4;
  font-size: .8rem;
}

.record-link {
  min-height: 44px;
  display: inline-flex;
  align-items: end;
  align-self: start;
  gap: 14px;
  margin-top: 8px;
  color: var(--site-accent);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.record-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.record-link:focus-visible::after {
  outline: 2px solid var(--site-accent);
  outline-offset: -4px;
}

html[data-theme="light"] .data-hero {
  border-color: rgb(25 24 22 / 22%);
}

html[data-theme="light"] .collection-proof {
  background: #ffffff;
}

html[data-theme="light"] .collection-proof strong,
html[data-theme="light"] .data-search > label {
  color: #795426;
}

html[data-theme="light"] .record-link {
  color: #9a6a24;
}

html[data-theme="light"] .topbar,
html[data-theme="light"] .cookie-topbar {
  background: #ffffff;
}

html[data-theme="light"] .top-menu a {
  color: #4c4b46;
}

html[data-theme="light"] .site-identity,
html[data-theme="light"] .theme-toggle,
html[data-theme="light"] .header-search button {
  color: #795426;
}

html[data-theme="light"] .data-search button {
  border-color: #795426;
  background: #795426;
}

html[data-theme="light"] .source-note {
  border-color: var(--line);
}

html[data-theme="light"] .site-footer {
  border-color: var(--line);
  background: #ffffff;
  color: #191816;
}

html[data-theme="light"] .site-footer p,
html[data-theme="light"] .site-footer a,
html[data-theme="light"] .site-footer .footer-label,
html[data-theme="light"] .site-footer .footer-bottom,
html[data-theme="light"] .footer-brand-link small {
  color: #5a5954;
}

html[data-theme="light"] .footer-brand-link strong {
  color: #191816;
}

html[data-theme="light"] .footer-search input {
  border-color: var(--line);
  background: #f4f5f3;
  color: #191816;
}

html[data-theme="light"] .footer-search button {
  border-color: #795426;
  background: #795426;
  color: #ffffff;
}

html[data-theme="light"] .record-card {
  background: #100e0b;
}

html[data-theme="light"] .record-card h2 {
  color: #f4f5f3;
}

html[data-theme="light"] .record-card dd,
html[data-theme="light"] .record-card .badges span {
  color: #b9b0a4;
}

.breadcrumbs {
  min-height: 54px;
  align-items: center;
  gap: 10px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: .8rem;
}

.breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
}

.brand-profile,
.record-detail,
.ranking-list,
.method-grid article,
.tier-guide,
.report-block,
.editorial-hero {
  border-radius: 0;
  box-shadow: none;
}

.brand-profile {
  border: 1px solid var(--line);
  background: var(--surface);
}

.brand-masthead {
  min-height: 610px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  background: var(--surface);
}

.brand-masthead-copy {
  align-self: center;
  padding: clamp(38px, 6vw, 76px);
}

.brand-masthead h1 {
  margin-top: 16px;
  font-size: clamp(3.6rem, 7vw, 6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .94;
}

.brand-masthead-copy > p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.brand-actions {
  gap: 10px;
}

.brand-actions a {
  min-height: 48px;
  border-radius: 2px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.button-primary {
  border-color: var(--site-primary);
  background: var(--site-primary);
  color: #fff;
}

.button-secondary {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--site-accent);
}

.brand-visual {
  min-height: 610px;
  border-left: 0;
  background: #0c0b09;
}

.brand-visual.is-photo img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04) brightness(.82);
}

.brand-visual.is-mark img {
  width: 68%;
  height: 62%;
  padding: 0;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .86;
}

.luxy-score {
  right: 22px;
  bottom: 22px;
  border: 1px solid rgb(209 175 114 / 42%);
  border-radius: 0;
  background: #070605;
  color: #f4f5f3;
}

.luxy-score strong {
  color: #d1af72;
  font-family: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-weight: 500;
}

.brand-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.brand-facts > div {
  border-color: var(--line);
}

.score-panel {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.score-bars i {
  height: 4px;
  border-radius: 0;
  background: var(--bg-deep);
}

.score-bars i::after {
  border-radius: 0;
  background: var(--site-primary);
}

.brand-aside {
  background: var(--surface-soft);
}

.signature-card,
.brand-sources li,
.method-grid article,
.tier-guide,
.report-block {
  border-radius: 0;
  background: var(--surface);
  box-shadow: none;
}

.signature-card a {
  min-height: 44px;
  border-radius: 2px;
}

.editorial-page {
  padding-top: 0;
}

.editorial-hero {
  padding: clamp(44px, 8vw, 96px);
  border: 1px solid var(--line);
  background: #0c0b09;
  color: #f4f5f3;
}

.editorial-hero h1 {
  color: #f4f5f3;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}

.editorial-hero p {
  color: #c8c0b6;
}

.section-tabs {
  scroll-padding-inline: 16px;
  scroll-snap-type: x proximity;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.section-tabs a {
  scroll-snap-align: start;
  min-height: 48px;
  border-radius: 0;
  color: var(--muted);
}

.section-tabs a[aria-current="page"] {
  background: transparent;
  color: var(--site-accent);
  box-shadow: inset 0 -2px var(--site-primary);
}

.ranking-list {
  border-color: var(--line);
}

.ranking-row {
  min-height: 96px;
  border-color: var(--line);
  background: var(--surface);
}

.ranking-row:hover {
  background: var(--surface-soft);
}

.report-scope {
  padding: clamp(30px, 5vw, 64px) 0;
  border-bottom: 1px solid var(--line);
}

.report-scope p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  line-height: 1.55;
}

.report-scope strong {
  color: var(--ink);
  font-family: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-weight: 500;
}

.report-block {
  padding-inline: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.report-table > div:last-child {
  border-bottom: 0;
}

.site-footer {
  border-top: 1px solid rgb(209 175 114 / 22%);
  background: #070605;
  color: #f4f5f3;
}

.footer-brand-link strong {
  color: #f4f5f3;
  font: 500 2.7rem/1 "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-brand-link small {
  margin-top: 8px;
  color: #b9b0a4;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a,
.site-footer .footer-label,
.site-footer .footer-bottom {
  color: #b9b0a4;
}

.site-footer a:hover {
  color: #d1af72;
}

.source-note {
  padding-inline: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.brand-sources a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.media-credit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-block: 0;
}

.media-credit a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.pagination {
  border-radius: 0;
}

.pagination a,
.pagination span {
  border-radius: 0;
}

.detail-page .eyebrow::before,
.editorial-page .eyebrow::before {
  height: 1px;
}

.footer-link-list a,
.footer-search-column a,
.back-row a,
.pagination a,
.pagination span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (pointer: coarse) {
  .cookie-topbar {
    min-height: 44px;
  }

  .cookie-topbar a,
  .cookie-topbar button,
  .topbar a,
  .topbar button,
  .facet-strip a,
  .section-tabs a,
  .record-link,
  .brand-actions a,
  .signature-card a,
  .brand-sources a,
  .ranking-row,
  .footer-link-list a {
    min-height: 44px;
  }
}

@media (max-width: 760px) {
  .section-tabs {
    padding-right: 64px;
    mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 34px), transparent 100%);
  }

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

  .record-card,
  .record-card:nth-child(6n + 1),
  .record-card:nth-child(6n + 2) {
    min-height: 470px;
    grid-column: 1;
  }

  .topbar {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }

  .site-footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .cookie-topbar p span {
    display: none;
  }

  .cookie-topbar button {
    position: sticky;
    right: max(12px, env(safe-area-inset-right));
    padding-inline: 12px;
    background: var(--bg-deep);
  }

  html[data-theme="light"] .cookie-topbar button {
    background: #ffffff;
  }

  .brand-masthead {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .brand-visual {
    min-height: 380px;
    border-left: 0;
    border-top: 0;
  }

  .brand-masthead h1,
  .editorial-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.75rem);
  }
}

@media (max-width: 760px) {
  .data-hero {
    min-height: 680px;
    align-items: end;
    padding: 34px 24px 42px;
    background-position: 64% center;
  }

  .data-hero::before {
    background: linear-gradient(180deg, rgb(3 3 2 / 12%) 0%, rgb(3 3 2 / 42%) 38%, rgb(3 3 2 / 96%) 82%);
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.45rem);
  }

  .collection-proof {
    grid-template-columns: 1fr 1fr;
  }

  .collection-proof > div:nth-child(2) {
    border-right: 0;
  }

  .collection-proof > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions a {
    transition-duration: 0.01ms;
  }
}
