/*
 Theme Name: GCL Child
 Theme URI: https://ghanachamberoflaw.org
 Description: The Ghana Chamber of Law - an independent, invitation-only learned
 society uniting Ghana's most distinguished legal minds. Child
 theme for Divi.
 Author: The Ghana Chamber of Law
 Author URI: https://ghanachamberoflaw.org
 Template: Divi
 Version: 1.0.0
*/

/* ============================================================
 GCL DESIGN TOKENS - Chartered Black & Gold
 A monochrome, institutional, chartered-grade palette in the
 feel of a learned society - black/charcoal ink with a single
 champagne gold accent. Deliberately not green.
 ============================================================ */

:root {
 /* Brand core */
 --ink: #0A0A0A; /* primary dark - chartered black */
 --ink-mid: #1B1B1B; /* mid charcoal - gradients, secondary panels */
 --ink-deep: #000000; /* darkest - footer, deep bands */
 --ink-tint: #262626; /* hover/elevated surfaces on dark */

 --gold: #C2A14D; /* accent gold */
 --gold-lt: #DCC487; /* lighter gold - hover */
 --gold-dk: #A8862F; /* deeper gold - borders on light */

 --paper: #FAF9F5; /* warm off-white panel */
 --paper-deep: #EFEDE5; /* deeper warm off-white panel */

 --text: #17140F; /* near-black body text */
 --text-soft: #514E47; /* muted body text */
 --text-faint: #7A7870; /* captions / meta */

 --line: #E2DECE; /* hairline on light surfaces */
 --line-dark: rgba(255,255,255,0.14); /* hairline on dark surfaces */

 --white: #FFFFFF;

 /* Typography - Fraunces (display) + Hanken Grotesk (body) */
 --font-display: 'Fraunces', Georgia, serif;
 --font-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;

 /* Shadows */
 --shadow-sm: 0 2px 10px rgba(0,0,0,0.08);
 --shadow-md: 0 12px 36px rgba(0,0,0,0.12);
 --shadow-lg: 0 24px 60px rgba(0,0,0,0.22);
}

/* ============================================================
 GLOBAL BASE
 ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
 font-family: var(--font-body);
 color: var(--text);
 background: var(--white);
 -webkit-font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

/* ============================================================
 TYPOGRAPHY
 ============================================================ */

h1, h2, h3, h4, h5, h6 {
 font-family: var(--font-display);
 font-weight: 600;
 font-optical-sizing: auto;
 line-height: 1.14;
 letter-spacing: -0.01em;
}

.et_pb_text p,
.et_pb_text li,
.et_pb_text td {
 font-family: var(--font-body);
 line-height: 1.7;
}

/* ============================================================
 GLOBAL FONT PAIRING - Fraunces for headings, Hanken Grotesk
 for everything else, regardless of what font-family a Divi
 module or an inline style attribute in a page layout declares.
 Icon glyphs are left alone so Divi/Lucide icons keep rendering.
 ============================================================ */
html body,
html body p, html body a, html body li, html body blockquote,
html body input, html body textarea, html body select, html body button,
html body .et_pb_module,
html body .et_pb_text, html body .et_pb_text p, html body .et_pb_text li,
html body .et_pb_button,
html body #et-top-navigation .nav li a,
html body [style*="Source Sans"],
html body [style*="Montserrat"] {
 font-family: var(--font-body) !important;
}

html body h1, html body h2, html body h3,
html body h4, html body h5, html body h6,
html body .et_pb_module h1, html body .et_pb_module h2, html body .et_pb_module h3,
html body .et_pb_module h4, html body .et_pb_module h5, html body .et_pb_module h6,
html body [style*="Fraunces"] {
 font-family: var(--font-display) !important;
}

/* Eyebrow / kicker label - the signature GCL label motif */
.gcl-eyebrow,
.et_pb_text .gcl-eyebrow {
 display: inline-block;
 font-family: var(--font-body) !important;
 font-size: 12px !important;
 font-weight: 700 !important;
 letter-spacing: 0.22em !important;
 text-transform: uppercase !important;
 color: var(--gold) !important;
 margin: 0 0 18px !important;
 position: relative;
}

.gcl-section-paper .gcl-eyebrow,
.gcl-section-white .gcl-eyebrow { color: var(--gold-dk) !important; }

/* Editorial pull-quote / conviction text */
.gcl-lede,
.et_pb_text .gcl-lede {
 font-family: var(--font-display) !important;
 font-weight: 400 !important;
 font-style: italic;
 font-size: clamp(1.2rem, 2vw, 1.6rem) !important;
 line-height: 1.5 !important;
}

/* Gold hairline rule - used as a refined divider */
.gcl-rule {
 width: 64px;
 height: 2px;
 background: var(--gold);
 border: 0;
 margin: 0 0 28px;
}
.gcl-rule--center { margin-left: auto; margin-right: auto; }

/* ============================================================
 DIVI CORE FIXES
 ============================================================ */

.et_fixed_nav #page-container,
.et_fixed_nav #main-content { padding-top: 0 !important; }

.et_pb_section:first-of-type { margin-top: 0 !important; }
.et_pb_row { border-bottom: none !important; }

.et_pb_button {
 font-family: var(--font-body) !important;
 letter-spacing: 0.04em !important;
 border-radius: 2px !important;
 transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.15s ease !important;
}

/* ============================================================
 NAVIGATION - black bar, gold accents
 ============================================================ */

#main-header,
.et-fixed-header {
 background-color: var(--ink) !important;
 border-bottom: 1px solid rgba(194,161,77,0.35) !important;
 box-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 6px 28px rgba(0,0,0,0.30) !important;
 transition: box-shadow 0.25s ease, background-color 0.25s ease !important;
}

.et-fixed-header {
 background-color: var(--ink-deep) !important;
 box-shadow: 0 6px 34px rgba(0,0,0,0.45) !important;
}

#logo { max-height: 58px; }

#main-header .nav li a,
#et-top-navigation .nav li a {
 color: rgba(255,255,255,0.88) !important;
 position: relative;
 transition: color 0.2s ease !important;
}

#main-header .nav li a::after,
#et-top-navigation .nav li a::after {
 content: '';
 position: absolute;
 bottom: -3px;
 left: 0;
 width: 0;
 height: 2px;
 background: var(--gold);
 transition: width 0.28s cubic-bezier(0.22,1,0.36,1);
 pointer-events: none;
}

#main-header .nav li a:hover::after,
#main-header .nav li.current-menu-item > a::after,
#main-header .nav li.current-menu-ancestor > a::after,
#et-top-navigation .nav li a:hover::after,
#et-top-navigation .nav li.current-menu-item > a::after,
#et-top-navigation .nav li.current-menu-ancestor > a::after {
 width: 100%;
}

#main-header .nav li a:hover,
#main-header .nav li.current-menu-item > a,
#main-header .nav li.current-menu-ancestor > a,
#et-top-navigation .nav li a:hover,
#et-top-navigation .nav li.current-menu-item > a,
#et-top-navigation .nav li.current-menu-ancestor > a {
 color: var(--gold-lt) !important;
}

#main-header .nav li.menu-item-has-children > a::after,
#et-top-navigation .nav li.menu-item-has-children > a::after { display: none !important; }

/* "Enquire About Fellowship" - gold pill CTA in the nav */
#main-header .nav li a[href*="membership"],
#et-top-navigation .nav li a[href*="membership"] {
 background: var(--gold) !important;
 color: var(--ink) !important;
 padding: 9px 20px !important;
 border-radius: 2px !important;
 font-weight: 700 !important;
 font-size: 0.78rem !important;
 letter-spacing: 0.08em !important;
 text-transform: uppercase !important;
 margin-left: 12px !important;
 box-shadow: 0 2px 12px rgba(194,161,77,0.30) !important;
 transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease !important;
}
#main-header .nav li a[href*="membership"]:hover,
#et-top-navigation .nav li a[href*="membership"]:hover {
 background: var(--gold-lt) !important;
 color: var(--ink) !important;
 box-shadow: 0 6px 20px rgba(194,161,77,0.50) !important;
 transform: translateY(-1px) !important;
}
#main-header .nav li a[href*="membership"]::after,
#et-top-navigation .nav li a[href*="membership"]::after { display: none !important; }

/* Dropdown panel */
#main-header .nav li > ul.sub-menu,
#et-top-navigation .nav li > ul.sub-menu {
 background: var(--ink-deep) !important;
 border-top: 2px solid var(--gold) !important;
}

#main-header .nav li > ul.sub-menu li a,
#et-top-navigation .nav li > ul.sub-menu li a {
 color: rgba(255,255,255,0.80) !important;
 background: transparent !important;
 border-left: 3px solid transparent !important;
 transition: color 0.15s, background 0.15s, border-left-color 0.15s !important;
}
#main-header .nav li > ul.sub-menu li a:hover,
#et-top-navigation .nav li > ul.sub-menu li a:hover {
 color: var(--gold-lt) !important;
 background: rgba(194,161,77,0.08) !important;
 border-left-color: var(--gold) !important;
}
#main-header .nav li > ul.sub-menu li a::after,
#et-top-navigation .nav li > ul.sub-menu li a::after { display: none !important; }

/* ============================================================
 BUTTONS
 ============================================================ */

.et_pb_button.gcl-btn-gold,
.gcl-btn-gold .et_pb_button {
 background-color: var(--gold) !important;
 color: var(--ink) !important;
 border: 1px solid var(--gold) !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 font-weight: 700 !important;
 letter-spacing: 0.06em !important;
 text-transform: uppercase !important;
 font-size: 0.82rem !important;
 padding: 15px 34px !important;
}
.et_pb_button.gcl-btn-gold:hover,
.gcl-btn-gold .et_pb_button:hover {
 background-color: var(--gold-lt) !important;
 border-color: var(--gold-lt) !important;
 transform: translateY(-1px) !important;
}

.et_pb_button.gcl-btn-ink,
.gcl-btn-ink .et_pb_button {
 background-color: var(--ink) !important;
 color: var(--white) !important;
 border: 1px solid var(--ink) !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 font-weight: 700 !important;
 letter-spacing: 0.06em !important;
 text-transform: uppercase !important;
 font-size: 0.82rem !important;
 padding: 15px 34px !important;
}
.et_pb_button.gcl-btn-ink:hover,
.gcl-btn-ink .et_pb_button:hover {
 background-color: var(--ink-mid) !important;
 border-color: var(--ink-mid) !important;
}

.et_pb_button.gcl-btn-ghost,
.gcl-btn-ghost .et_pb_button {
 background-color: transparent !important;
 color: var(--gold-lt) !important;
 border: 1px solid rgba(194,161,77,0.55) !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 font-weight: 600 !important;
 letter-spacing: 0.06em !important;
 text-transform: uppercase !important;
 font-size: 0.82rem !important;
 padding: 15px 34px !important;
}
.et_pb_button.gcl-btn-ghost:hover,
.gcl-btn-ghost .et_pb_button:hover {
 background-color: var(--gold) !important;
 color: var(--ink) !important;
 border-color: var(--gold) !important;
}

.et_pb_button.gcl-btn-outline,
.gcl-btn-outline .et_pb_button {
 background-color: transparent !important;
 color: var(--ink) !important;
 border: 1px solid var(--ink) !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 font-weight: 700 !important;
 letter-spacing: 0.06em !important;
 text-transform: uppercase !important;
 font-size: 0.82rem !important;
 padding: 15px 34px !important;
}
.et_pb_button.gcl-btn-outline:hover,
.gcl-btn-outline .et_pb_button:hover {
 background-color: var(--ink) !important;
 color: var(--white) !important;
}

/* ============================================================
 SECTION SURFACES
 ============================================================ */

.gcl-section-ink { background-color: var(--ink) !important; }
.gcl-section-deep { background-color: var(--ink-deep) !important; }
.gcl-section-paper { background-color: var(--paper) !important; }
.gcl-section-paper-deep { background-color: var(--paper-deep) !important; }
.gcl-section-white { background-color: var(--white) !important; }

.gcl-section-ink h1, .gcl-section-ink h2, .gcl-section-ink h3,
.gcl-section-ink h4, .gcl-section-ink p, .gcl-section-ink li,
.gcl-section-deep h1, .gcl-section-deep h2, .gcl-section-deep h3,
.gcl-section-deep h4, .gcl-section-deep p, .gcl-section-deep li {
 color: var(--white) !important;
}

.gcl-seam { border-top: 1px solid var(--line) !important; }
.gcl-seam-gold { border-top: 2px solid var(--gold) !important; }

/* ============================================================
 HERO
 ============================================================ */

.gcl-hero {
 background-color: var(--ink);
 position: relative;
 overflow: hidden;
}

.gcl-hero::after {
 content: '';
 position: absolute;
 right: -120px;
 top: 50%;
 transform: translateY(-50%);
 width: 520px;
 height: 520px;
 border: 1px solid rgba(194,161,77,0.16);
 border-radius: 50%;
 pointer-events: none;
}
.gcl-hero::before {
 content: '';
 position: absolute;
 right: -40px;
 top: 50%;
 transform: translateY(-50%);
 width: 360px;
 height: 360px;
 border: 1px solid rgba(194,161,77,0.10);
 border-radius: 50%;
 pointer-events: none;
}

.gcl-hero__kicker {
 font-family: var(--font-body);
 font-size: 13px;
 font-weight: 700;
 letter-spacing: 0.22em;
 text-transform: uppercase;
 color: var(--gold);
}

/* ============================================================
 TRADITION / CO-BRANDING STRIP
 ============================================================ */

.gcl-strip {
 background: var(--paper-deep);
 border-top: 1px solid var(--line);
 border-bottom: 1px solid var(--line);
 padding: 30px 0;
 text-align: center;
}
.gcl-strip__label {
 font-family: var(--font-body);
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: var(--text-faint);
 margin-bottom: 14px;
}
.gcl-strip__lockup {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 28px;
 flex-wrap: wrap;
}
.gcl-strip__name {
 font-family: var(--font-display);
 font-weight: 600;
 font-size: 1.05rem;
 color: var(--ink);
}
.gcl-strip__x {
 color: var(--gold-dk);
 font-size: 1.1rem;
 font-weight: 400;
}

/* ============================================================
 PILLAR / FEATURE CARDS - corporate, hairline, gold corner
 ============================================================ */

.gcl-card,
.et_pb_blurb.gcl-card {
 background: var(--white);
 border: 1px solid var(--line);
 border-radius: 3px;
 padding: 38px 34px !important;
 height: 100%;
 position: relative;
 transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
 overflow: hidden;
}
.gcl-card::before {
 content: '';
 position: absolute;
 top: 0; left: 0;
 width: 46px; height: 46px;
 border-top: 2px solid var(--gold);
 border-left: 2px solid var(--gold);
 opacity: 0.0;
 transition: opacity 0.25s ease;
}
.gcl-card:hover {
 box-shadow: var(--shadow-md);
 transform: translateY(-3px);
 border-color: var(--gold);
}
.gcl-card:hover::before { opacity: 1; }

.gcl-card .et_pb_blurb_container,
.gcl-card .et_pb_main_blurb_image { text-align: left !important; }

.gcl-section-paper .gcl-card { border-color: var(--line); }

/* ============================================================
 TIER / LADDER BLOCKS - Roman numeral rows (values, phases,
 fellowship categories, five-year outlook)
 ============================================================ */

.gcl-tier {
 display: flex;
 gap: 28px;
 align-items: flex-start;
 background: var(--white);
 border: 1px solid var(--line);
 border-left: 4px solid var(--gold);
 border-radius: 3px;
 padding: 34px 36px;
 margin-bottom: 22px;
 transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.gcl-tier:hover { box-shadow: var(--shadow-md); transform: translateX(4px); }

.gcl-tier__num {
 font-family: var(--font-display);
 font-size: 2.6rem;
 font-weight: 600;
 line-height: 1;
 color: var(--gold);
 flex-shrink: 0;
 min-width: 64px;
}
.gcl-tier__body { flex: 1; }
.gcl-tier__eyebrow {
 font-family: var(--font-body);
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.16em;
 text-transform: uppercase;
 color: var(--gold-dk);
 margin-bottom: 6px;
}
.gcl-tier__title {
 font-family: var(--font-display);
 font-size: 1.4rem;
 font-weight: 600;
 color: var(--ink);
 margin-bottom: 10px;
 line-height: 1.2;
}
.gcl-tier__desc {
 font-family: var(--font-body);
 color: var(--text-soft);
 font-size: 0.98rem;
 line-height: 1.65;
 margin-bottom: 16px;
}
.gcl-tier__meta {
 display: flex;
 gap: 26px;
 flex-wrap: wrap;
 margin-bottom: 16px;
}
.gcl-tier__meta span {
 font-family: var(--font-body);
 font-size: 0.82rem;
 color: var(--text-faint);
}
.gcl-tier__meta strong {
 display: block;
 font-family: var(--font-display);
 font-size: 1rem;
 color: var(--ink);
 font-weight: 600;
}
.gcl-tier__link {
 font-family: var(--font-body);
 font-weight: 700;
 font-size: 0.82rem;
 letter-spacing: 0.06em;
 text-transform: uppercase;
 color: var(--ink);
 text-decoration: none;
 border-bottom: 2px solid var(--gold);
 padding-bottom: 3px;
 transition: color 0.15s, border-color 0.15s;
}
.gcl-tier__link:hover { color: var(--gold-dk); }

/* ============================================================
 INTERIOR META BAR (page hero facts strip)
 ============================================================ */

.gcl-meta-bar {
 display: flex;
 gap: 0;
 flex-wrap: wrap;
 border: 1px solid var(--line-dark);
 border-radius: 3px;
 overflow: hidden;
 margin-top: 28px;
}
.gcl-meta-bar__item {
 flex: 1 1 160px;
 padding: 20px 26px;
 border-right: 1px solid var(--line-dark);
}
.gcl-meta-bar__item:last-child { border-right: none; }
.gcl-meta-bar__label {
 font-family: var(--font-body);
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.14em;
 text-transform: uppercase;
 color: var(--gold);
 margin-bottom: 6px;
}
.gcl-meta-bar__value {
 font-family: var(--font-display);
 font-size: 1.15rem;
 font-weight: 600;
 color: var(--white);
}

/* ============================================================
 STAT BLOCKS
 ============================================================ */

.gcl-stat { text-align: center; padding: 14px 18px; }
.gcl-stat__num {
 font-family: var(--font-display);
 font-size: clamp(2.4rem, 4vw, 3.2rem);
 font-weight: 600;
 color: var(--gold);
 line-height: 1;
 margin-bottom: 10px;
}
.gcl-stat__label {
 font-family: var(--font-body);
 font-size: 0.9rem;
 color: rgba(255,255,255,0.75);
 letter-spacing: 0.02em;
}
.gcl-section-paper .gcl-stat__label { color: var(--text-soft); }
.gcl-section-paper .gcl-stat__num { color: var(--gold-dk); }

/* ============================================================
 CONVICTION / PULL-QUOTE BAND
 ============================================================ */

.gcl-conviction {
 background: var(--ink-deep);
 padding: 90px 8%;
 text-align: center;
 position: relative;
}
.gcl-conviction::before {
 content: '\201C';
 font-family: var(--font-display);
 font-size: 6rem;
 color: rgba(194,161,77,0.30);
 line-height: 0.5;
 display: block;
 margin-bottom: 10px;
}
.gcl-conviction p,
.gcl-conviction .et_pb_text_inner {
 font-family: var(--font-display) !important;
 font-style: italic;
 font-weight: 400;
 font-size: clamp(1.4rem, 2.6vw, 2.1rem) !important;
 color: var(--paper) !important;
 line-height: 1.5 !important;
 max-width: 920px;
 margin: 0 auto !important;
}

/* ============================================================
 BENEFIT ITEMS
 ============================================================ */

.gcl-benefit,
.et_pb_blurb.gcl-benefit {
 background: var(--white);
 border-bottom: 1px solid var(--line);
 padding: 30px 8px !important;
 height: 100%;
 transition: background 0.2s ease;
}
.gcl-benefit__title,
.gcl-benefit .et_pb_module_header {
 font-family: var(--font-display) !important;
 font-size: 1.15rem !important;
 font-weight: 600 !important;
 color: var(--ink) !important;
 margin-bottom: 10px !important;
 position: relative;
 padding-left: 22px;
}
.gcl-benefit__title::before,
.gcl-benefit .et_pb_module_header::before {
 content: '';
 position: absolute;
 left: 0; top: 0.5em;
 width: 10px; height: 10px;
 border: 2px solid var(--gold);
 transform: rotate(45deg);
}
.gcl-benefit__desc,
.gcl-benefit .et_pb_blurb_description {
 font-family: var(--font-body) !important;
 color: var(--text-soft) !important;
 font-size: 0.95rem !important;
 line-height: 1.65 !important;
 padding-left: 22px;
}

/* ============================================================
 FELLOWSHIP CATEGORY TILES (chartered ladder)
 ============================================================ */

.gcl-category {
 background: var(--white);
 border: 1px solid var(--line);
 border-radius: 3px;
 padding: 34px 30px;
 height: 100%;
 position: relative;
 border-top: 3px solid var(--gold);
}
.gcl-category__rank {
 font-family: var(--font-body);
 font-size: 11px;
 font-weight: 700;
 letter-spacing: 0.16em;
 text-transform: uppercase;
 color: var(--gold-dk);
 margin-bottom: 8px;
}
.gcl-category__title {
 font-family: var(--font-display);
 font-size: 1.25rem;
 font-weight: 600;
 color: var(--ink);
 margin-bottom: 12px;
 line-height: 1.2;
}
.gcl-category__desc {
 font-family: var(--font-body);
 font-size: 0.95rem;
 color: var(--text-soft);
 line-height: 1.65;
}
.gcl-category__ic {
 color: var(--gold-dk);
 font-size: 1.7rem;
 margin-bottom: 16px;
 display: block;
}

/* ============================================================
 TAG / FOCUS CHIPS
 ============================================================ */

.gcl-chip-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
 gap: 12px;
}
.gcl-chip {
 background: var(--white);
 border: 1px solid var(--line);
 border-left: 3px solid var(--gold);
 border-radius: 2px;
 padding: 16px 18px;
 font-family: var(--font-body);
 font-size: 0.92rem;
 font-weight: 600;
 color: var(--text);
 display: flex;
 align-items: center;
 gap: 11px;
 transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.gcl-chip:hover {
 border-left-color: var(--gold-dk);
 box-shadow: var(--shadow-sm);
 transform: translateY(-2px);
}
.gcl-chip [data-lucide] { color: var(--gold-dk); font-size: 1.1rem; }

/* ============================================================
 STEP PROCESS (induction / nomination protocol)
 ============================================================ */

.gcl-steps { counter-reset: gcl-step; }
.gcl-step {
 display: flex;
 gap: 28px;
 padding: 30px 0;
 border-bottom: 1px solid var(--line);
 align-items: flex-start;
}
.gcl-step:last-child { border-bottom: none; }
.gcl-step__num {
 font-family: var(--font-display);
 font-size: 1.5rem;
 font-weight: 600;
 color: var(--white);
 background: var(--ink);
 width: 56px; height: 56px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
 border: 2px solid var(--gold);
}
.gcl-step__title {
 font-family: var(--font-display);
 font-size: 1.25rem;
 font-weight: 600;
 color: var(--ink);
 margin-bottom: 8px;
}
.gcl-step__desc {
 font-family: var(--font-body);
 color: var(--text-soft);
 line-height: 1.65;
 font-size: 0.98rem;
}
.gcl-step__ic {
 color: var(--gold-dk);
 font-size: 1.15rem;
 margin-left: 10px;
 vertical-align: -0.1em;
}

/* ============================================================
 FAQ - Divi toggles, GCL styled
 ============================================================ */

.gcl-faq .et_pb_toggle {
 background: var(--white) !important;
 border: 1px solid var(--line) !important;
 border-radius: 3px !important;
 margin-bottom: 14px !important;
 padding: 6px 8px !important;
 transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
}
.gcl-faq .et_pb_toggle.et_pb_toggle_open {
 border-color: var(--gold) !important;
 box-shadow: var(--shadow-sm) !important;
}
.gcl-faq .et_pb_toggle_title {
 font-family: var(--font-display) !important;
 font-size: 1.12rem !important;
 font-weight: 600 !important;
 color: var(--ink) !important;
 padding: 14px 50px 14px 16px !important;
}
.gcl-faq .et_pb_toggle_content {
 font-family: var(--font-body) !important;
 color: var(--text-soft) !important;
 font-size: 0.98rem !important;
 line-height: 1.7 !important;
 padding: 0 16px 16px !important;
}
.gcl-faq .et_pb_toggle_title:before {
 color: var(--gold-dk) !important;
 font-size: 22px !important;
 right: 16px !important;
}
.gcl-faq .et_pb_toggle_title [data-lucide] {
 color: var(--gold-dk);
 font-size: 1.05rem;
 margin-right: 9px;
 vertical-align: -0.1em;
}

/* ============================================================
 CTA BAND
 ============================================================ */

.gcl-cta-band { background: var(--ink); position: relative; overflow: hidden; }
.gcl-cta-band::after {
 content: '';
 position: absolute;
 left: 50%; top: -160px;
 transform: translateX(-50%);
 width: 640px; height: 640px;
 border: 1px solid rgba(194,161,77,0.14);
 border-radius: 50%;
 pointer-events: none;
}

/* ============================================================
 FORM PAGE WRAPPER (nomination / enquiry forms)
 ============================================================ */

.gcl-form-wrap {
 background: var(--white);
 border: 1px solid var(--line);
 border-top: 3px solid var(--gold);
 border-radius: 3px;
 padding: 14px 8px;
 box-shadow: var(--shadow-sm);
}
.gcl-form-note {
 font-family: var(--font-body);
 font-size: 0.9rem;
 color: var(--text-faint);
 line-height: 1.6;
 border-left: 3px solid var(--gold);
 padding: 4px 0 4px 18px;
 margin-bottom: 8px;
}

.wpforms-container .wpforms-field-label { font-family: var(--font-body) !important; color: var(--text) !important; font-weight: 600 !important; }
.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container input[type=tel],
.wpforms-container input[type=url],
.wpforms-container select,
.wpforms-container textarea {
 border: 1px solid var(--line) !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
 border-color: var(--gold) !important;
 box-shadow: 0 0 0 3px rgba(194,161,77,0.16) !important;
 outline: none !important;
}
.wpforms-container button[type=submit],
.wpforms-submit {
 background-color: var(--gold) !important;
 color: var(--ink) !important;
 border: none !important;
 border-radius: 2px !important;
 font-family: var(--font-body) !important;
 font-weight: 700 !important;
 letter-spacing: 0.06em !important;
 text-transform: uppercase !important;
 padding: 14px 32px !important;
 transition: background 0.2s ease, transform 0.15s ease !important;
}
.wpforms-container button[type=submit]:hover,
.wpforms-submit:hover { background-color: var(--gold-lt) !important; transform: translateY(-1px) !important; }

/* ============================================================
 BREADCRUMB
 ============================================================ */

.gcl-breadcrumb {
 font-family: var(--font-body);
 font-size: 0.82rem;
 color: rgba(255,255,255,0.55);
 margin-bottom: 16px;
 letter-spacing: 0.02em;
}
.gcl-breadcrumb a { color: rgba(255,255,255,0.78); text-decoration: none; }
.gcl-breadcrumb a:hover { color: var(--gold-lt); }
.gcl-breadcrumb span { color: rgba(255,255,255,0.38); margin: 0 8px; }

/* ============================================================
 FOOTER
 ============================================================ */

#footer-widgets,
.footer-widget { background-color: var(--ink) !important; }

#footer-info {
 background-color: var(--ink-deep) !important;
 color: rgba(255,255,255,0.55) !important;
 font-family: var(--font-body);
 font-size: 0.84rem;
}

.footer-widget h4,
.footer-widget .widget-title {
 font-family: var(--font-display);
 color: var(--white) !important;
 font-size: 1.05rem;
 font-weight: 600;
 border-bottom: 1px solid rgba(194,161,77,0.35);
 padding-bottom: 12px;
 margin-bottom: 18px;
}

.footer-widget p,
.footer-widget a,
.footer-widget li {
 color: rgba(255,255,255,0.68) !important;
 font-family: var(--font-body);
 font-size: 0.9rem;
 line-height: 1.8;
}
.footer-widget a:hover { color: var(--gold-lt) !important; text-decoration: none; }

.et_pb_social_media_follow li a.icon {
 background-color: rgba(255,255,255,0.08) !important;
 transition: background-color 0.2s;
}
.et_pb_social_media_follow li a.icon:hover { background-color: var(--gold) !important; }

/* ============================================================
 GENERIC PAGE HERO (interior pages)
 ============================================================ */

.gcl-page-hero {
 background-color: var(--ink);
 padding: 96px 0 64px;
 position: relative;
 overflow: hidden;
}
.gcl-page-hero::after {
 content: '';
 position: absolute;
 right: -90px; top: -90px;
 width: 320px; height: 320px;
 border: 1px solid rgba(194,161,77,0.14);
 border-radius: 50%;
 pointer-events: none;
}
.gcl-page-hero__title {
 font-family: var(--font-display);
 font-size: clamp(2rem, 4.5vw, 3.2rem);
 font-weight: 600;
 color: var(--white);
 line-height: 1.1;
 margin-bottom: 16px;
}

/* ============================================================
 LUCIDE ICONS - base sizing & inline behaviour
 ============================================================ */

[data-lucide] {
 width: 1em;
 height: 1em;
 stroke-width: 1.7;
 display: inline-block;
 vertical-align: -0.14em;
 flex-shrink: 0;
}

.gcl-tier__ic {
 width: 58px;
 height: 58px;
 border-radius: 50%;
 background: var(--ink);
 color: var(--gold);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.5rem;
 flex-shrink: 0;
 box-shadow: 0 8px 22px rgba(0,0,0,0.28);
 transition: transform 0.4s cubic-bezier(.22,1,.36,1);
}
.gcl-tier:hover .gcl-tier__ic { transform: rotate(-7deg) scale(1.05); }

.gcl-tier__meta span [data-lucide] {
 color: var(--gold-dk);
 font-size: 1rem;
 margin-right: 6px;
}

/* ------------------------------------------------------------
 FEATURE ITEM GRID - icon + title + text
 ------------------------------------------------------------ */
.gcl-fgrid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
 gap: 16px;
}
.gcl-fitem {
 display: flex;
 gap: 18px;
 align-items: flex-start;
 background: var(--white);
 border: 1px solid var(--line);
 border-radius: 4px;
 padding: 26px 26px;
 transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gcl-fitem:hover {
 transform: translateY(-3px);
 box-shadow: var(--shadow-md);
 border-color: var(--gold);
}
.gcl-fitem__ic {
 width: 48px;
 height: 48px;
 border-radius: 11px;
 background: rgba(194,161,77,0.13);
 color: var(--gold-dk);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.4rem;
 flex-shrink: 0;
}
.gcl-fitem__body h3 {
 font-family: var(--font-display);
 font-weight: 600;
 color: var(--ink);
 font-size: 1.12rem;
 line-height: 1.25;
 margin-bottom: 7px;
}
.gcl-fitem__body p {
 font-family: var(--font-body);
 color: var(--text-soft);
 font-size: 0.94rem;
 line-height: 1.6;
 margin: 0;
}

.gcl-flist .gcl-fitem {
 border: none;
 border-bottom: 1px solid var(--line);
 border-radius: 0;
 background: transparent;
 padding: 22px 4px;
}
.gcl-flist .gcl-fitem:hover { transform: none; box-shadow: none; }
.gcl-flist .gcl-fitem:last-child { border-bottom: none; }

/* ------------------------------------------------------------
 CONTACT DETAIL ROWS
 ------------------------------------------------------------ */
.gcl-contact-row {
 display: flex;
 gap: 14px;
 align-items: flex-start;
 padding: 16px 0;
 border-bottom: 1px solid var(--line);
}
.gcl-contact-row:last-child { border-bottom: none; }
.gcl-contact-row__ic {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background: rgba(194,161,77,0.13);
 color: var(--gold-dk);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 1.15rem;
 flex-shrink: 0;
}
.gcl-contact-row__label {
 font-family: var(--font-body);
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: var(--text-faint);
 margin-bottom: 3px;
}
.gcl-contact-row__value {
 font-family: var(--font-body);
 font-size: 1rem;
 color: var(--text);
}
.gcl-contact-row__value a { color: var(--gold-dk); text-decoration: none; }

/* ------------------------------------------------------------
 HERO NOTE WITH ICON
 ------------------------------------------------------------ */
.gcl-hero-note {
 display: inline-flex;
 align-items: center;
 gap: 11px;
 color: rgba(255,255,255,0.78);
}
.gcl-hero-note [data-lucide] {
 color: var(--gold);
 font-size: 1.25rem;
}

/* ------------------------------------------------------------
 DECORATIVE DIVIDER
 ------------------------------------------------------------ */
.gcl-divider {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 14px;
 color: var(--gold);
 margin: 0 auto;
}
.gcl-divider::before,
.gcl-divider::after {
 content: '';
 width: 56px;
 height: 1px;
 background: var(--line);
}
.gcl-divider [data-lucide] { font-size: 1.05rem; color: var(--gold-dk); }

.et_pb_button [data-lucide] {
 font-size: 1em;
 margin-left: 8px;
 vertical-align: -0.12em;
}

/* ============================================================
 RESPONSIVE
 ============================================================ */

@media (max-width: 980px) {
 .gcl-conviction { padding: 64px 6%; }
 .gcl-tier { flex-direction: column; gap: 14px; }
 .gcl-tier:hover { transform: none; }
 .gcl-tier__num { font-size: 2.2rem; }
 .gcl-meta-bar__item { flex: 1 1 50%; }
}

@media (max-width: 767px) {
 .gcl-card { padding: 28px 24px !important; }
 .gcl-step { gap: 18px; }
 .gcl-step__num { width: 48px; height: 48px; font-size: 1.25rem; }
 #logo { max-height: 46px; }
 .gcl-meta-bar__item { flex: 1 1 100%; border-right: none; border-bottom: 1px solid var(--line-dark); }
 .gcl-meta-bar__item:last-child { border-bottom: none; }
}

/* ============================================================
 ACCESSIBILITY
 ============================================================ */

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.sr-only {
 position: absolute; width: 1px; height: 1px;
 padding: 0; margin: -1px; overflow: hidden;
 clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip-link {
 position: absolute; top: -100%; left: 0;
 background: var(--gold); color: var(--ink);
 font-weight: 700; padding: 12px 24px; z-index: 99999;
 transition: top 0.15s;
}
.skip-link:focus { top: 0; }

/* ============================================================
 MOBILE NAV - Divi native menu, GCL styled
 ============================================================ */

@media (min-width: 981px) {
 .mobile_menu_bar { display: none !important; }
}

@media (max-width: 980px) {
 #et_mobile_nav_menu .et_mobile_menu,
 #et_mobile_nav_menu .et_mobile_menu .sub-menu {
 background-color: var(--ink-deep) !important;
 border-color: var(--gold) !important;
 }
 #et_mobile_nav_menu .et_mobile_menu li a {
 color: rgba(255,255,255,0.88) !important;
 border-left: 3px solid transparent !important;
 transition: color 0.15s, background 0.15s, border-left-color 0.15s !important;
 }
 #et_mobile_nav_menu .et_mobile_menu li a:hover,
 #et_mobile_nav_menu .et_mobile_menu li.current-menu-item > a {
 color: var(--gold-lt) !important;
 background: rgba(194,161,77,0.10) !important;
 border-left-color: var(--gold) !important;
 }
}

/* ============================================================
 EDITORIAL DETAIL COMPONENTS - callouts, definition tables,
 checklists, and phased journeys. Used by the Five-Year
 Outlook, Governance and Membership pages.
 ============================================================ */

.gcl-promise {
 background: rgba(194,161,77,0.08);
 border-left: 3px solid var(--gold);
 border-radius: 0 4px 4px 0;
 padding: 24px 30px;
 margin-top: 30px;
}
.gcl-promise__label {
 display: block;
 font-family: var(--font-body);
 font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
 text-transform: uppercase; color: var(--gold-dk); margin-bottom: 8px;
}
.gcl-promise p { margin: 0; color: var(--text); font-size: 1rem; line-height: 1.75; }
.gcl-section-ink .gcl-promise,
.gcl-cta-band .gcl-promise { background: rgba(255,255,255,0.06); }
.gcl-section-ink .gcl-promise p { color: var(--paper); }

.gcl-glance { border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.gcl-glance__row { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.gcl-glance__row:last-child { border-bottom: none; }
.gcl-glance__key {
 flex: 0 0 230px;
 background: var(--paper);
 padding: 18px 24px;
 font-family: var(--font-body);
 font-weight: 700; font-size: 12px; letter-spacing: 0.1em;
 text-transform: uppercase; color: var(--ink);
}
.gcl-glance__val {
 flex: 1 1 320px; padding: 18px 24px;
 color: var(--text-soft); font-size: 1rem; line-height: 1.6;
}

.gcl-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.gcl-checklist--two { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px 34px; }
.gcl-checklist li {
 position: relative; padding-left: 34px;
 color: var(--text-soft); font-size: 1rem; line-height: 1.65;
}
.gcl-checklist li::before {
 content: ""; position: absolute; left: 0; top: 1px;
 width: 21px; height: 21px; border-radius: 50%;
 background-color: rgba(194,161,77,0.15);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23A8862F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
 background-repeat: no-repeat; background-position: center;
}
.gcl-section-ink .gcl-checklist li { color: var(--paper); }
.gcl-section-ink .gcl-checklist li::before { background-color: rgba(194,161,77,0.22); }

.gcl-journey { display: grid; gap: 12px; margin-top: 10px; }
.gcl-journey__item {
 display: grid; grid-template-columns: 92px 1fr;
 border: 1px solid var(--line); border-radius: 4px; overflow: hidden;
 background: var(--white);
 transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.gcl-journey__item:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.gcl-journey__stage {
 background: var(--ink);
 display: flex; flex-direction: column; align-items: center; justify-content: center;
 padding: 16px 8px; text-align: center; line-height: 1.05;
}
.gcl-journey__stage span {
 font-family: var(--font-body); font-weight: 700; font-size: 10px;
 letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.gcl-journey__stage strong {
 font-family: var(--font-display); font-weight: 600; font-size: 1.55rem; color: var(--gold);
}
.gcl-journey__body { padding: 16px 22px; }
.gcl-journey__title {
 font-family: var(--font-display); font-weight: 600; color: var(--ink);
 font-size: 1.05rem; line-height: 1.2; margin-bottom: 5px;
}
.gcl-journey__focus { color: var(--text-soft); font-size: 0.92rem; line-height: 1.55; margin: 0 0 7px; }
.gcl-journey__output { font-size: 0.8rem; font-weight: 600; color: var(--gold-dk); }
.gcl-journey__output span { color: var(--text-faint); font-weight: 400; }

@media (max-width: 600px) {
 .gcl-journey__item { grid-template-columns: 1fr; }
 .gcl-journey__stage { flex-direction: row; gap: 8px; padding: 10px 14px; justify-content: flex-start; }
 .gcl-journey__stage strong { font-size: 1.15rem; }
 .gcl-glance__key { flex-basis: 100%; }
}
