/*
Theme Name:  Tuscan Equity 2026
Theme URI:   https://tuscanequity.com
Author:      GagisaPRO - Mgcini Mkwananzi
Author URI:  https://gagisa.pro
Description: Custom WordPress theme by Mgcini Mkwananzi for Tuscan Equity — Montarello Family Office
Version:     1.2.3
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:     Private
Text Domain: tuscan-equity
*/

/* ─────────────────────────────────────────
   TABLE OF CONTENTS
   1.  Reset & Root Variables
   2.  Base / Body
   3.  Navigation
   4.  Hero — Home Section
   5.  Hero — Mondrian Art Block
   6.  Hero — Descriptor & Stats
   7.  About — Header
   8.  About — Editorial
   9.  About — Timeline
   10. About — Philanthropy
   11. Team
   12. Partners / Invest
   13. Contact
   14. Footer
   15. Animations & Reveal
   16. WordPress Alignments & Core Overrides
   16a. Legal Pages (Cookies · Terms of Use · Privacy)
   17. Responsive
───────────────────────────────────────── */


/* ─── 1. RESET & ROOT ─────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --white: #ffffff;
  --warm-1: #faf6f0;
  --warm-2: #f2ebe0;
  --warm-3: #e8dece;
  --espresso: #1e1108;
  --bark: #3d2010;
  --sienna: #7a3018;
  --gold: #c09535;
  --gold-lt: #d4ae58;
  --gold-pale: #ecdba0;
  --gold-wash: rgba(192, 149, 53, 0.07);
  --ink: #1a0f04;
  --body-clr: #3a2a18;
  --muted: #8a7560;
  --rule: rgba(30, 17, 8, 0.1);

  /* Mondrian palette */
  --m-black: #1a1108;
  --m-gold: #c09535;
  --m-sienna: #7a3018;
  --m-bark: #3d2010;
  --m-cream: #f2ebe0;
  --m-rust: #a83818;
  --m-warm: #faf6f0;
}

html {
  scroll-behavior: smooth;
}


/* ─── 2. BASE / BODY ─────────────────── */

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  background: var(--warm-1);
  color: var(--ink);
  overflow-x: hidden;
}

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

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

/* WordPress .wp-site-blocks top-level spacing reset */
.wp-site-blocks>*+* {
  margin-top: 0;
}


/* ─── 3. NAVIGATION ──────────────────── */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  background: var(--warm-1);
  border-bottom: 1px solid var(--rule);
}

/* Logo */
.site-header .site-logo {
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
}

.site-header .site-logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.site-header .site-logo .logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--ink);
}

.site-header .site-logo .logo-text em {
  font-style: italic;
  color: var(--gold);
}

/* Primary Nav — generated by wp_nav_menu */
.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation ul li a {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}

.primary-navigation ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.primary-navigation ul li a:hover {
  color: var(--ink);
}

.primary-navigation ul li a:hover::after {
  width: 100%;
}

/* CTA item — add class "menu-item-cta" in WP menu admin */
.primary-navigation ul li.menu-item-cta a {
  font-weight: 500;
  color: var(--white);
  background: var(--espresso);
  padding: 9px 22px;
  letter-spacing: 0.1em;
  transition: background 0.25s;
}

.primary-navigation ul li.menu-item-cta a::after {
  display: none;
}

.primary-navigation ul li.menu-item-cta a:hover {
  background: var(--bark);
  color: var(--white);
}


/* ─── 4. HERO — HOME SECTION ─────────── */

.section-home {
  min-height: calc(100vh - 100px);
  padding-top: 64px;
  background: var(--warm-1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--rule);
}

/* Left column */
.hero-l {
  padding: 96px 64px 80px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-eyebrow {
  font-size: 0.66rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: rise 0.9s ease 0.05s forwards;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.hero-display {
  font-family: 'Playfair Display', serif;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  opacity: 0;
  animation: rise 1s ease 0.18s forwards;
}

.hero-display em {
  font-style: italic;
  color: var(--gold);
  display: block;
}

.hero-since {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0;
  animation: rise 0.9s ease 0.34s forwards;
}

/* Right column */
.hero-r {
  display: flex;
  flex-direction: column;
}


/* ─── 5. HERO — MONDRIAN ─────────────── */

.mondrian {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: var(--m-warm);
}

.m-block {
  position: absolute;
}

.m-rule {
  position: absolute;
  background: var(--m-black);
}

/* Horizontal rules */
.rh {
  left: 0;
  right: 0;
}

.rh.t22 {
  top: 22%;
  height: 4px;
}

.rh.t50 {
  top: 50%;
  height: 4px;
}

.rh.t72 {
  top: 72%;
  height: 4px;
}

/* Vertical rules */
.rv {
  top: 0;
  bottom: 0;
}

.rv.l35 {
  left: 35%;
  width: 4px;
}

.rv.l60 {
  left: 60%;
  width: 4px;
}

.rv.l80 {
  left: 80%;
  width: 4px;
}

/* Colour blocks */
.b1 {
  top: 0;
  left: 0;
  width: 35%;
  height: 22%;
  background: var(--m-gold);
  opacity: 0.88;
}

.b2 {
  top: 0;
  left: calc(35% + 4px);
  width: calc(25% - 4px);
  height: 22%;
  background: var(--m-warm);
}

.b3 {
  top: 0;
  left: calc(60% + 4px);
  width: calc(40% - 4px);
  height: 50%;
  background: var(--m-sienna);
  opacity: 0.85;
}

.b4 {
  top: calc(22% + 4px);
  left: 0;
  width: 35%;
  height: calc(28% - 4px);
  background: var(--m-cream);
}

.b5 {
  top: calc(22% + 4px);
  left: calc(35% + 4px);
  width: calc(25% - 4px);
  height: calc(28% - 4px);
  background: var(--m-warm);
}

.b6 {
  top: calc(50% + 4px);
  left: 0;
  width: 35%;
  height: calc(22% - 4px);
  background: var(--m-bark);
  opacity: 0.7;
}

.b7 {
  top: calc(50% + 4px);
  left: calc(35% + 4px);
  width: calc(25% - 4px);
  height: calc(22% - 4px);
  background: var(--m-rust);
  opacity: 0.65;
}

.b8 {
  top: calc(50% + 4px);
  left: calc(60% + 4px);
  width: calc(20% - 4px);
  height: calc(22% - 4px);
  background: var(--m-cream);
}

.b9 {
  top: calc(50% + 4px);
  left: calc(80% + 4px);
  width: calc(20% - 4px);
  height: calc(22% - 4px);
  background: var(--m-black);
  opacity: 0.8;
}

.b10 {
  top: calc(72% + 4px);
  left: 0;
  width: 60%;
  height: calc(28% - 4px);
  background: var(--m-warm);
}

.b11 {
  top: calc(72% + 4px);
  left: calc(60% + 4px);
  width: calc(20% - 4px);
  height: calc(28% - 4px);
  background: var(--m-gold);
  opacity: 0.4;
}

.b12 {
  top: calc(72% + 4px);
  left: calc(80% + 4px);
  width: calc(20% - 4px);
  height: calc(28% - 4px);
  background: var(--m-warm);
}

/* Animate blocks in */
.m-block {
  opacity: 0;
  animation: mondrian-fade 0.5s ease forwards;
}

.b1 {
  animation-delay: 0.25s;
  animation-name: mf-gold;
}

.b2 {
  animation-delay: 0.32s;
}

.b3 {
  animation-delay: 0.30s;
  animation-name: mf-si;
}

.b4 {
  animation-delay: 0.38s;
}

.b5 {
  animation-delay: 0.42s;
}

.b6 {
  animation-delay: 0.46s;
  animation-name: mf-bk;
}

.b7 {
  animation-delay: 0.50s;
  animation-name: mf-ru;
}

.b8 {
  animation-delay: 0.54s;
}

.b9 {
  animation-delay: 0.56s;
  animation-name: mf-esp;
}

.b10 {
  animation-delay: 0.60s;
}

.b11 {
  animation-delay: 0.64s;
  animation-name: mf-gp;
}

.b12 {
  animation-delay: 0.68s;
}

@keyframes mondrian-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mf-gold {
  to {
    opacity: 0.88;
  }
}

@keyframes mf-si {
  to {
    opacity: 0.85;
  }
}

@keyframes mf-bk {
  to {
    opacity: 0.70;
  }
}

@keyframes mf-ru {
  to {
    opacity: 0.65;
  }
}

@keyframes mf-esp {
  to {
    opacity: 0.80;
  }
}

@keyframes mf-gp {
  to {
    opacity: 0.40;
  }
}

.m-rule {
  opacity: 0;
  animation: mondrian-fade 0.3s ease forwards;
}

.m-rule:nth-of-type(1) {
  animation-delay: 0.72s;
}

.m-rule:nth-of-type(2) {
  animation-delay: 0.74s;
}

.m-rule:nth-of-type(3) {
  animation-delay: 0.76s;
}

.m-rule:nth-of-type(4) {
  animation-delay: 0.78s;
}

.m-rule:nth-of-type(5) {
  animation-delay: 0.80s;
}

.m-rule:nth-of-type(6) {
  animation-delay: 0.82s;
}


/* ─── 6. HERO — DESCRIPTOR & STATS ───── */

.hero-desc-area {
  padding: 44px 60px 52px;
  border-top: 4px solid var(--m-black);
  background: var(--warm-2);
}

.hero-p {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--body-clr);
  max-width: 400px;
  opacity: 0;
  animation: rise 0.95s ease 0.28s forwards;
}

.hero-p strong {
  font-weight: 500;
  color: var(--ink);
}

.hero-down {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  opacity: 0;
  animation: rise 0.9s ease 0.42s forwards;
  transition: gap 0.25s;
}

.hero-down:hover {
  opacity: 0.75;
}

/* Scroll hint — fixed overlay, fades out once milestones have scrolled into view */
.scroll-hint {
  position: fixed;
  bottom: 32px;
  left: 50%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--warm-1);
  border: 1px solid var(--rule);
  color: var(--gold);
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(30,17,8,0.12);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease, background 0.25s, border-color 0.25s;
  animation: scroll-hint-bounce 1.8s ease-in-out infinite;
}
.scroll-hint.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation-play-state: paused;
}
.scroll-hint:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
@keyframes scroll-hint-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* Stats bar */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  background: var(--warm-1);
}

.hero-stat {
  padding: 36px 40px;
  border-right: 1px solid var(--rule);
  opacity: 0;
  animation: rise 0.75s ease forwards;
  transition: background 0.3s;
}

.hero-stat:last-child {
  border-right: none;
}

.hero-stat:nth-child(1) {
  animation-delay: 0.85s;
}

.hero-stat:nth-child(2) {
  animation-delay: 0.95s;
}

.hero-stat:nth-child(3) {
  animation-delay: 1.05s;
}

.hero-stat:nth-child(4) {
  animation-delay: 1.15s;
}

.hero-stat:hover {
  background: var(--gold-wash);
}

.s-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.s-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.s-desc {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--muted);
}


/* ─── 7. ABOUT — HEADER ──────────────── */

.section-about {
  background: var(--white);
  padding-top: 64px;
}

.about-head {
  background: var(--espresso);
  padding: 32px 64px 28px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.about-head::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 149, 53, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.ah-label {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ah-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.ah-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 4rem);
  color: var(--warm-1);
  line-height: 1.0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.ah-title em {
  font-style: italic;
  color: var(--gold-lt);
}

.ah-lead {
  font-size: 1.08rem;
  line-height: 1.78;
  color: rgba(250, 246, 240, 0.55);
  position: relative;
  z-index: 1;
}


/* ─── 8. ABOUT — EDITORIAL ───────────── */

.editorial {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 20px 64px;
  border-bottom: 1px solid var(--rule);
  gap: 0 60px;
}

.ed-label {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 5px;
}

.ed-body {
  font-size: 1.05rem;
  line-height: 1.88;
  color: var(--body-clr);
}

.ed-body p+p {
  margin-top: 18px;
}

.ed-body strong {
  font-weight: 500;
  color: var(--ink);
}


/* ─── 9. ABOUT — TIMELINE ────────────── */

.timeline-wrap {
  background: var(--warm-2);
  padding: 20px 64px 28px;
  border-bottom: 1px solid var(--rule);
}

.tl-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.tl-head::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.tl-head span {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.tl-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--rule);
}

.tl-item {
  padding: 0 32px 40px;
  border-right: 1px solid var(--rule);
  transition: background 0.25s;
}

.tl-item:hover {
  background: rgba(192, 149, 53, 0.05);
}

.tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  margin-bottom: 16px;
}

.tl-year {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}

.tl-text {
  font-size: 0.84rem;
  line-height: 1.68;
  color: var(--muted);
}


/* ─── 10. ABOUT — PHILANTHROPY ───────── */

.philanthropy {
  background: var(--sienna);
  padding: 80px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  overflow: hidden;
}

.philanthropy::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.phil-kicker {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.45);
  margin-bottom: 20px;
}

.phil-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 400;
  color: var(--warm-1);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 44px;
}

.phil-title em {
  font-style: italic;
  color: rgba(212, 174, 88, 0.8);
}

.pullquote {
  border-left: 1px solid rgba(212, 174, 88, 0.4);
  padding-left: 28px;
  margin-bottom: 32px;
}

.pullquote q {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.58;
  color: rgba(250, 246, 240, 0.82);
  quotes: none;
  display: block;
  margin-bottom: 18px;
}

.pullquote cite {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-lt);
  font-style: normal;
}

.pullquote cite span {
  display: block;
  color: rgba(250, 246, 240, 0.32);
  margin-top: 4px;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: none;
}

.phil-body {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(250, 246, 240, 0.42);
}

.phil-r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.film-card {
  border: 1px solid rgba(250, 246, 240, 0.12);
  padding: 40px;
  position: relative;
  transition: border-color 0.3s;
}

.film-card:hover {
  border-color: rgba(212, 174, 88, 0.5);
}

.film-card::before {
  content: '▶';
  position: absolute;
  top: 36px;
  right: 40px;
  color: var(--gold-lt);
  opacity: 0.4;
}

.film-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: var(--warm-1);
  margin-bottom: 8px;
  line-height: 1.1;
}

.film-award {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 14px;
}

.film-desc {
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(250, 246, 240, 0.38);
}


/* ─── 11. TEAM ───────────────────────── */

.section-team {
  background: var(--warm-1);
  padding-top: 64px;
}

.team-head {
  background: var(--bark);
  padding: 32px 64px 28px;
  position: relative;
  overflow: hidden;
}

.team-head::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 149, 53, 0.1) 0%, transparent 65%);
}

.team-head-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 4rem);
  color: var(--warm-1);
  line-height: 1.05;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.team-head-title em {
  font-style: italic;
  color: var(--gold-lt);
}

.team-roster {
  padding: 0 64px;
}

.roster-item {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 0 52px;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
  transition: background 0.25s, padding 0.25s, margin 0.25s;
}

.roster-item:last-child {
  border-bottom: none;
}

.roster-item:hover {
  background: var(--warm-2);
  margin: 0 -40px;
  padding: 32px 40px;
}

.r-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.r-role {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 8px;
}

.r-bio {
  font-size: 0.92rem;
  line-height: 1.88;
  color: var(--body-clr);
}

.r-bio p+p {
  margin-top: 14px;
}

.r-bio-r {
  font-size: 0.92rem;
  line-height: 1.88;
  color: var(--muted);
}

.r-bio-r p+p {
  margin-top: 14px;
}


/* ─── 12. PARTNERS / INVEST ──────────── */

.section-partners {
  background: var(--white);
  padding-top: 64px;
}

.partners-head {
  background: var(--bark);
  padding: 48px 64px 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.partners-head::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 149, 53, 0.15) 0%, transparent 65%);
}

.ph-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  color: var(--warm-1);
  line-height: 0.95;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

.ph-title em {
  font-style: italic;
  color: var(--gold-lt);
}

.ph-desc {
  font-size: 1.08rem;
  line-height: 1.78;
  color: rgba(250, 246, 240, 0.48);
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}

/* Thesis list */
.thesis-header {
  padding: 60px 64px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.thesis-header::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.thesis-header span {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.thesis-list {
  padding: 0 64px 20px;
}

.thesis-row {
  display: grid;
  grid-template-columns: 44px 240px 1fr;
  gap: 0 44px;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  transition: background 0.22s, padding 0.22s, margin 0.22s;
}

.thesis-row:last-child {
  border-bottom: none;
}

.thesis-row:hover {
  background: var(--gold-wash);
  margin: 0 -40px;
  padding: 32px 40px;
}

.th-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--gold);
}

.th-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.th-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--muted);
}

/* Barbera Capital card */
.barbera {
  margin: 48px 64px 80px;
  background: var(--warm-2);
  border: 1px solid var(--warm-3);
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.barbera::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(192, 149, 53, 0.06);
}

.b-kicker {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.b-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.b-title em {
  font-style: italic;
  color: var(--gold);
}

.b-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--body-clr);
}

.b-body p+p {
  margin-top: 16px;
}


/* ─── 13. CONTACT ────────────────────── */

.section-contact {
  background: var(--warm-2);
  padding-top: 64px;
}

.contact-head {
  background: var(--espresso);
  padding: 48px 64px 44px;
  position: relative;
  overflow: hidden;
}

.contact-head::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 149, 53, 0.1) 0%, transparent 65%);
}

.ch-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 4rem);
  color: var(--warm-1);
  line-height: 0.95;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 1;
}

.ch-title em {
  font-style: italic;
  color: var(--gold-lt);
}

.ch-sub {
  margin-top: 20px;
  font-size: 1rem;
  color: rgba(250, 246, 240, 0.4);
  position: relative;
  z-index: 1;
}

.contact-body {
  display: grid;
  grid-template-columns: 1fr 340px;
  padding: 72px 64px 80px;
}

.form-note {
  font-size: 0.86rem;
  line-height: 1.78;
  color: var(--muted);
  padding: 16px 22px;
  border-left: 2px solid var(--gold-pale);
  background: rgba(236, 219, 160, 0.15);
  margin-bottom: 48px;
}

/* Contact Form 7 overrides */
.wpcf7 .form-field,
.wpcf7 p {
  margin-bottom: 36px;
}

.wpcf7 label,
.field-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--warm-3);
  padding: 10px 0;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s;
  border-radius: 0;
  -webkit-appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-bottom-color: var(--gold);
}

.wpcf7 textarea {
  resize: none;
  height: 88px;
  line-height: 1.7;
}

.wpcf7 input[type="submit"],
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--espresso);
  color: var(--gold-pale);
  border: none;
  padding: 15px 44px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, gap 0.25s;
  border-radius: 0;
  -webkit-appearance: none;
}

.wpcf7 input[type="submit"]:hover,
.submit-btn:hover {
  background: var(--bark);
  gap: 18px;
}

/* Contact aside */
.contact-aside {
  padding-left: 60px;
  border-left: 1px solid var(--rule);
}

.ca-block {
  margin-bottom: 44px;
}

.ca-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.ca-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.32rem;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.ca-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--muted);
}


/* ─── 14. FOOTER ─────────────────────── */

.site-footer {
  background: var(--espresso);
  padding: 0 64px;
}

.ft-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid rgba(192, 149, 53, 0.15);
}

.ft-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(0.2) saturate(1.2);
  opacity: 0.82;
}

.ft-logo .logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--warm-1);
}

.ft-logo .logo-text em {
  font-style: italic;
  color: var(--gold-lt);
}

/* Footer nav — generated by wp_nav_menu */
.footer-navigation ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation ul li a {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-navigation ul li a:hover {
  color: var(--gold-lt);
}

.ft-copy {
  padding: 16px 0;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: rgba(250, 246, 240, 0.55);
}


/* ─── 15. ANIMATIONS & REVEAL ────────── */

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.d1 {
  transition-delay: 0.08s;
}

.d2 {
  transition-delay: 0.16s;
}

.d3 {
  transition-delay: 0.24s;
}

.d4 {
  transition-delay: 0.32s;
}


/* ─── 16. WORDPRESS CORE OVERRIDES ───── */

/* Remove default WP margins */
.wp-block-group,
.wp-block-cover {
  margin: 0;
}

/* Alignment helpers */
.alignfull {
  margin-left: calc(-64px);
  margin-right: calc(-64px);
}

.alignwide {
  margin-left: calc(-32px);
  margin-right: calc(-32px);
}

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

/* Skip link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 8px;
  z-index: 9999;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

/* CF7 response messages */
.wpcf7-mail-sent-ok {
  border: none !important;
  background: rgba(192, 149, 53, 0.12) !important;
  color: var(--ink) !important;
  padding: 14px 20px !important;
  font-size: 0.86rem !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border: none !important;
  background: rgba(168, 56, 24, 0.1) !important;
  color: var(--sienna) !important;
  padding: 14px 20px !important;
  font-size: 0.86rem !important;
}


/* ─────────────────────────────────────────────────
   LEGAL PAGES  (Cookies · Terms of Use · Privacy)
   Add this block to the bottoms of style.css
   above the @media responsive rules.
───────────────────────────────────────────────── */

/* ── Outer wrapper ─────────────────────────────── */
.legal-wrap {
  background: var(--white);
  padding-top: 64px;
  /* clears fixed nav */
}

/* ── Header — mirrors .partners-head ──────────── */
.legal-head {
  background: var(--bark);
  padding: 48px 64px 44px;
  position: relative;
  overflow: hidden;
}

.legal-head::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 149, 53, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.legal-head-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.legal-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  color: var(--warm-1);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-top: 8px;
}

/* ── Body layout ───────────────────────────────── */
.legal-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 64px;
  padding: 72px 64px 100px;
  align-items: start;
}

/* When no sidenav is present, content spans full grid width */
.legal-content:only-child {
  grid-column: 1 / -1;
}

/* ── Sidenav ────────────────────────────────────── */
.legal-nav {
  position: sticky;
  top: 88px;
  /* clears fixed header */
}

.legal-nav-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-nav-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.legal-nav ul {
  list-style: none;
  border-left: 1px solid var(--rule);
}

.legal-nav ul li {
  border-bottom: 1px solid var(--rule);
}

.legal-nav ul li a {
  display: block;
  padding: 14px 20px;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s, background 0.2s, padding-left 0.2s;
}

.legal-nav ul li a:hover {
  color: var(--ink);
  background: var(--gold-wash);
  padding-left: 26px;
}

.legal-nav ul li.active a {
  color: var(--ink);
  font-weight: 500;
  background: var(--gold-wash);
  border-left: 2px solid var(--gold);
}

/* ── Content area ───────────────────────────────── */
.legal-content {
  font-size: 0.97rem;
  line-height: 1.9;
  color: var(--body-clr);
  max-width: 800px;
}

/* Headings within legal content */
.legal-content h1,
.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}

.legal-content h1:first-child,
.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
  margin: 32px 0 10px;
}

.legal-content h4 {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 28px 0 8px;
}

/* Paragraphs */
.legal-content p {
  margin-bottom: 18px;
}

.legal-content p strong,
.legal-content strong {
  font-weight: 500;
  color: var(--ink);
}

/* Numbered / bulleted lists */
.legal-content ol,
.legal-content ul {
  margin: 0 0 18px 0;
  padding-left: 0;
  list-style: none;
}

.legal-content ol li,
.legal-content ul li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid var(--rule);
  font-size: 0.94rem;
  color: var(--body-clr);
}

.legal-content ol li:first-child,
.legal-content ul li:first-child {
  border-top: 1px solid var(--rule);
}

/* Numeric counter for ol */
.legal-content ol {
  counter-reset: legal-counter;
}

.legal-content ol li::before {
  counter-increment: legal-counter;
  content: counter(legal-counter, decimal) ".";
  position: absolute;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gold);
  top: 11px;
}

/* Bullet for ul */
.legal-content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  top: 10px;
  font-size: 0.85rem;
}

/* Inline links */
.legal-content a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.legal-content a:hover {
  border-bottom-color: var(--gold);
}

/* Tables — used in Cookies page */
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0 40px;
  font-size: 0.84rem;
}

.legal-content thead tr {
  background: var(--espresso);
}

.legal-content thead th {
  padding: 14px 18px;
  text-align: left;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-pale);
  border-right: 1px solid rgba(192, 149, 53, 0.15);
}

.legal-content thead th:last-child {
  border-right: none;
}

.legal-content tbody tr {
  border-bottom: 1px solid var(--rule);
  transition: background 0.2s;
}

.legal-content tbody tr:hover {
  background: var(--gold-wash);
}

.legal-content tbody td {
  padding: 14px 18px;
  vertical-align: top;
  color: var(--body-clr);
  border-right: 1px solid var(--rule);
  line-height: 1.65;
}

.legal-content tbody td:last-child {
  border-right: none;
}

/* First column (cookie name) — styled like thesis .th-name */
.legal-content tbody td:first-child {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem;
  color: var(--ink);
  white-space: nowrap;
}

/* Blockquotes — used for policy summary callouts */
.legal-content blockquote {
  border-left: 2px solid var(--gold-pale);
  background: rgba(236, 219, 160, 0.12);
  padding: 18px 24px;
  margin: 28px 0;
  font-size: 0.92rem;
  color: var(--muted);
  font-style: italic;
}


/* ─────────────────────────────────────────────────
   MOBILE NAVIGATION
   Paste this block into style.css immediately
   above the existing @media responsive rules.
───────────────────────────────────────────────── */

/* Hide hamburger on desktop */
.nav-hamburger {
  display: none;
}

/* Hide mobile menu on desktop */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--espresso);
  z-index: 550;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Nav links inside overlay */
.mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu nav ul li {
  border-bottom: 1px solid rgba(192, 149, 53, 0.12);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.is-open nav ul li {
  opacity: 1;
  transform: none;
}

.mobile-menu.is-open nav ul li:nth-child(1) {
  transition-delay: 0.08s;
}

.mobile-menu.is-open nav ul li:nth-child(2) {
  transition-delay: 0.14s;
}

.mobile-menu.is-open nav ul li:nth-child(3) {
  transition-delay: 0.20s;
}

.mobile-menu.is-open nav ul li:nth-child(4) {
  transition-delay: 0.26s;
}

.mobile-menu.is-open nav ul li:nth-child(5) {
  transition-delay: 0.32s;
}

.mobile-menu nav ul li a {
  display: block;
  padding: 22px 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  font-weight: 400;
  color: var(--warm-1);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s, padding-left 0.2s;
}

.mobile-menu nav ul li a:hover {
  color: var(--gold-lt);
  padding-left: 8px;
}

/* Branding at bottom of overlay */
.mobile-menu-footer {
  margin-top: auto;
  padding-top: 40px;
  border-top: 1px solid rgba(192, 149, 53, 0.12);
  opacity: 0;
  transition: opacity 0.3s ease 0.38s;
}

.mobile-menu.is-open .mobile-menu-footer {
  opacity: 1;
}

.mobile-menu-brand {
  display: block;
  margin-bottom: 6px;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--warm-1);
}

.mobile-menu-since {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 246, 240, 0.28);
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

/* ── Hamburger button — mobile only ── */
@media (max-width: 768px) {

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 600;
    position: relative;
  }

  .nav-hamburger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
  }

  /* Animate to × when open */
  .nav-hamburger.is-open span:nth-child(1) {
    transform: translateY(8.25px) rotate(45deg);
  }

  .nav-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .nav-hamburger.is-open span:nth-child(3) {
    transform: translateY(-8.25px) rotate(-45deg);
  }

  .nav-hamburger.is-open span {
    background: var(--warm-1);
  }
}


/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
  .legal-head {
    padding: 72px 32px 56px;
  }

  .legal-body {
    grid-template-columns: 1fr;
    padding: 52px 32px 80px;
  }

  .legal-nav {
    position: static;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 40px;
  }

  .legal-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  .legal-head {
    padding: 56px 24px 44px;
  }

  .legal-body {
    padding: 40px 24px 64px;
  }
}


/* ─── 17. RESPONSIVE ─────────────────── */

@media (max-width: 1100px) {
  .site-header {
    padding: 0 32px;
  }

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

  .hero-l {
    padding: 72px 32px;
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }

  .mondrian {
    min-height: 260px;
  }

  .hero-desc-area {
    padding: 36px 32px 40px;
  }

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

  .hero-stat:nth-child(2) {
    border-right: none;
  }

  .about-head {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 32px 52px;
  }

  .editorial {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 52px 32px;
  }

  .timeline-wrap {
    padding: 52px 32px;
  }

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

  .philanthropy {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 32px;
  }

  .team-head {
    padding: 64px 32px 52px;
  }

  .team-roster {
    padding: 0 32px;
  }

  .roster-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .roster-item:hover {
    margin: 0;
    padding: 60px 0;
  }

  .partners-head {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 64px 32px 52px;
  }

  .thesis-header,
  .thesis-list {
    padding-left: 32px;
    padding-right: 32px;
  }

  .thesis-row {
    grid-template-columns: 36px 1fr;
  }

  .th-desc {
    grid-column: 2;
  }

  .thesis-row:hover {
    margin: 0;
    padding: 32px 0;
  }

  .barbera {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 40px 32px 60px;
    padding: 44px;
  }

  .contact-head {
    padding: 64px 32px 52px;
  }

  .contact-body {
    grid-template-columns: 1fr;
    padding: 52px 32px 64px;
  }

  .contact-aside {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--rule);
    padding-top: 48px;
    margin-top: 48px;
  }

  .site-footer {
    padding: 0 32px;
  }

  .ft-top {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .primary-navigation {
    display: none;
  }

  /* mobile menu TODO */
  .tl-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-stat {
    border-right: none;
    border-bottom: 1px solid var(--rule);
  }
}