/*
Theme Name: Gold Port Corporation
Theme URI: https://goldportcorporation.com
Author: Gold Port Corporation
Description: Official investor website theme for Gold Port Corporation
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: goldport-theme
*/

/* ============================================================
   GOLDPORT CORPORATION — Investor Website
   Color Scheme: Teal Green (#1e8a6e) + Gold
   ============================================================ */

/* ---- Variables ------------------------------------------- */
:root {
  /* Teal-Green Palette — based on #1e8a6e */
  --bg:          #1e8a6e;   /* main background            */
  --bg-2:        #1a7d64;   /* alternate section bg       */
  --bg-3:        #157055;   /* card / input backgrounds   */
  --bg-4:        #22977a;   /* lighter highlight bg       */
  --bg-5:        #0f5047;   /* darker teal accent         */
  --green-mid:   #1e8a6e;   /* primary brand green        */
  --green-light: #2eb891;   /* hover / lighter teal       */
  --green-dark:  #0d4a42;   /* deep teal                  */

  /* Golds — Refined palette */
  --gold:        #d4a017;
  --gold-light:  #f0c040;
  --gold-pale:   #fae7a0;
  --gold-dark:   #a07810;
  --gold-muted:  rgba(212,160,23,0.15);
  --gold-rgb:    212, 160, 23;  /* for rgba manipulation   */

  /* Text — light on teal backgrounds */
  --white:       #ffffff;
  --text:        #e8f7f3;
  --text-muted:  #b2ddd2;
  --text-dim:    #7ec4b4;
  --text-dark:   #0a0e27;

  /* State Colors */
  --error:       #ef4444;
  --success:     #10b981;
  --warning:     #f59e0b;
  --info:        #3b82f6;

  /* Shadows — Depth hierarchy */
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.08);
  --shadow:      0 8px 40px rgba(0,0,0,0.5);
  --shadow-lg:   0 12px 48px rgba(0,0,0,0.15);
  --shadow-xl:   0 20px 60px rgba(0,0,0,0.25);
  --shadow-g:    0 8px 32px rgba(212,160,23,0.2);
  --shadow-g-sm: 0 4px 16px rgba(212,160,23,0.1);

  /* Borders */
  --border:      rgba(212,160,23,0.12);
  --border-g:    rgba(212,160,23,0.35);
  --border-light: rgba(255,255,255,0.08);
  --border-hover: rgba(212,160,23,0.5);

  /* Spacing Scale (4px base) */
  --space-xs:    4px;
  --space-sm:    8px;
  --space-md:    12px;
  --space-base:  16px;
  --space-lg:    20px;
  --space-xl:    24px;
  --space-2xl:   32px;
  --space-3xl:   40px;
  --space-4xl:   48px;
  --space-5xl:   56px;
  --space-6xl:   64px;
  --space-7xl:   80px;

  /* Border Radius */
  --radius:      10px;
  --radius-lg:   18px;
  --radius-xl:   24px;
  --radius-full: 9999px;

  /* Typography */
  --font:        'Inter', 'Open Sans', sans-serif;
  --font-serif:  'Playfair Display', Georgia, serif;
  --font-weight-light:  300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold:   700;

  /* Transitions */
  --ease:        0.25s ease;
  --ease-in:     0.3s ease-in;
  --ease-out:    0.3s ease-out;
  --ease-inout:  0.35s ease-in-out;

  /* Layout */
  --max:         1180px;
}

/* ---- Reset ----------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
  overflow-x: hidden;
  letter-spacing: 0.3px;
}
a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--ease-inout), text-decoration var(--ease-inout);
  position: relative;
}
a:hover {
  color: var(--gold-light);
  text-decoration: underline;
  text-decoration-color: var(--gold-light);
  text-underline-offset: 4px;
}
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 2px;
}
img { display: block; max-width: 100%; }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 {
  line-height: 1.25;
  color: var(--white);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.05rem; }
h6 { font-size: 0.95rem; }
h1,h2 { font-family: var(--font-serif); }
h3,h4,h5,h6 { font-family: var(--font); }

/* ---- Layout --------------------------------------------- */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--space-2xl);
}
.section {
  padding: 120px 0;
  position: relative;
}
.dark-section { background: var(--bg-2); }

/* ---- Section Headers ------------------------------------ */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}
.section-header:first-child {
  margin-top: 0;
}
.eyebrow {
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
  opacity: 0.95;
}
.eyebrow.light { color: var(--gold-light); }
.section-header h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.section-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}
.gold-text { color: var(--gold); }
.white-text { color: var(--white); }
.gold { color: var(--gold-light); font-weight: 600; }

/* ---- Buttons -------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: var(--radius);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--ease-inout);
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.btn-gold {
  background: var(--gold);
  color: var(--text-dark);
  border-color: var(--gold);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}
.btn-gold:hover:not(:disabled) {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--text-dark);
  box-shadow: var(--shadow-g);
  transform: translateY(-3px);
}
.btn-gold:active:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.resource-section .btn-gold,
.home-teaser .btn-gold,
.guyana .btn-gold,
.projects-hero .btn-gold {
  color: var(--white);
}
.guyana .btn-gold {
  margin-top: 32px;
}
.resource-section .btn-gold:hover:not(:disabled),
.home-teaser .btn-gold:hover:not(:disabled),
.guyana .btn-gold:hover:not(:disabled) {
  color: var(--white);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.6);
  box-shadow: none;
}
.btn-ghost:hover:not(:disabled) {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212,160,23,0.08);
  box-shadow: var(--shadow-g-sm);
  transform: translateY(-2px);
}
.btn-ghost:active:not(:disabled) {
  transform: translateY(0);
}
.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: none;
}
.btn-outline:hover:not(:disabled) {
  background: var(--gold);
  color: var(--text-dark);
  box-shadow: var(--shadow-g);
  transform: translateY(-2px);
}
.btn-outline:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.btn-subscribe {
  background: var(--gold);
  color: var(--text-dark);
  border-color: var(--gold);
  font-weight: 700;
  padding: 14px 32px;
  box-shadow: var(--shadow-sm);
}
.btn-subscribe:hover:not(:disabled) {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: var(--shadow-g);
  transform: translateY(-2px);
}
.btn-full { width: 100%; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-lg { padding: 16px 48px; font-size: 1rem; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement-bar { display: none; }
.announce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.announce-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.announcement-bar p {
  font-size: 0.83rem;
  color: var(--text-muted);
  text-align: center;
}
.announcement-bar p strong { color: var(--gold-light); }
.announcement-bar a { color: var(--gold); font-weight: 600; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  transition: all var(--ease);
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  border-bottom-color: #d4a017;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
}
.logo svg { display: block; }

/* Nav */
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  display: block;
  padding: 8px 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222221;
  border-radius: 7px;
  transition: all var(--ease);
}
.main-nav a:hover { color: var(--gold); background: rgba(212,160,23,0.08); }
.main-nav a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  color: #fff !important;
  margin-left: 8px !important;
}
.nav-cta:hover {
  background: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
  color: #fff !important;
}

/* Header right group */
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

/* Header stocks */
.header-stocks {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.header-stocks span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222221;
}
.header-stocks strong { color: var(--gold); font-weight: 700; }

/* Social icons */
.header-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 6px;
  color: #222221;
  border: 1px solid #e0e0e0;
  transition: all var(--ease);
}
.header-socials a:hover {
  background: #222221;
  color: #fff;
  border-color: #222221;
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: all var(--ease);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(30, 138, 110, 0.8) 0%, rgba(26, 125, 100, 0.85) 100%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 39, 0.3) 0%, rgba(10, 14, 39, 0.5) 100%);
  z-index: 0.5;
}
.hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-gradient { display: none; }
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--space-2xl);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid rgba(212, 160, 23, 0.4);
  border-radius: 32px;
  padding: 8px 18px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 28px;
  backdrop-filter: blur(4px);
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.hero-sub strong { color: var(--text); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; justify-content: center; }
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(8px);
  max-width: 500px;
  margin: 0 auto;
  padding: 28px 0;
}
.hstat {
  flex: 1;
  padding: 12px 24px;
  text-align: center;
}
.hstat strong {
  display: block;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1;
  margin-bottom: 8px;
}
.hstat span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--font-serif);
}
.stock-ticker {
  color: var(--white) !important;
}
.hstat-divider {
  width: 1px;
  height: 50px;
  background: var(--border);
  flex-shrink: 0;
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  animation: bounce 2.5s ease-in-out infinite;
}
@keyframes bounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* ============================================================
   THESIS / WHY INVEST
   ============================================================ */
.thesis { background: var(--bg); }
.thesis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.thesis-card {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  transition: all var(--ease-inout);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.thesis-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  opacity: 0;
  transition: opacity var(--ease-inout);
}
.thesis-card:hover {
  border-color: var(--border-g);
  border-top-color: var(--gold-light);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.thesis-card:hover::before {
  opacity: 1;
}
.thesis-card:focus-within {
  border-color: var(--border-g);
  box-shadow: var(--shadow-lg);
}
.tc-number {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(212,160,23,0.25);
  line-height: 1;
  margin-bottom: 12px;
}
.tc-icon {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.thesis-card h3 {
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
  letter-spacing: -0.01em;
}
.thesis-card p {
  font-size: 0.925rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}
.thesis-card p:last-child {
  margin-bottom: 0;
}
.thesis-card p strong {
  color: var(--white);
}
.thesis-card p .gold {
  color: var(--gold-light);
  font-weight: 600;
}

/* ============================================================
   RESOURCE SECTION
   ============================================================ */
.resource-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
.resource-bg {
  position: absolute;
  inset: 0;
}
.resource-img { width: 100%; height: 100%; object-fit: cover; }
.resource-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(30,138,110,0.94) 0%,
    rgba(30,138,110,0.86) 50%,
    rgba(30,138,110,0.97) 100%);
}
.resource-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.resource-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}
.resource-title .gold-text {
  font-size: 1.4em;
  display: block;
  margin-bottom: 8px;
}
.resource-description {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 48px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.resource-description .gold-text {
  color: var(--gold);
  font-weight: 600;
}
.resource-chart {
  margin-bottom: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.chart-container {
  width: 100%;
  height: 400px;
  background: rgba(0,0,0,0.2);
}
.chart-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.resource-note {
  font-size: 0.65rem;
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 780px;
  margin: 24px auto 0;
  text-align: center;
}

/* ============================================================
   PRICE CALLOUT (Deprecated - kept for reference)
   ============================================================ */
.price-callout {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
  display: none;
}
.price-callout-bg {
  position: absolute;
  inset: 0;
}
.price-img { width: 100%; height: 100%; object-fit: cover; }
.price-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(30,138,110,0.94) 0%,
    rgba(30,138,110,0.86) 50%,
    rgba(30,138,110,0.97) 100%);
}
.price-inner {
  position: relative;
  z-index: 1;
}
.price-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 56px;
}
.price-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.pc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 48px;
  min-width: 220px;
}
.pc-box.now { border-color: var(--gold); background: var(--gold-muted); }
.pc-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  font-weight: 600;
}
.pc-box strong {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-muted);
  line-height: 1;
}
.pc-box.now strong { color: var(--gold); }
.pc-box strong small { font-size: 1.2rem; font-family: var(--font); }
.pc-note { font-size: 0.72rem; color: var(--text-dim); }
.pc-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.2rem;
}
.price-body {
  max-width: 680px;
  margin: 0 auto 40px;
  font-size: 1.025rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ============================================================
   PROJECT
   ============================================================ */
.project { background: var(--bg); }
.project-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  margin-bottom: 60px;
  align-items: start;
}
.project-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.project-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.project-img-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(10,26,15,0.9), transparent);
  padding: 24px 20px 20px;
  display: flex;
  gap: 24px;
}
.pimg-stat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--gold);
}
.pimg-stat span { font-size: 0.72rem; color: var(--text-muted); }
.project-img-second {
  margin-top: 16px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.project-img-second img { width: 100%; height: 200px; object-fit: cover; }
.img-caption { font-size: 0.72rem; color: var(--text-dim); padding: 10px 14px; text-align: center; }

/* Resource block */
.resource-block {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  margin-bottom: 28px;
}
.resource-block h3 {
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ni-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold-muted);
  border: 1px solid var(--border-g);
  color: var(--gold);
  border-radius: 4px;
  padding: 2px 8px;
}
.resource-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.9rem;
}
.resource-row:last-child { border-bottom: none; }
.resource-row span { color: var(--text-muted); }
.resource-row strong { color: var(--white); }
.resource-row.highlight {
  background: var(--gold-muted);
  border-radius: var(--radius);
  padding: 12px 14px;
  border-bottom: none;
  margin: -2px -4px 8px;
}
.resource-row.highlight span { color: var(--text); font-weight: 500; }
.resource-row.highlight strong { color: var(--gold); font-size: 1rem; }
.resource-note {
  font-size: 0.72rem;
  color: var(--text-dim);
  margin-top: 12px;
  font-style: italic;
}

/* Quick Facts Section */
.quick-facts-section {
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 100%);
  padding: 60px 0;
}
.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.quick-fact {
  text-align: center;
  padding: 32px 24px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--ease);
}
.quick-fact:hover {
  border-color: var(--border-g);
  transform: translateY(-4px);
  box-shadow: var(--shadow-g);
}
.qf-number {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1;
}
.qf-label {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Project Overview Section */
.project-overview {
  background: var(--bg);
}
.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.overview-item {
  padding: 32px;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: all var(--ease);
}
.overview-item:hover {
  border-color: var(--border-g);
  background: var(--bg-3);
  box-shadow: var(--shadow-g);
}
.overview-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
}
.overview-item p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Resource Details Section */
.resource-details {
  background: var(--bg-2);
}
.resource-block {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
.resource-item {
  padding: 24px;
  background: var(--bg-2);
  border-radius: var(--radius);
  text-align: center;
  border: 1px solid var(--border);
}
.res-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  font-weight: 700;
  margin-bottom: 12px;
}
.res-value {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
}

/* Permits Section */
.permits-section {
  background: var(--bg);
}
.permits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.permit-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all var(--ease);
  display: flex;
  flex-direction: column;
}
.permit-card:hover {
  border-color: var(--border-g);
  transform: translateY(-3px);
  box-shadow: var(--shadow-g);
}
.permit-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgba(212, 160, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.permit-card h4 {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--white);
}
.permit-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
}
.permit-highlight {
  font-weight: 700;
  color: var(--gold);
  margin-top: 12px;
  font-size: 0.85rem;
}

/* Exploration History / Timeline */
.exploration-history {
  background: var(--bg-2);
}
.timeline {
  position: relative;
  padding: 40px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, var(--border-g) 0%, var(--border) 100%);
}
.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline-item:nth-child(odd) .timeline-content {
  text-align: right;
}
.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--bg-2);
  flex-shrink: 0;
  top: 8px;
  box-shadow: 0 0 0 4px var(--bg-2), 0 0 0 8px var(--gold-muted);
  transition: all var(--ease);
}
.timeline-item.active .timeline-dot {
  width: 24px;
  height: 24px;
  left: calc(50% - 4px);
  background: var(--gold-light);
  box-shadow: 0 0 0 4px var(--bg-2), 0 0 0 8px rgba(240, 192, 64, 0.2);
}
.timeline-content {
  flex: 1;
  max-width: 480px;
  padding: 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--ease);
}
.timeline-item:hover .timeline-content {
  border-color: var(--border-g);
  box-shadow: var(--shadow-g);
}
.timeline-year {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
  display: block;
}
.timeline-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.timeline-text strong {
  color: var(--white);
}

/* Investment Thesis */
.investment-thesis {
  background: var(--bg);
}
.thesis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.thesis-card {
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all var(--ease);
}
.thesis-card:hover {
  border-color: var(--border-g);
  transform: translateY(-4px);
  box-shadow: var(--shadow-g);
}
.thesis-card h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--white);
}
.thesis-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Visual Showcase Gallery */
.visual-showcase {
  background: var(--bg-2);
}
.showcase-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  grid-auto-rows: 280px;
}
.showcase-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  group: 1;
}
.showcase-item:hover {
  transform: scale(1.04);
  border-color: var(--border-g);
  box-shadow: var(--shadow-g);
}
.showcase-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.showcase-item:hover img {
  transform: scale(1.08);
}
.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 138, 110, 0.85) 0%, rgba(30, 138, 110, 0.4) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.showcase-item:hover .showcase-overlay {
  opacity: 1;
}
.showcase-label {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

/* Equipment Section */
.equipment-section {
  background: var(--bg);
  padding: 120px 0;
}
.equipment-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.equipment-visual {
  position: relative;
}
.equipment-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  box-shadow: 0 20px 60px rgba(212, 160, 23, 0.15);
}
.equipment-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.equipment-image-wrap:hover img {
  transform: scale(1.05);
}
.equipment-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  animation: slideInRight 0.5s ease 0.2s both;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.equipment-content h2 {
  margin-bottom: 12px;
}
.equipment-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.equip-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--bg-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: all var(--ease);
}
.equip-item:hover {
  border-color: var(--border-g);
  background: var(--bg-3);
  transform: translateX(4px);
  box-shadow: var(--shadow-g);
}
.equip-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(212, 160, 23, 0.1);
  color: var(--gold);
}
.equip-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}

/* Key Investment Metrics Grid */
.key-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.metric-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all var(--ease);
}
.metric-card:hover {
  border-color: var(--border-g);
  transform: translateY(-3px);
  box-shadow: var(--shadow-g);
}
.metric-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgba(212,160,23,0.08);
}
.metric-content { flex: 1; }
.metric-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 6px;
  display: block;
}
.metric-value {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
  display: block;
}
.metric-detail {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: block;
}

/* Timeline */
.exploration-block h3 {
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  align-items: flex-start;
}
.tl-item:last-child { border-bottom: none; }
.tl-year {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--gold);
  min-width: 55px;
  flex-shrink: 0;
  margin-top: 1px;
}
.tl-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.5; }
.tl-desc strong { color: var(--text); }
.tl-item.active .tl-year { color: var(--gold-light); }
.tl-item.active .tl-desc { color: var(--text); }

/* Project feature cards */
.proj-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pf-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: all var(--ease);
}
.pf-card:hover { border-color: var(--border-g); transform: translateY(-3px); box-shadow: var(--shadow-g); }
.pf-icon { margin-bottom: 16px; }
.pf-card h4 { font-family: var(--font); font-size: 0.95rem; font-weight: 700; margin-bottom: 10px; }
.pf-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   GUYANA
   ============================================================ */
.guyana { background: var(--bg-2); }
.guyana-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.guyana-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.guyana-img-wrap img { width: 100%; height: 560px; object-fit: cover; }

/* Remove border from gold nugget image in exploration section */
#history .guyana-img-wrap {
  border: none;
  border-radius: 0;
  overflow: visible;
}
#history .guyana-img-wrap img {
  width: 70%;
  height: auto;
  object-fit: contain;
}
.guyana-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  box-shadow: inset 0 0 0 1px var(--border-g);
  pointer-events: none;
}
.guyana-text .eyebrow { text-align: center; display: block; margin-bottom: 8px; color: var(--gold); }
.guyana-text h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 20px; text-align: center; }
.guyana-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.guyana-text p strong { color: var(--text); }
.guyana-bullets { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.g-bullet { display: flex; align-items: flex-start; gap: 12px; }
.g-bullet-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 7px;
}
.g-bullet span { font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; }
.g-bullet strong { color: var(--text); }

/* ============================================================
   MANAGEMENT
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all var(--ease-inout);
  box-shadow: var(--shadow-sm);
}
.team-card:hover {
  border-color: var(--border-g);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.team-card:focus-within {
  border-color: var(--border-g);
  box-shadow: var(--shadow-lg);
}
.wide-card {
  grid-column: span 3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, var(--bg-3) 0%, var(--bg-2) 100%);
  border-top: 3px solid var(--gold);
}
.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--white);
  flex-shrink: 0;
  margin-bottom: 16px;
  box-shadow: var(--shadow-g-sm);
}
.wide-card .team-avatar {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  color: var(--white);
}
.team-card h3 {
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--white);
  letter-spacing: -0.01em;
}
.team-role {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.team-bio {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.team-bio strong {
  color: var(--text);
}

/* ============================================================
   CATALYSTS
   ============================================================ */
.catalysts { background: var(--bg); }
.catalyst-list { display: flex; flex-direction: column; gap: 0; max-width: 820px; margin: 0 auto; }
.cat-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  transition: all var(--ease);
}
.cat-item:last-child { border-bottom: none; }
.cat-item:hover { padding-left: 8px; }
.cat-status {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  color: var(--text-dim);
  margin-top: 2px;
}
.cat-item.completed .cat-status { border-color: var(--green-light); color: var(--green-light); }
.cat-item.active .cat-status { border-color: var(--gold); }
.cat-item.upcoming .cat-status { border-color: var(--border-g); color: var(--gold); }
.pulse {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-ring 1.8s ease infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(212,160,23,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(212,160,23,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,160,23,0); }
}
.cat-body h4 { font-family: var(--font); font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.cat-item.completed h4 { color: var(--text-muted); }
.cat-item.active h4 { color: var(--gold-light); }
.cat-body p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* ============================================================
   NEWS
   ============================================================ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.news-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all var(--ease);
}
.news-card:hover { border-color: var(--border-g); transform: translateY(-3px); box-shadow: var(--shadow-g); }
.news-card.featured {
  grid-column: 1 / -1;
  grid-row: 1;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  background: var(--bg-3);
  border-color: var(--border);
}
.news-card.featured .news-tag { flex-shrink: 0; }
.news-header {
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  font-weight: 700;
}
.news-tag {
  display: inline-block;
  background: var(--gold-muted);
  border: 1px solid var(--border-g);
  color: var(--gold);
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-self: flex-start;
}
.news-card h3 {
  font-family: var(--font);
  font-size: 0.975rem;
  font-weight: 700;
  line-height: 1.45;
}
.news-card h3 a { color: var(--white); }
.news-card h3 a:hover { color: var(--gold-light); }
.news-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; flex: 1; }
.read-more {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-top: auto;
}
.read-more:hover { color: var(--gold-light); }
.news-footer { text-align: center; }

/* ============================================================
   PROJECTS PAGE - VISUAL REDESIGN
   ============================================================ */

/* Projects Hero Section */
.projects-hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
}
.projects-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.projects-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 22, 14, 0.8) 0%, rgba(8, 22, 14, 0.5) 100%);
  z-index: 1;
}
.projects-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}
.hero-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.projects-hero-content h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.1;
  color: var(--white);
}
.hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 600;
}
.hero-description {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

/* Metrics Strip */
.metrics-strip {
  background: linear-gradient(90deg, var(--bg-2) 0%, var(--bg) 100%);
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.metric-item {
  padding: 20px;
}
.metric-number {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1;
}
.metric-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* Gallery Showcase */
.gallery-showcase {
  background: var(--bg);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  grid-auto-rows: 300px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item:hover {
  border-color: var(--border-g);
  transform: scale(1.02);
  box-shadow: var(--shadow-g);
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: var(--gold);
  padding: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

/* Highlights Section */
.highlights-section {
  background: var(--bg-2);
}
.highlights-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 100px;
  align-items: center;
}
.highlights-image {
  position: relative;
}
.highlights-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}
.highlights-image:hover img {
  transform: scale(1.03);
}
.highlights-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.highlight-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: all var(--ease);
}
.highlight-item:hover {
  border-color: var(--border-g);
  background: var(--bg-3);
  box-shadow: var(--shadow-g);
  transform: translateX(4px);
}
.highlight-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 160, 23, 0.1);
  border-radius: 12px;
}
.highlight-item h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: var(--white);
}
.highlight-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Equipment Showcase */
.equipment-showcase {
  background: var(--bg-4);
  margin-top: 80px;
  border-top: 1px solid rgba(212,160,23,0.15);
  border-bottom: 1px solid rgba(212,160,23,0.15);
}
.equipment-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.equipment-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.equipment-detail-item h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: var(--white);
}
.equipment-detail-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.detail-list {
  list-style: none;
  padding: 0;
}
.detail-list li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 8px 0 8px 28px;
  position: relative;
}
.detail-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.equipment-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment-image img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.equipment-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: fadeIn 0.5s ease 0.3s both;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Technical Section */
.technical-section {
  background: var(--bg-2);
}
.technical-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.tech-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--ease);
}
.tech-card:hover {
  border-color: var(--border-g);
  background: var(--bg-3);
  transform: translateY(-4px);
  box-shadow: var(--shadow-g);
}
.tech-card.primary {
  grid-column: span 2;
  padding: 36px 24px;
  border: 2px solid var(--gold);
}
.tech-value {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1;
}
.tech-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  font-weight: 700;
  margin-bottom: 6px;
}
.tech-detail {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.resource-note {
  background: var(--bg);
  border-left: 4px solid var(--gold);
  padding: 20px;
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* History Section */
.history-section {
  background: var(--bg);
}
.timeline-modern {
  position: relative;
  padding: 40px 0;
}
.timeline-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  margin-bottom: 48px;
  align-items: start;
  position: relative;
}
.timeline-marker {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold);
  padding-top: 12px;
}
.timeline-body {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--ease);
}
.timeline-item:hover .timeline-body {
  border-color: var(--border-g);
  background: var(--bg-3);
  box-shadow: var(--shadow-g);
  transform: translateX(4px);
}
.timeline-body h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--white);
}
.timeline-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.timeline-item.active .timeline-marker {
  color: var(--gold-light);
  font-size: 1.8rem;
}
.timeline-item.active .timeline-body {
  border-color: var(--gold);
  background: var(--gold-muted);
}

/* Thesis Section */
.thesis-section {
  background: var(--bg-2);
}
.thesis-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.thesis-card {
  position: relative;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.08) 0%, rgba(212, 160, 23, 0.04) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--ease);
  overflow: hidden;
}
.thesis-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.thesis-card:hover {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.12) 0%, rgba(212, 160, 23, 0.06) 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(212, 160, 23, 0.15);
}
.thesis-card:hover::before {
  transform: scaleX(1);
}
.thesis-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
  transition: all var(--ease);
}
.thesis-card:hover .thesis-icon {
  color: var(--gold);
  transform: scale(1.1);
}
.thesis-card h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 700;
}
.thesis-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.thesis-card p strong {
  color: var(--gold-light);
  font-weight: 600;
}

/* CTA Section */
.cta-section {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 500px;
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 22, 14, 0.75);
  z-index: 1;
}
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}
.cta-section h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 16px;
  color: var(--white);
}
.cta-section p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.btn-lg {
  padding: 18px 48px;
  font-size: 0.95rem;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--bg); }
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.ci-block {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ci-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--gold-muted);
  border: 1px solid var(--border-g);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ci-block h4 {
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.ci-block p { font-size: 0.9rem; color: var(--white); line-height: 1.6; }
.ci-block a { color: var(--white); }
.ci-block a:hover { color: var(--gold); }

/* Form */
.contact-form {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  box-shadow: var(--shadow-sm);
}
.contact-form h3 {
  font-family: var(--font);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg-3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text);
  font-family: var(--font);
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--ease-inout), box-shadow var(--ease-inout), background var(--ease-inout);
  -webkit-appearance: none;
  line-height: 1.5;
}
.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
  border-color: rgba(212,160,23,0.3);
  background: rgba(255,255,255,0.02);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-dim);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212,160,23,0.15);
  background: rgba(255,255,255,0.03);
}
.form-group input:disabled,
.form-group select:disabled,
.form-group textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}
.form-group select {
  cursor: pointer;
  color: #000000;
}
.form-group select option {
  color: #000000;
  background-color: #ffffff;
}
.form-group select option:checked {
  background-color: var(--gold);
  color: #000000;
}
.form-note {
  font-size: 0.75rem;
  color: var(--text-dim);
  text-align: center;
  margin-top: 16px;
}

/* ============================================================
   QUOTE SECTION
   ============================================================ */
.quote-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.quote-parallax {
  position: absolute;
  inset: 0;
  background-image: url('quote-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.quote-parallax::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 22, 14, 0.85) 0%,
    rgba(8, 22, 14, 0.75) 50%,
    rgba(8, 22, 14, 0.65) 100%
  );
}
.quote-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 64px;
  max-width: 900px;
  backdrop-filter: blur(10px);
  text-align: center;
}
.quote-text {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 24px;
  font-style: italic;
}
.quote-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.quote-attribution strong {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 700;
}
.quote-attribution span {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ============================================================
   INVESTOR ALERT SECTION
   ============================================================ */
.investor-alert {
  background: linear-gradient(180deg, #0d5047 0%, #1a6157 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.investor-alert::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.investor-alert::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.investor-alert-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--space-2xl);
}
.investor-alert-content h2 {
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
  font-family: var(--font);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.investor-alert-content h3 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-serif);
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.investor-alert-content h3 .highlight {
  color: var(--gold-light);
  font-weight: 800;
}
.investor-alert-form {
  background: #ffffff;
  padding: 48px 44px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255,255,255,0.15);
}
.investor-alert-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.investor-alert-form input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: #222222;
  outline: none;
  transition: all var(--ease-inout);
  background: #fafafa;
}
.investor-alert-form input:hover {
  background: #ffffff;
  border-color: #d0d0d0;
}
.investor-alert-form input:focus {
  background: #ffffff;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212,160,23,0.15);
}
.investor-alert-form input::placeholder {
  color: #aaa;
}
.btn-subscribe {
  background: var(--gold);
  color: var(--white);
  border: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 16px 32px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border-radius: var(--radius);
  text-transform: uppercase;
  cursor: pointer;
}
.btn-subscribe:hover {
  background: #c99100;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,160,23,0.3);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #157055; border-top: 1px solid var(--border); }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  padding: 72px 0 56px;
  align-items: start;
}
.footer-brand .logo { margin-bottom: 24px; }
.footer-brand .logo img { height: 72px; }
.footer-brand p { font-size: 0.8rem; color: var(--white); line-height: 1.8; margin-bottom: 16px; }
.footer-brand p a { color: var(--gold); }
.footer-brand p a:hover { color: var(--gold-light); }
.footer-stocks { font-size: 0.9rem; color: var(--gold); font-weight: 600; letter-spacing: 0.05em; }
.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(212,160,23,0.1);
  color: var(--gold);
  border: 1px solid var(--border);
  transition: all var(--ease);
}
.footer-socials a:hover {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
}
.footer-socials svg { width: 18px; height: 18px; }
.footer-links-section {
  background: #157055;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.footer-links a {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--gold); }
.footer-col h5 { display: none; }
.footer-col ul { display: none; }
.footer-col a { display: none; }
.footer-disclaimer-col h5 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block !important;
}
.footer-disclaimer-col p { font-size: 0.75rem; color: var(--white); line-height: 1.7; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 32px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  text-align: center;
}
.footer-bottom p { font-size: 0.8rem; color: var(--white); }
.footer-bottom a { color: var(--white); transition: color var(--ease); }
.footer-bottom a:hover { color: var(--gold); }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .fade-up.in { opacity: 1; transform: translateY(0); }
  .fade-up.d1 { transition-delay: 0.1s; }
  .fade-up.d2 { transition-delay: 0.2s; }
  .fade-up.d3 { transition-delay: 0.3s; }
  .fade-up.d4 { transition-delay: 0.4s; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .thesis-grid { grid-template-columns: 1fr; }
  .project-layout { grid-template-columns: 1fr; }
  .proj-features { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .wide-card { grid-column: span 2; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: span 2; }
  .guyana-layout { grid-template-columns: 1fr; }
  .guyana-img-wrap img { height: 320px; }
  .project-layout { grid-template-columns: 1fr; gap: 40px; }
  .quick-facts-grid { grid-template-columns: 1fr 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr; }
  .permits-grid { grid-template-columns: 1fr; }
  .timeline::before { display: none; }
  .timeline-item { margin-bottom: 32px; }
  .timeline-item:nth-child(odd) { flex-direction: row; }
  .timeline-item:nth-child(odd) .timeline-content { text-align: left; }
  .timeline-dot { left: 0; transform: translateX(-50%); }
  .timeline-content { max-width: 100%; }
  .thesis-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .showcase-item.large { grid-column: span 1; grid-row: span 1; }
  .equipment-layout { grid-template-columns: 1fr; gap: 40px; }
  .key-metrics-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .gallery-item.large { grid-column: span 1; grid-row: span 1; }
  .highlights-layout { grid-template-columns: 1fr; gap: 40px; }
  .metrics-row { grid-template-columns: 1fr 1fr; }
  .technical-grid { grid-template-columns: 1fr 1fr 1fr; }
  .tech-card.primary { grid-column: span 1; }
  .thesis-cards { grid-template-columns: 1fr 1fr; gap: 20px; }
  .thesis-card { padding: 24px 18px; }
  .timeline-item { grid-template-columns: 120px 1fr; gap: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 28px; }
}

/* ---- Content with Image Layout -------------------------------- */
.content-with-image {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  margin: 40px 0;
}
.content-text h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text);
}
.content-text p {
  margin-bottom: 20px;
  color: var(--text);
}
.content-image img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
}
@media (max-width: 768px) {
  .content-with-image { grid-template-columns: 1fr; gap: 24px; }
}

/* ---- Modal Styles (Image Lightbox) -------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.active { display: flex; align-items: center; justify-content: center; }
.modal-content {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}
.modal-close:hover { color: var(--gold); }
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.clickable-image:hover { opacity: 0.85; }

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .announcement-bar { display: none; }
  .site-header { top: 0; }

  .nav-toggle { display: flex; }
  .header-stocks { display: none; }
  .main-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 800;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .main-nav.open { display: flex; }
  .main-nav ul { flex-direction: column; width: 100%; text-align: center; }
  .main-nav a { font-size: 1.1rem; padding: 16px; }
  .main-nav a.nav-cta { margin: 12px 24px 0 !important; border-radius: var(--radius) !important; }
  .header-inner { justify-content: space-between; }

  .hero-title { font-size: 2rem; }
  .hero-stats { flex-direction: column; border-radius: var(--radius); }
  .hstat-divider { width: 100%; height: 1px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; justify-content: center; }

  .thesis-grid { grid-template-columns: 1fr; }
  .price-compare { flex-direction: column; }
  .pc-arrow { flex-direction: row; transform: rotate(90deg); }

  .key-metrics-grid { grid-template-columns: 1fr 1fr; }
  .proj-features { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .wide-card { grid-column: 1; grid-template-columns: 1fr; }
  .wide-card .team-avatar { margin-bottom: 16px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: 1; flex-direction: column; gap: 14px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .hero { padding: 100px 0 80px; }
  .hero-title { font-size: 1.8rem; }
  .pc-box { padding: 24px 32px; min-width: unset; width: 100%; max-width: 280px; }
  .key-metrics-grid { grid-template-columns: 1fr; }
  .metric-card { padding: 24px 20px; gap: 16px; }
  .projects-hero { height: 400px; margin-top: 60px; }
  .projects-hero-content h1 { font-size: 1.8rem; }
  .hero-subtitle { font-size: 1.1rem; }
  .hero-description { font-size: 0.9rem; }
  .metrics-row { grid-template-columns: 1fr; gap: 20px; }
  .metric-number { font-size: 1.8rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; gap: 12px; }
  .highlights-layout { grid-template-columns: 1fr; gap: 30px; }
  .highlights-list { gap: 16px; }
  .highlight-item { padding: 20px; gap: 16px; }
  .equipment-layout { grid-template-columns: 1fr; gap: 30px; }
  .equipment-details { gap: 24px; }
  .technical-grid { grid-template-columns: 1fr 1fr; }
  .tech-card { padding: 20px 16px; }
  .tech-value { font-size: 1.4rem; }
  .thesis-cards { grid-template-columns: 1fr; gap: 16px; }
  .thesis-card { padding: 20px 16px; }
  .timeline-item { grid-template-columns: 80px 1fr; gap: 20px; margin-bottom: 32px; }
  .timeline-marker { font-size: 1.2rem; }
  .timeline-body { padding: 20px; }
  .cta-section { padding: 60px 0; min-height: 350px; }
  .cta-section h2 { font-size: 1.8rem; }
  .cta-section p { font-size: 0.95rem; }
}

/* ============================================================
   HERO OVERLAY (Home Page)
   ============================================================ */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 22, 14, 0.75) 0%,
    rgba(8, 22, 14, 0.55) 50%,
    rgba(8, 22, 14, 0.35) 100%
  );
  backdrop-filter: brightness(0.8) contrast(1.1);
  z-index: 1;
}

/* ============================================================
   PAGE HERO (Interior Pages)
   ============================================================ */
.page-hero {
  position: relative;
  padding: 160px 0 88px;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 22, 14, 0.92) 0%,
    rgba(8, 22, 14, 0.7) 50%,
    rgba(8, 22, 14, 0.38) 100%
  );
}
.page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero-content .eyebrow { margin-bottom: 12px; }
.page-hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 18px;
  max-width: 720px;
  line-height: 1.1;
}
.page-hero-content > p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.8;
}

/* ============================================================
   HOME TEASER SECTION
   ============================================================ */
.home-teaser { background: var(--bg); }
.teaser-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: center;
}
.teaser-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
}
.teaser-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.teaser-body .eyebrow { display: block; text-align: left; }
.teaser-body h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.teaser-body > p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}
.teaser-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.teaser-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.tl-bullet {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 7px;
  display: inline-block;
}

/* ============================================================
   PROJECT VISUAL
   ============================================================ */
.project-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform var(--ease), box-shadow var(--ease);
}
.project-visual:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-g);
}
.project-visual img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.project-visual-caption {
  background: rgba(10, 26, 15, 0.85);
  padding: 14px 20px;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
  border-top: 1px solid var(--border);
}

/* ============================================================
   IMAGE MODAL / LIGHTBOX
   ============================================================ */
.image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.image-modal.active {
  display: flex;
}
.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-lg);
}
.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 40px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--ease);
}
.modal-close:hover {
  color: var(--gold);
}

/* ============================================================
   LOCATION / ACCESS BLOCK
   ============================================================ */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.location-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.location-card h4 {
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.location-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.location-card p strong { color: var(--text); }

/* ============================================================
   NEWS PAGE GRID
   ============================================================ */
.news-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-date {
  font-size: 0.7rem;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 1024px) {
  .teaser-grid { grid-template-columns: 1fr; gap: 40px; }
  .teaser-img { min-height: 1000px; }
  .teaser-img img { height: 100%; }
  .location-grid { grid-template-columns: 1fr; }
  .news-page-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: span 2; }
  .quote-box { padding: 32px 48px; }
  .investor-alert-inner { flex-direction: column; gap: 32px; }
  .investor-alert-form { min-width: unset; width: 100%; max-width: 400px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .page-hero { padding: 120px 0 64px; }
  .page-hero-content h1 { font-size: 1.9rem; }
  .teaser-img { min-height: 750px; }
  .teaser-img img { height: 100%; }
  .project-visual img { height: 260px; }
  .news-page-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: 1; }
  .quote-section { padding: 80px 0; min-height: auto; }
  .quote-box { padding: 32px 28px; max-width: 100%; }
  .quote-text { font-size: 1.2rem; margin-bottom: 24px; }
  .investor-alert { padding: 60px 0; }
  .investor-alert-content h2 { margin-bottom: 4px; }
  .investor-alert-form { padding: 32px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { flex-wrap: wrap; gap: 12px; justify-content: center; }
  .footer-bottom .container { flex-direction: column; text-align: center; gap: 12px; }
}
@media (max-width: 480px) {
  .page-hero { padding: 100px 0 52px; }
  .page-hero-content h1 { font-size: 1.65rem; }
  .news-grid { gap: 16px; }
  .news-card { padding: 20px 16px; }
  .news-card h3 { font-size: 0.9rem; }
  .news-card p { font-size: 0.8rem; }
}

/* ---- Single Post Content ---- */
.post-content { font-size: 1rem; line-height: 1.85; color: var(--text); }
.post-content h2 { font-family: var(--font-serif); font-size: 1.8rem; margin: 40px 0 16px; color: var(--text); }
.post-content h3 { font-size: 1.3rem; margin: 32px 0 12px; color: var(--text); }
.post-content p { color: var(--text-muted); margin-bottom: 20px; font-size: 1rem; line-height: 1.85; }
.post-content ul { list-style: disc; padding-left: 24px; margin-bottom: 20px; }
.post-content li { margin-bottom: 8px; line-height: 1.7; }
.post-content blockquote { border-left: 4px solid var(--gold); padding: 16px 24px; margin: 32px 0; background: rgba(212,160,23,0.08); border-radius: 0 var(--radius) var(--radius) 0; font-style: italic; color: var(--text-muted); }
.post-content img { border-radius: var(--radius-lg); margin: 32px 0; max-width: 100%; }
.post-content hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }

/* ---- WPForms dark theme overrides ---- */
.contact-form .wpforms-container, .wpforms-container { margin: 0; padding: 0; }
.contact-form .wpforms-form .wpforms-field-label, .contact-form .wpforms-form .wpforms-field-label-inline { color: var(--text) !important; font-family: var(--font) !important; font-size: 0.85rem !important; font-weight: 500 !important; margin-bottom: 6px !important; }
.contact-form .wpforms-form input[type="text"], .contact-form .wpforms-form input[type="email"], .contact-form .wpforms-form input[type="tel"], .contact-form .wpforms-form textarea, .contact-form .wpforms-form select { background: var(--bg-3) !important; border: 1px solid var(--border) !important; color: var(--text) !important; border-radius: var(--radius) !important; padding: 12px 16px !important; width: 100% !important; font-family: var(--font) !important; font-size: 0.95rem !important; box-shadow: none !important; -webkit-appearance: none !important; transition: border-color 0.2s !important; }
.contact-form .wpforms-form input:focus, .contact-form .wpforms-form textarea:focus, .contact-form .wpforms-form select:focus { outline: none !important; border-color: var(--gold) !important; box-shadow: none !important; }
.contact-form .wpforms-form input::placeholder, .contact-form .wpforms-form textarea::placeholder { color: var(--text-muted) !important; opacity: 1 !important; }
.contact-form .wpforms-form .wpforms-field { padding: 0 !important; margin-bottom: 20px !important; }
.contact-form .wpforms-submit-container { padding: 0 !important; margin-top: 8px !important; }
.contact-form .wpforms-form .wpforms-submit, .contact-form .wpforms-form button[type="submit"] { background: var(--gold) !important; color: #000 !important; border: none !important; border-radius: var(--radius) !important; padding: 14px 32px !important; font-family: var(--font) !important; font-weight: 700 !important; font-size: 0.85rem !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; cursor: pointer !important; width: 100% !important; transition: opacity 0.2s !important; }
.contact-form .wpforms-form .wpforms-submit:hover { opacity: 0.85 !important; }
.wpforms-confirmation-container-full, .wpforms-confirmation-container { background: var(--bg-2) !important; border: 1px solid var(--border-g) !important; border-radius: var(--radius-lg) !important; color: var(--text) !important; padding: 28px 24px !important; }
