/*
Theme Name: NewCap Family Office — Rockco Edition
Theme URI: https://newcapfamilyoffice.com
Author: NewCap Family Office
Description: NewCap theme with Rockefeller Capital Management inspired design — deep teal, ivory, gold accents, cinzel headings, animated hero.
Version: 4.0.0
Text Domain: newcap-family-office
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300&family=Jost:wght@300;400;500&display=swap');

/* ── DESIGN TOKENS ─────────────────────────────────────────────────────── */
:root {
  /* Brand */
  --burg:       #9B1C2E;
  --burg-deep:  #7A1522;
  --burg-light: #C4344A;

  /* Rockco-inspired palette */
  --teal:       #002A3A;   /* Rockco deep teal — hero, dark sections */
  --teal-mid:   #003D52;   /* hover / slightly lighter teal */
  --teal-light: #0A5270;   /* teal highlight */
  --gold:       #BBA984;   /* Rockco gold — accents, rules, borders */
  --gold-light: #D4C9AC;   /* lighter gold for subtle use */
  --ivory:      #F5F0E8;   /* Rockco warm ivory — banners, dividers */
  --ivory-dark: #EDE7D9;   /* slightly deeper ivory for contrast blocks */
  --pastel-blue:#D6E8F0;   /* light pastel blue — quote backgrounds */
  --blue-ivory: #E4EDF2;   /* blended ivory + pastel blue */

  /* Neutrals */
  --white:      #FFFFFF;
  --offwhite:   #F8F6F3;
  --warm-grey:  #E6E2DD;
  --mid-grey:   #CFC9C3;
  --charcoal:   #1A1A1A;
  --body:       #333333;
  --muted:      #7A7670;
  --border:     #E6E2DD;
  --gold-border:#BBA984;

  /* Typography */
  --cinzel:  'Cinzel', serif;          /* Rockco loud headlines */
  --serif:   'Cormorant Garamond', serif;
  --sans:    'Jost', sans-serif;
}

/* ── RESET ─────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; cursor: pointer; }
p { margin: 0; }
em { font-style: normal !important; font-weight: inherit !important; color: inherit; }
strong { font-weight: inherit !important; color: inherit; }

/* ── NAV ───────────────────────────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 999; background: var(--white); border-bottom: 1px solid var(--gold-border); }
nav { padding: 0 5vw; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* Logo — exact original classes, new font/colour only */
.nav-logo { display: flex !important; align-items: center !important; gap: 10px !important; flex: 0 0 auto !important; min-width: auto !important; max-width: none !important; }
.brand-logo-wrap { display: flex !important; align-items: center !important; justify-content: flex-start !important; flex: 0 0 auto !important; }
.brand-logo-wrap .custom-logo-link { display: flex !important; align-items: center !important; line-height: 0 !important; width: auto !important; height: auto !important; }
.brand-logo-wrap img.custom-logo,
.brand-logo-wrap .custom-logo,
.custom-logo { width: auto !important; height: auto !important; max-width: 42px !important; max-height: 42px !important; object-fit: contain !important; display: block !important; }
.brand-text { display: inline-flex !important; align-items: baseline !important; font-family: var(--cinzel) !important; font-size: 16px !important; font-weight: 400 !important; letter-spacing: 0.06em !important; color: var(--teal) !important; white-space: nowrap !important; line-height: 1.1 !important; }
.brand-text span { color: var(--gold) !important; font-weight: 300 !important; margin-left: 5px !important; font-size: 11px !important; letter-spacing: 0.14em !important; }

/* Nav links — same structure, Rockco colours */
.nav-links { display: flex; align-items: center; gap: 0; margin-left: auto; }
.nav-item { position: relative; }
.nav-item > a, .nav-plain { padding: 0 16px; height: 68px; display: flex; align-items: center; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--teal); cursor: pointer; transition: color .2s; white-space: nowrap; font-family: var(--sans); font-weight: 400; }
.nav-item > a:hover, .nav-plain:hover, .nav-item > a.active { color: var(--gold); }

/* Dropdown — teal bg with gold accents */
.nav-dropdown { display: none; position: absolute; top: 68px; left: 0; background: var(--teal); border: 1px solid var(--gold-border); border-top: 2px solid var(--gold); min-width: 200px; padding: 8px 0; z-index: 200; }
.nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; padding: 10px 20px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); transition: color .2s; white-space: nowrap; }
.nav-dropdown a:hover { color: var(--white); }

/* CTA button */
.nav-cta { margin-left: 16px; padding: 9px 24px; background: var(--teal); color: var(--gold-light); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer; transition: background .2s; border: 1px solid var(--gold); font-family: var(--cinzel); font-weight: 400; }
.nav-cta:hover { background: var(--teal-mid); }

/* ── ANIMATED HERO ─────────────────────────────────────────────────────── */
.hero {
  min-height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 8vw 10vh;
  overflow: hidden;
}
/* Slideshow background */
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  transform: scale(1.04);
  animation: heroZoom 12s ease-in-out infinite alternate;
}
.hero-slide.active { opacity: 1; }
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.00); }
}
/* Gradient overlay — teal at bottom, dark at top */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,42,58,0.72) 0%,
    rgba(0,42,58,0.45) 45%,
    rgba(0,42,58,0.80) 100%
  );
  z-index: 1;
}
/* Gold rule at top */
.hero-rule {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--gold), var(--gold-light), var(--gold));
  z-index: 3;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.hero-eyebrow {
  font-family: var(--cinzel);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 200;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}
.hero-title strong { color: var(--gold) !important; font-weight: 200 !important; font-style: normal !important; }
.hero-title em     { color: var(--gold) !important; font-weight: 200 !important; font-style: normal !important; }
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  line-height: 1.88;
  margin-bottom: 52px;
  font-weight: 300;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── BUTTONS ───────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 32px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; transition: all .25s; font-family: var(--cinzel); font-weight: 400; border: none; }
.btn-burg  { background: var(--burg);  color: var(--white); }
.btn-burg:hover  { background: var(--burg-deep); }
.btn-teal  { background: var(--teal);  color: var(--gold-light); border: 1px solid var(--gold); }
.btn-teal:hover  { background: var(--teal-mid); }
.btn-gold  { background: var(--gold);  color: var(--teal); }
.btn-gold:hover  { background: var(--gold-light); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--teal); }
.btn-outline-teal { background: transparent; color: var(--teal); border: 1px solid var(--teal); }
.btn-outline-teal:hover { background: var(--teal); color: var(--white); }
.btn-text { background: transparent; color: var(--teal); border: none; padding: 10px 0; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; font-family: var(--cinzel); font-weight: 400; }
.btn-text::after { content: ' →'; }
.btn-text:hover { color: var(--gold); }

/* ── LAYOUT ────────────────────────────────────────────────────────────── */
.section        { padding: 96px 8vw; }
.section-alt    { background: var(--offwhite); }
.section-ivory  { background: var(--ivory); border-top: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); }
.section-teal   { background: var(--teal); color: var(--white); }
.section-warm   { background: var(--warm-grey); }
.two-col        { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.two-col-start  { align-items: start; }
.three-col      { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }

/* ── TYPOGRAPHY ────────────────────────────────────────────────────────── */
/* Large display headlines — Cormorant Garamond Ultra-Light 200 */
.display-title {
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 200;
  line-height: 1.14;
  letter-spacing: 0.02em;
  color: var(--teal);
  margin-bottom: 22px;
}
.display-title em, .display-title strong { color: inherit !important; font-weight: inherit !important; font-style: normal !important; }

/* Section titles — Cormorant Garamond (elegant, same as before) */
.section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 22px;
  color: var(--charcoal);
}
.section-title em, .section-title strong { color: inherit !important; font-weight: inherit !important; font-style: normal !important; }

.eyebrow {
  font-family: var(--cinzel);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
/* Eyebrow on dark backgrounds */
.section-teal .eyebrow { color: var(--gold-light); }

.rule-short  { width: 36px; height: 1px; background: var(--gold); margin: 0 0 28px; }
.rule-center { width: 36px; height: 1px; background: var(--gold); margin: 0 auto 28px; }
.rule-teal   { width: 36px; height: 1px; background: var(--teal); margin: 0 0 28px; }

.body-text  { color: var(--body);  font-size: 15px; line-height: 1.88; margin-bottom: 18px; }
.body-muted { color: var(--muted); font-size: 14px; line-height: 1.88; margin-bottom: 14px; }

/* Pull quote — pastel blue + ivory blend background */
.pull-quote {
  font-family: var(--serif);
  font-size: clamp(19px, 2.3vw, 28px);
  font-style: normal !important;
  font-weight: 300;
  line-height: 1.52;
  background: linear-gradient(135deg, var(--pastel-blue) 0%, var(--blue-ivory) 60%, var(--ivory) 100%);
  border-left: 3px solid var(--teal);
  padding: 32px 36px;
  color: var(--teal);
  position: relative;
}
.pull-quote::before {
  content: '\201C';
  font-family: var(--cinzel);
  font-size: 72px;
  color: var(--teal);
  opacity: 0.12;
  position: absolute;
  top: 8px; left: 16px;
  line-height: 1;
}

/* ── PAGE HEADER ───────────────────────────────────────────────────────── */
.page-header {
  padding: 80px 8vw 68px;
  background: var(--teal);
  border-bottom: 3px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--gold), var(--gold-light), var(--gold));
}
.page-header .eyebrow { color: var(--gold-light); margin-bottom: 20px; }
.page-header-title {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 64px);
  font-weight: 200;
  line-height: 1.12;
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--white);
  letter-spacing: 0.02em;
}
.page-header-title em,
.page-header-title strong { color: inherit !important; font-weight: inherit !important; font-style: normal !important; }
.page-header-sub { font-size: 16px; color: rgba(255,255,255,0.76); max-width: 560px; line-height: 1.88; }
.rule-gold-header { width: 48px; height: 1px; background: var(--gold); margin: 20px 0 28px; }

/* ── IVORY BANNER STRIP ─────────────────────────────────────────────────── */
.ivory-band {
  background: var(--ivory);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  padding: 18px 8vw;
  text-align: center;
}
.ivory-band p {
  font-family: var(--cinzel);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--teal);
}

/* ── STATS ─────────────────────────────────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--gold-border); background: var(--ivory); }
.stat-cell  { padding: 36px 24px; text-align: center; border-right: 1px solid var(--gold-border); }
.stat-cell:last-child { border-right: none; }
.stat-num   { font-family: var(--cinzel); font-size: 42px; font-weight: 300; color: var(--teal); display: block; line-height: 1; }
.stat-label { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); margin-top: 10px; display: block; font-family: var(--cinzel); }

/* ── CARDS ─────────────────────────────────────────────────────────────── */
.card { background: var(--white); border: 1px solid var(--gold-border); border-top: 2px solid var(--gold); padding: 36px 28px; transition: border-top-color .25s, box-shadow .25s; }
.card:hover { border-top-color: var(--teal); box-shadow: 0 8px 32px rgba(0,42,58,0.08); }
.card-title { font-family: var(--cinzel); font-size: 13px; font-weight: 400; margin-bottom: 14px; color: var(--teal); letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-body  { font-size: 14px; color: var(--muted); line-height: 1.82; }

/* ── FOCUS GRID ─────────────────────────────────────────────────────────── */
.focus-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--gold-border); }
.focus-cell { padding: 56px 48px; border-right: 1px solid var(--gold-border); border-bottom: 1px solid var(--gold-border); position: relative; cursor: pointer; transition: background .28s; overflow: hidden; }
.focus-cell:nth-child(even) { border-right: none; }
.focus-cell:hover { background: var(--ivory); }
.focus-cell::after { content: ''; position: absolute; bottom: 0; left: 48px; right: 48px; height: 2px; background: linear-gradient(to right, var(--teal), var(--gold)); transform: scaleX(0); transition: transform .38s; transform-origin: left; }
.focus-cell:hover::after { transform: scaleX(1); }
.focus-num   { font-family: var(--cinzel); font-size: 11px; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 8px; }
.focus-title { font-family: var(--cinzel); font-size: 16px; font-weight: 400; color: var(--teal); margin-bottom: 14px; line-height: 1.3; letter-spacing: 0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.focus-sub   { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-family: var(--cinzel); }
.focus-body  { font-size: 14px; color: var(--muted); line-height: 1.82; margin-bottom: 20px; }
.focus-tags  { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 11px; border: 1px solid var(--gold-border); color: var(--teal); font-family: var(--cinzel); }

/* ── TEAM ───────────────────────────────────────────────────────────────── */
.team-grid      { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--gold-border); }
.team-card      { background: var(--white); overflow: hidden; }
.team-photo     { width: 100%; padding-top: 100%; background: var(--ivory); position: relative; }
.team-initials  { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--cinzel); font-size: 48px; font-weight: 600; color: var(--gold); }
.team-info      { padding: 28px; }
.team-name      { font-family: var(--cinzel); font-size: 16px; font-weight: 400; margin-bottom: 6px; color: var(--teal); letter-spacing: 0.04em; }
.team-role      { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-family: var(--cinzel); }
.team-bio       { font-size: 13px; color: var(--muted); line-height: 1.78; }

/* ── PARTNERS ───────────────────────────────────────────────────────────── */
.partners-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--gold-border); }
.partner       { background: var(--white); padding: 44px 36px; transition: background .25s; }
.partner:hover { background: var(--ivory); }
.partner-name  { font-family: var(--cinzel); font-size: 20px; font-weight: 400; color: var(--teal); margin-bottom: 6px; letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.partner-hq    { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-family: var(--cinzel); }
.partner-desc  { font-size: 13px; color: var(--muted); line-height: 1.82; }

/* ── SERVICES ───────────────────────────────────────────────────────────── */
.service-row               { display: grid; grid-template-columns: 200px 1fr; gap: 48px; padding: 48px 0; border-bottom: 1px solid var(--gold-border); align-items: start; }
.service-row:first-of-type { border-top: 1px solid var(--gold-border); }
.service-num               { font-family: var(--cinzel); font-size: 11px; color: var(--gold); letter-spacing: 0.2em; margin-bottom: 8px; }
.service-title             { font-family: var(--cinzel); font-size: 18px; font-weight: 400; margin-bottom: 14px; color: var(--teal); letter-spacing: 0.04em; }
.service-title             { font-family: var(--cinzel); font-size: 15px; font-weight: 400; margin-bottom: 14px; color: var(--teal); letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.service-body              { font-size: 14px; color: var(--muted); line-height: 1.88; }

/* ── INVESTMENTS ────────────────────────────────────────────────────────── */
.inv-card        { border: 1px solid var(--gold-border); border-top: 3px solid var(--gold); padding: 44px; margin-bottom: 2px; background: var(--white); transition: border-top-color .25s, box-shadow .25s; }
.inv-card:hover  { border-top-color: var(--teal); box-shadow: 0 8px 32px rgba(0,42,58,0.07); }
.inv-header      { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.inv-title       { font-family: var(--cinzel); font-size: 15px; font-weight: 400; color: var(--teal); letter-spacing: 0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inv-sector      { font-family: var(--cinzel); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 14px; border: 1px solid var(--gold-border); color: var(--gold); white-space: nowrap; background: var(--ivory); }
.inv-body        { font-size: 14px; color: var(--muted); line-height: 1.88; margin-bottom: 24px; }
.inv-bullets     { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; }
.inv-bullets li  { font-size: 13px; color: var(--muted); padding-left: 18px; position: relative; }
.inv-bullets li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── ASCEND ──────────────────────────────────────────────────────────────── */
.ascend-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--gold-border); margin-top: 60px; }
.pillar         { background: var(--white); padding: 44px 32px; }
.pillar-title   { font-family: var(--cinzel); font-size: 16px; font-weight: 400; margin-bottom: 14px; color: var(--teal); letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pillar-body    { font-size: 14px; color: var(--muted); line-height: 1.82; }

/* ── CONTACT ─────────────────────────────────────────────────────────────── */
.contact-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-label  { font-family: var(--cinzel); font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.contact-value  { font-size: 15px; color: var(--charcoal); margin-bottom: 28px; }
.form-group     { margin-bottom: 20px; }
.form-label     { font-family: var(--cinzel); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 8px; }
.form-input     { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--gold-border); padding: 11px 0; color: var(--charcoal); font-family: var(--sans); font-size: 14px; font-weight: 300; outline: none; transition: border-bottom-color .2s; }
.form-input:focus { border-bottom-color: var(--teal); }
.form-input::placeholder { color: var(--mid-grey); }
textarea.form-input { resize: vertical; min-height: 100px; border: 1px solid var(--gold-border); padding: 10px 12px; }
textarea.form-input:focus { border-color: var(--teal); }
select.form-input { appearance: none; cursor: pointer; }

/* ── PRINCIPLES / WHY-BOX ───────────────────────────────────────────────── */
.principles-list { border-top: 1px solid var(--gold-border); }
.principle-item  { padding: 18px 0; border-bottom: 1px solid var(--gold-border); display: flex; align-items: flex-start; gap: 16px; font-size: 14px; color: var(--body); }
.principle-dash  { color: var(--gold); font-size: 18px; line-height: 1; margin-top: 1px; }

.why-box         { background: linear-gradient(135deg, var(--pastel-blue) 0%, var(--blue-ivory) 100%); border-left: 3px solid var(--teal); padding: 36px 32px; }
.why-box .eyebrow { color: var(--teal); margin-bottom: 14px; }
.why-box p       { font-size: 14px; color: var(--teal); line-height: 1.88; }

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
footer             { background: var(--teal); padding: 64px 8vw 40px; border-top: 3px solid var(--gold); }
.footer-grid       { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 56px; }
.footer-brand      { font-family: var(--cinzel); font-size: 17px; font-weight: 400; color: var(--white); margin-bottom: 14px; letter-spacing: 0.06em; }
.footer-tagline    { font-size: 13px; color: rgba(255,255,255,0.58); line-height: 1.82; max-width: 260px; }
.footer-col-title  { font-family: var(--cinzel); font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col a      { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color .2s; cursor: pointer; }
.footer-col a:hover{ color: var(--gold-light); }
.footer-bottom     { border-top: 1px solid rgba(187,169,132,0.25); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy       { font-size: 12px; color: rgba(255,255,255,0.42); }
.footer-legal      { display: flex; gap: 24px; }
.footer-legal a    { font-size: 12px; color: rgba(255,255,255,0.42); transition: color .2s; }
.footer-legal a:hover { color: var(--gold-light); }

/* ── MISC ────────────────────────────────────────────────────────────────── */
.sec-div      { border: none; border-top: 1px solid var(--gold-border); margin: 0; }
.section-center { text-align: center; }
.section-center .section-title,
.section-center .display-title,
.section-center .body-text { max-width: 640px; margin-left: auto; margin-right: auto; }
.active-link  { color: var(--gold) !important; }
.page         { display: block; }
.page.active  { display: block; }

/* ── WORDPRESS ADMIN BAR FIX ────────────────────────────────────────────── */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  nav { height: auto; min-height: 68px; flex-wrap: wrap; padding: 12px 4vw; }
  .nav-links { flex-wrap: wrap; }
  .nav-item > a, .nav-plain { height: 44px; padding: 0 10px; }
  .nav-dropdown { top: 44px; }
}
@media (max-width: 900px) {
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .three-col, .team-grid, .partners-grid, .ascend-pillars, .stats-grid { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-cell, .focus-cell:nth-child(even) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 10px; }
  .inv-bullets  { grid-template-columns: 1fr; }
  .inv-header   { flex-direction: column; }
  .stat-cell    { border-right: none; border-bottom: 1px solid var(--gold-border); }
}
@media (max-width: 640px) {
  .section      { padding: 64px 6vw; }
  .page-header  { padding: 56px 6vw 48px; }
  .footer-grid  { grid-template-columns: 1fr; }
  .hero         { padding: 0 6vw 8vh; }
  .brand-text   { font-size: 13px !important; }
  .custom-logo  { max-width: 42px !important; max-height: 36px !important; }
}

/* ── IMAGE SECTIONS ─────────────────────────────────────────────────────── */

/* Full-width image block */
.img-full {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Image + text side by side */
.img-side {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Image with gold border frame effect */
.img-framed {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 1px solid var(--gold-border);
  outline: 6px solid var(--ivory);
  outline-offset: -14px;
}

/* 3-up image grid */
.img-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--gold-border);
}
.img-grid-3 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 2-up image grid */
.img-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--gold-border);
}
.img-grid-2 img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Image caption */
.img-caption {
  font-family: var(--cinzel);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
  text-align: center;
}

/* Placeholder shown when no image is set */
.img-placeholder {
  background: var(--ivory);
  border: 1px dashed var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
}
.img-placeholder span {
  font-family: var(--cinzel);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Hero with WordPress featured image */
.hero-has-image::after {
  background: linear-gradient(
    to bottom,
    rgba(0,42,58,0.68) 0%,
    rgba(0,42,58,0.38) 40%,
    rgba(0,42,58,0.78) 100%
  ) !important;
}

/* Section image banner — used between content sections */
.section-img-banner {
  position: relative;
  overflow: hidden;
}
.section-img-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.section-img-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,42,58,0.82) 0%, rgba(0,42,58,0.3) 60%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 0 8vw;
}
.section-img-banner .banner-text {
  max-width: 480px;
  color: var(--white);
}
.section-img-banner .banner-text h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 200;
  line-height: 1.18;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.section-img-banner .banner-text h2 strong { color: inherit; font-weight: inherit; }
.section-img-banner .banner-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.85;
}

/* Team photo */
.team-photo-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.team-photo-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Partner logo */
.partner-logo {
  height: 52px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 16px;
  display: block;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .img-grid-3 { grid-template-columns: 1fr; }
  .img-grid-3 img { height: 220px; }
  .img-grid-2 { grid-template-columns: 1fr; }
  .img-grid-2 img { height: 260px; }
  .img-side { height: 280px; }
  .section-img-banner img { height: 260px; }
  .section-img-banner .banner-overlay { background: rgba(0,42,58,0.65); }
}


/* Requested refinements: slim loud text, image areas, carousel, and soft motion */
.hero-title, .page-header-title, .display-title, .section-title, .section-img-banner .banner-text h2 {
  font-weight: 200 !important;
  letter-spacing: -0.01em;
}
.hero-title strong, .hero-title em,
.page-header-title strong, .page-header-title em,
.display-title strong, .display-title em,
.section-title strong, .section-title em {
  font-weight: inherit !important;
  font-style: normal !important;
}
.hero-slide { animation: heroSlowZoom 18s ease-in-out infinite alternate; }
@keyframes heroSlowZoom {
  from { transform: scale(1.08) translate3d(0,0,0); }
  to { transform: scale(1.02) translate3d(-1.2%, -0.8%, 0); }
}
.hero-content { animation: heroTextFloat 1.1s ease-out both; }
@keyframes heroTextFloat {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.section, .page-header, .focus-cell, .card, .inv-card, .section-img-banner {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s ease, transform .8s ease;
}
.section.in-view, .page-header.in-view, .focus-cell.in-view, .card.in-view, .inv-card.in-view, .section-img-banner.in-view {
  opacity: 1;
  transform: translateY(0);
}
.inv-card.has-image {
  padding: 0;
  overflow: hidden;
}
.inv-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--ivory);
  border-bottom: 1px solid var(--gold-border);
}
.inv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
  transition: transform 1.2s ease;
}
.inv-card:hover .inv-image img { transform: scale(1.045); }
.inv-content { padding: 44px; }
.section-photo {
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--gold-border);
  background: var(--ivory);
}
.section-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .inv-image { height: 220px; }
  .inv-content { padding: 30px 24px; }
}

/* V6: Strong scroll-triggered text movement across all pages */
.section, .page-header, .focus-cell, .card, .inv-card, .section-img-banner {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.scroll-animate {
  opacity: 0;
  transform: translateY(85px) scale(0.965);
  transition:
    opacity 0.95s cubic-bezier(.19,1,.22,1),
    transform 0.95s cubic-bezier(.19,1,.22,1),
  will-change: opacity, transform;
}
.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.scroll-animate.move-left {
  transform: translateX(-90px) scale(0.965);
}
.scroll-animate.move-right {
  transform: translateX(90px) scale(0.965);
}
.scroll-animate.move-left.in-view,
.scroll-animate.move-right.in-view {
  transform: translateX(0) scale(1);
}
.hero-title.scroll-animate {
  transform: translateY(95px) scale(0.94);
  transition-duration: 1.15s;
}
.hero-sub.scroll-animate,
.hero-btns.scroll-animate {
  transition-duration: 1.05s;
}
.page-header-title.scroll-animate,
.section-title.scroll-animate {
  transform: translateY(90px) scale(0.95);
  transition-duration: 1.05s;
}
.inv-card.scroll-animate,
.card.scroll-animate,
.focus-cell.scroll-animate,
.service-row.scroll-animate {
  transform: translateY(95px) scale(0.955);
  transition-duration: 1.05s;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-animate,
  .scroll-animate.move-left,
  .scroll-animate.move-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* V7 requested copy refinements: slim text, no bold emphasis, no blur */
.hero-tagline {
  margin: -8px 0 24px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 300;
}
.hero-title, .page-header-title, .display-title, .section-title {
  font-weight: 200 !important;
}
strong, b {
  font-weight: inherit !important;
  font-style: normal !important;
}
.pull-quote {
  font-weight: 300 !important;
  font-style: normal !important;
}
.scroll-animate {
  filter: none !important;
}
@media (max-width: 700px) {
  .hero-tagline { font-size: 10px; letter-spacing: 0.16em; margin-top: -4px; }
}
