body {
    margin: 0;
    background: #0e0e0e;
    color: #f5f0e8;
    font-family: Arial, Helvetica, sans-serif;
}

/* NAV */
/* ====== JOOMLA MENU RESET ====== */
/* Center the Joomla menu */
.main-menu {
    display: flex;
    justify-content: center;
}

/* The ul that Joomla outputs */
.mod-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

mod-menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;

    background: #0b0b0b;
    border: 1px solid rgba(242,200,66,0.4);
    min-width: 220px;
    padding: 8px 0;

    z-index: 1000;
}

/* Show ONLY on hover */
.mod-menu > li:hover > ul {
    display: block;
}

/* Stack submenu items vertically */
.mod-menu > li > ul > li {
    list-style: none;
}

/* Submenu links */
.mod-menu > li > ul > li > a {
    display: block;
    padding: 12px 22px;

    color: #f2c842;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.12em;
}

/* Hover effect */
.mod-menu > li > ul > li > a:hover {
    background: rgba(242,200,66,0.15);
    color: #ffffff;
}

/* ===== HEADER ===== */
/* ===== LOGO STYLES ===== */

.header-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f2c842;
}

.brand-sub {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9a8e7a;
}
.site-header {
    position: relative;
    background: #0b0b0b;
    border-bottom: 1px solid rgba(201,146,26,0.4);
    margin-bottom: 0;
    padding-bottom: 0;

}

.header-inner {
    max-width: 1400px;
    margin: auto;
    padding: 18px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

/* Brand */
.header-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-brand img {
    width: 42px;
    height: 42px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    color: #f2c842;
    font-weight: 700;
    letter-spacing: 1px;
}

.brand-sub {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9a8e7a;
}

/* Menu */
.header-menu {
    display: flex;
    justify-content: center;
}

.header-menu .mod-menu {
    display: flex;
    list-style: none;
    gap: 34px;
    margin: 0;
    padding: 0;
}

.header-menu .mod-menu > li > a {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c9921a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-menu .mod-menu > li > a:hover,
.header-menu .mod-menu > li.active > a {
    color: #f2c842;
}

/* CTA Button */
.btn-claim {
    border: 1px solid #c9921a;
    color: #f2c842;
    padding: 8px 18px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.btn-claim:hover {
    background: #c9921a;
    color: #0b0b0b;
}

/* Responsive */
@media (max-width: 1000px) {
    .header-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .header-menu {
        justify-content: center;
    }
}
/* ===== HEADER SLIDER ===== *//* =====;
    overflow: hidden;
}

/* Slide */
.slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: none;
}

/* Show first slide by default */
.slide:first-child {
    display: block;
}

.slide-overlay {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: radial-gradient(
        circle at center,
        rgba(201,146,26,0.25),
        rgba(0,0,0,0.85) 70%
    );
    padding: 10px 20px;
}

/* Badge */
.slide-badge {
    border: 1px solid rgba(201,146,26,0.4);
    color: #c9921a;
    padding: 6px 18px;
    font-size: 11px;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
}

/* Logo */
.slide-logo img {
    width: 140px;
    margin-bottom: 40px;
}

/* Title */
.slide-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 6vw, 84px);
    line-height: 1.05;
}

.slide-title span {
    color: #f2c842;
    font-style: italic;
}

/* Subtitle */
.slide-sub {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a8e7a;
}

.header-slider 
.mod-menu a:focus {
    outline: none;
}


/* ===== HERO HEADER (RESET) ===== */

 background-position: center;.hero-header {
    background-repeat: no-repeat;
    display: block;
}

.hero-header {
    margin-top: 0;
}

.hero-overlay {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    background: radial-gradient(
        circle at center,
        rgba(201,146,26,0.25),
        rgba(0,0,0,0.85) 70%
    );

   
}

/* Badge */
.hero-badge {
    border: 1px solid rgba(201,146,26,0.4);
    color: #c9921a;
    padding: 6px 18px;
    font-size: 11px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
}


/* Logo */
.hero-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 40px;
    visibility: visible !important;
    filter: drop-shadow(0 0 40px rgba(201,146,26,0.6));
}

/* Title */
.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 6vw, 84px);
    line-height: 1.05;
    color: #f5f0e8;
    margin: 0;
}

.hero-title span {
    color: #f2c842;
    font-style: italic;
}

/* ===== HERO CTA BUTTONS ===== */

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Primary (gold) button */
.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #c9921a, #f2c842);
    color: #0b0b0b;
    padding: 14px 36px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(201,146,26,0.45);
}

/* Secondary (outline) button */
.btn-outline {
    display: inline-block;
    border: 1px solid rgba(245,240,232,0.35);
    color: #f5f0e8;
    padding: 14px 36px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

.btn-outline:hover {
    border-color: #c9921a;
    color: #f2c842;
}

/* Subtitle */
.hero-sub {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a8e7a;
}
    min-height: 100vh;
    background-size: cover;

.tagline {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #aaa;
}
.desc {
    max-width: 650px;
    margin: 20px auto 0;
}


/* CONTENT */
.content {
    padding: 80px 10%;
    background: #0e0e0e;
}

/* FOOTER */
.footer {
    background: #111;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: #777;
}
  /* ===== FOOTER RESET & STYLING ===== */

.site-footer {
    display: block;
    background: #0b0b0b;
    border-top: 1px solid rgba(201,146,26,0.3);
    padding: 24px 20px;
}

.site-footer p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #9a8e7a;
}

/* ===== FINAL HEADER STATS BAR ===== */

.stats-bar {
    display: grid;
    grid-template-columns: auto 1px auto 1px auto 1px auto;
    justify-content: center;
    align-items: center;

    padding: 64px 40px;

    background: radial-gradient(
        circle at center,
        rgba(255,200,50,0.18),
        #0b0b0b 70%
    );

    border-top: 1px solid rgba(255,200,50,0.3);
    border-bottom: 1px solid rgba(255,200,50,0.3);
}

/* Stat blocks */
.stat-item {
    text-align: center;
    padding: 0 36px;
}

/* Numbers */
.stat-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    color: #f2c842;
}

/* Labels */
.stat-label {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #c7b68a;
}

/* Vertical dividers */
.stat-divider {
    width: 1px;
    height: 72px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(255,200,50,0.45),
        transparent
    );
}

/* Mobile */
@media (max-width: 900px) {
    .stats-bar {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 20px;
    }

    .stat-divider {
        display: none;
    }
}
/* ===== BENEFITS PAGE ===== */

.benefits-section {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  padding: 10px 10%;
  background: radial-gradient(circle at center, rgba(255,200,50,0.12), #0b0b0b 70%);
}

/* Left */
.benefits-eyebrow {
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #c9a23a;
  margin-bottom: 20px;
}

.benefits-title {
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 30px;
}

.benefits-title span {
  color: #f2c842;
  font-style: italic;
}

.benefits-intro {
  max-width: 520px;
  line-height: 1.8;
  color: #cfcfcf;
  margin-bottom: 50px;
}

/* Benefit items */
.benefit-item {
  border-top: 1px solid rgba(255,200,50,0.15);
  padding: 30px 0;
}

.benefit-num {
  font-size: 28px;
  color: rgba(255,200,50,0.35);
  font-weight: 700;
}

.benefit-item h3 {
  margin: 10px 0;
  font-size: 20px;
}

.benefit-item p {
  color: #bdbdbd;
  max-width: 520px;
}

.benefit-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(255,200,50,0.4);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Right panel */
.benefits-panel {
  background: linear-gradient(to bottom, #111, #0b0b0b);
  border: 1px solid rgba(255,200,50,0.25);
  padding: 50px;
}
/* ===== LOGO BADGE (PREMIUM GLOW) ===== */

.logo-badge {
    width: 130px;
    height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-logo img {
  width: 90px;
  margin-bottom: 25px;
}

.benefits-panel h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.benefits-panel p {
  color: #cfcfcf;
  line-height: 1.7;
}

.benefits-panel blockquote {
  margin: 30px 0;
  padding-left: 25px;
  border-left: 3px solid #f2c842;
  font-style: italic;
  color: #f2c842;
}

.panel-foot {
  margin-top: 30px;
  font-size: 14px;
  color: #bdbdbd;
}

/* Responsive */
@media (max-width: 1000px) {
  .benefits-section {
    grid-template-columns: 1fr;
    padding: 60px 8%;
  }
}

page-header {
    display: none !important;
}


.logo-badge img {
    width: 100%;
    height: auto;

    filter:
        drop-shadow(0 0 12px rgba(255,200,50,0.6))
        drop-shadow(0 0 30px rgba(255,200,50,0.35));
}
/* ===== ABOUT PAGE ===== */

.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 10px 10%;
    background: radial-gradient(circle at center, rgba(255,200,50,0.12), #0b0b0b 70%);
}

/* LEFT SIDE */
.about-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-ring {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,200,50,0.18), #0b0b0b 70%);

    box-shadow:
        0 0 60px rgba(255,200,50,0.35),
        inset 0 0 30px rgba(0,0,0,0.9);
}

.about-logo-ring::before,
.about-logo-ring::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,200,50,0.2);
    border-radius: 50%;
}

.about-logo-ring::before {
    width: 360px;
    height: 360px;
}

.about-logo-ring::after {
    width: 460px;
    height: 460px;
}

.about-logo-ring img {
    width: 130px;
    z-index: 2;
}

/* RIGHT CONTENT */
.about-eyebrow {
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #c9a23a;
    margin-bottom: 20px;
}

.about-title {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 30px;
}

.about-title span {
    color: #f2c842;
    font-style: italic;
}

.about-content p {
    color: #cfcfcf;
    line-height: 1.8;
    margin-bottom: 24px;
    max-width: 560px;
}

/* ORGANISATION BOXES */
.about-org {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.org-box {
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,0.15);
}

.org-box strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.org-box span {
    font-size: 13px;
    color: #bbb;
}

/* Color accents */
.org-box.gold { border-left: 4px solid #f2c842; }
.org-box.green { border-left: 4px solid #6fcf97; }
.org-box.grey { border-left: 4px solid #999; }

/* Responsive */
@media (max-width: 1000px) {
    .about-section {
        grid-template-columns: 1fr;
        padding: 60px 8%;
        text-align: center;
    }

    .about-logo-ring::before,
    .about-logo-ring::after {
        display: none;
    }
}
/* ===== ELIGIBILITY PAGE ===== */

.eligibility-section {
    padding: 10px 10%;
    background: radial-gradient(circle at center, rgba(255,200,50,0.1), #0b0b0b 70%);
}

/* Header */
.eligibility-header {
    max-width: 640px;
    margin-bottom: 70px;
}

.eligibility-eyebrow {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a23a;
    margin-bottom: 14px;
}

.eligibility-title {
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.eligibility-title span {
    color: #f2c842;
    font-style: italic;
}

.eligibility-intro {
    color: #cfcfcf;
    line-height: 1.8;
    font-size: 16px;
}

/* Grid */
.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,200,50,0.15);
    border-left: 1px solid rgba(255,200,50,0.15);
}

.eligibility-item {
    padding: 40px 36px;
    border-right: 1px solid rgba(255,200,50,0.15);
    border-bottom: 1px solid rgba(255,200,50,0.15);
}

/* Icon */
.eligibility-icon {
    font-size: 26px;
    margin-bottom: 14px;
}

/* Titles */
.eligibility-item h3 {
    font-size: 18px;
    color: #f2c842;
    margin-bottom: 10px;
}

/* Text */
.eligibility-item p {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1000px) {
    .eligibility-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== CLAIMS PAGE ===== */

.claims-section {
    padding: 10px 10%;
    background: radial-gradient(circle at center, rgba(255,200,50,0.1), #0b0b0b 70%);
}

/* Header */
.claims-header {
    max-width: 700px;
    margin-bottom: 90px;
}

.claims-eyebrow {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a23a;
    margin-bottom: 18px;
}

.claims-title {
    font-size: 60px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.claims-title span {
    color: #f2c842;
    font-style: italic;
}

.claims-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #cfcfcf;
}

/* ===== CLAIMS TIMELINE (CIRCLES SIT ON LINE) ===== */

.claims-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    padding-top: 40px;
}

/* Horizontal line */
.claims-timeline::before {
    content: "";
    position: absolute;
    top: 72px; /* half of circle height (64px) + small adjustment */
    left: 0;
    right: 0;
    height: 1px;

    background: linear-gradient(
        to right,
        transparent,
        rgba(242,200,66,0.5),
        transparent
    );

    z-index: 1;
}

/* Step container */
.claim-step {
    position: relative;
    text-align: center;
    z-index: 2;
}

/* Number circle */
.step-circle {
    width: 64px;
    height: 64px;

    margin: 0 auto 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: 700;
    color: #f2c842;

    border-radius: 50%;
    background: #0b0b0b;
    border: 1px solid rgba(242,200,66,0.6);

    position: relative;
    z-index: 3; /* above the line */
}

/* Titles */
.claim-step h3 {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #f2c842;
}

/* Text */

/* Step description */
.claim-step p {
    font-size: 14px;
    line-height: 1.8;
    color: #bdbdbd;
}

/* ===== CONTACT PAGE ===== */

.contact-section {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 100px;
    padding: 10px 10%;
    background: radial-gradient(circle at center, rgba(255,200,50,0.12), #0b0b0b 70%);
}

/* Headings */
.contact-eyebrow {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a23a;
    margin-bottom: 18px;
}

.contact-title {
    font-size: 60px;
    line-height: 1.15;
    margin-bottom: 28px;
}

.contact-title span {
    color: #f2c842;
    font-style: italic;
}

.contact-intro {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 50px;
}

/* LEFT INFO */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-row {
    display: flex;
    gap: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,200,50,0.15);
}

.contact-icon {
    font-size: 18px;
    color: #f2c842;
    margin-top: 4px;
}

.contact-row strong {
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-row p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.6;
}

/* RIGHT FORM */
.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a23a;
    margin-bottom: 8px;
    margin-top: 24px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: transparent;
    border: 1px solid rgba(255,200,50,0.35);
    padding: 14px 16px;
    color: #f5f0e8;
    font-size: 14px;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form button {
    margin-top: 30px;
    padding: 16px;
    background: linear-gradient(135deg, #c9921a, #f2c842);
    border: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    color: #0b0b0b;
}
/* ===== CONTACT FORM SELECT FIX ===== */

.contact-form select {
    background-color: #0b0b0b;
    color: #f5f0e8;
    border: 1px solid rgba(242,200,66,0.6);
    padding: 14px 16px;
    font-size: 14px;

    /* Remove OS default styling */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Custom dropdown arrow spacing */
    background-image: none;
}

/* Style dropdown options */
.contact-form select option {
    background-color: #0b0b0b;
    color: #f5f0e8;
}

/* Highlighted / hovered option */
.contact-form select option:checked,
.contact-form select option:hover {
    background-color: rgba(242,200,66,0.25);
    color: #ffffff;
}
.contact-form button:hover {
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 1000px) {
    .contact-section {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 80px 8%;
    }
}
/* ==== FINAL ABOUT DROPDOWN FIX (JOOMLA) ==== */

/* Top-level menu */
.mod-menu {
    display: flex;
    align-items: center;
}

/* Parent items */
.mod-menu > li {
    position: relative;
}

/* FORCE HIDE submenus by default */
.mod-menu > li > ul {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;

    background: #0b0b0b;
    border: 1px solid rgba(242,200,66,0.45);
    min-width: 220px;
    padding: 8px 0;

    z-index: 9999;
}

/* SHOW on hover */
.mod-menu > li:hover > ul {
    display: block !important;
}

/* Submenu items */
.mod-menu > li > ul > li {
    list-style: none;
}

/* Submenu links */
.mod-menu > li > ul > li > a {
    padding: 12px 22px;
    display: block;

    color: #f2c842;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

/* Hover effect */
.mod-menu > li > ul > li > a:hover {
    background: rgba(242,200,66,0.18);
    color: #ffffff;
}
/* ===== ABOUT DROPDOWN CARET ===== */

/* Add caret only to menu items that have children */
.mod-menu > li > a:has(+ ul)::after {
    content: " ▼";
    font-size: 10px;
    margin-left: 6px;
    color: #f2c842;
    vertical-align: middle;
}

/* ===== BOARD MEMBERS HERO (REFERENCE MATCH) ===== */

.board-hero {
    padding: 10px 0 130px;
    background:
        linear-gradient(
            135deg,
            rgba(201,146,26,0.10),
            rgba(0,0,0,0.95) 60%
        ),
        #000;
}

.board-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

/* Eyebrow */
.board-eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: #c9921a;
    margin-bottom: 16px;
}

/* Title */
.board-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 28px;
    color: #ffffff;
}

.board-title span {
    color: #f2c842;
    font-style: italic;
}

/* Intro text */
.board-intro {
    max-width: 720px;
    font-size: 15px;
    line-height: 1.9;
    color: #cfcfcf;
    margin-bottom: 60px;
}
/* ===== BOARD IMAGE – RESIZE WITHOUT CROPPING ===== */


/* Image container */
.board-image {
    position: relative;
    margin: 0;
}

/* Image itself */
.board-image img {
    width: 100%;
    max-height: 420px;        /* ✅ letterbox height */
    object-fit: cover;
    display: block;

    background: #e6e6e6;      /* light side margins like reference */
}

/* Caption – bottom left inside image */
.board-image figcaption {
    position: absolute;
    bottom: 16px;
    left: 18px;

    font-size: 10px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a23a;

    background: rgba(0,0,0,0.55);
    padding: 6px 10px;
}
/* ===== BOARD MEMBER CARDS ===== */

.board-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 80px;
}

/* Card */
.board-card {
    background: linear-gradient(to bottom, #111, #0b0b0b);
    border: 1px solid rgba(242,200,66,0.25);
    padding: 20px;
}

/* Portrait */
.board-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    margin-bottom: 16px;
}

/* Role badge */
.board-badge {
    display: inline-block;
    background: #f2c842;
    color: #000;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* Name */
.board-card h3 {
    font-size: 15px;
    margin: 6px 0 12px;
    color: #ffffff;
}

/* Description */
.board-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #bdbdbd;
}

/* Responsive */
@media (max-width: 1100px) {
    .board-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .board-cards {
        grid-template-columns: 1fr;
    }
}