/*
Theme Name: HBA
Theme URI: https://hb-aesthetics.com
Author: HB Aesthetics
Description: Custom theme for hb-aesthetics.com
Version: 0.1
*/

:root {
  --hba-black: #17181a;
  --hba-grey: #6b6d70;
  --hba-line: #e6e6e6;
  --hba-bg: #fcfcfc;
  --hba-alt-bg: #f5f5f5;
  --hba-grey-bg: #f8f8f8;
  --hba-red: #d49aa3;
  --hba-white: #ffffff;
  --serif: "Manrope", "Inter", -apple-system, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--hba-bg);
  color: var(--hba-black);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

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

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 0.5em;
}

h3 { font-weight: 400; }

p { line-height: 1.65; margin: 0 0 1em; color: var(--hba-black); font-weight: 300; }

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--hba-bg);
  border-bottom: 1px solid var(--hba-line);
  padding-bottom: 18px;
}

.header-top {
  border-bottom: 1px solid var(--hba-line);
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 32px;
  gap: 24px;
}

.header-utility {
  display: flex;
  gap: 22px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hba-grey);
}
.header-utility a:hover { color: var(--hba-black); }

.header-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 32px 18px;
}
.header-brand .logo img { height: 90px; width: auto; }
.brand-est {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hba-grey);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.main-nav li, .header-utility li {
  list-style: none;
  margin: 0;
}
.main-nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover { border-bottom-color: var(--hba-red); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.global-toggle svg { position: relative; top: -1px; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--hba-black);
  border-radius: 2px;
}
.btn:hover { background: var(--hba-black); color: var(--hba-white); }
.btn-primary { background: var(--hba-red); color: var(--hba-white); border-color: var(--hba-red); }
.btn-primary:hover { opacity: 0.85; background: var(--hba-red); }

.global-toggle {
  background: none;
  border: none;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--hba-black);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Global slide-out panel */
.global-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 360px;
  max-width: 90vw;
  background: var(--hba-white);
  box-shadow: -8px 0 32px rgba(0,0,0,0.12);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 100;
  overflow-y: auto;
  padding: 32px;
}
.global-panel.open { transform: translateX(0); }

.global-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99;
}
.global-overlay.open { opacity: 1; pointer-events: auto; }

.global-panel h3 { font-size: 20px; margin-bottom: 6px; }
.global-panel .sub { color: var(--hba-grey); font-size: 13px; margin-bottom: 24px; }
.global-panel-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.country-list { list-style: none; margin: 0; padding: 0; }
.country-list li { border-bottom: 1px solid var(--hba-line); }
.country-list a {
  display: flex;
  justify-content: space-between;
  padding: 12px 2px;
  font-size: 14px;
}
.country-list a:hover { color: var(--hba-red); }
.country-region { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--hba-grey); margin: 20px 0 8px; }

/* Hero */
.hero {
  padding: 100px 32px 80px;
  text-align: center;
  border-bottom: 1px solid var(--hba-line);
}
.hero h1 {
  font-size: clamp(32px, 5vw, 48px);
  max-width: 820px;
  margin: 0 auto 24px;
}
.hero p {
  max-width: 560px;
  margin: 0 auto 32px;
  color: var(--hba-grey);
  font-size: 18px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hba-red);
  margin-bottom: 16px;
  display: block;
}

/* Stats band */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--hba-alt-bg);
  border-bottom: 1px solid var(--hba-line);
}
.stats div {
  padding: 40px 24px;
  text-align: center;
  border-left: 1px solid var(--hba-line);
}
.stats div:first-child { border-left: none; }
.stats .num { font-family: var(--serif); font-size: 36px; color: var(--hba-red); }
.stats .label { font-size: 13px; color: var(--hba-grey); margin-top: 6px; }

/* Sections */
.section { padding: 90px 0; border-bottom: 1px solid var(--hba-line); }
.section:nth-of-type(even) { background: var(--hba-alt-bg); }
.section-head { max-width: 640px; margin: 0 0 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(28px, 4vw, 42px); }

/* ============ Our Brands page ============ */
.brands-lead {
  max-width: 620px;
  margin: 0 auto;
  color: var(--hba-grey);
  font-size: 16px;
}

/* Wider editorial block that breaks out of the 760px text column */
.brands-block {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, calc(100vw - 48px));
  margin: 44px 0 0;
  text-align: left;
}
.brands-block .content-photo { margin: 0; border-radius: 6px; }
.brands-video video { width: 100%; height: 460px; object-fit: cover; display: block; }

/* --- space between the video and the brand selector --- */
.brands-selector { margin-top: 80px; }

.brands-block-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.brands-block-head .tag {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--hba-red); margin-bottom: 14px;
}
.brands-block-head h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 12px; }
.brands-block-head p { color: var(--hba-grey); font-size: 15px; margin: 0; }

/* Brand selector tiles */
.brand-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
.brand-tiles br { display: none; }
.brand-tile {
  background: var(--hba-white);
  border: 1px solid var(--hba-line);
  border-radius: 6px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.brand-tile img {
  height: 48px; width: auto; max-width: 82%; object-fit: contain;
  filter: grayscale(1); opacity: 0.5;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.brand-tile:hover {
  border-color: #d9d9d9;
  box-shadow: 0 8px 24px rgba(23, 24, 26, 0.07);
  transform: translateY(-2px);
}
.brand-tile:hover img { opacity: 0.85; }
.brand-tile.active {
  border-color: var(--hba-line);
  box-shadow: 0 10px 28px rgba(23, 24, 26, 0.09);
}
.brand-tile.active img { filter: grayscale(0); opacity: 1; }
.brand-tile.active::after {
  content: "";
  position: absolute;
  left: 28px; right: 28px; bottom: 14px;
  height: 2px;
  background: var(--hba-red);
}

/* Brand detail panel */
.brand-panel {
  display: none;
  gap: 56px;
  align-items: stretch;
  background: var(--hba-white);
  border: 1px solid var(--hba-line);
  border-radius: 8px;
  padding: 48px;
}
.brand-panel.active { display: flex; }
.brand-panel .panel-media {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hba-grey-bg);
  border-radius: 6px;
  padding: 28px;
  min-height: 400px;
}
.brand-panel .panel-media img {
  width: 100%; height: auto; max-height: 460px;
  object-fit: contain; display: block;
}
.brand-panel .panel-content { flex: 1; min-width: 0; }

@media (max-width: 860px) {
  .brand-panel { flex-direction: column; gap: 32px; padding: 32px; }
  .brand-panel .panel-media { flex: 0 0 auto; width: 100%; min-height: 320px; }
}
@media (max-width: 560px) {
  .brand-tiles { grid-template-columns: 1fr; gap: 10px; }
  .brands-video video { height: 300px; }
}

/* Brand panel content text */
.panel-content .tag {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hba-red);
  margin-bottom: 12px;
}
.panel-content h3 { font-size: 26px; margin-bottom: 12px; }
.panel-content p { color: var(--hba-grey); font-size: 14px; }
.panel-content .panel-subhead {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--hba-grey); margin-top: 20px; margin-bottom: 8px;
}
.panel-content ul { padding-left: 18px; color: var(--hba-grey); font-size: 14px; }
.panel-content li { margin-bottom: 6px; line-height: 1.6; }
.panel-content .link { display: inline-block; margin-top: 16px; font-size: 13px; border-top: 1px solid var(--hba-line); padding-top: 16px; }
.panel-content .link:hover { color: var(--hba-red); }

.brand-more { display: none; }
.brand-more.expanded { display: block; }
.read-more-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 4px 0 0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--hba-red);
  cursor: pointer;
}
.read-more-btn:hover { text-decoration: underline; }

/* Timeline */
.timeline { border-left: 1px solid var(--hba-line); margin-left: 8px; }
.timeline-item { position: relative; padding: 0 0 40px 32px; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hba-red);
}
.timeline-item .year { font-family: var(--serif); font-size: 20px; color: var(--hba-red); margin-bottom: 6px; }
.timeline-item p { color: var(--hba-grey); font-size: 15px; max-width: 640px; }

/* ESG grid */
.esg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.esg-item h3 { font-size: 18px; margin-bottom: 8px; }
.esg-item p { color: var(--hba-grey); font-size: 14px; }
.esg-item img { width: 100%; height: 180px; object-fit: cover; border-radius: 4px; margin-top: 16px; display: block; }

/* Executive committee */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 32px;
}
.team-card { text-align: left; }
.team-card .photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--hba-line);
}
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-card h3 {
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4px;
}
.team-card .role {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--hba-grey);
  margin-bottom: 16px;
}
.team-card .btn {
  font-size: 11px;
  padding: 9px 18px;
  background: none;
  cursor: pointer;
  font-family: var(--sans);
}
.team-card .btn:hover { background: var(--hba-black); color: var(--hba-white); }

.team-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(23,24,26,0.55);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.team-modal-overlay.open { display: flex; }
.team-modal {
  background: var(--hba-white);
  max-width: 480px;
  width: 100%;
  padding: 40px;
  position: relative;
  max-height: 85vh;
  overflow-y: auto;
}
.team-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.team-modal .photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-modal .photo img { width: 100%; height: 100%; object-fit: cover; }
.team-modal h3 { font-size: 20px; margin-bottom: 4px; font-family: var(--serif); font-weight: 400; }
.team-modal .role { font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--hba-red); margin-bottom: 20px; }
.team-modal p { font-size: 14px; color: var(--hba-grey); }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Philosophy / values */
.philosophy-quote {
  border-left: 2px solid var(--hba-red);
  padding: 4px 0 4px 28px;
  margin: 40px 0;
}
.philosophy-quote p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--hba-black);
  letter-spacing: -0.01em;
}
.philosophy-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 13px;
  color: var(--hba-grey);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--hba-line);
  border: 1px solid var(--hba-line);
  margin-top: 32px;
}
.value-item {
  background: var(--hba-white);
  padding: 32px;
}
.value-item .value-num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--hba-red);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  display: block;
}
.value-item h3 { font-size: 17px; margin-bottom: 8px; font-weight: 400; }
.value-item p { font-size: 14px; color: var(--hba-grey); margin: 0; }

@media (max-width: 900px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* Job listings */
.job-list { border-top: 1px solid var(--hba-line); margin-top: 32px; }
.job-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--hba-line);
}
.job-item .job-title { font-size: 18px; font-weight: 400; margin-bottom: 4px; }
.job-item .job-meta { font-size: 13px; color: var(--hba-grey); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
.job-item .job-desc { font-size: 14px; color: var(--hba-grey); max-width: 520px; margin: 0; }
.job-item .btn { white-space: nowrap; margin-top: 4px; }
.job-item .job-example-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hba-red);
  border: 1px solid var(--hba-red);
  border-radius: 2px;
  padding: 2px 8px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Images */
.hero-image {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px 90px;
}
.hero-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 2px;
}

.split-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.split-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-media .split-text { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.split-media.reverse { grid-template-columns: 1fr 1fr; }
.split-media.reverse .split-text { order: 1; }
.split-media.reverse img { order: 2; }

.content-photo {
  margin: 40px 0;
  border-radius: 2px;
  overflow: hidden;
}
.content-photo img { width: 100%; height: auto; display: block; }
.content-photo.wide img { height: 420px; object-fit: cover; }
.content-photo.wide video { width: 100%; height: 420px; object-fit: cover; display: block; }

@media (max-width: 900px) {
  .split-media, .split-media.reverse { grid-template-columns: 1fr; }
  .split-media .split-text { padding: 48px 32px; order: 2 !important; }
  .split-media img { order: 1 !important; height: 320px; }
}

/* Generic page content */
.page-content { padding: 80px 0; text-align: center; }
.page-content h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 24px; }
.page-content .content-body { max-width: 760px; margin: 0 auto; font-size: 16px; color: var(--hba-black); text-align: left; }
.page-content .content-body > p:first-of-type { text-align: center; }
.page-content .content-body h2 { font-size: 26px; margin-top: 40px; }
.page-content .content-body h3 { font-size: 19px; margin-top: 28px; font-family: var(--sans); font-weight: 600; }
.page-content .content-body ul { padding-left: 20px; color: var(--hba-grey); }
.page-content .content-body li { margin-bottom: 6px; }

.contact-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
  margin-top: 8px;
}
.contact-split .photo { border-radius: 4px; overflow: hidden; }
.contact-split .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.contact-headline {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 4vw, 32px);
  line-height: 1.2;
  margin-bottom: 16px;
}
.contact-split .intro { color: var(--hba-grey); margin-bottom: 32px; }

.stats-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 48px 0;
}
.stats-split .photo { border-radius: 4px; overflow: hidden; }
.stats-split .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stats-split h2 { margin-bottom: 20px; }
.stats-split ul { list-style: none; padding: 0; margin: 0; }
.stats-split li {
  font-size: 15px;
  color: var(--hba-black);
  padding: 14px 0;
  border-bottom: 1px solid var(--hba-line);
}
.stats-split li:first-child { padding-top: 0; }
.stats-split li strong { color: var(--hba-red); font-family: var(--serif); font-size: 17px; font-weight: 400; }

.stats-footnote { text-align: center; margin: 0 0 48px; }
.stats-footnote p { font-size: 15px; color: var(--hba-black); margin-bottom: 10px; }
.stats-footnote strong { color: var(--hba-red); font-weight: 700; }

@media (max-width: 700px) {
  .stats-split { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .contact-split { grid-template-columns: 1fr; }
  .contact-split .photo { max-width: 320px; margin: 0 auto; }
}

.address-block { font-size: 15px; line-height: 1.7; }

/* Contact info — minimalist */
.contact-info { margin: 4px 0 28px; }
.contact-row { padding: 16px 0; border-bottom: 1px solid var(--hba-line); }
.contact-row:first-child { padding-top: 0; }
.contact-row .label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hba-grey);
  margin-bottom: 7px;
}
.contact-row p { font-size: 15px; color: var(--hba-black); margin: 0; line-height: 1.6; }
.contact-row strong { font-weight: 500; }
.contact-row a:hover { color: var(--hba-red); }
.contact-btn { margin-top: 4px; }
.address-block .label { color: var(--hba-grey); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 20px; display: block; }

/* Footer */
.site-footer {
  background: var(--hba-grey-bg);
  color: var(--hba-grey);
  padding-top: 0;
  border-top: 1px solid var(--hba-line);
}

.footer-breadcrumb {
  padding: 18px 32px;
  border-bottom: 1px solid var(--hba-line);
}
.footer-breadcrumb nav {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hba-grey);
}
.footer-breadcrumb a { color: var(--hba-grey); }
.footer-breadcrumb a:hover { color: var(--hba-black); }
.footer-breadcrumb .sep { margin: 0 6px; color: #b7b3ac; }
.footer-breadcrumb .current { color: var(--hba-black); }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 56px;
  margin-bottom: 48px;
}
.footer-grid h4 { color: var(--hba-black); font-family: var(--sans); font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.footer-grid a, .footer-grid p { color: var(--hba-grey); font-size: 14px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--hba-black); }
.footer-logo img { height: 44px; margin-bottom: 16px; }

.footer-connect {
  text-align: center;
  padding: 56px 32px 48px;
  margin: 0 -32px 48px;
}
.footer-connect h4 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hba-black);
  margin-bottom: 10px;
}
.footer-connect p { color: var(--hba-grey); font-size: 14px; margin-bottom: 24px; }
.footer-social { display: flex; justify-content: center; gap: 32px; }
.footer-social a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hba-black);
  font-size: 13px;
}
.footer-social a:hover { color: var(--hba-red); }

.footer-bottom {
  border-top: 1px solid var(--hba-line);
  padding: 24px 0 40px;
  font-size: 12px;
  color: var(--hba-grey);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-legal-links { display: flex; gap: 20px; }
.footer-legal-links a { color: var(--hba-grey); }
.footer-legal-links a:hover { color: var(--hba-black); }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(3) { border-left: none; }
  .brand-grid { grid-template-columns: 1fr; }
  .esg-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============ Private Labelling page ============ */
.pl-page { overflow-x: hidden; }
/* Uniform background — no alternating section colours (like careers / investors) */
.pl-page .section:nth-of-type(even) { background: transparent; }

/* Hero */
.pl-hero { padding: 78px 0 46px; text-align: center; }
.pl-hero .wrap { max-width: 820px; }
.pl-hero .eyebrow { display: block; margin-bottom: 18px; }
.pl-hero h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 24px; }
.pl-hero .pl-lead { font-size: 20px; color: var(--hba-grey); font-weight: 300; }
.pl-hero p { color: var(--hba-grey); font-size: 15px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pl-hero .btn { margin-top: 28px; }

/* Full-width media band */
.pl-media-band { width: 100%; height: 520px; overflow: hidden; }
.pl-media-band img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Section head paragraph (page-scoped) */
.pl-page .section-head.center p { color: var(--hba-grey); font-size: 15px; margin-top: 14px; }

/* Approach cards */
.pl-approach { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pl-card { background: var(--hba-white); border: 1px solid var(--hba-line); border-radius: 8px; padding: 40px; }
.pl-card .tag { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hba-red); margin-bottom: 14px; }
.pl-card h3 { font-size: 22px; margin-bottom: 12px; }
.pl-card p { color: var(--hba-grey); font-size: 14px; margin: 0; }

/* Split image / text */
.pl-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.pl-split.reverse .pl-media-card { order: 2; }
.pl-split-text .eyebrow { display: block; margin-bottom: 14px; }
.pl-split-text h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 16px; }
.pl-split-text > p { color: var(--hba-grey); font-size: 15px; }
.pl-media-card { display: flex; align-items: center; justify-content: center; }
.pl-media-card img { width: 100%; height: auto; max-height: 460px; object-fit: contain; display: block; }
.pl-media-card.wide img { max-height: 360px; }

/* Sub-columns of lists */
.pl-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 10px; }
.pl-subhead { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--hba-grey); margin: 0 0 12px; }
.pl-list { list-style: none; padding: 0; margin: 0; }
.pl-list li { position: relative; padding-left: 20px; margin-bottom: 9px; font-size: 14px; color: var(--hba-black); }
.pl-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--hba-red); }
.pl-list.two { column-count: 2; column-gap: 28px; margin-top: 10px; }
.pl-list.two li { break-inside: avoid; }

/* Stats band — uniform background, thin separators only */
.pl-stats-band { background: transparent; border-top: 1px solid var(--hba-line); border-bottom: 1px solid var(--hba-line); }
.pl-stats-band .stats { max-width: 1160px; margin: 0 auto; background: transparent; border-bottom: none; }

/* Why — airy checklist, no boxes */
.pl-why { list-style: none; padding: 0; margin: 12px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 48px; }
.pl-why li { position: relative; padding-left: 26px; font-size: 15px; color: var(--hba-black); line-height: 1.5; }
.pl-why li::before { content: ""; position: absolute; left: 0; top: 11px; width: 15px; height: 1px; background: var(--hba-red); }
.pl-why strong { color: var(--hba-black); font-weight: 600; }

/* Final CTA — dark band with outline button */
.pl-cta { background: var(--hba-black); color: var(--hba-white); text-align: center; padding: 90px 0; }
.pl-cta .wrap { max-width: 760px; }
.pl-cta h2 { color: var(--hba-white); font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 20px; }
.pl-cta p { color: rgba(255, 255, 255, 0.7); font-size: 15px; margin-bottom: 28px; }
.pl-cta-btn { border-color: var(--hba-white); color: var(--hba-white); }
.pl-cta-btn:hover { background: var(--hba-white); color: var(--hba-black); }

@media (max-width: 860px) {
  .pl-approach { grid-template-columns: 1fr; }
  .pl-split, .pl-split.reverse { grid-template-columns: 1fr; gap: 32px; }
  .pl-split.reverse .pl-media-card { order: 0; }
  .pl-why { grid-template-columns: 1fr 1fr; }
  .pl-media-band { height: 360px; }
}
@media (max-width: 560px) {
  .pl-why { grid-template-columns: 1fr; }
  .pl-cols { grid-template-columns: 1fr; }
  .pl-list.two { column-count: 1; }
}

/* ============ Home page — uniform background ============ */
.home-page .section:nth-of-type(even) { background: transparent; }
.home-page .stats { background: transparent; border-top: 1px solid var(--hba-line); }

/* ============ Mobile navigation ============ */
.nav-toggle { display: none; }

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 310px;
  max-width: 86vw;
  background: var(--hba-white);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 100;
  overflow-y: auto;
  padding: 70px 30px 32px;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 22px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--hba-black);
}
.mobile-nav ul, .mobile-nav li { list-style: none; margin: 0; padding: 0; }
.mobile-nav-primary a {
  display: block;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--hba-line);
}
.mobile-nav-primary a:hover { color: var(--hba-red); }
.mobile-nav-utility { margin-top: 26px; }
.mobile-nav-utility a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hba-grey);
  padding: 9px 0;
}
.mobile-nav-utility a:hover { color: var(--hba-black); }
.mobile-nav-utility .mobile-client {
  margin-top: 14px;
  border: 1px solid var(--hba-black);
  border-radius: 2px;
  text-align: center;
  padding: 12px;
  color: var(--hba-black);
  letter-spacing: 0.06em;
}
.mobile-nav-utility .mobile-client:hover { background: var(--hba-black); color: var(--hba-white); }

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--hba-black); }
  .mobile-nav-close { display: block; }
  /* Declutter the top bar: hide the text utility nav (moves into the panel) */
  .header-utility { display: none; }
  .header-top-inner { padding: 12px 20px; }
  .header-actions { gap: 12px; }
  .global-toggle { font-size: 11px; }
  .header-actions .btn { padding: 8px 14px; font-size: 11px; }
  .header-brand { padding: 22px 20px 14px; }
  .header-brand .logo img { height: 66px; }
}

@media (min-width: 901px) {
  .nav-toggle, .mobile-nav { display: none; }
}
