
/* fonts-local.css */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/92zPtBhPNqw79Ij1E865zBUv7mz9JQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/uploads/brand63-reference/fonts/92zPtBhPNqw79Ij1E865zBUv7myRJQVG.ttf) format('truetype');
}

/* bricks-reset.css */
/* Load before reference.css, only on the eventual native Bricks implementation.
   Bricks uses a 10px root; the reference's rem units are based on 16px. */
html { font-size: 16px; }
body { font-size: 16px; }
#brx-content { overflow: visible; }
.brxe-section, .brxe-container, .brxe-block, .brxe-div {
  display: block;
  flex-direction: initial;
  align-items: initial;
  justify-content: initial;
  align-self: initial;
  gap: normal;
}
.brxe-container { width: 100%; max-width: none; }
.brxe-heading { margin: 0; }
.brxe-image { margin: 0; }
figure.brxe-block { margin: 1em 40px; width: auto; }
.brxe-button, .brxe-text-link { border-radius: 0; text-decoration: none; }
#brx-header, #brx-footer { width: 100%; }

/* reference.css */
/** HAPPYPIXEL DEVELOPMENT **/
/**
 * Brand63Africa — proof of concept
 * Design language derived from the Forster Jones brand deck.
 * Palette and type matched to the client's own identity, not a house template.
 */

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Brand colour, sampled from the deck */
  --b63-rust:        #B5521D; /* Pantone 7592 C, Accent Color 1 */
  --b63-rust-deep:   #7A3E1F; /* Pantone 7586 C, Logo / reddish brown */
  --b63-espresso:    #3E1E1C; /* Pantone 2449 C, Accent Color 2 */
  --b63-espresso-ink:#2A1412; /* deepened from Accent 2 for footers/darkest */
  --b63-cream:       #F5EEE1;
  --b63-bone:        #FBF8F2;
  --b63-sand:        #E7DBC7;
  --b63-gold:        #C6A05C;
  --b63-line:        rgba(62, 30, 28, 0.14);
  --b63-line-light:  rgba(245, 238, 225, 0.18);

  /* Type */
  --b63-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --b63-sans:  "Jost", "Helvetica Neue", Arial, sans-serif;

  /* Rhythm */
  --b63-gutter: clamp(1.25rem, 5vw, 6rem);
  --b63-maxw: 1240px;
  --b63-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--b63-sans);
  font-weight: 300;
  color: var(--b63-espresso);
  background: var(--b63-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--b63-serif);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
  letter-spacing: 0.01em;
}

p { margin: 0 0 1.15em; }

/* ============================================================
   PRIMITIVES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--b63-maxw);
  margin-inline: auto;
  padding-inline: var(--b63-gutter);
}

.eyebrow {
  font-family: var(--b63-sans);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  margin: 0 0 1.4rem;
  color: var(--b63-rust);
}
.eyebrow--light { color: var(--b63-gold); }

.rule {
  width: 46px;
  height: 1px;
  background: var(--b63-rust);
  border: 0;
  margin: 0 0 1.6rem;
}
.rule--center { margin-inline: auto; }
.rule--light { background: var(--b63-gold); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--b63-sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 1.05rem 2.1rem;
  border: 1px solid currentColor;
  color: var(--b63-espresso);
  background: transparent;
  transition: background 0.5s var(--b63-ease), color 0.5s var(--b63-ease);
  cursor: pointer;
}
.btn:hover { background: var(--b63-espresso); color: var(--b63-cream); }
.btn--solid { background: var(--b63-rust); color: var(--b63-bone); border-color: var(--b63-rust); }
.btn--solid:hover { background: var(--b63-rust-deep); border-color: var(--b63-rust-deep); color: var(--b63-bone); }
.btn--ghost-light { color: var(--b63-cream); }
.btn--ghost-light:hover { background: var(--b63-cream); color: var(--b63-espresso); }

/* ============================================================
   BRAND MARK  (interlocking 63)
   ============================================================ */
.mark { display: inline-flex; align-items: center; gap: 0.85rem; }
.mark__glyph { width: 42px; height: 42px; flex: none; }
.mark__word {
  font-family: var(--b63-serif);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  line-height: 0.98;
  text-transform: uppercase;
}
.mark__word span { display: block; font-size: 0.86em; letter-spacing: 0.34em; }

/* Real Brand63Africa logo, inlined and recoloured via currentColor */
.brand-logo { display: block; height: 46px; color: inherit; flex: none; }
.brand-logo svg { height: 100%; width: auto; display: block; }
.brand-logo--sm { height: 38px; }
.brand-logo--lg { height: 84px; }
/* Logo shows in its brand colour (Pantone 7586 C) on light headers; stays cream on dark */
.site-header--scrolled .brand-logo { color: var(--b63-rust-deep); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem var(--b63-gutter);
  color: var(--b63-cream);
  transition: background 0.5s var(--b63-ease), color 0.5s var(--b63-ease), padding 0.5s var(--b63-ease);
}
.site-header--scrolled {
  background: var(--b63-cream);
  color: var(--b63-espresso);
  padding-block: 0.95rem;
  border-bottom: 1px solid var(--b63-line);
}
.site-nav { display: flex; align-items: center; gap: clamp(0.9rem, 1.9vw, 1.9rem); }
.site-nav__link {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-block: 0.4rem;
  white-space: nowrap;
}
.site-nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: currentColor; transition: width 0.4s var(--b63-ease);
}
.site-nav__link:hover::after,
.site-nav__link--active::after { width: 100%; }
.site-nav__cta { border: 1px solid currentColor; padding: 0.6rem 1.15rem; }
.site-nav__cta::after { display: none; }
.site-nav__toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  background: var(--b63-espresso);
  color: var(--b63-cream);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  overflow: hidden;
}
.hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem var(--b63-gutter) 4rem;
}
.hero__title {
  font-size: clamp(2.9rem, 6.4vw, 5.6rem);
  font-weight: 500;
  letter-spacing: 0.005em;
}
.hero__title em { font-style: italic; color: var(--b63-gold); }
.hero__lede {
  max-width: 38ch;
  margin: 2rem 0 2.6rem;
  font-size: 1.05rem;
  color: rgba(245, 238, 225, 0.82);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__figure { position: relative; overflow: hidden; }
.hero__figure { position: relative; overflow: hidden; }
.hero__slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.2s var(--b63-ease), transform 6s var(--b63-ease);
}
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero__dots { position: absolute; z-index: 3; left: var(--b63-gutter); bottom: 4.6rem; display: flex; gap: 0.6rem; }
.hero__dot { width: 26px; height: 2px; background: rgba(245, 238, 225, 0.35); border: 0; padding: 0; cursor: pointer; transition: background 0.4s var(--b63-ease); }
.hero__dot.is-active { background: var(--b63-cream); }
.hero__figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--b63-espresso) 0%, transparent 26%);
}
.hero__rail {
  position: absolute; left: var(--b63-gutter); bottom: 2.4rem;
  font-size: 0.66rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(245, 238, 225, 0.6);
}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section { padding-block: clamp(4.5rem, 11vw, 9rem); }
.section--espresso { background: var(--b63-espresso); color: var(--b63-cream); }
.section--ink { background: var(--b63-espresso-ink); color: var(--b63-cream); }
.section--sand { background: var(--b63-sand); }

.section-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head__title { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.section-head__title em { font-style: italic; color: var(--b63-rust); }
.section--espresso .section-head__title em,
.section--ink .section-head__title em { color: var(--b63-gold); }

.lede-lg { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 300; line-height: 1.5; }

/* Statement / manifesto */
.statement {
  font-family: var(--b63-serif);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  line-height: 1.28;
  letter-spacing: 0.005em;
  max-width: 22ch;
}
.statement em { font-style: italic; color: var(--b63-gold); }
.statement__by { margin-top: 2.4rem; font-family: var(--b63-sans); font-size: 0.74rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(245,238,225,0.6); }

/* ============================================================
   PILLARS  (value proposition)
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--b63-line); border: 1px solid var(--b63-line); }
.section--espresso .pillars, .section--ink .pillars { background: var(--b63-line-light); border-color: var(--b63-line-light); }
.pillar { background: var(--b63-cream); padding: 2.6rem 2rem; }
.section--espresso .pillar, .section--ink .pillar { background: var(--b63-espresso); }
.pillar__no { font-family: var(--b63-serif); font-style: italic; font-size: 1.1rem; color: var(--b63-rust); }
.section--espresso .pillar__no, .section--ink .pillar__no { color: var(--b63-gold); }
.pillar__title { font-size: 1.5rem; margin: 0.7rem 0 0.7rem; }
.pillar__body { font-size: 0.92rem; color: inherit; opacity: 0.82; margin: 0; }

/* ============================================================
   PARTNER BAND
   ============================================================ */
.partner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.partner__figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.partner__name { font-family: var(--b63-serif); font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: 0.02em; }
.partner__meta { display: flex; gap: 2.4rem; margin-top: 2rem; flex-wrap: wrap; }
.partner__meta-item { border-top: 1px solid var(--b63-line-light); padding-top: 0.8rem; }
.partner__meta-k { display: block; font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase; opacity: 0.6; margin-bottom: 0.3rem; }
.partner__meta-v { font-family: var(--b63-serif); font-size: 1.15rem; }

/* ============================================================
   DESIGNER GRID
   ============================================================ */
.roster { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.6rem, 4vw, 3.4rem) clamp(2rem, 5vw, 4rem); }
.designer { position: relative; }
.designer__frame { position: relative; overflow: hidden; background: var(--b63-espresso); aspect-ratio: 4 / 5; }
.designer__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--b63-ease); }
.designer:hover .designer__frame img { transform: scale(1.05); }
.designer__no { position: absolute; top: 1rem; left: 1.1rem; z-index: 2; font-family: var(--b63-serif); font-style: italic; font-size: 1.1rem; color: var(--b63-bone); mix-blend-mode: difference; }
.designer__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 1.3rem 0 0.6rem; border-bottom: 1px solid var(--b63-line); padding-bottom: 0.9rem; }
.designer__name { font-size: 1.75rem; }
.designer__origin { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--b63-espresso); white-space: nowrap; }
.designer__body { font-size: 0.92rem; opacity: 0.86; margin: 0; max-width: 46ch; }

/* Mentor feature */
.mentor { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.mentor__figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

/* ============================================================
   FEATURE SPLIT (story)
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.split--reverse .split__media { order: 2; }
.split__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split__body p { opacity: 0.9; }

/* Committee */
.committee { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--b63-line-light); border: 1px solid var(--b63-line-light); }
.committee__cell { background: var(--b63-espresso); padding: 1.8rem 1.4rem; }
.committee__name { font-family: var(--b63-serif); font-size: 1.25rem; margin-bottom: 0.5rem; }
.committee__role { font-size: 0.78rem; letter-spacing: 0.02em; opacity: 0.7; }
.committee__chair { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--b63-gold); display: block; margin-top: 0.7rem; }

/* Logos row */
.logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.logos__item { font-family: var(--b63-serif); font-size: 1.4rem; letter-spacing: 0.04em; opacity: 0.85; }

/* CTA band */
.cta-band { text-align: center; }
.cta-band__title { font-size: clamp(2.4rem, 6vw, 4.6rem); margin-bottom: 1.4rem; }
.cta-band__title em { font-style: italic; color: var(--b63-gold); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--b63-espresso-ink); color: var(--b63-cream); padding-bottom: 2.6rem; }
.site-footer__tagline {
  text-align: center; padding: 1rem;
  font-size: 0.64rem; letter-spacing: 0.5em; text-transform: uppercase;
  color: rgba(245,238,225,0.55); border-bottom: 1px solid var(--b63-line-light);
}
.site-footer__main { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
.site-footer__col-title { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--b63-gold); margin-bottom: 1.1rem; }
.site-footer__link { display: block; font-size: 0.95rem; opacity: 0.82; padding-block: 0.28rem; }
.site-footer__link:hover { opacity: 1; }
.site-footer__legal { border-top: 1px solid var(--b63-line-light); padding-block: 1.5rem; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.5; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }

/* ============================================================
   MOTION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--b63-ease), transform 0.9s var(--b63-ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero__figure { min-height: 46vh; order: -1; }
  .hero__figure::after { background: linear-gradient(0deg, var(--b63-espresso) 2%, transparent 40%); }
  .hero__panel { padding-top: 7rem; padding-bottom: 3rem; }
  .hero__rail { position: static; left: auto; bottom: auto; margin-top: 2.6rem; }
  .pillars { grid-template-columns: 1fr; }
  .partner, .mentor, .split, .roster { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .committee { grid-template-columns: repeat(2, 1fr); }

  .site-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 2rem;
    background: var(--b63-espresso); color: var(--b63-cream); transform: translateX(100%); transition: transform 0.5s var(--b63-ease); }
  .site-nav.is-open { transform: none; }
  .site-nav__link { font-size: 1rem; }
  .site-nav__toggle { display: inline-flex; z-index: 50; background: none; border: 0; color: inherit; font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; cursor: pointer; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

:focus-visible { outline: 2px solid var(--b63-gold); outline-offset: 3px; }

/* ============================================================
   ADDED FOR SIX-PAGE BUILD
   ============================================================ */

/* Benefits list (Partnership value proposition) reuses .scope pattern */
.benefits { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 2.6rem; }
.benefits li { position: relative; padding-left: 30px; font-size: 16px; color: inherit; opacity: 0.86; }
.benefits li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--b63-gold); }
.benefits strong { color: inherit; opacity: 1; font-weight: 600; display: block; margin-bottom: 0.2rem; }
.section--espresso .benefits strong, .section--ink .benefits strong { color: var(--b63-cream); }

/* Press / Coverage grid */
.press { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--b63-line); border: 1px solid var(--b63-line); }
.section--espresso .press, .section--ink .press { background: var(--b63-line-light); border-color: var(--b63-line-light); }
.press__item { background: var(--b63-cream); padding: 2.4rem 2.2rem; display: flex; flex-direction: column; gap: 0.9rem; transition: background 0.4s var(--b63-ease); }
.section--espresso .press__item, .section--ink .press__item { background: var(--b63-espresso); }
.press__item:hover { background: var(--b63-sand); }
.section--espresso .press__item:hover, .section--ink .press__item:hover { background: var(--b63-espresso-ink); }
.press__pub { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--b63-rust); }
.section--espresso .press__pub, .section--ink .press__pub { color: var(--b63-gold); }
.press__headline { font-family: var(--b63-serif); font-size: 1.5rem; line-height: 1.18; }
.press__link { margin-top: auto; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.6rem; }
.press__link::after { content: ""; width: 22px; height: 1px; background: currentColor; transition: width 0.4s var(--b63-ease); }
.press__item:hover .press__link::after { width: 34px; }

/* Announcements strip */
.announce { display: grid; gap: 1px; background: var(--b63-line-light); border: 1px solid var(--b63-line-light); }
.announce__row { background: var(--b63-espresso); padding: 1.8rem 2rem; display: grid; grid-template-columns: 150px 1fr; gap: 1.6rem; align-items: baseline; }
.announce__date { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--b63-gold); }
.announce__text { font-family: var(--b63-serif); font-size: 1.3rem; line-height: 1.3; }

/* Contact form */
.contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.form { display: grid; gap: 1.3rem; }
.form__row { display: grid; gap: 1.3rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field label { font-size: 0.64rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--b63-gold); }
.field input, .field textarea, .field select {
  background: transparent; border: 1px solid var(--b63-line-light); color: var(--b63-cream);
  font-family: var(--b63-sans); font-size: 1rem; font-weight: 300; padding: 0.9rem 1rem; border-radius: 0;
  transition: border-color 0.4s var(--b63-ease);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--b63-gold); }
.field textarea { resize: vertical; min-height: 130px; }
.field select { color: var(--b63-cream); appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--b63-gold) 50%), linear-gradient(135deg, var(--b63-gold) 50%, transparent 50%); background-position: calc(100% - 20px) center, calc(100% - 14px) center; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.field select option { color: #111; }

@media (max-width: 820px) {
  .benefits, .press { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .announce__row { grid-template-columns: 1fr; gap: 0.5rem; }
}

/* Enquiry form status + honeypot + submitting state */
.form__actions { display: flex; align-items: center; gap: 1.2rem; }
.form__status { font-size: 0.9rem; min-height: 1.2em; margin: 0.2rem 0 0; opacity: 0.9; }
.form__status--ok { color: var(--b63-gold); }
.form__status--err { color: #E1A08A; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form.is-sending [data-submit] { opacity: 0.6; pointer-events: none; }

/* ============================================================
   LAUNCH GALLERY + LIGHTBOX
   ============================================================ */
.gallery { columns: 3; column-gap: 14px; }
.gallery__item { display: block; break-inside: avoid; margin: 0 0 14px; position: relative; overflow: hidden; cursor: pointer; background: var(--b63-espresso); }
.gallery__item img { width: 100%; display: block; transition: transform 0.9s var(--b63-ease), opacity 0.5s var(--b63-ease); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: var(--b63-espresso); opacity: 0; transition: opacity 0.4s var(--b63-ease); }
.gallery__item:hover img { transform: scale(1.045); }
.gallery__item:hover::after { opacity: 0.14; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 4rem); background: rgba(42, 20, 18, 0.95); opacity: 0; visibility: hidden; transition: opacity 0.35s var(--b63-ease), visibility 0.35s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 92vw; max-height: 84vh; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,0.55); }
.lightbox__btn { position: absolute; background: none; border: 0; color: var(--b63-cream); cursor: pointer; font-family: var(--b63-serif); line-height: 1; opacity: 0.75; transition: opacity 0.3s var(--b63-ease); padding: 0.5rem 1rem; }
.lightbox__btn:hover { opacity: 1; }
.lightbox__btn--close { top: clamp(0.6rem, 2vw, 1.6rem); right: clamp(0.6rem, 2vw, 1.6rem); font-size: 2rem; }
.lightbox__btn--prev, .lightbox__btn--next { top: 50%; transform: translateY(-50%); font-size: clamp(2rem, 5vw, 3.4rem); }
.lightbox__btn--prev { left: clamp(0.2rem, 1vw, 1rem); }
.lightbox__btn--next { right: clamp(0.2rem, 1vw, 1rem); }
.lightbox__count { position: absolute; bottom: clamp(0.8rem, 3vw, 2rem); left: 0; right: 0; text-align: center; color: var(--b63-cream); opacity: 0.6; font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; }

@media (max-width: 900px) { .gallery { columns: 2; } }
@media (max-width: 560px) { .gallery { columns: 1; } }

/* Legal page (privacy & confidentiality) */
.legal { max-width: 46rem; }
.legal h2 { font-family: var(--b63-serif); font-weight: 500; font-size: 1.5rem; margin: 2.4rem 0 0.7rem; }
.legal h2:first-of-type { margin-top: 0; }
.legal p { color: var(--b63-espresso); opacity: 0.86; margin-bottom: 1rem; }
.legal a { border-bottom: 1px solid var(--b63-rust); }
.legal__meta { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--b63-rust); margin-bottom: 2rem; }
.legal__note { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--b63-line); font-size: 0.9rem; font-style: italic; opacity: 0.7; }
.site-footer__legal a { border-bottom: 1px solid currentColor; padding-bottom: 1px; }

/* Committee photos (black & white) with initials fallback */
.committee__photo { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; background: var(--b63-espresso-ink); overflow: hidden; margin-bottom: 1.1rem; }
.committee__initials { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--b63-serif); font-size: 1.6rem; letter-spacing: 0.04em; color: var(--b63-gold); opacity: 0.5; }
.committee__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.03); }

/* Designer / founder portrait, overlapping the clothing shot, with initials fallback */
.designer__portrait { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; width: 66px; height: 66px; border-radius: 50%; overflow: hidden; background: var(--b63-espresso-ink); border: 2px solid var(--b63-cream); box-shadow: 0 8px 22px rgba(0,0,0,0.32); }
.designer__portrait-init { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--b63-serif); font-size: 0.95rem; color: var(--b63-gold); }
.designer__portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Press publication logos (with text fallback) */
.press__logo { display: block; margin-bottom: 0.6rem; min-height: 30px; }
.press__logo img { height: 30px; width: auto; max-width: 170px; display: block; object-fit: contain; }
.section--espresso .press__logo img, .section--ink .press__logo img { filter: brightness(0) invert(1); }

/* ============================================================
   BIO FIGURES, CREDITS, VIDEO (round: PR additions)
   ============================================================ */
.split__media { display: grid; gap: 1.4rem; align-content: start; }
.bio-figure { margin: 0; }
.bio-figure img { width: 100%; height: auto; aspect-ratio: auto; object-fit: cover; display: block; }
.bio-figure__credit { font-size: 0.7rem; letter-spacing: 0.06em; color: var(--b63-espresso); opacity: 0.55; margin-top: 0.5rem; }
.bio-link { border-bottom: 1px solid var(--b63-rust); font-size: 0.95rem; letter-spacing: 0.02em; }

.gallery-credit { font-size: 0.72rem; letter-spacing: 0.06em; opacity: 0.6; margin-top: 0.8rem; }

.video { position: relative; width: 100%; max-width: 960px; margin-inline: auto; aspect-ratio: 16 / 9; overflow: hidden; background: var(--b63-espresso); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Quote + video two-column (home) */
.quote-video { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.quote-video .statement { max-width: 100%; }
.quote-video .video { max-width: 100%; margin: 0; }
@media (max-width: 900px) { .quote-video { grid-template-columns: 1fr; } }

/* CIC registration line (footer) */
.site-footer__reg { margin: 1.4rem 0 0; font-size: 0.72rem; line-height: 1.6; letter-spacing: 0.02em; opacity: 0.5; }

/* native-enhancements.css */
/* Bridges for native Bricks image/form elements; validate after Bricks install. */
.brand-logo.brxe-image { height: 46px; width: auto; }
.brand-logo--sm.brxe-image { height: 38px; }
.brand-logo--lg.brxe-image { height: 84px; }
.hero__slide.brxe-image { position: absolute; width: 100%; height: 100%; }
.hero__slide.brxe-image img { width: 100%; height: 100%; object-fit: cover; }
.bio-figure.brxe-block { margin: 0; }
.designer__portrait .brxe-image { width: 100%; height: 100%; object-fit: cover; }
.committee__photo .brxe-image { width: 100%; height: 100%; object-fit: cover; }
.brand63-enquiry.brxe-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
  margin: 0;
}
.brand63-enquiry .form-group {
  width: 100%; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: .5rem;
}
.brand63-enquiry .form-group:has(textarea),
.brand63-enquiry .form-group.submit-button-wrapper,
.brand63-enquiry .message { grid-column: 1 / -1; }
.brand63-enquiry label {
  font-size: .64rem; font-weight: 300; letter-spacing: .24em;
  text-transform: uppercase; color: var(--b63-gold); margin: 0;
}
.brand63-enquiry input,
.brand63-enquiry textarea,
.brand63-enquiry select {
  background: transparent; border: 1px solid var(--b63-line-light);
  color: var(--b63-cream); font-family: var(--b63-sans);
  font-size: 1rem; line-height: normal; font-weight: 300;
  padding: .9rem 1rem; border-radius: 0; min-height: 0;
  transition: border-color .4s var(--b63-ease);
}
.brand63-enquiry :is(input,textarea,select):focus {
  outline: none; border-color: var(--b63-gold);
}
.brand63-enquiry textarea { min-height: 130px; resize: vertical; }
.brand63-enquiry select {
  appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,var(--b63-gold) 50%),linear-gradient(135deg,var(--b63-gold) 50%,transparent 50%);
  background-position: calc(100% - 20px) center,calc(100% - 14px) center;
  background-size: 6px 6px; background-repeat: no-repeat;
}
.brand63-enquiry select option { color: #111; }
.brand63-enquiry button[type="submit"] { align-self: flex-start; width: auto; }
.brand63-enquiry .message { margin: .2rem 0 0; padding: 0; background: none; font-size: .9rem; }
.brand63-enquiry .message.success { color: var(--b63-gold); }
.brand63-enquiry .message.error { color: #E1A08A; }
@media (max-width: 820px) {
  .brand63-enquiry.brxe-form { grid-template-columns: 1fr; }
}
