/*
Theme Name: Blackjack Modern
Theme URI: https://black-jackbarbershop.com/
Author: Blackjack Barbershop
Description: A lightweight, responsive custom theme for Blackjack Barbershop Dubai.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: blackjack-modern
*/

@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  src: url('assets/fonts/playfair-display-latin.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Instrument Sans';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 400 700;
  src: url('assets/fonts/instrument-sans-latin.woff2') format('woff2');
}

:root {
  --font-body: 'Instrument Sans';
  --font-display: 'Playfair Display';
  --bg: #06130d;
  --panel: #0a1b12;
  --panel-2: #0d2418;
  --green: #0c4431;
  --green-soft: #123523;
  --ink: #e9efe8;
  --heading: #f5efdf;
  --cream: #f0ecdf;
  --paper: #f7f6f2;
  --muted: #92958f;
  --gold: #d2bd7d;
  --gold-bright: #ead99f;
  --brown: #0b170f;
  --line: rgba(234, 217, 159, 0.13);
  --line-strong: rgba(234, 217, 159, 0.28);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--heading);
  font-family: var(--font-display), Georgia, serif;
}

em {
  color: var(--gold);
  font-weight: 500;
}

.section-wrap {
  margin-inline: auto;
  width: min(1240px, calc(100% - 80px));
}

.section-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-kicker::before {
  background: currentColor;
  content: '';
  display: inline-block;
  height: 1px;
  margin: 0 12px 4px 0;
  width: 28px;
}

.scroll-progress {
  background: var(--gold-bright);
  height: 2px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  z-index: 80;
}

.premium-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(6, 19, 13, 0.9);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  height: 88px;
  left: 0;
  padding: 0 48px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
}

.premium-brand {
  display: inline-flex;
  width: 154px;
}

.premium-brand img {
  height: auto;
  width: 100%;
}

.premium-nav {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: clamp(22px, 2.8vw, 40px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-nav a {
  color: rgba(246, 242, 228, 0.72);
  position: relative;
  transition: color 160ms ease;
}

.premium-nav a::after {
  background: var(--gold);
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.premium-nav a:hover {
  color: var(--gold-bright);
}

.premium-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.premium-header-cta,
.premium-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.premium-header-cta {
  background: var(--heading);
  color: #111311;
  justify-self: end;
}

.premium-header-cta:hover,
.premium-button-gold:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.premium-mobile-actions,
.premium-mobile-menu {
  display: none;
}

.premium-hero {
  background:
    linear-gradient(120deg, rgba(4, 15, 10, 0.96), rgba(6, 34, 22, 0.77)),
    url('assets/images/app-silk.jpg') center / cover;
  min-height: 820px;
  overflow: hidden;
  padding: 158px 48px 86px;
  position: relative;
}

.premium-hero::before {
  background: rgba(255, 255, 255, 0.14);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
}

.premium-hero-glow {
  background: rgba(210, 189, 125, 0.12);
  border-radius: 999px;
  filter: blur(80px);
  height: 420px;
  position: absolute;
  right: 8%;
  top: 17%;
  width: 420px;
}

.premium-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.premium-hero-copy {
  opacity: var(--hero-opacity, 1);
  transform: translate3d(0, var(--hero-copy-y, 0px), 0);
  will-change: opacity, transform;
}

.premium-eyebrow {
  align-items: center;
  color: var(--gold-bright);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.premium-eyebrow span {
  background: var(--gold);
  height: 1px;
  width: 34px;
}

.premium-hero h1 {
  font-size: clamp(58px, 6.4vw, 94px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 28px;
}

.premium-lead {
  color: rgba(233, 239, 232, 0.7);
  font-size: 18px;
  line-height: 1.72;
  margin-bottom: 34px;
  max-width: 560px;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}

.premium-button-gold {
  background: var(--heading);
  color: #111311;
}

.premium-button-ghost {
  border: 1px solid var(--line-strong);
  color: var(--heading);
}

.premium-button-ghost:hover {
  background: rgba(233, 212, 146, 0.08);
  border-color: var(--gold);
}

.premium-proof {
  display: flex;
  gap: clamp(22px, 3vw, 48px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-proof li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.premium-proof strong {
  color: var(--heading);
  font-family: var(--font-display), Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.premium-proof span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.premium-hero-visual {
  min-height: 535px;
  position: relative;
  transform: translate3d(0, var(--hero-image-y, 0px), 0);
  will-change: transform;
}

.premium-photo-card {
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  box-shadow: var(--shadow);
  height: 500px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.premium-photo-card > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.premium-photo-card::after {
  background: linear-gradient(transparent 54%, rgba(4, 17, 10, 0.94));
  content: '';
  inset: 0;
  position: absolute;
}

.premium-photo-caption {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.premium-photo-caption span,
.premium-photo-caption strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-photo-caption strong {
  color: var(--gold-bright);
}

.premium-availability {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(6, 24, 15, 0.9);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  bottom: 23px;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  gap: 9px;
  letter-spacing: 0.07em;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  z-index: 4;
}

.premium-availability i {
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(222, 214, 189, 0.12);
  height: 7px;
  width: 7px;
}

.premium-location-rail {
  align-items: center;
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  padding: 22px max(48px, calc((100vw - 1320px) / 2));
}

.premium-location-rail > p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.premium-location-rail > div {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.premium-location-rail a {
  align-items: center;
  border-left: 1px solid var(--line);
  color: var(--heading);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: space-between;
  padding: 7px 18px;
  transition: color 160ms ease;
}

.premium-location-rail a:hover {
  color: var(--gold-bright);
}

.intro {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 130px);
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.8fr);
  padding-block: 144px;
}

.intro-copy h2,
.modern-heading h2,
.locations-heading h2 {
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 28px;
}

.section-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 42px;
  max-width: 610px;
}

.value-list {
  border-top: 1px solid var(--line);
}

.value-list > div {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 36px 1fr;
  padding: 20px 0;
}

.value-list > div > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-top: 3px;
}

.value-list p {
  color: var(--muted);
  margin: 0;
}

.value-list strong {
  color: var(--heading);
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.intro-visual {
  min-height: 610px;
  position: relative;
}

.intro-main-image {
  border-radius: 18px;
  height: 610px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.intro-main-image::after {
  background: linear-gradient(transparent 62%, rgba(4, 17, 10, 0.68));
  content: '';
  inset: 0;
  position: absolute;
}

.intro-main-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-modern {
  background:
    radial-gradient(circle at 12% 4%, rgba(33, 104, 69, 0.3), transparent 36%),
    linear-gradient(rgba(4, 22, 13, 0.91), rgba(5, 26, 16, 0.97)),
    url('assets/images/app-silk.jpg') center / cover;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
  padding-block: 132px;
  position: relative;
}

.story-modern::after {
  border: 1px solid rgba(234, 217, 159, 0.08);
  border-radius: 50%;
  content: '';
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -260px;
  top: -260px;
  width: 520px;
}

.story-top {
  align-items: start;
  display: grid;
  gap: clamp(64px, 9vw, 150px);
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
}

.story-top h2 {
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
}

.story-copy {
  border-left: 1px solid var(--line-strong);
  display: grid;
  gap: 24px;
  padding-left: clamp(32px, 5vw, 72px);
}

.story-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.story-copy p:first-child {
  color: var(--ink);
  font-size: 18px;
}

.numbers-heading {
  align-items: center;
  border-bottom: 1px solid var(--line-strong);
  color: var(--gold);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.14em;
  margin-top: 92px;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.numbers-heading span:last-child {
  color: var(--muted);
  letter-spacing: 0.1em;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.number-card {
  background: rgba(255, 255, 255, 0.018);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 196px;
  padding: 30px;
  transition: background-color 200ms ease;
}

.number-card:nth-child(3n + 1) {
  border-left: 1px solid var(--line);
}

.number-card:hover {
  background: rgba(234, 217, 159, 0.045);
}

.number-card dt {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  order: 2;
  text-transform: uppercase;
}

.number-card dd {
  color: var(--heading);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 28px;
  order: 1;
}

.services-modern {
  background: var(--paper);
  color: #1d1e1c;
  padding-block: 132px;
}

.services-modern .section-kicker,
.locations-modern .section-kicker {
  color: #77715f;
}

.services-modern h2,
.services-modern h3,
.locations-modern h2,
.locations-modern h3 {
  color: #151614;
}

.modern-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  margin-bottom: 62px;
}

.modern-heading h2 {
  margin-bottom: 0;
}

.modern-heading h2 em,
.locations-heading h2 em {
  color: #81775d;
}

.modern-heading-side {
  border-left: 1px solid rgba(17, 19, 17, 0.15);
  padding-left: 32px;
}

.modern-heading-side p {
  color: #656862;
  margin-bottom: 20px;
}

.modern-heading-side a {
  align-items: center;
  background: #171917;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.1em;
  min-height: 44px;
  padding: 0 16px;
  text-transform: uppercase;
}

.service-grid {
  border-left: 1px solid rgba(17, 19, 17, 0.12);
  border-top: 1px solid rgba(17, 19, 17, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  background: #f7f6f2;
  border-bottom: 1px solid rgba(17, 19, 17, 0.12);
  border-right: 1px solid rgba(17, 19, 17, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 30px;
  position: relative;
  transition: background-color 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: #ffffff;
  transform: translateY(-3px);
  z-index: 2;
}

.service-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.service-card-top span {
  color: #77715f;
  font-family: var(--font-display), Georgia, serif;
  font-size: 18px;
}

.service-card-top small {
  background: #e9e8e3;
  border-radius: 999px;
  color: #3a3c38;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.service-card h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.service-card > p {
  color: #696c66;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.service-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.service-meta span {
  color: #777a74;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-meta strong {
  color: #171917;
  font-size: 15px;
}

.service-card > a {
  align-items: center;
  background: #171917;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: auto;
  min-height: 44px;
  padding: 0 15px;
  text-transform: uppercase;
}

.price-note {
  color: #777a74;
  font-size: 11px;
  margin: 20px 0 0;
}

.gallery-modern {
  background: #081a11;
  border-top: 1px solid var(--line);
  padding-block: 132px;
}

.gallery-heading {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(260px, 0.45fr);
  margin-bottom: 52px;
}

.gallery-heading h2 {
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
}

.gallery-heading > p {
  color: var(--muted);
  margin: 0 0 8px;
  max-width: 380px;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(12, 1fr);
}

.gallery-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.gallery-card::after {
  background: linear-gradient(transparent 52%, rgba(4, 17, 10, 0.88));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-card figcaption {
  align-items: end;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.gallery-card figcaption span {
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-card figcaption strong {
  color: var(--heading);
  font-family: var(--font-display), Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.gallery-card-1 {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-card-2,
.gallery-card-3 {
  grid-column: span 5;
}

.gallery-card-4,
.gallery-card-5,
.gallery-card-6 {
  grid-column: span 4;
}

.experience-modern {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 760px;
  overflow: hidden;
}

.experience-image {
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.experience-image > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.experience-image::after {
  background: linear-gradient(90deg, transparent 65%, rgba(4, 17, 10, 0.2));
  content: '';
  inset: 0;
  position: absolute;
}

.experience-image-tag {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(5, 22, 14, 0.86);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  bottom: 30px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 12px;
  left: 30px;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.experience-image-tag span {
  color: var(--gold);
}

.experience-copy {
  align-items: flex-start;
  background:
    linear-gradient(rgba(4, 18, 11, 0.91), rgba(5, 31, 19, 0.94)),
    url('assets/images/app-silk.jpg') center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px);
  position: relative;
}

.experience-copy::after {
  background: rgba(255, 255, 255, 0.12);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
}

.experience-copy h2 {
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 28px;
}

.experience-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
}

.experience-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.experience-copy li {
  color: #c5c7c2;
  font-size: 14px;
}

.experience-copy li span {
  color: var(--gold);
  margin-right: 10px;
}

.locations-modern {
  background: #ecebe7;
  color: #282a27;
  padding-block: 132px;
}

.locations-heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  margin-bottom: 60px;
}

.locations-heading .section-kicker {
  align-self: start;
  margin-top: 13px;
}

.locations-heading h2 {
  margin: 0;
}

.locations-heading > p:last-child {
  color: #656862;
  margin: 0 0 8px;
}

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

.location-modern-card {
  background: #f8f7f3;
  border: 1px solid rgba(17, 19, 17, 0.12);
  border-radius: 14px;
  min-height: 360px;
  padding: 34px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.location-modern-card:hover {
  background: #ffffff;
  border-color: rgba(17, 19, 17, 0.28);
  transform: translateY(-3px);
}

.location-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.location-card-head > span {
  color: #77715f;
  font-family: var(--font-display), Georgia, serif;
  font-size: 20px;
}

.location-card-head small {
  border: 1px solid rgba(17, 19, 17, 0.18);
  border-radius: 999px;
  color: #3a3c38;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.location-modern-card h3 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 14px;
}

.location-modern-card address,
.location-modern-card > p {
  color: #696c66;
  font-size: 13px;
  font-style: normal;
  margin: 0 0 5px;
}

.location-phone {
  color: #171917;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
}

.location-actions {
  align-items: center;
  border-top: 1px solid rgba(17, 19, 17, 0.12);
  display: flex;
  gap: 24px;
  margin-top: 26px;
  padding-top: 20px;
}

.location-actions a {
  color: #171917;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-actions a:first-child {
  align-items: center;
  background: #171917;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  min-height: 42px;
  padding: 0 15px;
}

.booking-banner {
  align-items: center;
  background:
    linear-gradient(105deg, rgba(5, 29, 18, 0.94), rgba(8, 52, 33, 0.84)),
    url('assets/images/app-silk.jpg') center / cover;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
  min-height: 330px;
  overflow: hidden;
  padding: 64px max(48px, calc((100vw - 1240px) / 2));
  position: relative;
}

.booking-banner::before {
  content: none;
}

.booking-banner > div:first-child {
  position: relative;
  z-index: 1;
}

.booking-banner h2 {
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}

.booking-banner > div:first-child > p:last-child {
  color: rgba(233, 239, 232, 0.7);
  margin: 0;
}

.booking-banner > a {
  min-width: 196px;
  position: relative;
  z-index: 2;
}

footer {
  background: #041009;
  padding: 80px 0 28px;
}

.footer-main {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.8fr 0.65fr 1.15fr 0.7fr;
  padding-bottom: 70px;
}

.footer-brand img {
  margin-bottom: 20px;
  width: 190px;
}

.footer-brand p {
  color: var(--muted);
  font-size: 13px;
  max-width: 260px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-column a {
  color: #b5b6b2;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.footer-column a:hover {
  color: var(--heading);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: #747772;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding-top: 24px;
  text-transform: uppercase;
}

.mobile-book-bar {
  display: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scroll-progress-fill {
  to { transform: scaleX(1); }
}

@keyframes hero-scroll-copy {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0.42; transform: translateY(72px); }
}

@keyframes hero-scroll-image {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(46px) scale(0.965); }
}

@keyframes section-reveal {
  from { opacity: 0.12; transform: translateY(72px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes visual-reveal {
  from { clip-path: inset(14% 0 14% 0); opacity: 0.25; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

@keyframes card-reveal {
  from { clip-path: inset(0 0 20% 0); opacity: 0.15; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

@keyframes image-drift {
  from { transform: scale(1.08) translateY(-2.5%); }
  to { transform: scale(1.08) translateY(3.5%); }
}

@media (prefers-reduced-motion: no-preference) {
  html.motion-ready [data-reveal] {
    opacity: 0;
    transition:
      opacity 760ms cubic-bezier(0.2, 0.7, 0.2, 1),
      transform 860ms cubic-bezier(0.16, 1, 0.3, 1),
      clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, clip-path;
  }

  html.motion-ready [data-reveal='up'] {
    transform: translate3d(0, 76px, 0);
  }

  html.motion-ready [data-reveal='left'] {
    transform: translate3d(-72px, 0, 0);
  }

  html.motion-ready [data-reveal='right'] {
    transform: translate3d(72px, 0, 0);
  }

  html.motion-ready [data-reveal='scale'] {
    clip-path: inset(13% 8% 13% 8% round 22px);
    transform: scale(0.94);
  }

  html.motion-ready [data-reveal='card'] {
    transform: translate3d(0, 52px, 0) scale(0.975);
  }

  html.motion-ready [data-reveal].is-visible {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  html.motion-ready .service-card:nth-child(3n + 2),
  html.motion-ready .number-card:nth-child(3n + 2),
  html.motion-ready .gallery-card:nth-child(even),
  html.motion-ready .location-modern-card:nth-child(even) {
    transition-delay: 90ms;
  }

  html.motion-ready .service-card:nth-child(3n + 3),
  html.motion-ready .number-card:nth-child(3n + 3) {
    transition-delay: 180ms;
  }

  [data-parallax] {
    transform: scale(1.08) translate3d(0, var(--parallax-y, 0px), 0);
    will-change: transform;
  }
}

@media (max-width: 1100px) {
  .premium-header {
    grid-template-columns: 1fr auto;
    padding: 0 28px;
  }

  .premium-header-cta {
    display: none;
  }

  .premium-nav {
    gap: 20px;
    justify-self: end;
  }

  .premium-mobile-menu summary {
    align-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.1em;
    list-style: none;
    min-height: 42px;
    padding: 0 15px;
    text-transform: uppercase;
  }

  .premium-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .premium-mobile-menu summary i,
  .premium-mobile-menu summary i::after {
    background: var(--gold);
    content: '';
    display: block;
    height: 1px;
    position: relative;
    width: 15px;
  }

  .premium-mobile-menu summary i::after {
    position: absolute;
    top: 5px;
  }

  .premium-mobile-menu nav {
    background: var(--panel);
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 2px;
    min-width: 230px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 52px;
  }

  .premium-mobile-menu nav a {
    border-radius: 10px;
    font-size: 13px;
    padding: 10px 12px;
  }

  .premium-mobile-menu nav a:hover {
    background: rgba(233, 212, 146, 0.07);
  }

  .premium-mobile-menu .mobile-book-link {
    background: var(--heading);
    color: #111311;
    font-weight: 700;
    margin-top: 4px;
  }

  .premium-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  }

  .premium-location-rail {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 60px;
    grid-template-columns: 1fr 0.9fr;
  }

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

  .experience-copy {
    padding: 70px;
  }

  .locations-heading {
    grid-template-columns: 1fr 1.3fr;
  }

  .locations-heading > p:last-child {
    display: none;
  }
}

@media (max-width: 860px) {
  .section-wrap {
    width: min(100% - 48px, 680px);
  }

  .premium-nav {
    display: none;
  }

  .premium-mobile-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-self: end;
  }

  .mobile-gallery-shortcut {
    align-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    color: var(--gold-bright);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    min-height: 42px;
    padding: 0 14px;
    text-transform: uppercase;
  }

  .premium-mobile-menu {
    display: block;
    position: relative;
  }

  .premium-hero {
    padding-inline: 24px;
  }

  .premium-hero-inner {
    grid-template-columns: 1fr;
  }

  .premium-hero-copy {
    max-width: 680px;
  }

  .premium-hero-visual {
    min-height: 500px;
    width: min(100%, 620px);
  }

  .premium-location-rail {
    padding-inline: 24px;
  }

  .intro {
    grid-template-columns: 1fr;
    padding-block: 100px;
  }

  .intro-visual {
    margin-inline: auto;
    width: min(100%, 550px);
  }

  .story-top {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .story-copy {
    border-left: 0;
    border-top: 1px solid var(--line-strong);
    padding-left: 0;
    padding-top: 34px;
  }

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

  .number-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .number-card:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .modern-heading {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .modern-heading-side {
    border-left: 0;
    border-top: 1px solid rgba(17, 19, 17, 0.15);
    padding: 24px 0 0;
  }

  .gallery-heading {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-card-1 {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-card-2,
  .gallery-card-3,
  .gallery-card-4,
  .gallery-card-5,
  .gallery-card-6 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .experience-modern {
    grid-template-columns: 1fr;
  }

  .experience-image {
    min-height: 560px;
  }

  .experience-copy {
    padding: 90px max(24px, calc((100vw - 680px) / 2));
  }

  .locations-heading {
    grid-template-columns: 1fr;
  }

  .locations-heading .section-kicker {
    margin: 0;
  }

  .booking-banner {
    grid-template-columns: 1fr auto;
  }

  .booking-banner > a {
    grid-column: auto;
    justify-self: start;
  }

  .footer-main {
    grid-template-columns: 1.4fr 0.7fr 1fr;
  }

  .footer-column:last-child {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: 74px;
  }

  #ht-ctc-chat {
    bottom: 88px !important;
    right: 12px !important;
  }

  .section-wrap {
    width: calc(100% - 36px);
  }

  .premium-header {
    gap: 12px;
    height: 76px;
    padding-inline: 18px;
  }

  .premium-brand {
    width: 132px;
  }

  .premium-hero {
    min-height: auto;
    padding: 124px 20px 58px;
  }

  .premium-hero h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .premium-lead {
    font-size: 16px;
  }

  .premium-actions {
    display: grid;
    margin-bottom: 38px;
  }

  .premium-button {
    min-height: 50px;
    width: 100%;
  }

  .premium-proof {
    gap: 16px;
    justify-content: space-between;
  }

  .premium-proof strong {
    font-size: 18px;
  }

  .premium-proof span {
    font-size: 8px;
  }

  .premium-hero-visual {
    min-height: 400px;
  }

  .premium-photo-card {
    border-radius: 20px;
    height: 370px;
    width: 100%;
  }

  .premium-availability {
    bottom: 11px;
    right: 0;
  }

  .premium-location-rail {
    padding: 22px 20px;
  }

  .premium-location-rail > div {
    grid-template-columns: 1fr 1fr;
  }

  .premium-location-rail a {
    min-height: 44px;
    padding-inline: 12px;
  }

  .intro {
    gap: 54px;
    padding-block: 80px;
  }

  .intro-copy h2,
  .modern-heading h2,
  .locations-heading h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .section-lead {
    font-size: 16px;
  }

  .intro-visual {
    min-height: 510px;
  }

  .intro-main-image {
    height: 510px;
    width: 100%;
  }

  .services-modern,
  .story-modern,
  .gallery-modern,
  .locations-modern {
    padding-block: 86px;
  }

  .story-top h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .story-copy p:first-child {
    font-size: 16px;
  }

  .numbers-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 62px;
  }

  .number-card {
    min-height: 150px;
    padding: 22px 18px;
  }

  .number-card dd {
    font-size: clamp(42px, 13vw, 60px);
    margin-bottom: 20px;
  }

  .number-card dt {
    font-size: 9px;
  }

  .gallery-heading h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .gallery-grid {
    grid-auto-rows: 280px;
    grid-template-columns: 1fr;
  }

  .gallery-card-1,
  .gallery-card-2,
  .gallery-card-3,
  .gallery-card-4,
  .gallery-card-5,
  .gallery-card-6 {
    grid-column: 1;
    grid-row: auto;
  }

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

  .service-card {
    min-height: 320px;
    padding: 26px;
  }

  .experience-image {
    min-height: 470px;
  }

  .experience-copy {
    padding: 80px 20px;
  }

  .experience-copy h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .location-card-grid {
    grid-template-columns: 1fr;
  }

  .location-modern-card {
    min-height: 350px;
    padding: 28px;
  }

  .booking-banner {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .booking-banner > a {
    grid-column: 1;
    justify-self: stretch;
  }

  footer {
    padding-top: 60px;
  }

  .footer-main {
    gap: 38px 24px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 54px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-book-bar {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(6, 19, 13, 0.94);
    border-top: 1px solid var(--line-strong);
    bottom: 0;
    display: flex;
    height: 74px;
    justify-content: space-between;
    left: 0;
    padding: 10px 14px 10px 18px;
    position: fixed;
    right: 0;
    z-index: 50;
  }

  .mobile-book-bar > div {
    display: flex;
    flex-direction: column;
  }

  .mobile-book-bar span {
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-book-bar strong {
    color: var(--heading);
    font-family: var(--font-display), Georgia, serif;
    font-size: 17px;
    font-weight: 500;
  }

  .mobile-book-bar > a {
    align-items: center;
    background: var(--heading);
    border-radius: 999px;
    color: #111311;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 9px;
    letter-spacing: 0.07em;
    min-height: 46px;
    padding: 0 17px;
    text-transform: uppercase;
  }
}

@media (max-width: 390px) {
  .premium-header {
    padding-inline: 14px;
  }

  .premium-brand {
    width: 124px;
  }

  .mobile-gallery-shortcut {
    display: none;
  }

  .premium-eyebrow {
    font-size: 9px;
  }

  .premium-proof {
    flex-wrap: wrap;
  }

  .premium-location-rail > div {
    grid-template-columns: 1fr;
  }

  .premium-location-rail a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .scroll-progress {
    display: none;
  }
}

/* Purpose-built Services, Locations and Contact pages */
.bj-page {
  background: #f1efe9;
  color: #272a26;
}

.bj-page-shell {
  margin-inline: auto;
  width: min(1180px, calc(100% - 80px));
}

.bj-page-hero {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  min-height: 650px;
  overflow: hidden;
  padding: 190px 0 100px;
  position: relative;
}

.bj-page-hero::before {
  background:
    radial-gradient(circle at 78% 22%, rgba(210, 189, 125, 0.2), transparent 30%),
    linear-gradient(105deg, rgba(4, 15, 10, 0.98) 3%, rgba(5, 29, 18, 0.9) 46%, rgba(6, 24, 16, 0.56) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.bj-page-hero::after {
  background: linear-gradient(90deg, transparent, rgba(234, 217, 159, 0.5), transparent);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.55;
  position: absolute;
  right: 0;
}

.bj-page-hero--services {
  background-image: url('assets/images/app-silk.jpg');
}

.bj-page-hero--locations {
  background-image: url('assets/images/fresha-jumeirah-interior.jpg');
  background-position: center 38%;
}

.bj-page-hero--contact {
  background-image: url('assets/images/fresha-bay-exterior.jpg');
  background-position: center 56%;
}

.bj-page-hero .bj-page-shell {
  position: relative;
  z-index: 1;
}

.bj-page-hero .section-kicker {
  margin-bottom: 24px;
}

.bj-page-hero h1 {
  color: var(--heading);
  font-size: clamp(62px, 8.2vw, 112px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
  margin: 0;
  max-width: 970px;
}

.bj-page-hero h1 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.bj-page-lead {
  color: rgba(236, 239, 231, 0.78);
  font-size: 19px;
  line-height: 1.65;
  margin: 34px 0 0;
  max-width: 680px;
}

.bj-hero-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 38px;
}

.bj-text-link {
  align-items: center;
  color: rgba(246, 242, 228, 0.84);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bj-text-link:hover {
  color: var(--gold-bright);
}

.bj-featured-section {
  padding-block: 124px;
}

.bj-featured-grid .service-card {
  min-height: 370px;
}

.bj-catalog-section {
  background: #07170f;
  border-top: 1px solid var(--line);
  color: var(--ink);
  padding-block: 132px;
}

.bj-section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  margin-bottom: 62px;
}

.bj-section-heading h2 {
  color: var(--heading);
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
}

.bj-section-heading > p {
  color: var(--muted);
  margin: 0 0 8px;
}

.bj-section-heading--dark .section-kicker {
  color: #766f5d;
}

.bj-section-heading--dark h2 {
  color: #171917;
}

.bj-section-heading--dark h2 em {
  color: #82775d;
}

.bj-section-heading--dark > p {
  color: #656862;
}

.bj-menu-groups {
  border-top: 1px solid var(--line-strong);
}

.bj-menu-group {
  border-bottom: 1px solid var(--line-strong);
}

.bj-menu-group > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 24px;
  grid-template-columns: 54px minmax(0, 1fr) auto 24px;
  list-style: none;
  min-height: 128px;
  padding: 26px 22px;
  transition: background-color 180ms ease;
}

.bj-menu-group > summary::-webkit-details-marker,
.bj-directions > summary::-webkit-details-marker,
.bj-review-option > summary::-webkit-details-marker {
  display: none;
}

.bj-menu-group > summary:hover,
.bj-menu-group[open] > summary {
  background: rgba(255, 255, 255, 0.035);
}

.bj-menu-group-number {
  color: var(--gold);
  font-family: var(--font-display), Georgia, serif;
  font-size: 19px;
}

.bj-menu-group-title {
  display: grid;
  gap: 7px;
}

.bj-menu-group-title strong {
  color: var(--heading);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.bj-menu-group-title small,
.bj-menu-group-count {
  color: var(--muted);
  font-size: 12px;
}

.bj-menu-group-count {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bj-menu-group > summary > i,
.bj-review-option > summary > i,
.bj-directions > summary > i {
  height: 16px;
  position: relative;
  width: 16px;
}

.bj-menu-group > summary > i::before,
.bj-menu-group > summary > i::after,
.bj-review-option > summary > i::before,
.bj-review-option > summary > i::after {
  background: currentColor;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: transform 180ms ease;
  width: 16px;
}

.bj-menu-group > summary > i::after,
.bj-review-option > summary > i::after {
  transform: rotate(90deg);
}

.bj-menu-group[open] > summary > i::after,
.bj-review-option[open] > summary > i::after {
  transform: rotate(0deg);
}

.bj-menu-list {
  border-top: 1px solid var(--line);
  padding: 8px 0 18px;
}

.bj-menu-item {
  align-items: center;
  border-bottom: 1px solid rgba(234, 217, 159, 0.08);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 95px 126px;
  padding: 22px 24px 22px 100px;
  transition: background-color 160ms ease, padding-inline 160ms ease;
}

.bj-menu-item:hover {
  background: rgba(255, 255, 255, 0.04);
  padding-inline: 106px 18px;
}

.bj-menu-item-copy {
  display: grid;
  gap: 3px;
}

.bj-menu-item-copy strong {
  color: var(--heading);
  font-size: 16px;
}

.bj-menu-item-copy small,
.bj-menu-duration {
  color: var(--muted);
  font-size: 12px;
}

.bj-menu-duration,
.bj-menu-book {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bj-menu-book {
  color: var(--gold-bright);
  font-size: 10px;
  text-align: right;
}

.bj-location-section,
.bj-contact-hub {
  background: #f1efe9;
  padding-block: 128px;
}

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

.bj-location-card {
  background: #faf9f5;
  border: 1px solid rgba(17, 19, 17, 0.13);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(32, 39, 32, 0.06);
  overflow: hidden;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.bj-location-card:hover {
  box-shadow: 0 30px 70px rgba(32, 39, 32, 0.12);
  transform: translateY(-4px);
}

.bj-location-photo {
  height: 292px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.bj-location-photo::after {
  background: linear-gradient(180deg, transparent 45%, rgba(4, 15, 10, 0.78));
  content: '';
  inset: 0;
  position: absolute;
}

.bj-location-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.bj-location-card:hover .bj-location-photo img {
  transform: scale(1.035);
}

.bj-location-photo figcaption {
  align-items: center;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 12px;
  left: 24px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.bj-location-photo figcaption span {
  color: var(--gold-bright);
  font-family: var(--font-display), Georgia, serif;
  font-size: 17px;
  letter-spacing: 0;
}

.bj-location-card-body {
  padding: 34px;
}

.bj-location-card h2 {
  color: #171917;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 16px;
}

.bj-location-description {
  color: #646862;
  margin: 0 0 26px;
  max-width: 480px;
}

.bj-location-card address,
.bj-location-hours {
  color: #555952;
  font-size: 13px;
  font-style: normal;
  margin: 0 0 4px;
}

.bj-location-card address {
  color: #20231f;
  font-weight: 700;
}

.bj-location-tel {
  color: #171917;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
}

.bj-location-actions {
  align-items: flex-start;
  border-top: 1px solid rgba(17, 19, 17, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
}

.bj-solid-link,
.bj-directions > summary {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.08em;
  list-style: none;
  min-height: 44px;
  padding: 0 16px;
  text-transform: uppercase;
}

.bj-solid-link {
  background: #171917;
  color: #ffffff;
}

.bj-solid-link:hover {
  background: #0c4431;
}

.bj-directions {
  min-width: 185px;
}

.bj-directions > summary {
  border: 1px solid rgba(17, 19, 17, 0.24);
  color: #171917;
  justify-content: flex-start;
  width: 100%;
}

.bj-directions > summary > i {
  margin-left: auto;
}

.bj-directions > summary > i::before {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  height: 6px;
  left: 4px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 6px;
}

.bj-directions[open] > summary > i::before {
  transform: translateY(3px) rotate(225deg);
}

.bj-directions-menu {
  background: #07170f;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  display: grid;
  margin-top: 10px;
  min-width: 280px;
  overflow: hidden;
}

.bj-directions-menu a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1px 16px;
  grid-template-columns: 1fr auto;
  min-height: 66px;
  padding: 12px 16px;
}

.bj-directions-menu a:last-child {
  border-bottom: 0;
}

.bj-directions-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.bj-directions-menu strong {
  color: var(--heading);
  font-size: 13px;
}

.bj-directions-menu small {
  color: var(--muted);
  font-size: 9px;
  grid-column: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bj-directions-menu a > span {
  color: var(--gold-bright);
  grid-column: 2;
  grid-row: 1 / span 2;
}

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

.bj-contact-option {
  background: #faf9f5;
  border: 1px solid rgba(17, 19, 17, 0.13);
  border-radius: 20px;
  color: #171917;
  min-height: 286px;
  overflow: hidden;
  position: relative;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a.bj-contact-option,
.bj-social-option {
  align-content: start;
  display: grid;
  gap: 20px 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 32px;
}

a.bj-contact-option:hover {
  background: #ffffff;
  border-color: rgba(17, 19, 17, 0.3);
  transform: translateY(-3px);
}

.bj-contact-option--whatsapp,
a.bj-contact-option--whatsapp:hover {
  background: #0b3a29;
  border-color: rgba(234, 217, 159, 0.22);
  color: #ffffff;
}

.bj-contact-option--whatsapp:hover {
  background: #0e4934;
}

.bj-contact-icon {
  align-items: center;
  background: #e7e4da;
  border-radius: 50%;
  color: #171917;
  display: inline-flex;
  font-family: var(--font-display), Georgia, serif;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.bj-contact-option--whatsapp .bj-contact-icon {
  background: #25d366;
  color: #062c1b;
}

.bj-contact-option-copy {
  display: grid;
}

.bj-contact-option-copy > small {
  color: #77715f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.bj-contact-option-copy > strong {
  color: inherit;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 13px;
}

.bj-contact-option-copy > span {
  color: #666a64;
  font-size: 13px;
}

.bj-contact-option--whatsapp .bj-contact-option-copy > small,
.bj-contact-option--whatsapp .bj-contact-option-copy > span {
  color: rgba(255, 255, 255, 0.68);
}

.bj-contact-option > i {
  color: #77715f;
  font-style: normal;
}

.bj-contact-option--whatsapp > i {
  color: var(--gold-bright);
}

.bj-social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: auto;
}

.bj-social-pills a {
  border: 1px solid rgba(17, 19, 17, 0.2);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.bj-social-pills a:hover {
  background: #171917;
  color: #ffffff;
}

.bj-review-option > summary {
  align-content: start;
  cursor: pointer;
  display: grid;
  gap: 20px 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  list-style: none;
  min-height: 284px;
  padding: 32px;
}

.bj-review-option[open] {
  grid-column: 1 / -1;
}

.bj-review-option[open] > summary {
  min-height: auto;
}

.bj-review-links {
  border-top: 1px solid rgba(17, 19, 17, 0.12);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 24px 24px;
}

.bj-review-links a {
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 17, 0.1);
  display: grid;
  gap: 1px 16px;
  grid-template-columns: 1fr auto;
  min-height: 70px;
  padding: 12px;
}

.bj-review-links a:nth-child(odd) {
  border-right: 1px solid rgba(17, 19, 17, 0.1);
}

.bj-review-links a:hover {
  background: #f0eee8;
}

.bj-review-links a > span {
  font-weight: 700;
}

.bj-review-links a > small {
  color: #777a74;
  font-size: 10px;
  grid-column: 1;
}

.bj-review-links a > i {
  color: #82775d;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.bj-contact-locations {
  background: #07170f;
  color: var(--ink);
  padding-block: 128px;
}

.bj-contact-branch-list {
  border-top: 1px solid var(--line-strong);
}

.bj-contact-branch {
  align-items: center;
  border-bottom: 1px solid var(--line-strong);
  display: grid;
  gap: 30px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 190px;
  padding: 28px 18px;
}

.bj-contact-branch-number {
  align-self: start;
  color: var(--gold);
  font-family: var(--font-display), Georgia, serif;
  font-size: 18px;
  padding-top: 8px;
}

.bj-contact-branch small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-contact-branch h3 {
  font-size: clamp(31px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 6px 0 12px;
}

.bj-contact-branch address,
.bj-contact-branch p {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  margin: 0 0 2px;
}

.bj-contact-branch-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.bj-contact-branch-actions > a {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  min-height: 42px;
  padding: 12px 15px;
  text-transform: uppercase;
}

.bj-contact-branch-actions > a:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.bj-directions--dark > summary {
  border-color: var(--line-strong);
  color: var(--heading);
}

.bj-directions--dark .bj-directions-menu {
  background: #f8f6ef;
  border-color: rgba(17, 19, 17, 0.12);
}

.bj-directions--dark .bj-directions-menu a {
  border-color: rgba(17, 19, 17, 0.1);
}

.bj-directions--dark .bj-directions-menu a:hover {
  background: #ebe8df;
}

.bj-directions--dark .bj-directions-menu strong {
  color: #171917;
}

.bj-directions--dark .bj-directions-menu small {
  color: #70736d;
}

.bj-directions--dark .bj-directions-menu a > span {
  color: #766f5d;
}

.bj-page-cta {
  background:
    linear-gradient(105deg, rgba(5, 29, 18, 0.96), rgba(8, 52, 33, 0.84)),
    url('assets/images/app-silk.jpg') center / cover;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding-block: 94px;
}

.bj-page-cta .bj-page-shell {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bj-page-cta h2 {
  color: var(--heading);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html.motion-ready .bj-location-card:nth-child(even),
  html.motion-ready .bj-contact-option:nth-child(even),
  html.motion-ready .bj-contact-branch:nth-child(even) {
    transition-delay: 90ms;
  }
}

@media (max-width: 1100px) {
  .bj-page-shell {
    width: min(1180px, calc(100% - 48px));
  }

  .bj-page-hero {
    min-height: 610px;
  }

  .bj-section-heading {
    gap: 42px;
  }

  .bj-contact-branch {
    align-items: start;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .bj-contact-branch-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .bj-page-shell {
    width: calc(100% - 40px);
  }

  .bj-page-hero {
    min-height: 590px;
    padding: 158px 0 72px;
  }

  .bj-page-hero::before {
    background: linear-gradient(105deg, rgba(4, 15, 10, 0.96), rgba(5, 29, 18, 0.72));
  }

  .bj-page-hero--locations {
    background-position: 58% center;
  }

  .bj-page-hero--contact {
    background-position: 64% center;
  }

  .bj-page-hero h1 {
    font-size: clamp(52px, 15vw, 72px);
    line-height: 0.94;
  }

  .bj-page-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 28px;
  }

  .bj-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .bj-hero-actions .premium-button {
    width: 100%;
  }

  .bj-text-link {
    justify-content: center;
  }

  .bj-featured-section,
  .bj-catalog-section,
  .bj-location-section,
  .bj-contact-hub,
  .bj-contact-locations {
    padding-block: 86px;
  }

  .bj-section-heading {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .bj-section-heading h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .bj-menu-group > summary {
    gap: 14px;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    min-height: 110px;
    padding: 22px 8px;
  }

  .bj-menu-group-count {
    display: none;
  }

  .bj-menu-group-title strong {
    font-size: 28px;
  }

  .bj-menu-group-title small {
    font-size: 11px;
  }

  .bj-menu-item {
    gap: 10px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 20px 8px 20px 46px;
  }

  .bj-menu-item:hover {
    padding-inline: 46px 8px;
  }

  .bj-menu-book {
    grid-column: 1 / -1;
    padding-top: 3px;
    text-align: left;
  }

  .bj-location-grid,
  .bj-contact-grid {
    grid-template-columns: 1fr;
  }

  .bj-location-photo {
    height: 250px;
  }

  .bj-location-card-body {
    padding: 28px;
  }

  .bj-location-actions,
  .bj-location-actions > .bj-solid-link,
  .bj-location-actions > .bj-directions {
    width: 100%;
  }

  .bj-directions-menu {
    min-width: 0;
    width: 100%;
  }

  .bj-contact-option {
    min-height: 260px;
  }

  .bj-review-option[open] {
    grid-column: auto;
  }

  .bj-review-links {
    grid-template-columns: 1fr;
  }

  .bj-review-links a:nth-child(odd) {
    border-right: 0;
  }

  .bj-contact-branch {
    gap: 18px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding-inline: 4px;
  }

  .bj-contact-branch-actions {
    width: 100%;
  }

  .bj-contact-branch-actions > a,
  .bj-contact-branch-actions > .bj-directions {
    flex: 1 1 140px;
  }

  .bj-page-cta {
    padding-block: 74px;
  }

  .bj-page-cta .bj-page-shell {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .bj-page-cta .premium-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .bj-page-shell {
    width: calc(100% - 32px);
  }

  .bj-location-card-body,
  a.bj-contact-option,
  .bj-social-option,
  .bj-review-option > summary {
    padding: 24px;
  }

  .bj-contact-option-copy > strong {
    font-size: 29px;
  }

  .bj-contact-icon {
    font-size: 18px;
    height: 44px;
    width: 44px;
  }

  a.bj-contact-option,
  .bj-social-option,
  .bj-review-option > summary {
    gap: 18px 14px;
  }

  .bj-menu-item {
    padding-left: 8px;
  }

  .bj-menu-item:hover {
    padding-left: 8px;
  }

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

  .bj-contact-branch-number,
  .bj-contact-branch-actions {
    grid-column: 1;
  }
}

/* WordPress integration */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 14px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.premium-brand .custom-logo-link,
.premium-brand > a {
  align-items: center;
  display: flex;
}

.premium-brand .custom-logo-link {
  min-width: 0;
  width: 100%;
}

.premium-brand .custom-logo {
  height: auto;
  max-height: 48px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.premium-nav-list,
.mobile-nav-list,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-nav-list {
  align-items: center;
  display: flex;
  gap: 34px;
}

.mobile-nav-list {
  display: grid;
  gap: 2px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-menu li {
  margin: 0;
}

.site-content {
  min-height: 60vh;
}

.inner-site-main {
  background: var(--paper);
  color: #292c28;
  min-height: 70vh;
  padding: 150px 0 90px;
}

.inner-shell {
  margin-inline: auto;
  width: min(980px, calc(100% - 48px));
}

.inner-shell h1,
.inner-shell h2,
.inner-shell h3,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  color: #171917;
}

.inner-shell a,
.woocommerce a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.post-card,
.entry-content,
.entry-header,
.comments-area {
  margin-bottom: 36px;
}

.wp-block-image img,
.post-thumbnail img {
  height: auto;
}

body.admin-bar .premium-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .premium-header {
    top: 46px;
  }
}

@media (max-width: 860px) {
  .premium-nav-list {
    display: none;
  }
}
