

/* BHK V5.0.49 — Public colour authority lane. Extracted from bhk-v5-public.css. */

:root {
  --v5-width: 1220px;
  --v5-track: 920px;
  --v5-rail: 300px;
  --v5-shell: 890px;
  --v5-home-backdrop-size: 920px;
  --v5-home-jacket-size: 900px;
  --v5-home-sleeve-size: 890px;
  --v5-home-backdrop-edge: var(--v5-line);
  --v5-home-jacket-edge: var(--v5-line-strong);
  --v5-home-sleeve-edge: var(--v5-accent);
  --v5-home-ghost-edge: transparent;
  --v5-gap: 0px;
  --v5-public-shell-radius: 0px;
  --v5-public-inner-radius: 12px;
  --v5-public-control-radius: 8px;
  --v5-fast: 180ms;
  --v5-medium: 420ms;
  --v5-slow: 760ms;
  --v5-vinyl-base: #05020a;
  --v5-vinyl-plum: #16061f;
  --v5-vinyl-edge: #321448;
  --v5-vinyl-glint: rgba(255,47,213,.22);
}


html[data-bhk-v5-mode="afterhours"] {
  --v5-page: #05030a;
  --v5-surface: #100719;
  --v5-surface-2: #170b25;
  --v5-surface-3: #211030;
  --v5-text: #f8f2ff;
  --v5-muted: #b5a5c4;
  --v5-line: #3b2852;
  --v5-line-strong: #dac8ff;
  --v5-signal: #ff2fd5;
  --v5-accent: #8f64ff;
  --v5-proof: #ffffff;
  --v5-shadow: rgba(0,0,0,.62);
  --v5-atmosphere-a: #2e0f4d;
  --v5-atmosphere-b: #333fcc;
  --v5-atmosphere-c: #f21fc7;
}
html[data-bhk-v5-mode="day"] {
  --v5-page: #f4f0df;
  --v5-surface: #fffaf0;
  --v5-surface-2: #ede3c8;
  --v5-surface-3: #ded0ac;
  --v5-text: #19160f;
  --v5-muted: #685d49;
  --v5-line: #a98e55;
  --v5-line-strong: #2e271b;
  --v5-signal: #9c251f;
  --v5-accent: #4f3b22;
  --v5-proof: #000000;
  --v5-shadow: rgba(76,57,22,.18);
  --v5-atmosphere-a: #d9c795;
  --v5-atmosphere-b: #8c764b;
  --v5-atmosphere-c: #fff5cc;
}
html[data-bhk-v5-mode="fashion"] {
  --v5-page: #020202;
  --v5-surface: #09090a;
  --v5-surface-2: #121316;
  --v5-surface-3: #1f2024;
  --v5-text: #f4f4f2;
  --v5-muted: #b7b7bb;
  --v5-line: #4a4c52;
  --v5-line-strong: #f2f2f2;
  --v5-signal: #f7f7f5;
  --v5-accent: #c5c7cc;
  --v5-proof: #ffffff;
  --v5-shadow: rgba(0,0,0,.78);
  --v5-atmosphere-a: #070708;
  --v5-atmosphere-b: #34363b;
  --v5-atmosphere-c: #f4f4f2;
  --v5-vinyl-base: #030304;
  --v5-vinyl-plum: #0f1012;
  --v5-vinyl-edge: #55575f;
  --v5-vinyl-glint: rgba(255,255,255,.22);
  --v5-console-glass: rgba(9,9,10,.84);
  --v5-console-panel: rgba(18,19,22,.78);
  --v5-console-edge: rgba(242,242,242,.44);
  --v5-console-led: rgba(247,247,245,.92);
}
html[data-bhk-v5-mode="pride"] {
  --v5-page: #07070d;
  --v5-surface: #11111b;
  --v5-surface-2: #1a1630;
  --v5-surface-3: #221944;
  --v5-text: #ffffff;
  --v5-muted: #d5cff1;
  --v5-line: #584cab;
  --v5-line-strong: #ffed00;
  --v5-signal: #e40303;
  --v5-accent: #004dff;
  --v5-proof: #ffffff;
  --v5-shadow: rgba(0,0,0,.58);
  --v5-atmosphere-a: #750787;
  --v5-atmosphere-b: #004dff;
  --v5-atmosphere-c: #ff8c00;
}
html[data-bhk-v5-mode="default-white"] {
  --v5-page: #ffffff;
  --v5-surface: #ffffff;
  --v5-surface-2: #ffffff;
  --v5-surface-3: #ffffff;
  --v5-text: #ffffff;
  --v5-muted: #ffffff;
  --v5-line: #ffffff;
  --v5-line-strong: #ffffff;
  --v5-signal: #ffffff;
  --v5-accent: #ffffff;
  --v5-proof: #ffffff;
  --v5-shadow: transparent;
  --v5-atmosphere-a: #ffffff;
  --v5-atmosphere-b: #ffffff;
  --v5-atmosphere-c: #ffffff;
  --v5-vinyl-base: #ffffff;
  --v5-vinyl-plum: #ffffff;
  --v5-vinyl-edge: #ffffff;
  --v5-vinyl-glint: #ffffff;
}

/* V5.0.294 — Fashion Console B/W mode float hook. */
html[data-bhk-v5-mode="fashion"],
html[data-bhk-v5-mode="afterhours"] {
  transition: background-color var(--v5-medium) ease, color var(--v5-medium) ease;
}

html[data-bhk-v5-mode-float="true"] body.bhk-v5-body,
html[data-bhk-v5-mode-float="true"] .bhk-v5-playerRail,
html[data-bhk-v5-mode-float="true"] [data-bhk-v5-album],
html[data-bhk-v5-mode-float="true"] [data-bhk-v5-sleeve],
html[data-bhk-v5-mode-float="true"] .bhk-v5-cover {
  transition:
    background-color 520ms ease,
    border-color 520ms ease,
    box-shadow 520ms ease,
    color 520ms ease,
    filter 520ms ease;
}

html[data-bhk-v5-mode="fashion"] body.bhk-v5-body {
  background:
    radial-gradient(circle at 72% 8%, color-mix(in srgb, var(--v5-atmosphere-c) 8%, transparent), transparent 30rem),
    radial-gradient(circle at 18% 88%, color-mix(in srgb, var(--v5-atmosphere-b) 12%, transparent), transparent 36rem),
    linear-gradient(180deg, #020202 0%, #08080a 48%, #020202 100%);
}

html[data-bhk-v5-mode="fashion"] .bhk-v5-atmosphere {
  opacity: .52;
  mix-blend-mode: screen;
  filter: grayscale(1) contrast(1.32) brightness(.88);
}

html[data-bhk-v5-mode="fashion"] .bhk-v5-home-jacket__imageTriptych img,
html[data-bhk-v5-mode="fashion"] .bhk-v5-bio-jacket__portrait img,
html[data-bhk-v5-mode="fashion"] .bhk-v5-newsShowcase img,
html[data-bhk-v5-mode="fashion"] .bhk-v5-highlights img,
html[data-bhk-v5-mode="fashion"] .bhk-v5-projects img {
  filter: grayscale(1) saturate(.08) contrast(1.13) brightness(.92);
}

html[data-bhk-v5-mode="fashion"] .bhk-v5-playerRail,
html[data-bhk-v5-mode="fashion"] .bhk-v5-playerRail__inner,
html[data-bhk-v5-mode="fashion"] .bhk-v5-cover,
html[data-bhk-v5-mode="fashion"] [data-bhk-v5-sleeve] {
  border-color: color-mix(in srgb, var(--v5-line-strong) 34%, var(--v5-line));
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--v5-proof) 5%, transparent),
    0 26px 72px color-mix(in srgb, var(--v5-shadow) 82%, transparent);
}

