/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V4
 * Component: brand masthead and description · genre: editorial · theme: existing Parfumistas.
 * Full-width brand identity, with no product montage or advertising slot.
 */
body.pv-site .pv-brand-header {
  --bh-paper: var(--h26-panel);
  --bh-ink: var(--h26-ink);
  --bh-muted: var(--h26-muted);
  --bh-accent: var(--h26-kicker);
  --bh-rule: var(--h26-line);
  --bh-ease: cubic-bezier(.2, .7, .3, 1);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

body.pv-site .pv-brand-masthead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0;
  align-items: center;
  min-width: 0;
  padding: 24px clamp(22px, 2.3vw, 36px) 26px;
  background: var(--bh-paper);
  color: var(--bh-ink);
  border-radius: 4px;
  isolation: isolate;
}

body.pv-site .pv-brand-crumbs {
  grid-column: 1 / -1;
  min-width: 0;
  margin: 0 0 24px;
  font: 400 11px/1.5 var(--pv-type-ui);
  color: var(--bh-muted);
}
body.pv-site .pv-brand-crumbs ol {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.pv-site .pv-brand-crumbs li { min-width: 0; }
body.pv-site .pv-brand-crumbs a {
  color: var(--bh-muted);
  text-decoration: none;
  white-space: nowrap;
}
body.pv-site .pv-brand-crumbs [aria-current] {
  color: var(--bh-ink);
  overflow-wrap: anywhere;
}
body.pv-site .pv-brand-crumbs a:hover { color: var(--bh-ink); text-decoration: underline; text-underline-offset: 3px; }

body.pv-site .pv-brand-identity { min-width: 0; }
body.pv-site .pv-brand-mark {
  display: flex;
  align-items: center;
  width: 96px;
  height: 40px;
  margin-bottom: 20px;
}
body.pv-site .pv-brand-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 40px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
body.pv-site .pv-brand-kicker {
  margin: 0 0 9px;
  color: var(--bh-accent);
  font: 700 10px/1.4 var(--pv-type-ui);
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.pv-site .pv-brand-title {
  min-width: 0;
  margin: 0;
  color: var(--bh-ink);
  font-family: var(--pv-type-display);
  font-size: clamp(38px, 3.7vw, 60px);
  font-style: normal;
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
body.pv-site .pv-brand-count {
  margin: 16px 0 0;
  color: var(--bh-muted);
  font: 400 12px/1.7 var(--pv-type-ui);
}

body.pv-site .pv-brand-about {
  min-width: 0;
  width: 100%;
  max-width: 72ch;
  margin: 0;
  color: var(--bh-muted);
  font: 400 15px/1.8 var(--pv-type-ui);
  overflow-wrap: anywhere;
}
body.pv-site .pv-brand-about p { margin: 0 0 1em; }
body.pv-site .pv-brand-about > :first-child { margin-top: 0; }
body.pv-site .pv-brand-about > :last-child { margin-bottom: 0; }
body.pv-site .pv-brand-about a { color: var(--bh-accent); text-decoration: underline; text-underline-offset: 3px; }
body.pv-site .pv-brand-jumps {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  margin-top: 26px;
  padding-top: 12px;
  border-top: 1px solid var(--bh-rule);
}
body.pv-site .pv-brand-jumps a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  color: var(--bh-ink);
  font: 600 12px/1.4 var(--pv-type-ui);
  text-decoration: none;
  white-space: nowrap;
}
body.pv-site .pv-brand-jumps svg { flex: none; transition: transform 160ms var(--bh-ease); }
body.pv-site .pv-brand-jumps a:hover { color: var(--bh-accent); }
body.pv-site .pv-brand-jumps a:hover svg { transform: translateY(3px); }
body.pv-site .pv-brand-jumps a:active svg { transform: translateY(1px); }
body.pv-site .pv-brand-header a:focus-visible { outline: 2px solid var(--bh-accent); outline-offset: 4px; }

@media (max-width: 1119px) and (min-width: 601px) {
  body.pv-site .pv-brand-title { font-size: clamp(42px, 5vw, 56px); }
}
@media (max-width: 600px) {
  body.pv-site .pv-brand-masthead {
    padding: 20px 18px 16px;
  }
  body.pv-site .pv-brand-crumbs { margin-bottom: 20px; }
  body.pv-site .pv-brand-mark { height: 28px; margin-bottom: 14px; }
  body.pv-site .pv-brand-mark img { max-width: 82px; max-height: 28px; }
  body.pv-site .pv-brand-kicker { margin-bottom: 8px; font-size: 9px; }
  body.pv-site .pv-brand-title { font-size: clamp(36px, 9.8vw, 48px); line-height: 1.02; text-wrap: pretty; }
  body.pv-site .pv-brand-count { margin-top: 10px; }
  body.pv-site .pv-brand-about { font-size: 14px; }
  body.pv-site .pv-brand-jumps { gap: 0 20px; margin-top: 20px; padding-top: 8px; }
  body.pv-site .pv-brand-jumps a { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  body.pv-site .pv-brand-jumps svg { transition: none; }
  body.pv-site .pv-brand-jumps a:hover svg,
  body.pv-site .pv-brand-jumps a:active svg { transform: none; }
}

/* Photographic masthead: one full background with transparent type layers.
 * The veil changes direction with the composition, never forms a text card.
 */
body.pv-site .pv-brand-masthead--art {
  --bh-ink: #fffdf8;
  --bh-muted: #f2eee8;
  --bh-accent: #f3d4a6;
  --bh-rule: rgb(255 253 248 / 28%);
  --bh-shade: 9 15 22;
  --bh-text-shadow: 0 1px 8px rgb(0 0 0 / 18%);
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2.9 / 1;
  min-height: 360px;
  grid-template-areas: "crumbs" "identity" "links";
  grid-template-rows: auto 1fr auto;
  padding: clamp(26px, 3vw, 42px);
  overflow: hidden;
  background: var(--bh-art-paper);
}
body.pv-site .pv-brand-masthead--art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgb(var(--bh-shade) / 80%) 0%,
    rgb(var(--bh-shade) / 72%) 32%,
    rgb(var(--bh-shade) / 28%) 51%,
    rgb(var(--bh-shade) / 0%) 72%);
}
body.pv-site .pv-brand-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
body.pv-site .pv-brand-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.pv-site .pv-brand-masthead--art > :not(.pv-brand-art) {
  position: relative;
  z-index: 1;
  width: 44%;
  max-width: 44%;
  padding: 0;
  border-radius: 0;
  background: none;
  text-shadow: var(--bh-text-shadow);
}
body.pv-site .pv-brand-masthead--art .pv-brand-crumbs {
  grid-area: crumbs;
  margin: 0 0 22px;
}
body.pv-site .pv-brand-masthead--art .pv-brand-crumbs ol {
  display: flex;
  padding: 0;
  background: none;
}
body.pv-site .pv-brand-masthead--art .pv-brand-identity {
  grid-area: identity;
  align-self: center;
}
body.pv-site .pv-brand-masthead--art .pv-brand-mark { display: none; }
body.pv-site .pv-brand-masthead--art .pv-brand-title {
  font-size: clamp(38px, 4.1vw, 62px);
  line-height: 1.02;
}
body.pv-site .pv-brand-masthead--art .pv-brand-count { margin-top: 14px; }
body.pv-site .pv-brand-masthead--art .pv-brand-jumps {
  grid-area: links;
  margin: 22px 0 0;
  padding-top: 10px;
  gap: 8px 22px;
  border-top: 1px solid var(--bh-rule);
}
body.pv-site .pv-brand-masthead--art .pv-brand-crumbs a,
body.pv-site .pv-brand-masthead--art .pv-brand-jumps a { color: var(--bh-ink) !important; }
body.pv-site .pv-brand-masthead--art .pv-brand-jumps a { font-weight: 500; }
body.pv-site .pv-brand-masthead--art .pv-brand-jumps a:hover { text-decoration: underline; text-underline-offset: 4px; }
body.pv-site .pv-brand-masthead--art a:focus-visible { outline-color: var(--bh-ink); }
@media (min-width: 701px) and (max-width: 1000px) {
  body.pv-site .pv-brand-masthead--art { min-height: 350px; padding: 26px; }
  body.pv-site .pv-brand-art img { object-position: right center; }
  body.pv-site .pv-brand-masthead--art .pv-brand-title { font-size: 38px; }
  body.pv-site .pv-brand-masthead--art .pv-brand-jumps { gap: 0 16px; }
  body.pv-site .pv-brand-masthead--art .pv-brand-jumps a { font-size: 11px; }
}
@media (max-width: 700px) {
  body.pv-site .pv-brand-masthead.pv-brand-masthead--art {
    aspect-ratio: 3 / 4;
    min-height: 400px;
    padding: 22px 20px 16px;
  }
  body.pv-site .pv-brand-masthead--art::before {
    background: linear-gradient(180deg,
      rgb(var(--bh-shade) / 82%) 0%,
      rgb(var(--bh-shade) / 72%) 24%,
      rgb(var(--bh-shade) / 0%) 53%,
      rgb(var(--bh-shade) / 0%) 70%,
      rgb(var(--bh-shade) / 76%) 100%);
  }
  body.pv-site .pv-brand-masthead--art > :not(.pv-brand-art) { width: 100%; max-width: 100%; }
  body.pv-site .pv-brand-masthead--art .pv-brand-crumbs { margin-bottom: 22px; font-size: 10px; }
  body.pv-site .pv-brand-masthead--art .pv-brand-identity { align-self: start; }
  body.pv-site .pv-brand-masthead--art .pv-brand-title { font-size: clamp(30px, 8.5vw, 44px); line-height: 1.04; }
  body.pv-site .pv-brand-masthead--art .pv-brand-count { margin-top: 10px; font-size: 11px; }
  body.pv-site .pv-brand-masthead--art .pv-brand-kicker { font-size: 9px; margin-bottom: 7px; }
  body.pv-site .pv-brand-masthead--art .pv-brand-jumps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    padding-top: 8px;
  }
  body.pv-site .pv-brand-masthead--art .pv-brand-jumps a { min-width: 0; font-size: 10px; line-height: 1.4; gap: 8px; white-space: normal; }
  body.pv-site .pv-brand-masthead--art .pv-brand-jumps a + a { padding-left: 12px; border-left: 1px solid var(--bh-rule); }
}
